/* benutzte Imageklassen

large -> Folderimage (Startseite z.B. das Willkommen GIF)
medium -> Teasergröße
imagelarge -> bild der Fullansicht
small -> mitarbeiterbild
logo -> NEUE FULLANSICHT
gallerythumbnail -> galerie voransicht
full_gallery

*/



table{
	border: 1px solid #AEAEAE;
	padding: 0px;
	border-spacing: 4px;
}

td{
	/*border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	background-color: #F1F1F1;*/
	
border: none;

	background-color: #F1F1F1;
	padding: 4px;
}





/* Clear Class */
.c {clear: both;}
.c2 {clear:both; font-size:2px; height:2px;border:0px;overflow:hidden;}
.c5 {clear:both; font-size:5px; height:5px;border:0px;overflow:hidden;}
.c10 {clear:both; font-size:10px; height:10px;border:0px;overflow:hidden;}
.c15 {clear:both; font-size:15px; height:15px;border:0px;overflow:hidden;}
.c20 {clear:both; font-size:20px; height:20px;border:0px;overflow:hidden;}
.c25 {clear:both; font-size:25px; height:25px;border:0px;overflow:hidden;}
.c30 {clear:both; font-size:30px; height:30px;border:0px;overflow:hidden;}
.c40 {clear:both; font-size:40px; height:40px;border:0px;overflow:hidden;}
.c50 {clear:both; font-size:50px; height:50px;border:0px;overflow:hidden;}




body{
   background-color: #FFFFFF; 
   text-align: center;
   font-family: Verdana, Arial, Helvetica; 
   
   font-size: 11px;
}

#wrapper{
    position: relative; 
    width: 780px; 
  	/* background-color: #D2D2D2; */
    margin-top: 0px; 
    margin-left: auto; 
    margin-right: auto;
}


#iconleiste_oben{
 	height: 17px;
 	width: 780px;
	border-bottom: 1px solid black;
	font-size: 10px;
}

#iconleiste_oben img{float: left;}

.links_oben{
	margin: 3px 0px 0px 5px;
	float: left;
	display: block;
	cursor:pointer;
}
.links_oben:hover{cursor: pointer}


#head{
	height: 157px;
	width: 780px;
	overflow: show;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
}



/* NAVIGATION */

#navi{
	width: 160px;
	background-color: #B6B4B5;
	float: left;		

}



/* CONTENT */

#content{
	width: 405px;
	float: left;
	text-align: left;
	margin: 15px 0px 0px 16px;
	display: inline;
}


#breadcrumb{
	line-height: 13px;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}


.line{
	width: 404px;
	margin: 0px 0px 0px 2px;
	/*min-height: 137px;
	-height: 137px;*/
	
	border-bottom: 1px solid black;
	
}


.line_no_image{
	width: 404px;
	margin: 0px 0px 0px 2px;
	border-bottom: 1px solid black;
}
.line_no_image .text{
	float: left; 
	width: 380px;
	
	margin: 7px 0px 0px 0px;
	line-height: 15px;
}



.line_title{
	width: 405px;
	border-bottom: 1px solid black;
	font-weight: bold;
	margin: 0px 0px 0px 2px;
	min-height:14px;
	-height:14px;
}

.line_text{
	float: left; 
	/*min-height: 111px;
	-height: 111px;*/

	width: 215px;
	display: inline;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
}

.line_img{
	float: left; 
	width: 170px;
	text-align: center;
	display: inline;
	border: 1px solid #B4B4B4;
	margin: 0px 6px 0px 0px;
	background-color: #F5F5F5;
}





/* SIDEBAR */

#sidebar{
	float:right;
	width: 180px;
	margin: 15px 0px 0px 0px;
	font-size: 0px;
	
	border-left: 1px solid #E50000;
	border-bottom: 1px solid #E50000;
}


#sidebar img{
	margin: 0px 0px 0px 1px;
	display: inline;
	border: none;
	padding: 0px 0px 0px 0px;
	
}

.sidebar_h{
	margin: 1px 0px 0px 0px;
 	height:20px;
	width: 180px;
	background-color:#E50000;
}


.sidebar_text{
	font-size: 11px;
	text-align: left;
	margin: 8px 0px 2px 5px;
	line-height: 15px;
	
}



/*  FOOTER */

#footer{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	height: 23px;
	text-align: center;
	background-color:#FFFFFF;
	font-size: 10px;
}