div.titlepicture {
	/* Titelbilder der einzelnen Seiteninhalte */
	width:610px;
	height:150px;
	/* background-color:#ff0000; */	
	margin-left:0px;
	margin-bottom:0px;	
	padding:0px;
	vertical-align:bottom;
}

div.imagebox {
	margin-bottom:10px;	
	padding:0px;	
	overflow:hidden;
	/*background-color:#ff0000;*/
}

div.imagebox:after {
	clear:both;
}

.small {
     font-size:10px;
     font-family: Verdana, Helvetica, Arial, sans-serif; 
}

.contentgray {	
	width:610px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #7379B5;
	border-left	: 0px solid #7379B5;
	border-right: 0px solid #7379B5;	
	border-bottom: 1px solid #7379B5;
}

.contentwhite {
	width:610px;
	padding: 0px;
	margin: 0px;
	border-left	: 0px solid #7379B5;
	border-right: 0px solid #7379B5;
}

.contentarchiv {
	padding: 4px;
	/* border-left	: 1px solid #7379B5;
	border-right: 1px solid #7379B5; */	
}

.contentgenerated {
	padding: 4px;
	/* border-left	: 1px solid #7379B5;
	border-right: 1px solid #7379B5;
	border-bottom: 1px solid #7379B5; */	
}


div.table { display:table; border-collapse:collapse; }
div.tr { display:table-row; }
div.td { display:table-cell; }

#navi {
   position: static;
   top: auto;
   left: auto;
   float:none;
   width: 170px;
   padding-right: 10px;
   z-index: 10;
      
}







