/* * * * * * * * * * * * * * * * * Farb-Definitionen * * * * * * * * * * * * * * * * */

/* Schwarz		=	# 000 */
/* Wei§			=	# FFF */
/* Gelb			=	# FDC200 */
/* 5%			=	# EEE */
/* 20%			=	# DDD */
/* 40%			=	# AAA */
/* 60%			=	# 666 */
/* 80%			=	# 333 */

/* Linkfarbe	=	# 880000 */



/* * * * * * * * * * * * * * * * * Allgemeine Formatierungen * * * * * * * * * * * * * * * * */

body {	width:940px;
		height:600px;
		background-color:#000;
		font-family:Helvetica, Arial, sans-serif;
		font-size:13px;
   		color:#FFF;
   		text-align:left;
   		line-height:16px;
   		margin:auto;
		} * html body {
		width:97%;
		}

a, p, h1, h2, h3, h4, h5, h6, ul, li, tr, td 		{	padding:0px; }

/* a, p, ul, li, tr, td 								{	margin:0px; } */

h1, h2, h3, h4, h5, h6 								{	line-height:24px; margin:0.5em 0px; }

a													{	color:#FFF; text-decoration:underline; border:0; }
a:hover												{	color:#FDC200; }
a img												{	border:0px; }

ul, li 												{	list-style:none; margin:0px; padding:0px; }



/* * * * * * * * * * * * * * * * * Seitenaufteilung * * * * * * * * * * * * * * * * */

#seite												{	width:940px; height:600px; 
														position:relative;
														top:0px; left:0px;
														overflow:hidden; }

#kopfzeile											{	position:absolute;
														top:0px; left:0px;
														height:80px; width:900px;
														margin:0px 20px; padding:0; overflow:hidden; }

#hauptbereich										{	position:absolute;
														top:80px; left:0px;
														height:480px; width:900px;
														border:1px solid #FDC200;
														margin:0px 20px; }

#fusszeile											{	position:absolute;
														top:560px; left:0px;
														height:40px; width:900px;
														margin:0px 20px; }

#logo												{	position:absolute;
														top:20px; left:775px;
														height:120px; width:100px;
														z-index:2; }

#signet												{	position:absolute;
														top:535px; left:730px;
														height:180px; width:40px;
														z-index:2; }
														z-index:2; }

.inhalt_bild										{	position:absolute;
														top:0px; left:0px;
														height:480px; width:360px; }

.inhalt_headline									{	position:absolute;
														top:130px; left:380px;
														height:41px; width:480px;
														overflow:hidden; }

.inhalt_text										{	position:absolute;
														top:171px; left:380px;
														height:259px; width:480px;
														overflow:auto; }





/* * * * * * * * * * * * * * * * * Seiteninhalte * * * * * * * * * * * * * * * * */

/* Navigation */
#kopfzeile .navigation ul							{	position:absolute; top:60px; left:50px; }
#fusszeile .navigation ul							{	position:absolute; top:15px; left:380px; }
.navigation li										{	float:left; display:block; }
.navigation li a									{	font-size:12px; font-weight:bold; color:#999; text-decoration:none; }
.navigation li a:hover, .navigation li a.on			{	color:#FDC200; text-decoration:underline; }



/* Inhalt */
#hauptbereich .inhalt_headline img					{	border-bottom:1px solid #FDC200; }
#hauptbereich .inhalt_text p						{	margin-right:20px; }



/* Formular */
form												{	width:450px; line-height:24px; }

form p												{	line-height:16px; }

form .text											{	width:120px; float:left; }

form .eingabe										{	width:250px; margin-left:150px; }

form .eingabe textarea								{	height:100px; }

form .anzahl										{	width:30px; margin-left:0px; float:left; }

.submit_button										{	width:170px; }





/* * * * * * * * * * * * * * * * * MSIE Hacks * * * * * * * * * * * * * * * * */

/* Navigation */



/* Inhalt */



/* Formular */
* html form .eingabe								{	width:250px; margin-left:0px; }

