/* CSS Document */
* {/* Globaler Reset */
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 1em; /*don't edit */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
html {
 height:100%;
 background:#CAECEC url(../bilder/hg_links.gif) repeat-y;
 		font-size: 62.5%; /* don't edit */

}
body
{
 color:#28738C;
 margin:0;
 padding:0;
 min-height:100%;
 background-image: url(../bilder/hg_rechts.gif);
 background-repeat:repeat-y;
 background-position:right;
 font-size: 1em; /* global font-size: 1em = 10px */
	line-height:1.9em;

}
* html body 
{
 height:100%;
}


#head
{
 height:115px;
 background-color:#fff;
}
#links
{
 float:left;
 width: 250px;
 background-color:#94D8D9;
}
#rechts
{
 float:right;
 width: 250px;
}
#container
{
}

#content {
margin:0px 290px 0px 270px;
padding-top:25px;
}
#content_links {
float:left;
}

/*#content {
margin:0px 290px 0px 270px;
padding-top:25px;
}*/

#menu1 {
margin-top:50px;
margin-bottom:50px;
}


#service-wrapper {
position:absolute;
right:0;
top:85px;
}
#telefon {float:right;
width:250px;
}
#service {float:right;

}
#bild_rechts {
border-bottom:6px solid #FFFFFF;
}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }


#foot 
{
 clear:both;
}