/* 
 *
 * spielzeugmacherhaus.de
 * Version: 1.0
 * Autor: A&K www.arzberger-krueger.de
 *
 * usr: ma
 * 
 */

body {
	background-color: #283500;
	background-image: url(images/fewo_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
	padding:0;
	margin:0;
}
a {color: #fff; text-decoration: none;}
a:visited {color:#fff;}
a:hover {color: #fff; text-decoration: underline;}
a:active { color:#fff;}


h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	margin-bottom: 30px;	
}

h2 {
	font-size: 12px;
	margin-bottom: 35px;
}

#container {
	background-color: #a7b29f;
	width: 600px;
	margin-bottom: 10px;
	margin:0 auto;
	border: 8px solid #fff;
	border-top: 0px;
}


#head_start {
	height: 395px;
	width: 600px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	background: url(images/fewo_start.jpg);
	background-repeat: no-repeat;
}

* html #head_start, * html #head_haus, * html #head_umgebung, * html #head_preise, * html #head_buchung { /* ie >=6 browserweiche */
	width: 440px;
}

#head_haus {
	height: 395px;
	width: 600px;	
	padding: 0px;
	margin: 0px;
	text-align: right;
	background: url(images/fewo_haus.jpg);
	background-repeat: no-repeat;
}

#head_umgebung {
	height: 395px;
	width: 600px;	
	padding: 0px;
	margin: 0px;
	text-align: right;
	background: url(images/fewo_umgebung.jpg);
	background-repeat: no-repeat;
}
#head_preise {
	height: 395px;
	width: 600px; 	
	padding: 0px;
	margin: 0px;
	text-align: right;
	background: url(images/fewo_preise.jpg);
	background-repeat: no-repeat;
}
#head_buchung {
	height: 395px;
	width: 600px;	
	padding: 0px;
	margin: 0px;
	text-align: right;
	background: url(images/fewo_buchung.jpg);
	background-repeat: no-repeat;
}
#content {
	float: left;
	padding: 20px;
	width: 400px;
}
#content_imprint {
	float: left;
	padding: 20px;
	background-color: #a7b29f;
}

#right {
	float: right;
	width: 160px;
	min-height: 120px;
}

#footer {
	clear: both;
	height: 20px;
	text-align: left;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	background-color: #283500;
	border-top: 3px solid #536a0d;
}
#footer a{
	padding-right: 5px;
	padding-left: 5px;			
}
#nav {
	text-align: left;
	float: right;
}

#nav img {
	text-align: left;
	float: right;
	border: 0px;
}
#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 23px;
	width: 100%;
}

* html #nav ul { /* ie >=6 browserweiche */
	padding-left:160px;
}

#nav li {
	width: 84px;
	height: 23px;
	float: left;
	text-align: center;
	margin-bottom: 2px;
	margin-right: 3px;
}

#nav li a { 
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 23px;
	border: 0px;
}
