/* B L O C K S*/

* 
{ 
	font-size: 100%;
}



#sitecontainer 
{
	width: 320px;
}



#contentcont 
{	
background-image: none;	
background-color: #fff;
width: 320px;
background-image: none;
}



/* LOGO */
#head 
{
	height: 108px;
	width: 320px;
	background: url(../bilder/logo.jpg);
	overflow: hidden;
}

#head a img
{
	height: 108px; 
}

#headercontainer
{
	height: 60px;
	width: 320px;
}

#headerbild
{
	height: 60px;
	width: 320px;
}

#headerbild img
{
	height: auto;
	width: 320px;
}


/* Servicenavigation oben */
#servicebox 
{

	text-align: right;
	top: 0px;
	left: 0px;
	width: 312px;
	padding: 4px 4px 4px 4px;
	background-color: #ccc;
	height: 15px;
}

li.service
{	
	float: right;
	padding-right: 7px;
}


#topnavi
{	
	display: none;
}

#mobilenavi
{
 	display: block;
}

#mobilenavi h2
{
	position: relative;
	clip: none;
	background-color: #015fa9;
	color: #fff;
	width: 304px;
	padding: 8px;
	font-weight: bold;
}

#button
{
	display: block;
	position: relative;

}

#liste_mobile {
	display: none;
}



li.topnav 
{
	color: #eee;
	border: none;
	width: 304px;
	float: left;
	padding: 8px;
	background-color: #666;
	margin-top: 4px;
}

li.topnav:hover 
{
	color: #333;
	border: none;
	width: 304px;
	float: left;
	padding: 8px;
	background-color: #ccc;
}

li.topnav_act 
{
	color: #eee;
	border: none;
	width: 304px;
	float: left;
	padding: 8px;
	background-color: #015fa9;
	margin-top: 4px;
}


li.subnavidiv {
	color: #333;
	border: none;
	width: 304px;
	float: left;
	padding: 8px;
	background-color: #ccc;
	margin-top: 4px;
}

li.subnavidiv:hover {
	color: #fff;
	border: none;
	width: 304px;
	float: left;
	padding: 8px;
	background-color: #666;
}

li.subnavidiv_act {
	color: #eee;
	border: none;
	width: 304px;
	float: left;
	padding: 8px;
	background-color: #015fa9;
	margin-top: 4px;
}

/* INHALTSBEREICH */
#content
{	
	padding: 10px;
	width: 300px;
	min-height: 200px;
	clear:both;
	background-image: none;
}

#inhalt 
{
	margin-left: 0px;
	margin-top: 0px;
	width: 300px;
}

#inhalt img
{
	height: auto;
	width: 100%;
}


/* F O O T E R */
#fuss 
{
	display: none;
}


/* I N F O B O X */

#infos 
{
	background-image: none;
	clear: both;
	position: relative;
	width: 310px;
	background-color: #fff;
}

div.rightbox 
{
	line-height: 0.9rem;
	font-size: 0.7rem;
	width: 288px;
	letter-spacing: 0.05em;
	padding: 6px;
	background-color: #ccc;
	float: left;
	margin-left: 0px;
	
}

div.rightbox img 
{
	width: 288px;
	height: auto;
	margin-bottom: 5px;
}

div.rightboxbild 
{
	line-height: 0.9rem;
	font-size: 0.7rem;
	width: 288px;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	float: left;
	padding: 6px;
	background-color: #ccc;
}

div.rightboxbild img 
{
	height: 222px;
}


article.middlebox_team
{
	font-size: 0.8rem;
	margin-bottom: 10px;
	text-align: left;
	background-color: #ddd;
	padding: 10px;
}

img.team
{
	float: left;
	width: 80px;
	padding-right: 10px;
	margin-bottom: 5px;
}

/* BOX CAPTION */



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

.boxgrid p{ 
	padding: 0 10px; 
	color:#fff;  
	font:1rem Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #333; 
	height: 100%; 
	width: 288px; 
	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:1rem Arial, sans-serif; color:#fff; 
 }

