/* B L O C K S*/

* 
{ 
	font-size: 100%;
}

#sitecontainer 
{
	width: 770px;
}



#contentcont 
{	
	
}



/* LOGO */
#head 
{
	height: 108px;
	width: 770px;
}

#head a img
{
	height: 108px; 
	
}

#headercontainer
{
	height: 158px;
	width: 770px;
}

#headerbild
{
	height: 158px;
	width: 770px;
}

#headerbild img
{
	height: 158px;
	width: 770px;
}


/* Servicenavigation oben */
#servicebox 
{
	top: 10px;
	left: 550px;
	height: 25px;
	text-align: right;
}

li.service
{
	display:block;
	clear: both;
	line-height: 1rem;
	width: 200px;
	font-weight: 600;
}

#topnavi
{	
height: 300px;
}

/* INHALTSBEREICH */



/* F O O T E R */
#fuss 
{
	position: absolute;
	bottom: 40px;
	left: 30px;
	height: 100px;
	font-size: 0.65rem;
	text-align: left;
	line-height: 13px;
	vertical-align: top;
	z-index: 57;
}


/* I N F O B O X */

#infos 
{
	position: relative;
	width: 520px;
	background-image: url(../bilder/bg_center.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	margin-left: 210px;
}

div.rightbox 
{
	line-height: 0.9rem;
	font-size: 0.65rem;
	width: 220px;
	letter-spacing: 0.05em;
	padding: 5px;
	background-color: #ddd;
	float: left;
	margin-left: 10px;
}

div.rightbox img 
{
	width: 218px;
	margin-bottom: 5px;
}

div.rightboxbild 
{
	line-height: 0.9rem;
	font-size: 0.65rem;
	width: 200px;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	float: left;
	margin-left: 10px;
}

div.rightboxbild img 
{
	height: 111px;
}





/* BOX CAPTION */


			

.boxcaption h3{ 
	margin: 10px 10px 0px 10px; 
	color:#fff; 
	font:0.8rem Arial, sans-serif; 
	font-weight: bold; 
}
			
.boxgrid{ 
	width: 163px;
	height: 111px;
	overflow: hidden; 
	position: relative; 
}
	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#fff;  
	font:0.8rem Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #333; 
	height: 100%; 
	width: 163px; 
	opacity: 0.9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 }

 .caption .boxcaption {
 	top: 0;
 	left: 288px;
 }
 
 .boxcaption a {
 font:0.8rem Arial, sans-serif; color:#fff; 
 }


