/* by Max Brunner, meta-point Internet Services */ 

html, body{ 
BACKGROUND: #C6DFF5 url(images/bg_page.gif) repeat-x;
FONT-FAMILY: verdana,arial,helvetica,sans-serif;
 margin:0; 
 padding:0; 
 text-align:center; 
} 

.liste_preise {
	font-size: 14px;
}
 
#pagewidth{ 
 width:720px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-color: #447598;
 background-image: url(images/bg_navi_plus_content.gif);
} 
 
#header{
 position:relative; 
 height:241px; 
  background-color: #447598; 
 width:100%;
 background-image: url(images/bg_header_image.gif);
}

#flash_header{
 position:relative; 
 height:220px;
 padding-top: 20px;
 padding-left: 10px;

} 
 
#leftcol{
 width:220px; 
 float:left; 
 position:relative; 
 /*background-color:#E000FF; */
 }
 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:500px; 
 }
 
 
 #datum{
 	text-align: right;
	padding-right: 32px;
	padding-top: 8px;
	padding-bottom: 0px;
	color: #447598;
	font-size: 10px;
 }
 
 #content{
 
   padding-left: 20px;
	padding-right: 32px;
	padding-top: 0px;
	padding-bottom: 12px;
 }
 
 /*#content P{
 	font-size: 12px;
	line-height: 19px;
 }*/
 
 #content P {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 0.8em;
	PADDING-BOTTOM: 8px;
	LINE-HEIGHT: 1.50em;
	PADDING-TOP: 4px;
	margin: 4px 0px 4px 0px;
	color: #335B75;
}

#content h1 {

color: #335B75;
/*font-size: 22px;*/
FONT-SIZE: 1.4em;
line-height: 1.3em;
}


#content h2 {

color: #335B75;
/*font-size: 18px;*/
FONT-SIZE: 1.1em;
line-height: 1.4em;
}


#content h3 {

color: #335B75;
FONT-SIZE: 0.85em;
line-height: 1.4em;

}

#content .smallText{
	FONT-SIZE: 0.65em;
   line-height: 1.4em;
	color: #335B75;
}

#content .tableText{
	FONT-SIZE: 11px;
   line-height: 1.4em;
	color: #335B75;
}

#content ul{
	FONT-SIZE: 11px;
   line-height: 1.4em;
	color: #335B75;
	margin-right: 26px;
}

#content ol{
	FONT-SIZE: 11px;
   line-height: 1.4em;
	color: #335B75;
	margin-right: 26px;
}


#content li{
padding-bottom: 6px;
}

#content .csc-caption{
	font-size : 0.65em;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 10px;
	color: #335B75;
}

a {
	color: #335B75;
}

a:hover {
	color: #457898;
	text-decoration: none;
}

#adresse_aussen{
	width: 198px;
	
}

#adresse{
padding: 8px;
list-style-type: none;
width: auto;
margin-left: 22px;
margin-top: 6px;
margin-right: 0px;
font-size : 0.65em;
font-family : Verdana, Helvetica, Arial, Tahoma, "Sans Serif";
line-height: 1.5em;
color: White;
background-color: #698A2D;


border: 2px solid White;
clear: left;

}

#adresse a{
	color: White;
}


#adresse a:hover{
	color: #E88700;
}
 
#print
{
	border-top-width: 0px;
	height: 40px;	
	clear: both;
	POSITION: relative;
	text-align: center;
	background: transparent;
	z-index: 600;
	
}


#innerprint
{
	text-align: left;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #447598;
	margin-left: 10px;
	margin-right: 28px;
	FONT-SIZE: 0.70em;

}
 
#innerprint img
{
	padding-top: 6px;
	margin: 0px 2px -6px 2px;

}

#innerprint a {
	text-decoration: underline;
	/*color: Black;*/
	color: #335B75;
}

#innerprint a:hover {
	text-decoration: none;
	color: #447598;
}

 
 
 
 
#footer{
 height:46px; 
  background-color: #C6DFF5; 
 clear:both;
 background-image: url(images/bg_bottom.gif);
 }
 
 #footer a{
 	/*color: #4E7C9E;*/
	color: #335B75;
 }
 
 #footer a:hover{
	color: #234156;
	text-decoration: none;
 }

#copy{
   float: left;
	padding-top: 25px;
	padding-left: 18px;
	color: #447598;
	font-size: 9px;
} 

#by{
	float: right;
	padding-top: 25px;
	padding-right: 24px;
	color: #447598;
	font-size: 9px;
}

 
 /* *** Float containers fix:*** */ 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;}
#innerprint{display:none;}
#twocols, #maincol{width:100%; float:none;}
}


