/* 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 */
/* html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li */
* {
   border: 0px;
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color: #000000;
}

/* Hier allgemeingültige Formatierungen */
#header a {
color:#dcdcdc;
}

#navigation_links a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#footer a {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

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

body {
	font-size: 90%;
	width:100%;
	height:100%;
	background-image: url(bilder/hintergrund.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 110%;
}
#huelle {
	position: relative;
	width: 980px;
	height: 600px;
	margin:auto;
}
#huelle #header {
	background-color: #000000;
	width: 980px;
	height: 40px;
}

#huelle #header ul {
	padding-top: 15px;
	padding-left: 20px;
}

#huelle #header li {
	float: left;
	list-style-type: none;

}
#huelle   #header   a {
	background-color: #ff00ff;
	height: 25px;
	width: 90px;
	margin-right: 5px;
	text-align: center;
	display: block;
	line-height: 25px;
}
#huelle #mein_name {
	position: absolute;
	left: 730px;
}


#huelle #content {
	height: 510px;
	width: 980px;
	background-image: url(bilder/box.gif);
}
#huelle #content #navigation_links {
	background-color: #dcdcdc;
	height: 195px;
	width: 280px;
	position: absolute;
	left: 20px;
	top: 60px;
	list-style-type: none;
	vertical-align: bottom;
}
#huelle #content #navigation_links li {
	list-style-type: none;
}

#huelle #content #titel {
	background-color: #dcdcdc;
	height: 195px;
	width: 280px;
	position: absolute;
	left: 20px;
	top: 295px;
	font-size: 14px;
	line-height: 18px;
}
#huelle #content #navigation_unten {
	background-color: #dcdcdc;
	height: 20px;
	width: 280px;
	position: absolute;
	left: 20px;
	top: 510px;
}
#huelle #content #navigation_unten ul {
}
#huelle #content #navigation_unten li {
	display: inline;
	margin-right: 35px;
}

#huelle #content #bild {
	background-color: #dcdcdc;
	height: 430px;
	width: 640px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
#huelle #content #navigation_seiten {
	background-color: #dcdcdc;
	float: right;
	height: 20px;
	width: 640px;
	margin-right: 20px;
	margin-top: 20px;
}
#huelle #content #navigation_seiten ul {
	float: right;
}
#huelle #content #navigation_seiten li {
	display: inline;
	padding-left: 16px;
}


#huelle #footer {
	width: 980px;
	height: 39px;
	margin-top: 5px;
	background-image: url(bilder/spiegelung.gif);
	font-size: 10px;
	line-height: 39px;
	text-indent: 910px;
}
