/* Gesamtschrift und Gesamtrand festlegen */
body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 0;
  background-color: #FFFFFF;
}

/* mother-container, mit logo, navi, content und footer */
#box{
width: 980px;
}
#container{
margin: 0 10px 0 10px;
text-align:left;
width: 957px;
}
#header {
display:none;
}
#title {
display:none;
}
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 {
  display:none;
  }
  #bg {
  display:none;
}
/* Suchfeld */
#search {
 display:none;
}
#search label {
 display:none;
}
.eingabefeld {
display:none;
}
/* Listenstile für Menüeintrag im Navibereich topmenu */

#topmenu {
display:none;
}
#topmenu ul{
	display:none;
}
#topmenu ul li{
	display:none;
	}
#topmenu ul li a{
	display:none;
	}
#topmenu ul li a:hover{
	display:none;
	}
#topmenu .obermenuhigh {
	display:none;
	}
/* 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;
  min-height:1000px;
  text-align:left;
  margin-right: 20px;
  color: black;
  font-size: 1.2em; 
  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 {
  display:none;
}

/* Listenstile für Menüeintrag im Navibereich 
Dieser Abschnitt ist sehr lang */
#navi ul {
  display:none;
}

#navi ul ul {
 display:none;
  }

#navi ul li a {
 display:none;
}
#navi ul ul li a {
display:none;
}
#navi .test a {
 display:none;
}
#navi a:link, #navi a:visited{
 display:none;
}

#navi a:hover {
display:none;
}

#navi ul .obermenuhigh {
 display:none;
}

#navi ul ul .submenuhigh {
 display:none;
}
/* 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:30px;
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; 
}
