
div.clear {
	clear: both;
}
div.zweispaltigerInhalt div.inhaltLinks{
	width: 500px;
	float: left;
}
div.zweispaltigerInhalt div.inhaltRechts{
	width: 200px;
	float: left;
}

div.mitarbeiter_random{
	position: relative;
	font-family:Georgia;
}
div.mitarbeiter_random div.mitarbeiter_random_zeile1{
	position: absolute;
	top: 20px;
	z-index: 40;
	left: 2px;
	font-size: 24px;
	padding-left: 16px;
	
	background-image: url("/fileadmin/templates/imgs/zeichen_left.gif");
	background-repeat: no-repeat;
}
div.mitarbeiter_random div.mitarbeiter_random_zeile2{
	position: absolute;	
	left: 18px;
	font-size: 24px;
	padding-right: 15px;
	
	
	z-index: 40;
	top: 52px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("/fileadmin/templates/imgs/zeichen_right.gif");
}

/* FCE: organisation_item.html */
div.organisation_item {
	margin: 0 5px 10px;
}

div#mainContent div.contentElement div.organisation_item div.name p {
	margin: 0;
	color: #77B13E;
	font-size: 12px;
}

div#mainContent div.contentElement div.organisation_item div.name p a {
	text-decoration: none;
}

div#mainContent div.contentElement div.organisation_item p.position {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}

div#mainContent div.organisation_item li {
	font-size: 11px;
	line-height: 16px;
}

/*
*
* Content frame: frame_line_bottom
*
*/
div.frame_line_bottom {
	border-bottom: 1px solid #AAAAAA;
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
}

/*
*
* Page Title: exception for page template 'inhaltEineSpalte' (small and underlined instead of big without line)
*
*/
div#inhaltEineSpalte div#pageTitle h1.small {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	margin: 0;
	padding: 0 0 5px;
	text-transform: uppercase;
	border-bottom: 2px solid #B6B8BA;
}