body {
	background-color: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 0px; /* Abstand zum oberen Browserrand*/
	margin: 0px;
}
/* p wichtig zur Einhaltung Abstand wenn so gewünscht*/

p {
	margin: 0px;
	padding: 0px;
}
/* Überschriften zur Seitennavigation */

h1, h2, h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 25px;
	color: #666;
margin-top:5px;
padding-top:0px;
}
/* Überschriften zur Verwendung im content */

h4 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #666;
}
#rechts h4 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 25px;
	color: #fff;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
}
/* horizontale Linie */

hr {
	color: #40a72a;
}
/* links allgemein evtl. nicht verwendet da links im jeweiligen .div extra definiert sind*/



/* container für mittige Zentrierung */

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-repeat: repeat-y;
}
/* content */

#content {
	position: relative;
	margin: 0px;
	margin-top: 0px;
	width: 760px;
	float: left;
	box-shadow: 0px 0px 8px 2px #ddd;
	font-weight: light;
}

#ccontent {
	position: relative;
	padding: 30px;
	margin: 0px;
	margin-top: 0px;
	width: 700px;
	float: left;
	padding-top: 0px;
	min-height: 570px;

}
#content a {
	font-weight: normal;
	color: #d20000;
}
#content a:link, a:visited {
	text-decoration: underline;
}
#content a:hover, a:active {
	text-decoration: none;
}
#content ul {
}
#mitte {
	float: left;
	width: 100%;
	background-image: url(images/mittebg.gif);
	background-repeat: repeat-y;
}
#minimenu {
	padding: 0px;
	margin: 0px;
	color: #000;
	position: absolute;
	left: 750px;
	top: 11px;
	font-size: 11px;
}
#minimenu a {
	font-weight: normal;
	color: #000;
}
#minimenu a:link, a:visited {
	text-decoration: none;
}
#minimenu a:hover, a:active {
	text-decoration: underline;
}
/* menu*/

#menu {
	position: relative;
	margin: 0px;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	height: 38px;
	box-shadow: 0px 5px 5px #999;
	z-index: 50;
}
#menu a {
	font-weight: normal;
	text-decoration: none;
}
#menu a:link, a:visited {
	text-decoration: none;
}
#menu a:hover, a:active {
	text-decoration: none;
}
#menu li {
	line-height: 1.5;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu li li {
	line-height: 1.3;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #CCC;
}
ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.submenu, ul.search {
	padding-left: 0;
	margin-left: 0;
}
.doc { /* Menüpunkt ohne Unterseite*/
	list-style: none;
	padding-left: 15px;
}
.docs { /* Menüpunkt mit Unterseite*/
	list-style: none;
	padding-left: 15px;
}
.sdoc { /* Aktiver Menüpunkt ohne Unterseite*/
	list-style: none;
	padding-left: 15px;
}
.sdocs { /* Aktiver Menüpunkt mit Unterseite*/
	list-style: none;
	padding-left: 15px;
}
/* 1. Menüebene*/

.menulevel1 {
	font-size: 16px;
	line-height: normal;
	color: #666;
	text-transform: none;
	border-right: 1px solid #fff;
}
.menulevel1 a {
	font-weight: normal;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: #666;
}
.menulevel1 a:hover, .menulevel1 a:active {
	color: #d20000;
}
/* 2. Menüebene*/

.menulevel2 {
	font-size: 13px;
	color: #000;
	text-transform: none;
}
.menulevel2 a {
	font-weight: normal;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: #000;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color: #d20000;
}
/* 3. Menüebene*/

.menulevel3 {
	font-size: 8pt;
	color: #bc3023;
	text-transform: none;
}
.menulevel3 a {
	font-weight: normal;
	color: black;
}
.menulevel3 a:link, .menulevel3 a:visited {
	color: black;
}
/* sitmap wahrscheinlich eher net verwendet*/

.sitemaplevel1, .sitemaplevel2, .sitemaplevel3 {
	font-size: 9pt;
}
.sitemaplevel1 a, .sitemaplevel2 a, .sitemaplevel3 a {
	font-weight: normal;
	color: black;
}
.sitemaplevel1 a:link, .sitemaplevel2 a:link, .sitemaplevel3 a:link, .sitemaplevel1 a:visited, .sitemaplevel2 a:visited, .sitemaplevel3 a:visited {
	color: black;
}
.sitemaplevel1 a:active, .sitemaplevel2 a:active, .sitemaplevel3 a:active, .sitemaplevel1 a:hover, .sitemaplevel2 a:hover, .sitemaplevel3 a:hover {
	color: black;
}
/* footer*/

#footer {
	padding: 0px;
	clear: both;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:link, a:visited {
	text-decoration: underline;
}
#footer a:hover, a:active {
	text-decoration: none;
}
/* Suchfeld */

#suche {
	position: absolute;
	z-index: 10;
	left: 800px;
	top: 160px;
}
.search a {
	font-weight: normal;
	color: black;
}
.search a:link, .search a:visited {
	color: black;
}
.search a:active, .search a:hover {
	color: black;
}
.searchbox .text, .searchbox .submit {
	border: 2px solid #c0c0c0;
	background: white;
}
/* Formular */

form {
	margin: 0;
}
/* Formular */

img {
	border: 0;
}
a img { /* Zur Vermeidung von Rahmen bei Bildlinks*/
	border: 0;
}
/* wenn unter normalem content submenu erscheinen soll - eher net*/

.submenu {
	font-size: 9pt;
}
.submenu a {
	font-weight: normal;
	color: black;
}
.submenu a:link, .submenu a:visited {
	color: black;
}
.submenu a:active, .submenu a:hover {
	color: black;
}
/* breadcrumps navi*/

.locator {
	font-size: 8pt;
	color: white;
}
.locator a {
	font-weight: normal;
	text-decoration: underline;
}
.locator a:link, .locator a:visited, .locator a:active, .locator a:hover {
	color: white;
}
/* Link login*/

.login {
	font-weight: bold;
	font-size: 8pt;
	color: gray;
}
.login a, .login a:link, .login a:visited, .login a:active, .login a:hover {
	color: gray;
}
/* Link cmsimple*/

.navigator {
	font-weight: normal;
	font-size: 8pt;
	color: white;
}
/* editor*/

.edit {
	font-size: 8pt;
	color: black;
	background-color: #FFFFFF;
	background-image: none;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight: normal;
	color: black;
}
.retrieve {
	background-color: #ffffff;
	background-image: none;
}
input, select {
	font-size: 8pt;
}
textarea {
	width: 98%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}
/* name der site*/

.sitename {
	font-weight: normal;
	font-size: 20pt;
}
body.mceContentBody {
	margin: 0 !important;
	padding: 5px;
	background-color: #fff;
	background-image: none;
}
/*Sitemap Vertical Popout Menu CSS for CMSimple*/

/*Microsoft behaviour to make IE6 and earlier behave like a compatible browser - ignored by other browsers. This has now been moved to the <body> tag in template.htm in order to use dynamic template folder path to csshover.htc*/

/* body{behavior:url(/templates/TEMPLATENAME/csshover.htc);} */

/*default styles for the menu, lists and links*/

#bwmenu {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#bwmenu ul {
	z-index: 500;
	list-style: none;
	margin: 0;
	padding: 0;
}
#bwmenu li {
	position: relative;
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	border: 0px solid black;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 40px;
	line-height: 38px;
	color: #d20000;
}
#bwmenu a {
	display: block;
	width: 100%;
	text-decoration: none;
}
/*change list item colours on hover*/
#bwmenu li:hover {
	color: #d20000;
}
#bwmenu a:hover {
}
#bwmenu li li {
	font-size: 16px;
	line-height: 18px;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	background-color: transparent;
	width: 160px;
	padding-right: 5px;

}
#bwmenu li li:hover {
	color: #d20000;
}
/*hide menulevel2*/
#bwmenu ul ul {
	display: none;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */ /* Old browsers */
}
/*hide menulevel3 when hovering over menulevel1 items*/
#bwmenu ul ul ul{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */ /* Old browsers */

}
#bwmenu ul li:hover ul ul {
	display: none;
}
/*display expanding menulevel2 on hovering over menulevel1 items*/
#bwmenu ul li:hover ul {
	position: absolute;
	display: block;
	top: 38px;
	left: -1px;
}
/*display expanding menulevel3 on hovering over menulevel2 items*/
#bwmenu ul ul li:hover ul {
	position: absolute;
	display: block;
	top: -1px;
	left: 100%;
}
/*End of Sitemap Horizontal Dropdown Menu CSS for CMSimple*/





#header {
	height: 100px;
	padding-top: 0px;
	background-image: url(images/bg.jpg);
	background-position: center bottom;
	background-size: cover;
}
#headerinnen {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 100px;
}
#rechts {
	position: relative;
	width: 180px;
	float: left;
	color: #fff;
	padding: 20px;
	min-height: 810px;
}
#rechts a {
	font-weight: normal;
	color: #fff;
}
#rechts a:link, a:visited {
	text-decoration: none;
}
#rechts a:hover, a:active {
	text-decoration: underline;
}
