@charset "utf-8";
body  {
	background: #fff;
	margin: 0; 
	padding: 0;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	}
	
	/*der Wrapper Rahmen */
	
	#rahmen { 
		width: 844px;  				
		margin: 0 auto; 			
		border: 0px solid #000000;
		text-align: left; 			
	} 
	
	.text_indent{
		margin: 17px 18px 22px 17px;
	}
	
	/* Floating loeschen */
	.clearfloat {
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
	
	#left{
		position: relative;
		float:left;
		width: 382px;
		margin-top: 40px;
	}
	
	#right{
		position:relative;
		float:left;
		width: 462px;
		margin-top: 40px;
	}
	
	h2{
		font-size: 1.1em;
	}
	
	h3{
		font-size: 1em;
		margin: 0;
	}
	
	a{
		color: #24423d;
		text-decoration:underline;
	}
	
	a:hover{
		color: #276f62;
	}
	
/* start H E A D E R */

	#header{
		position: relative;
		float:left;
		margin: 103px 0px 0px 0px;
		height: 69px;
	}
	
	#header h1 {
		margin: 0; 
		padding: 10px 0; 
	}
	#header h1.logo {
		padding:0px;
		height:0px;
		text-indent:-9999px;
		position:absolute;
	}
	
	#logoImg{
		position:relative;
		width: 382px;
		height:69px;
	}
	
	#logoImg img {
		border: 0px;
		margin-top: 0px;
		margin-left: 0px;
	}
	
	#menue{
		position:relative;
		float:left;
		background: url(../images/menue_bg.jpg) 0px 0px no-repeat;
		height: 61px;
	}
	
	#menue ul{
		position:relative;
		float: left;
		left: 0px;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	ul#navigation{
		margin: 0px 10px 0px 9px;
		padding:0;
		list-style-type:none;
		width:382px;
		position:relative;
		display:block;
		height:40px;
		text-transform:uppercase;
		font-size:13px;
		font-family:Helvetica,Arial,Verdana,sans-serif;
	}
	
	ul#navigation li{
		display:block;
		float:left;
		margin: 2px 0px 0px 0px;
		padding:0;
		font-size: 0.9em;
	}
	
	ul#navigation li a{
		display:block;
		float:left;
		color:#d2e9e5;
		text-decoration:none;
		padding: 16px 24px 0 23px;
		height:40px;	
	}
	
	ul#navigation li a:hover{
		background:transparent url("../images/menueItemHover.jpg") repeat-x top left;
		color: #fff;	
	}
	
	ul#navigation li.activ a{
		background:transparent url("../images/menueItemHover.jpg") repeat-x top left;
		color: #fff;	
	}

/* ende H E A D E R */

/* start C O N T E N T */

	#content{
		position: relative;
		float:left;
		margin: 20px 5px 0px 5px;
		font-size: 0.8em;
		line-height: 1.3em;
	}
	
	#content img{
		border: 1px solid #235053;
		margin: 0px 5px 5px 0px;
	}
	
	#content p, 
	#hinweis{
		text-align: justify;
	}
	
	#hinweis{
		position: relative;
		width: 308px;
		left: 130px;
	}
	
	#content td{
		vertical-align: top;
		min-width: 115px;
	}  
	
	#content tr{
		height: 25px;
	}
	
	#content #submit input{
		padding: 0px 12px 0px 12px; 
	}
	
	#content #weiter{
		margin: 0px 0px 0px 270px;
	}

/* ende C O N T E N T */

/* start F O O T E R */

	#footer{
		position: relative;
		float:left;
		background: url(../images/footer_bg.jpg) 0px 0px repeat-x;
		height: 21px;
		width: 382px;
		margin: 35px 0px 25px 0px;
		font-size: 0.9em;
	}
	
	#footer ul{
		position:relative;
		float: right;
		list-style-type: none;
		padding: 0;
		margin: 5px 0px 0px 0px;
		font-size: 0.8em;
	}
	
	#footer_nav li{
		display: inline;
		margin: 0px 0px 0px 0px;
	}
	
	#footer_nav li a{
		color: #24423d;
		text-decoration: none;
	}
	
	#footer_nav li a:hover{
		color: #276f62;
		text-decoration:underline;
	}

/* ende F O O T E R */

	#blend{
		position: relative;
		float: left;
		background: url(../images/blend_bg.jpg) 0px 0px no-repeat;
		height: 313px;
		width: 462px;
	}
	
	#shortContact{
		text-align: right;
		font-size: 0.9em;
		margin: 0px 25px 0px 0px;
	}
	
	#shortContact span a{
		text-decoration: none;
	}
	
	#shortContact a{
		color: #24423d;
		text-decoration:underline;
	}
	
	#shortContact a:hover{
		color: #276f62;
	}
	
	#rotator, #norotator {
		position:absolute;
		overflow:hidden;
		margin:auto;
		top: 22px;
		left: 18px;
		width: 500px;
		height: 261px;
		border:0px solid #000;
	}
	
	#rotator img{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	
	



	
	
	
	
	
	
	