/* Standard-CSS für www.projektname.de */

/* Wichtige Farben
Name Farbe 1 		= #
Name Farbe 2		= #
*/

/* Hier werden alle html-Tags auf "Null" gesetzt und eine Standard-Schriftart vergeben */
* {
   margin: 0;
   padding: 0;
   font-family: Helvetica, sans-serif;
   border: none;
}

/* Hier allgemeingültige Formatierungen */
a:link {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	outline: 0;
   
}

a:visited {
	text-decoration: none;
	outline: 0;
   
}

a:hover {

}

body, html {
	width:100%;
	height:100%;
}

body {
	font-size: 90%;
	background-image: url(../bilder/bg.jpg);
	background-repeat: repeat-x;
	min-width:501px;
	min-height:301px;
	position:relative;
}

h1 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #797262;
	font-weight: bold;
	margin-left: 0px;
	padding-top: 42px;
	padding-bottom: 20px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #797262;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #797262;
	font-weight: normal;
	padding-top: 10px;
}

ul {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	padding-left: 15px;
	padding-top: 5px;
}


/* Sektionsweite Formatierungen */

#huelle {
	height: 750px;
	width: 960px;
	background-color: #fff;
	position:relative;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 30px;
}


/* ++++++++++++++++++++++++++++++++ NAVIGATION EBENE 1 ++++++++++++++++++++++++++++++++*/

#huelle #nav1 {
	height: 40px;
	width: 700px;
	position: absolute;
	z-index: 120;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 260px;
	background-color: #000;
}
#huelle div img {
	
}
#huelle #logo {
	position: absolute;
	height: 50px;
	width: 260px;
	/*background-image: url(../bilder/kopf-homepage.jpg);*/
}


#huelle #nav1 ul {
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BCB69E;

}

#huelle #nav1 ul li {
	float: right;
	padding-left: 25px;
	height: 20px;
	padding-top: 18px;
}
#huelle #nav1 ul li a {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;

}




/* ++++++++++++++++++++++++++++++++ NAVIGATION EBENE 2 ++++++++++++++++++++++++++++++++*/

#huelle #nav2 {
	height: 400px;
	width: 210px;
	background-image: none;
	background-repeat: no-repeat;
	position: absolute;
	top: 75px;
	z-index: 110;
	left: 10px;

}
#huelle #bilder a img {
	height: 450px;
	width: 700px;
	top: 40px;
	position: absolute;
}
#huelle #bilder {
	position: absolute;
	height: 450px;
	width: 700px;
	left: 260px;
	padding-top: 40px;
}

#huelle #bilder p {
	margin-right: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #797262;

}
h4 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 40px;
	font-family: Verdana, Geneva, sans-serif;
	color: #797262;
}


#huelle #nav2 ul li a {
	font-family: Verdana, Geneva, sans-serif;
	color: #797262;
}
#huelle #nav2 ul li ul {
	padding-bottom: 15px;
}

#huelle #nav2 ul li ul li a {

}


#huelle #balken-unten {
	background-color: #000;
	position: absolute;
	z-index: 150;
	height: 25px;
	width: 700px;
	left: 260px;
	top: 490px;
}



/* ++++++++++++++++++++++++++++++++ NAVIGATION EBENE 3 ++++++++++++++++++++++++++++++++*/
#huelle #nav3 {
	position:absolute;
	top:493px;
	z-index: 200;
	right: -1px;
	width: 398px;
	float: right;
	text-decoration: none;
	height: 3px;
}

#huelle #nav3 li {
	float: right;
	margin-right: 10px;
	list-style-type:none;
	text-decoration: none;
}

#huelle #nav3 li a {
	display: block;
	text-indent: -6000px;
	height: 7px;
	width: 7px;
	border: 1px solid  #fff;
	text-decoration: none;
}

#huelle #nav3 li a:hover {
	border: 1px solid  #fff;
	background-color: #fff;
	text-decoration: none;
}
/* ++++++++++++++++++++++++++++++++ ENDE VON NAVIGATION EBENE 3 ++++++++++++++++++++++++++++++++*/


#huelle #content {
	position: absolute;
	height: 200px;
	width: 690px;
	left: 260px;
	top: 520px;
	z-index: 100;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #797262;
}
#huelle #impressum {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	position: absolute;
	height: 20px;
	width: 45px;
	top: 730px;
	right: 20px;
}
#huelle #impressum a {
	color: #999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	right: 5px;
}





#huelle #content p {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797262;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #797262;
	padding-top: 6px;
	padding-bottom: 3px;
}
