/* CSS-Datei für Standard-Template von CMBasic
CMBasic is free software under the GNU/GPL
Copyright Johann-Christian Hanke 
Copyright CSS-Datei Johann-Christian Hanke
http://www.cmbasic.de 
http://cmbasic.sourceforge.net */

/* Gesamtschrift und Gesamtrand festlegen */
html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  margin: 0px;
  padding:0; 
  } 
 
#pagewidth{ 
 max-width:100%;  

 min-width:100%;  
}
 
#header{
 position:relative; 
 height:80px; 
 width:100%;
 background-image:url(logo.png);
 background-repeat:no-repeat;
 } 
 

#path{
 position:relative; 
 height:20px; 
 width:100%;
 vertical-align:middle;
 font-size: 0.84em;
 color: #000066;
 padding-left:5px;
 } 


/* Haupt-Navigationsbereich */

#navi {
  font-size: 0.8em;
  color: #000066;
  background-color: white;
  width:160px; 
  float:left; 
  position:relative; 
  padding-left:5px;
  padding-top:10px;
  padding-right:0px;
  padding-bottom:5px;
  }

/* Inhaltsbereich */

#content {
  float: right;
  width:73%;
  display:inline; 
  position: relative; 
  color:#000066;
  background-color: white;
  font-size: 0.84em; 
  line-height:1.45em;
  border-left-style:dotted;
  border-width:thin;
  border-color: #808080;
  padding-left:10px;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:50px;
}

/* Fußzeile */
#footer {
  width: 100%;
  color:#999999;
  font-size: 0.7em;
  background-color: white;
  text-align: center;
  height:40px; 
  border-top-style:dotted; 
  border-width:thin;
  border-color: #808080;
  padding-left:10px;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:5px;
  clear:both;
}



/* Listenstile für Menüeintrag im Navibereich
Dieser Abschnitt ist sehr lang */
#navi ul {
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
}

#navi ul ul {
  list-style-type: none;
  padding-left: 4px;
  margin-left: 4px;
  }

#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: #000066;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: silver;
}

#navi ul ul li a {
 display: block;
 margin-top:1px;
 padding:4px 4px 4px 2px;
 text-indent: 0px;
 font-weight: normal;
 color: #000066;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
}

#navi a:link {
  display: block;
  text-decoration: none;
  width: 140px;
}

#navi a:visited {
  color: gray;
  text-decoration: none;
  display: block;
  width: 140px;
}

#navi a:hover {
  display: block;
  background-color: transparent;
  width: 140px;
  color: #AF1810;
}

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 140px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: #000066;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color:silver;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 140px;
  margin-top: 1px;
padding: 4px 4px 4px 2px;
  font-weight: normal;
  color: #000066;
  background-color: transparent;
}

/* ENDE Listenstile für Menüeintrag im Navibereich */

/* Ab hier wird es für Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen 
im linken Pull-down-Menü von TinyMCE! */

/* Überschrift 1 gestalten */
h1 {
  color: #000066;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top:0px;
  background-image: url(verlauf.jpg);
  background-repeat: repeat-y;
  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: 1px;
}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Absatz und div */
p, div {
  padding-right: 3px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: #000066;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: #000066;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* Hovereffekt für Links */
a:hover {
  text-decoration: none;
}

/* besuchte Hyperlinks */
a:visited {
  color: grey;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im Auswahlmenü von TinyMCE gezeigt */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 1em;
  color: #000066;
  margin-top: 10px;
  float: right;
  width: 190px;
  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.9 em;
  margin-top: 10px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
  font-size: 1em;
  color: #000066;
  margin-top: 10px;
  float: right;
  width: 190px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;;
}

.box h3 {
  background-color: #ffffff; 
  color: #000066;
  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; 
}

/* 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; 
}

/* cms referenz */
.cms {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 0.7em;
  color: grey; 
}


/* Foyer Namen vielsprachig */
.fce {
  font-family : Arial, sans-serif; 
  font-size : 0.9em;
  color: #000066; 
}


.code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #FF8040;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}



/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}

/* Links innerhalb von Absätzen mit 
kleinem Zeichen versehen */
#content p a {
  display: inline;
  padding-left: 15px;
  background-image: url(bluedot.gif);
  background-repeat: no-repeat;
}







 /* Float containers fix */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

