/* CSS Document */

/*Grundaufbau*/

body {background-color:#333;}


/* Balken und Wraps */

#balken2{
	background-color:#202918;
	width:100%;
	height:7px;
}

#balken3{
	background-color:#475b36;
	width:100%;
	height:7px;
}

#wrap {
	width: 100%;
	background-image:url(http://ph-neutral.net/archiv/camouflage.jpg);
	background-repeat:repeat;
	z-index:10;
}

/* Typographie */

#wrap h1 {
	margin-top:35px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#202918;
	line-height:140%;
	font-size:1em;
	line-height:1.4em;
	font-weight:bold;
	padding:7px;
	width:371px;
	background-color:#fff;
}

#wrap h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#202918;
	font-size:1em;
	line-height:140%;
	margin:7px 0;
	font-weight:bold;
	padding:7px;
	width:371px;
	background-color:#fff;
}

#wrap h3 {
	font-size:1em;
	font-weight:bold;
	color:#202918;
	margin-top:14px;
	padding:7px;
	width:371px;
	background-color:#fff;
}

.subtitle {
	margin-top:-7px;
	margin-bottom:14px;
	font-weight:normal;
}

#wrap .titel {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#202918;
	font-size:0.5em;
	font-weight:lighter;
	text-align:right;
	padding:7px;
	width:371px;
	background-color:#fff;
}

#wrap a {
	border:0;	
	color:#fd0000; 
	text-decoration:none; 
}

#wrap a:hover	{
	border:0; 
	color:#fd0000; 
	text-decoration:none; 
}

#wrap p {
	margin:0px 0 7px 0;
	color:#202918;
	padding:7px;
	width:371px;
	background-color:#fff;
}



#wrap strong {
	font-weight:bold;
	padding:7px;
	width:371px;
	background-color:#fff;
}

#wrap .info {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#202918;
	line-height:140%;
	font-size: .8em;
}

#wrap .artikel {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#202918;
	line-height:142%;
}

#wrap blockquote {
	font: Georgia, "Times New Roman", Times, serif;
	line-height:155%;
	font-style:italic;
	font-size:157%;
	color:#ccc;
	margin:63px 21px;
}

hr {
	background-color:none;
	color:none;
	border:0px;
	border-top:1px dotted #999;
	height:0px;
}

/* Post */

#postcontent {
	width:525px;
	padding-left:154px;
	display:inline;
	float: left;
	position: relative;
	margin:0px 7px 0px 7px;
	background-color:none;
}

#postcontent ul {
	padding:7px;
	width:371px;
	background-color:#ccdeb6;
}

#postcontent img {
	margin: -7px 0 14px -7px;
}

#postinfo {
	margin-top:14px;
}

#live-preview {
	padding:7px;
	width:371px;
	background-color:#fff;
}

ul#postinfo li {
	border:0px;
	padding:7px;
	width:294px;
	background-color:#fff;
}

.postimage {
}

#recent .post, #category .post {
	border-top:0px dotted #ccc;
}

/* Comments */

#comments {
	padding-left:77px;
}

.comments h3, .comments ol li {
	border-top:0px dotted #999;

}

/* LAB7 - Labor 7 */

#labor_logo {
	background-color:#759e72;
	cursor:pointer;
	-moz-box-shadow: 0px 0px 7px rgba(45, 140, 95, .2);
 	-webkit-box-shadow: 0px 0px 7px rgba(45, 140, 95, .2);
 	box-shadow: 0px 0px 7px rgba(45, 140, 95, .2);
}


/* Logos und Bilder */

#wrap .bu {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.77em;
	margin-bottom:14px;}
	
#wrap .bu a {
	color:#888;
	text-decoration:none;
}

#wrap .bu a:hover {
	color:#444;
	text-decoration:none;
}


