/*Erstellt von Andreas Seibel. Für Kontaktmöglichkeiten bitte die E-Mail Adresse "andreas88@gmx.de" nutzen*/
@charset "utf-8";
/* CSS Document */
body {background-color:#0488da; background-image:url(pix/background.png); background-repeat:repeat-x;}

#navibereich {float:left; margin-top:10px;}


#menu{
	cursor:pointer;
	padding:15px 30px;
	z-index:1;
	}
	#menu a{
		font-family:"Courier New", Courier, monospace; 
		color:#000;
		font-size:16px;
		padding-top:99px;
		padding-left:3px;
		padding-right:3px;
		text-decoration:inherit;}
	#menu ul{}
	#menu li{
		display:inline;

		background-image:url(pix/menu_2.png);
		padding:1000px 20px 10px 20px;
		}
		#menu li:hover{
			background-image:url(pix/menu_1.png);			
			}	
		#menu #offen{background-image:url(pix/menu_3.png);}

#firma{
	margin-right:14%;
	text-align:right;
	font-size:16px;
	color:#464647;
	line-height:10pt;
}
#leiste {background-color:#F00; text-shadow:#666}
	#firma strong{font-size:24px; color:#000; font-style:oblique;}
#hauptfeld{
	position:static;
	font-family:Verdana, Geneva, sans-serif;
	cursor:default;
	background-color:#FFF;
	background-image:url(pix/bgrnd2.png); background-repeat:repeat-x;
	position:static;
	margin:0px 3%;
	padding: 30px 30px 180px 30px;
	font-size:22px;
	line-height:20pt;
	border:1px solid #000;
}
	#hauptfeld strong{font-size:26px;line-height:30pt;}
	#hauptfeld #ddlogo{border:none;}
	#hauptfeld img{border:solid 1px; position:relative; margin:10px;}

	/*Kontakt*/
	#hauptfeld h1{font-size:24px; border-bottom:solid 2px;}
	#hauptfeld h2{font-size:20px;}
	#hauptfeld #impressum{font-size:14px;}
	#hauptfeld .unterstrichen{ font-size:19px; text-decoration:underline; font-style:italic; font-weight:bold;}
	#hauptfeld #kontakte{font-size:18px; text-align:center}
#referenz {font-size:12px;}
	
#footer{text-align:right; color:#CCC; font-family:"Courier New", Courier, monospace; font-size:12px}
