/* 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: #FFFFFF;
	text-decoration: none;   
}

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;
	background-image: url(../images/startseite/body_startseite.jpg);
}

#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%;
	/*!!!--------------für die zentrierung wichtig---------------------------------------!!!*/
}



/* Sektionsweite Formatierungen */
#header {
	/*background-color: #FF0000;*/
	height: 25px;
	width: 298px;
	margin-left: 10px;
	margin-bottom: 25px;
	margin-top: 285px;
	float: left;
	background-image: url(../images/startseite/header_background.png);
}
