html {																			/* Bottom background attachment fix for FireFox 1.5 */
	min-height: 100%;
	}
body, h1, h2, h3, h4 {														/* Striping all the margins, paddings, and borders off these tags */
	margin: 0;
	padding: 0;
	border: 0;
	font-family: georgia, Helvetica, sans-serif;
	background: #E9E9E9 url(floor.jpg) no-repeat bottom center;			/* Adds the floor and bottom wall texture to the bottom of the page */
	min-height: 742px;															/* Makes the page scroll at a certain height */	
	}	
	
#wall_top{
	background: url(wall_top.jpg) no-repeat top center;
	height: 238px;
	}

#navigation {
	width:900px;
	margin:0px auto;
	}

#content {
	width:900px;
	margin:0px auto;
	}
		
a {
	color: #669900;
	font-weight: bold;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
}	

a.current {
	color:black;
}

p {
	color: #595959;
	font-size: 14px;
	line-height: 150%;
	}
	
table {
	border-collapse: separate;
	border-spacing: 0px 5px;
	margin-top: 5px;
	}
th {
	font-size: 13px;
	color: #866906;
	padding-bottom: 10px;
	text-align: left;
	}
h3 {
	font-size: 13px;
	color: #866906;
	margin-bottom: 5px;
	text-align: left;
	}
.left, .right {
	width: 340px;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.date {
	background: #FDF0C6;
	border-left: 2px solid #866906;
	width: 40px;
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
	color: #866906;
	font-size: 13px;
	}
.details {
	background: #F8F8F8;
	padding: 5px 10px 10px 10px;
	}
.odd {
	background: #FFF;
	}
.details b {
	font-size: 13px;
	display: block;
	color: #333333;
	line-height: 150%;
	}
.details i {
	font-size: 10px;
	font-style: normal;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	}
.details cite {
	color: #B42B2A;
	display: block;
	font-style: normal;
	font-size: 12px;
	margin-top: 15px;
	}

#footer {
	float: left;
	width: 738px !important;
	width: 758px;
	background: #F8F8F8;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	margin: 10px -20px 0 -20px;
	color: #333;
	}

/* --== Navigation Styles ==-- */

	
.nav{
	float:left;
	padding-left:25px;
	padding-top:110px;
	
}

.vorschau {
	float: left;
	margin-right:10px;
	margin-top: 5px;
	border:1px solid white;
	
}

.vorschau:hover {
	border:1px solid black;
}

