/*Einstellungen für BODY-Bereich */


/*Link*/
a {
	color: #E1081E;
	text-decoration: underline;
}

body p {
	margin-bottom: 0;
}

/* Listenelemente im Text  */	

body ul li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;  
	list-style-image: url('images/bullet_red.gif');
}



body, td, input, select, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #e1081e;
	scrollbar-track-color: #e9e7e2;
}

div.pagetitle {
	color: #E1081E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
}

div.rootline a:hover {
	text-decoration: underline;
}

/* Alles, was mit den Suchergebnissen zu tun hat */
  
div.tx-indexedsearch-sectionlinks li {
	margin-bottom: 10px; /* die Ergebnisszusammenfassung */
}
.tx-indexedsearch-browsebox-strong {
	font-weight: bold;
}

/*Überschriften*/
h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* link in überschrift */
 h1 a, h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
/*	margin-bottom: -5mm; */
}

h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

html, body {
	height: 99%;
}

/*Paragraph - Normale Schriftart 	*/
p, body ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*	margin-bottom: -5mm;*/
}

.centercontent {
	background: #00FF00;
	height: 99%;
	padding: 2px;
}

.footline {
	height: 30px;
}

.greybg {
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.lowerarea {
	height: 99%; /*		table-layout: auto; */
	width: 960px;
}

.rightcontent {
	padding-left: -1px;
	width: 200px;
}

.rightcontent h1 {
	border: 3px #CCCCCC outset;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 250%;
	margin-bottom: 5px; /* Abstand zum nächsten Elemen */
	text-align: center;
}

.rightcontent p {
	border: 3px #CCCCCC outset;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 5px;
	padding: 5px 5px;
	text-align: left;
}

/* Das "wo bin ich" menü */
.rootline, .rootline a {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	text-decoration: none;
	vertical-align: middle;
}

.sitemap-top {
	background-color: #E1081E;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px;
}


