/* CSS Document */

body {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #646464;
}

div#flaggen, div#menue, div#submenue, div#top, div#header img {
	display: none;
}

div#logo {
	height: 100px;
	width: 100%;
	display: block;
	text-align: right;
}

div#logo img {
	width: 207px;
	height: 91px;
	display: block !important;
	float: right;
}

div#content div#text {
	float: left;
	width: 100%;
	line-height: 155%;
}

div#content div#text table {
	width: 100%;
}

div#content div#text div#breadcrumb {
	padding-top: 10px;
	font-size: 9px;
	color: #666666;
	padding-left: 2px;
}

div#content div#text div#breadcrumb a {
	color: #666666;
}

div#footer {
	clear: both;
	padding-top: 30px;
	font-size: 10px;
	color: #666666;
	width: 100%;
}

/* --- FOOTER --- */

div#content div#footer div#bottom_menue {
	display: none;
}

div#content div#footer div#bottom_menue a {
	color: #113454;
	text-decoration: none;
}

div#content div#footer div#bottom_menue a:hover {
	text-decoration: underline;
}

div#content div#footer div#copyright {
	float: left;
	width: 100%;
	text-align: right;
	padding-right: 15px;
}

/* --- ABSÄTZE, ÜBERSCHRIFTEN --- */

h1 {
	color: #3c3c3c;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 145%;
}

h2 {
	color: #5186b0;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 145%;
}

h3 {
	color: #454545;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 155%;
}

p {
	margin: 0px;
	margin-bottom: 13px;
}

hr {
	background-color: #cbcac8; /* Mozilla 1.4 */
	color: #cbcac8; /* IE 6 */
	border: #cbcac8; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 10px 0px 11px;
}

strong {
	color: #454545;
}

div#text a {
	color: #5186b0;
	text-decoration: underline;
	padding-bottom: 1px;
}

div#text a:hover {
	color: #818181;
}