/* Gesamtschrift und Gesamtrand festlegen */
body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4em;
  background-color: #5A5D61;
    /*background-position: center;
  text-align: center; */
}

/* mother-container, mit logo, navi, content und footer */
#box{
background-image: url(background.gif);
background-repeat: repeat-y;
margin: auto;
width: 980px;
text-align: center; /* Zentrierung im Internet Explorer */
}
#container{
margin: 0 10px 0 10px;
text-align:left;
width: 957px;
}
#header {
width:957px;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
height:150px;
background: url(banner.jpg);
background-repeat: no-repeat;
}
#title {
color:#FFFFFF;
width:957px;
font-size:1.1em;
font-weight:bold;
text-align:center;
background: url(stripe.jpg);
}
a, a:link, a:visited {
  TEXT-DECORATION: none;
	COLOR:#369;
	font-weight: bold;
	
}
a:hover, a:focus {
  TEXT-DECORATION: underline;
	COLOR: #f00;
}
/* Head mit dem Logo Topmenue u. search*/
.links {
  float:left;
}
.rechts {
  float:right;
}
#eins {
  width:960px;
  padding: 10px 0 10px 0;

  background-color: #004c8c;
  }
  #bg {
  width:957px;
  height:40px;
  background:transparent url("black.jpg") repeat-x top left;	
}
/* Suchfeld */
#search {
  height:40px;
  color:black;
  float:left;
  /*margin-left:770px;
  width:180px; */
}
#search label {
  color: white;
}
.eingabefeld {
  margin-top:7px;
}
/* Listenstile für Menüeintrag im Navibereich topmenu */

#topmenu {
  display:inline;
  float:left;
  /*width:760px; */
}


#topmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("black.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#topmenu ul li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
  height:40px;
	}
#topmenu ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:28px;
	}
#topmenu ul li a:hover{
	background:transparent url("blue.jpg") repeat-x top left;	
	}
#topmenu .obermenuhigh {
  display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:28px;
  background:transparent url("blue.jpg") repeat-x top left;	
	}
/* ENDE Listenstile für Menüeintrag im topmenu */


/* Navigationspfad 
#path {
  color:#000000;
  background:url("bg_navigationspfad.gif")repeat-x top left;	
  padding: 2px;
}*/
#path a, #path a:link, #path a:visited, #path a:active  { 
    TEXT-DECORATION: underline;
	  color:#000000;
	  font-weight: bold;
}
#path a:hover {
    TEXT-DECORATION: none;
	  color:#000000;
}
/* Inhaltsbereich */
#content {
  font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
  text-align:left;
  min-height:600px;
  margin-left:200px;
  margin-right: 20px;
  color: black;
  font-size: 0.84em; 
  line-height: 1.45em;
  padding-top: 30px;
  padding-right: 12px;
}

/* Stilregel für Plugins, z.B. feedback 
wichtig, um die gewünschte Hintergrundfarbe festlegen
zu können */
.plugin {
  background-color: #F8F8F8;
  font-size: 1em;
  line-height: 1.3em;
}

/* Stilregel für Frontend-Einloggbereich, 
wichtig, um die gewünschte Hintergrundfarbe festlegen zu
können */
.login {
  background-color: #F8F8F8;
  font-size: 1em;
  line-height: 1.3em;
}
/* Haupt-Navigationsbereich */
#navi {
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
  font-size: 0.8em;
  float: left;
  color: black;
  width:180px;
}

/* Listenstile für Menüeintrag im Navibereich 
Dieser Abschnitt ist sehr lang */
#navi ul {
  list-style-type: none;
  margin: 0;
  padding:0;
}

#navi ul ul {
  list-style-image: none;
  margin: 0;
  padding-bottom:0;
  }

#navi ul li a {
  height:22px;
  display: block;
  list-style-type: none;
  text-indent: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(bg_hauptnavi_ho.gif);
  background-repeat: no-repeat;
  background-position: 0pt 0pt;
}
#navi ul ul li a {
  height:22px;
  display: block;
  text-align:right;
  text-indent: 20px;
  font-weight: bold;
  color: black;
  border-top-style: none;
  border-bottom-style: none;
}
#navi .test a {
  background:white;
  height:22px;
  display: block;
  text-align:right;
  text-indent: 20px;
  font-weight: bold;
  color: black;
  border-top-style: none;
  border-bottom-style: none;
}
#navi a:link, #navi a:visited{
  height:22px;
  display: block;
  text-decoration: none;
}

#navi a:hover {
  height:22px;
  display: block;
  background-image: url(bg_hauptnavi.gif);
  background-repeat: no-repeat;
  background-position: 0pt 0pt;
  color:#FFFFFF;
}

#navi ul .obermenuhigh {
  height:22px;
  list-style-type: none;
  display: block;
  text-indent: 20px;
  font-weight: bold;
  color: white;
  background-image: url(bg_hauptnavi_blau_aktiv.gif);
  background-repeat: no-repeat;
  background-position: 0pt 0pt;
}

#navi ul ul .submenuhigh {
  height:22px;
  list-style-type: none;
  display: block;
  font-weight: bold;
  text-align:right;
  color: #004c8c;
  border-left: 5px solid #8C0000;
  background-color: #FFFFFF;
}
/* ENDE Listenstile für Menüeintrag im Navibereich */

#login_wrapper {
  margin-top:10px;
  color: #757575;
}
input,.selectbox,textarea,select {
background:#eaeaea;
border:1px solid #d1d1d1;
font-family: 'Trebuchet MS'; 
color: #757575; 
font-size:13px; 
padding:2px;
}
input:hover,.selectbox:hover,textarea:hover,select:hover {
background:#fff;
border:1px solid #b1b1b1;
}
/* Überschrift 1 gestalten */
h1 {
  color: #004c8c;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
  padding: 4px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.1em;
  line-height: 1.4;
  background-image: url(rotkaro.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 5px;
  padding-top: 0;
  margin-top: 10px;
}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Absatz und div */
p, div {
  padding-right: 3px;
}

p {
  margin-top: 3px;
  margin-bottom: 10px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: black;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: black;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(pfeil.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
  margin-top: 0;
  padding-top: 0;
}

#content ol {
  font-size: 1em;
  line-height: 1.4;
  margin-top: 0;
  padding-top: 0;
}

#content li {
  margin-bottom: 0.2em;
}
/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;
}

.kasten h3 {
  margin-top: 0px;
}

/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
  font-size: 0.9em;
  margin-top: 10px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #0000A0;
}

.box h3 {
  background-color: #003084; 
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

/* Einführungsabsatz */
.lead, .lead p {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size:  1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em;
  width: 90%;
  background-color : #EEEEEE; 
  border-style : solid; 
  border-width : 1px; 
  border-color : #CD3326; 
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em; 
  width: 90%;
  border-style : dotted; 
  border-width : 1px; 
  border-color : gray; 
  padding : 3px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

code, .code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Bildunterschrift */
.bu {
  margin-top: 0px;
  font-size: 0.75em;
  font-weight: bold;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #003084;
  width: 85%;
  margin-left: 0px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 0;
}

/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}
/* Format für zuletzt geändert usw. */
.datum {
 font-size: 0.8em;
}
#footer{
width:960px;
background:#eaeaea;
margin-top:150px;
padding: 5px 0 5px 0;
border-top:1px solid #757575;
color: #757575; 
text-align: center;
font-size:0.8em;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {  
    color: #444444;
    font-weight: normal;
    text-decoration: underline;
}
#footer a:hover{ 
    color: #444444;
    font-weight: normal;
    text-decoration: none;
}
.mceContentBody { 
background:#eaeaea;
font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
font-size: 0.84em; 
}
#sieben { 
display:none;
}
