
/* Inhalte Kontakte */
#content .kontakte_leer {
	float:left; 
	margin: 0 6px 0 0; 
	width:127px; 
	height:142px; 
}


#content .kontakte {
	float:left; 
	margin: 0 6px 0 0; 
	width:127px; 
	height:140px; 
	border-top:1px solid #012779; 
	border-bottom:1px solid #012779;
}

#content .kontakte a {
	color: #012779;
	font-size: 0.9em;
	text-decoration: none;
	float:left;
	clear:both;
}
#content .kontakte a:hover {
	color: #012779;
	text-decoration: underline;
}

#content .modulclearer {
	float:left;
	height: 8px;
	width:526px;
	background-color:#edf0f6;
	margin: 6px 0 6px 0;
}

/* Inhalte Module Startseite */
#content .module {
	float:left; 
	margin: 0 6px 0 0; 
	width:127px; 
	height:150px; 
	border-top:1px solid #012779; 
	border-bottom:6px solid #012779;
}

#content .module a {
	color: #012779;
	font-size: 0.9em;
	text-decoration: none;
}
#content .module a:hover {
	color: #012779;
	text-decoration: underline;
}


/* Inhalte News */

#content .datum {
	color: #999;
	font-size: 0.9em;
	margin-bottom: 2px;
}
#content .next {
	color: #999;
	font-size: 0.9em;
	margin-bottom: 2px;
	border-bottom: 1px solid #012779;
	margin: 8px 0 12px 0;
	padding: 10px 0 3px 0;
	height:16px;
	width:530px;
	text-align:right;
}
