/* ----------------------------------------------------------------------------------------------------------------- */
/* Textformatierungen */
/* ----------------------------------------------------------------------------------------------------------------- */

.titel_balken {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	
	background-color: transparent;
	display: block;
	
	padding: 0px 25px 70px 25px;
	margin: 5px -25px 70px 55px;
}

* html .titel_balken {
	padding-left: 120px;
}



/* ----------------------------------------------------------------------------------------------------------------- */
/* Layout */
/* ----------------------------------------------------------------------------------------------------------------- */

#seiteninhalt {
	padding: 25px 25px 0 25px;
        background: url(../bilder/header_fachpersonen.jpg) no-repeat;
}

#seiteninhalt img {
	margin: 15px 0 15px 0;
}




/* ----------------------------------------------------------------------------------------------------------------- */

#rightcol img {
    margin-bottom: -15px;
}

.themenbox, 
.standardbox {
	width: 205px;

	padding: 0px;

	margin: 0 -15px 0px -15px;

	background-color: #527bb9;
	float: left;
}

* html .themenbox {
	width: 190px;
	padding-left: 25px;
	padding-right: 20px;
}

#infobox {
	display: none;
}

#seiteninhalt table {
	width: 100%;
        border-collapse: collapse;
        margin-top: -10px;
}

#seiteninhalt table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
}


#seiteninhalt table.contenttable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	color: #000;
	padding: 0em 1em 1em 0;
        border-bottom: 0;
        vertical-align: top;
        width: 50%;
}

#centercol table a:link, 
#centercol table a:visited {
	font-weight: normal;
	color: #000;
}

#centercol table a:hover, 
#centercol table a:active {
	font-weight: normal;
	color: #1361a9;
}














