html{font-family:verdana,Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 line-height:25px;
	  text-align: left;
	  color:#005b7f;
	  height:100%;}

body {margin:0;
	padding:0;
	background:url(images/bg_header.jpg) repeat-x;
	height:100%}
	
#container	 {min-width:990px;
			  max-width:1240px;
			  margin:0 auto;}
			
* html div#container { 
   					width: expression( document.body.clientWidth < 998 ? "990px": document.body.clientWidth > 1248 ? "1240px": "auto" );} /* set min und max- width for IE 6*/

.wrapper {margin:0 24px;
   		  padding:22px 0;}
		  
#intro {margin-top:90px}
	
p {margin:15px 0;
	line-height:19px;
	padding:0 5px;}
	
a:link, a:visited{color:#005b7f;
				  text-decoration:none}
				  
a:hover {text-decoration:underline}

#header {height:125px;
		 text-align:center;
		 margin:0;
		 display:inline}
		 

#logo {background-image:url(images/logo.jpg);
		width:210px;
		height:125px;
		margin-left:10px;
		float:left}
		
#logo_intro {background-image:url(images/logo.jpg);
		width:210px;
		height:125px;}

#menu a:link, a:visited { margin-left:5px;
						  text-decoration:none}
			
.content {padding:2px 0;
		  width:100%;}

.content table {margin-bottom:20px}

.content img {border:0}

#img {border:solid 1px #005b7f;
	  width:97%;
	  background:url(images/fenster.jpg) no-repeat;
	  height:150px;}
	  
#sonder {border:solid 1px #005b7f;
	  width:97%;
	  background:url(images/sonder.jpg) no-repeat;
	  height:150px;}
	  
#kontakt {border:solid 1px #005b7f;
	  width:97%;
	  background:url(images/kontakt.jpg) no-repeat;
	  height:150px;}
		  
#sprache {margin-bottom:30px;
		  padding-right:18px;}

select, option {
	color: #005b7f;}

