/* CSS Document */

/* Balken und Wraps */
#balken2{
	background-color:#FFBF00;
	width:100%;
	height:7px;
}

#balken3{
	background-color:#8c4d00;
	width:100%;
	height:7px;
}

#wrap {
	background-image:url(../aegypten_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#a69e93;
	z-index:10;
}

/* Typographie */

#wrap h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#3e3b36;
	line-height:140%;
	font-size:1em;
	line-height:1.4em;
	font-weight:bold;
}

#wrap h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#3e3b36;
	font-size:4.5em;
	line-height:140%;
	font-weight:bold;
}

#wrap h3 {
	font-size:2em;
	line-height:2.1em;
	font-weight:bold;
	color:#8c4d00;
	margin-left: 7px;
}

#wrap h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#8c4d00;
	font-weight:normal;
	font-size:1em;
	display:inline;
	float: left;
	position: relative;
	margin-left: 7px;
	width:448px;
}

#wrap .subtitle {
	font-weight:normal;
}

.titel {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#777;
	font-size:0.5em;
	font-weight:lighter;
	text-align:right;
}

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

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

#postcontent .bu img {
	margin:0;
	padding-left:35px;
}

#postcontent p {
	margin:0px 0 21px 0;
	color:#ccc;
	width:448px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}

#postcontent p:nth-of-type(1) {
	color:#3e3b36;
	padding-right:462px;
	margin-bottom:350px;
}

#postcontent {
	width:910px;
	display:inline;
	float: left;
	position: relative;
	margin:0px 7px 0px 7px;
}

strong {
	font-weight:bold;
}

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

.artikel {
	font: Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	line-height:142%;
}

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

hr {
	background-color:none;
	border-top:1px dotted #ccc;
}

/* Post */

ul#postinfo li {
	border-top:1px dotted #ccc;
}


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

/* Comments */

.comments h3, .comments ol li {
	border-top:1px dotted #ccc;
}

/* Header */

#logo {
	background-color:#FFF;
}

/* Logos und Bilder */

.postimage {
	visibility:hidden;
	width:0;
	height:0;
	margin:0;
	padding:0;}

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

.bu {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.77em;
	margin-bottom:28px;
	text-align:right;
	color:#3e3b36; 
}
	
.bu a {
	color:#888;
}

.bu a:hover {
	color:#444;
}


