@charset "UTF-8";

body {
    font-size: 12px;	
    font-family: Arial, Helvetica, sans-serif;
	/* Vorgabe der Standardfarben und Textausrichtung */
    color: #666666;
    background: #fff;
    text-align: left;
}

a {
    color: #666666;
	text-decoration: underline;
}

form {
	background-color: transparent;
}

/*------------------------------------------------------------------------------------------------------*/

#outer {
	width:606px;
}

#header {
	height: 60px;
	margin-bottom: 3px;
}

#footer, #content_left, #content_right, #mainnav, #filler, #metanav, #suche, #rootline, #print  {
	display: none;
}

#logo {
	position: relative;
	float: left;
	width: 200px;
	height: 60px;
}

#slogan {
	position: relative;
	float: right;
	width: 390px;
	height: 60px;
}

#content_center {
	margin: 0 3px 0 3px;
}

/*------------------------------------------------------------------------------------------------------*/

/*--begin---formatierungen fr den Header---*/

#logo img {
	margin: 0;
	border: 0px;
}
/*--end-----formatierungen fr den Header---*/


/*--begin---formatierungen fr den contentbereich---*/

#content {
	padding: 30px 20px 30px 27px;
}

#content h1, #content .headline {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}

#content h2 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}

#content p {
	margin: 0 0 20px 0;
}

.text_balken .text {
	float:left;
	margin-right:20px;
	width:360px;
}

.text_balken {
	margin-bottom:20px;
}

#content p.align-left {
	margin:0;
}

#content .text_balken .balken p {
	margin:0;
}

.text_balken .balken {
	color:#666666;
	float:left;
	font-size:11px;
	padding:19px 10px 15px;
	width:149px;
	border: 1px solid #999999;
}
/*--end-----formatierungen fr den contentbereich---*/


/*--begin---allgemeine formatierungen---*/

.tx-dropdownsitemap-pi1 div {
	margin-left: 0;
}
a.arrow_link {
	background: url(../images/bg_link_no.gif) no-repeat;
	margin: 0 10px 0 0;
	padding: 0 0 0 19px;
	color: #325064;
	text-decoration: underline;
}

a.arrow_link:hover {
	background: url(../images/bg_link_akt.gif) no-repeat;
	color: #999999;
}

a.answer {
	background: url(../images/bg_link_answer.gif) no-repeat;
	margin: 0 10px 0 0;
	padding: 2px 0 0 25px;
	color: #325064;
	display: block;
	height: 18px;
	text-decoration: underline;
	font-size: 10px;
}

.text p {
	margin: 15px 0;
}

.clear {
	margin: 0;
	padding: 0;
	clear: left;
	height: 0;
	line-height: 0;
}
/*--end-----allgemeine formatierungen---*/
