body{
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	padding-top: 20px; /* Abstand zum oberen Browserrand*/
	margin: 0px;
}
/* p wichtig zur Einhaltung Abstand wenn so gewünscht*/
p {
}
/* Überschriften zur Seitennavigation */
h1, h2, h3 {
	font-size: 17pt;
	line-height:25px;
	font-weight: normal;
	margin-bottom: 15px;
	display:inline;
	color: #000000;
    text-decoration: underline;
}
/* Überschriften zur Verwendung im content */
h4 {
font-size: 13pt;
    line-height:18px;
	font-weight: normal;
	margin-bottom: 15px;
    color: #000000;
    text-decoration: none;
}
/* horizontale Linie */
hr {
	color: #000000;
    height: 3px;
}
/* links allgemein evtl. nicht verwendet da links im jeweiligen .div extra definiert sind*/
a {
	text-decoration:none;
}
a:link, a:visited {
	text-decoration: none;
	color: black;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
}
/* container für mittige Zentrierung */
#container {
	position:relative;
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
    border: solid #000000 1px;
}
/* content */
#content{
	width: 620px;
	float:left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	margin:0px;
    color:#000000;
}
#content a{
	text-decoration:underline;
	font-weight:normal;
}
#content a:link, a:visited {
	text-decoration:underline;
	color: #000000;
}	
#content a:hover, a:active {
	text-decoration:underline;
	color: #999999;
}
/* menu*/
#links{
	width: 290px;
	padding-top: 0px;
	float:left;
	margin:0px;
}
#menu{
	width: 280px;
	padding: 0px;
	float: left;
	padding-left: 0px;
}
#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: 25px;
	padding-top:0 px;
	padding-bottom:0px;
}
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; padding-top: 0;
	margin-left: 0;
}
.doc { /* Menüpunkt ohne Unterseite*/
	list-style: none;
	padding-left: 0px;
	background: url(menu/document.gif) no-repeat;
}
.docs { /* Menüpunkt mit Unterseite*/
	list-style: none;
	padding-left: 0px;
	background: url(menu/documents.gif) no-repeat;
}
.sdoc { /* Aktiver Menüpunkt ohne Unterseite*/
	list-style: none;
	padding-left: 0px;
    color: #ffffff;
	background: url(menu/sdocument.jpg) no-repeat;
}
.sdocs { /* Aktiver Menüpunkt mit Unterseite*/
	list-style: none;
	padding-left: 0px;
    color: #ffffff;
	background: url(menu/sdocuments.jpg) no-repeat;
}
/* 1. Menüebene*/
.menulevel1 {
	font-size: 12pt;
	line-height:20px;
	color: #000000;
	text-transform:none;
    padding-left: 110px;
}
.menulevel1 a {
	font-weight: normal;
	color: #000000;
    display:block;
    padding-left: 110px;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: black;
}
.menulevel1 a:hover, .menulevel1 a:active {
	background-image: url(images/menuhover.jpg);
       color: #ffffff;
}
/* 2. Menüebene*/
.menulevel2 {
	font-size: 11pt;
	color: #000000;
	text-transform:none;
    padding-left: 120px;
}
.menulevel2 a {
	font-weight: normal;
	color: black;
    padding-left: 120px;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: black;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color: #ffffff;
}
/* 3. Menüebene*/
.menulevel3 {
	font-size: 10pt;
	color: #000000;
        text-transform:none;
        padding-left: 130px;
}
.menulevel3 a {
	font-weight: normal;
	color: black;
        padding-left: 130px;
}
.menulevel3 a:link, .menulevel3 a:visited {
	color: black;
}
.menulevel3 a:hover, .menulevel1 a:active {
	color: #ffffff;
}
/* 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{
	font-size: 13px;
	font-weight:normal;
	background-color:#ffffff;
	padding: 0px;
	clear:both;
	color:#000000;
	background-image: url(images/footerbg.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a{
	color:#000000;
	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: #000000;
	padding-left: 0px;
}
.navigator a, .navigator a:link, .navigator a:visited, .navigatora:active, .navigator a:hover{
	font-weight: normal;
	font-size: 8pt;
	color: #ffffff;
	padding-left: 0px;
}
 /* 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;
}
#realisieren{
	position:absolute;
    left:264px;
	top:28px;
}
#minimenu {
	position:absolute;
	z-index:1;
	left: 755px;
	top: 15px;
        color: #ffffff;
        font-size: 13px; 
}
#minimenu a{
	text-decoration: none;
	color: #ffffff;
}
#minimenu a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}
#minimenu a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
}
.paddingleft {
	padding-left:15px;
}
#content .edit a{
color: #000000;
}
#content .edit a:link, a:visited {
color: #000000;
}
#content .edit a:hover, a:active {
color: #999999;
}
.bildrechts {
margin-left: 20px;
margin-bottom: 10px;
border: solid 2px #a53966;
}
.bildlinks{
margin-right: 20px;
margin-bottom: 10px;
border: solid 2px #a53966;
}
.bild{
border: solid 2px #a53966;
}
