/* 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: Arial, Helvetica, sans-serif;
   font-size:11px;
   line-height: 12px;
   color: #444444;
   border:none;
}

/* Hier allgemeingültige Formatierungen */
a:link {
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;   
}

a:visited {
	color: #444444;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;   
}

a:hover {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}

a:active {   
}
/*!!!--------------für die zentrierung wichtig---------------------------------------!!!*/
html, body {
	height: 100%;
	width: 100%;
}
/*!!!--------------für die zentrierung wichtig---------------------------------------!!!*/
body {
	background-repeat: no-repeat;
	position: relative;
	min-height: 610px;
	min-width: 910px;
	background-position: center;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 12px;
}

ul {
	list-style-type: none;
}
li {
	font-size: 14px;
	line-height: 16px;
}

#huelle {
	/*background-color: #FF00FF;*/
	height: 610px;
	width: 910px;
	/*!!!--------------für die zentrierung wichtig---------------------------------------!!!*/
	margin-top: -305px;
	margin-left: -230px;
	position: absolute;
	left: 25%;
	top: 50%;
	background-image: url(../images/huelle_background.png);
	/*!!!--------------für die zentrierung wichtig---------------------------------------!!!*/
}



/* Sektionsweite Formatierungen */
#header {
	/*background-color: #FF0000;*/
	height: 25px;
	width: 298px;
	margin-left: 10px;
	margin-bottom: 25px;
	margin-top: 10px;
	float: left;
}
#nav {
	/*background-color: #00FF00;*/
	height: 280px;
	width: 298px;
	float: left;
	margin-left: 10px;
	margin-bottom: 29px;
}
/*!!!--------------navigationsliste beginnt---------------------------------------!!!*/
#nav_liste {
	/*background-color: #006600;*/
	width: 298px;
	padding-left: 10px;
}

/*!!!--------------formatierungsebene 1---------------!!!*/
#nav_liste ul {
	margin-left: 100px;
}

#nav_liste ul li {
	text-align: right;
	margin-right: 99px;
	padding-right: 5px;
}

/*!!!--------------formatierungsebene 2---------------!!!*/

#nav_liste ul li ul {
}

#nav_liste ul li ul li {
	text-align: left;
	padding-left: 5px;
	white-space:nowrap;
}
/*!!!--------------navigationsliste endet---------------------------------------!!!*/
#schaltfläche {
	/*background-color: #0000FF;*/
	height: 15px;
	width: 125px;
	margin-left: 10px;
	float: left;
	margin-bottom: 26px;
	padding-left: 173px;
}
#content {
	/*background-color: #00FFFF;*/
	height: 570px;
	width: 562px;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
}
#content_textoben {
	/*background-color: #6699FF;*/
	height: 70px;
	width: 200px;
	float: right;
	margin-top: 45px;
	margin-right: 55px;
	margin-bottom: 2px;
	text-align: right;
}
#content_textmitte {
	/*background-color: #000066;*/
	height: 338px;
	width: 295px;
	float: left;
	margin-top: 45px;
	margin-left: 10px;
}


#content_textunten {
	/*background-color: #66CCFF;*/
	height: 265px;
	width: 200px;
	float: right;
	clear: right;
	margin-right: 30px;
	overflow: auto;
	padding-right: 10px;
	text-align: right;
}


#footer {
	/*background-color: #FFFF00;*/
	height: 180px;
	width: 298px;
	margin-left: 10px;
	float: left;
}
#footer_rechts {
	/*background-color: #FFCC00;*/
	height: 20px;
	width: 88px;
	float: right;
}
#footer_links {
	/*background-color: #FF9900;*/
	height: 155px;
	width: 189px;
	clear: right;
	padding-left: 10px;
	text-align: right;
}
