	/*Basics*/
	* {margin: 0; padding: 0px; border: 0px;font-size:100.01%}
	
	body 	{
			font-family:	"Trebuchet MS", Verdana, Arial;
			color:			#000;
			font-size:		68.9%;
			background:		#FFF;
			text-align:		center;
			background: 	url(../images/bg.gif);
			}
			
	p, h1, h2, h3	{text-align: left; margin-bottom: 7px;}
	
	p, ul			{font-size:1.1em;}
	h1				{font-size:1.4em;color:#003399; margin-bottom: 15px;}	
	h2				{font-size:1.3em;color:#003399;}		
	h3				{font-size:1.2em;color:#003399;}		
	h4				{font-size:1.1em;color:#003399;}
	
	/*error*/
	h5			{font-size:	1.1em; text-align: left; color: #FF0000; font-weight: bold;float:right;margin-right:10px;}
	
	iframe{text-align:center;}
	.red {color:#FF0000;}
	.test {margin-bottom: 0px; text-align: center;}


/*DIVs*/
	#header {
			width:		80%;
			height:		70px;
			margin:		auto;
			margin-top:	10px;
			}
			
			
	#navi	{
			width:		100%;
			height:		40px;
			margin:		auto;
			text-align:	center;
			background:	url(../images/bg_navi.png);
			}
			
	#content 
			{
			width:		665px;
			margin:		auto;
			padding-left:7px;
			padding-right:20px;
			background-image:url(../images/bg_content.png);
			text-align:	left;
			}
	
	#footer
			{
			width:		672px;
			height:		33px;
			margin:		auto;
			padding-right: 20px;
			text-align:	right;
			background:	url(../images/bg_footer.png);
			}

	#top
			{
			width:		692px;
			height:		28px;
			background:	url(../images/bg_submenu.png);
			margin:		auto;
			margin-top:	10px;
			padding-top:2px;
			}
			
	#kontakt
			{float:right;padding-right:20px;}
			
	#anfahrt 
			{
			width:		665px;
			margin:		auto;
			padding-left:7px;
			padding-right:20px;
			background-image:url(../images/bg_content.png);
			text-align:	center;
			}

/*Logo ausrichtung*/
	#dss 	{float:	left;}
	#msp	{float:	right;}



			
/*Hyperlinks*/
		#top a, a:hover, a:active {text-decoration:none;color:#003399; font-size:1.2em;border-bottom: 1px dotted;}
		#top a:hover {text-decoration:none;background:#FF6600;}
		#top a:active{text-decoration:none;font-weight:bold;background:#FF6600;}
		#top a:visited{color:#999999;}

		#content a, a:hover, a:active {text-decoration:none;color:#000; font-size:1.1em;border-bottom: 1px dashed #003399;}
		#footer a, a:hover, a:active {text-decoration:none;color:#000; font-size:1.1em;border-bottom: 1px dashed #003399;}


/*Formular*/

	.contactform {border: 1px solid;width:200px;font-family:"Trebuchet MS", Verdana, Arial;display:block;margin-left:60px;}
	#nachricht {border: 1px solid;width:260px;font-family: "Trebuchet MS", Verdana, Arial;}
	.font {color: #000;}
	label{float:left;}
	#input{background:#000;color: #FFF;}
