/* Gesamtschrift und Gesamtrand festlegen */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: #333333;
  line-height: 15px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
}

hr {
  height: 1px;
  border-top: 1px dotted;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-color: #cccccc;
  padding-bottom: 0px;
  margin-bottom:  7px;
  padding-top: 0px;
  margin-top:  7px;
  text-align: left;
  margin-left:0px;
}


/* Überschrift 1 gestalten */
h1 {
  color: #172983;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 4px;
  margin-top:0px;
  padding-top: 0px;
}
h1 {
  color: #172983;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 4px;
  margin-top:0px;
  padding-top: 0px;
}


/* Überschrift 2 */
h2 {
  color: #172983;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top:0px;
  padding-top: 0px;
  line-height:1px;
}


/* Überschrift 3 */
h3 {
  color: #172983;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 3px;
  margin-top:0px;
  padding-top: 0px;
}


/* Überschrift 4 */
h4 {
  color: #000000;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 3px;
  margin-top:0px;
  padding-top: 0px;
}

/* Überschrift 5 */
h5 {
  color: #172983;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 4px;
  margin-top:0px;
  padding-top: 0px;
}

/* Überschrift 6 */
h6 {
  color: #000000;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 4px;
  margin-top:0px;
  padding-top: 0px;
}


/* Absatz und div */
p {
  margin: 0px;
  padding: 0px;
}

/* Tag b zusätzlich einfärben */
b {
  color: #000000;
}

/* Zeichenformat strong */
strong {
  color: #000000;
}

/* Haupt-Navigationsbereich */

#navi {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  float: left;
  width: 190px;
  color: #000000;
  background-color: transparent;
  padding:0px;
  margin:0px;
  height: 100%;
  font-weight: bolder;
}

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

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

#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin: 0px;
  padding: 3px 0px 4px 20px;
  color: #000000;
  background-image:url(../../bilder/navi.jpg);
  background-repeat:no-repeat;
  border-bottom: 2px solid #ffffff;
}

#navi ul ul li a {
 display: block;
 margin:0px;
 padding: 3px 0px 6px 20px;
 text-indent: 0px;
 color: #000000;
 font-size:11px;
 background-image:url(../../bilder/navi-high.jpg);
 background-repeat:no-repeat;
 border-top-style: none;
 border-bottom-style: none;
}

#navi a:link{
  display: block;
  text-decoration: none;
  width: 100%;
}

#navi a:visited{
  display: block;
  text-decoration: none;
  width: 100%;
}

#navi a:hover {
  display: block;
  width: 100%;
  color: #ef8106;
  background-image:url(../../bilder/navi-high.jpg);
  background-repeat:no-repeat;
}

#navi ul ul li a:hover {
  display: block;
  width: 100%;
  color: #ef8106;
  background-image:url(../../bilder/navi-high.jpg);
  background-repeat:no-repeat;
}


#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 3px 0px 4px 20px;
  color: #ef8106;
  background-image:url(../../bilder/navi-high.jpg);
  background-repeat:no-repeat;
  border-bottom: 2px solid #ffffff;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 100%;
  font-size:11px;
  margin: 0px;
  padding: 3px 0px 4px 20px;
  color: #ef8106;
  background-image:url(../../bilder/navi-high.jpg);
  background-repeat:no-repeat;
}
/* ENDE Listenstile für Menüeintrag im Navibereich */

/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu {
/*  font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
/*  font-variant: small-caps;*/
  
  font-size: 12px;
  color: #000000;
  margin-top: 0px;
  font-weight: bold;
  padding-left:10px;
}

#topmenu ul {
  padding: 0px;
  margin: 0px;
}

#topmenu li {
  display: inline;
  padding-right: 0px;
  margin: 0px;
}

#topmenu a {
  text-decoration: none; 
  color: #000000;
}

#topmenu a:link {
  text-decoration: none;
  color: #000000;
}


#topmenu a:hover {
  color: #ef8106;
  text-decoration: none;
}

#topmenu .obermenuhigh {
  color: #ef8106;
  text-decoration:none;
}

#navtree {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  padding: 6px 0px 0px 10px;
}

#navtree a {
  text-decoration: none; 
  color: #ffffff;
}

#navtree a:link {
  text-decoration: none;
  color: #ffffff;
}

#navtree a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* ENDE Listenstile für Menüeintrag im topmenu */
/* Links */
a {
  color: #ef8106;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #ef8106;
}

/* Gestaltung des rechts ausgerichteten Kastens */
div.kasten {
  font-size: 11px;
  float: right;
  width: 190px;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  margin: 0px 0px 0px 10px;
  padding: 5px;
}

/* Einführungsabsatz */
div.lead, div.lead p {
font-family: Arial, Helvetica, sans-serif; 
font-size:  11px;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
font-family: Arial, Helvetica, sans-serif; 
font-size : 11px;
border-style : solid; 
border-width : 1px; 
border-color : #333333; 
color : #333333; 
padding : 3px;
margin-top: 15px;
margin-bottom: 15px;
}

.code {
font-family: Courier New, Courier, monospace;
font-size: 11px;
color: #333333;
}

/* Subject Media veränderungen! */

#content {
padding: 25px 20px 60px 0px;
background-color: #FFFFFF;
}

#contentprint {
padding: 15px 0px 15px 0px;
background-color: #FFFFFF;
}

#plugin {
  background-color: transparent;
  font-size: 11;
}

/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
  font-size: 11px;
  float: right;
  width: 190px;
  padding-left: 10px;
  padding-right: 0px;
}

.box {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  float: right;
  width: 100%;
}

.box h3 {
  background-color: #333333; 
  color: white;
  padding: 3px 3px 3px 5px;
  margin-top: 0px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.box div {
 padding: 5px;
 border-style: solid;
 border-width: 1px;
 border-color: #333333;
}
/* Ende der neuen Newskasten-Formate */

#footer {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
padding: 1px 10px 0px 10px;
}

#footer a{
color: #000000;
text-decoration: none;
font-size: 11px;
}

#footer a:hover{
color: #000000;
text-decoration: underline;
font-size: 11px;
}

ul {
 list-style-type: disc;
 margin-left: 0px;
 padding-left: 15px;
 margin-bottom:0px;
 margin-top: 0px;
}


#rotation {
padding: 10px 10px 10px 10px;
}

#headline {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding: 0px 0px 0px 10px;
}

#navihead {
font-size: 11px;
font-weight: bold;
color: #000000;
padding-top: 2px;
}

#teaserhead {
font-size: 11px;
font-weight: bold;
color: #000000;
padding-top: 2px;
}

#contentheaderteaser {
background-image: url(../../bilder/content-header-teaser-higru.jpg);
font-size: 11px;
font-weight: bold;
color: #172983;
padding-left: 10px;
padding-top: 2px;
height: 22px;
}

#contentteaser {
font-size: 11px;
padding-top: 5px;
}

#teaserfooter {
font-size: 11px;
font-weight: normal;
color: #000000;
padding-bottom: 1px;
}

#teaserfooter a {
font-size: 11px;
font-weight: normal;
color: #000000;
padding-bottom: 1px;
text-decoration: none;
}

#teaserfooter a:hover {
font-size: 11px;
font-weight: normal;
color: #ef8106;
padding-bottom: 1px;
}

#kontakt {
height: 20px;
border: 1px solid;
border-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
width: 288px;
padding-top: 2px;
}

#heads {
height: 20px;
border: 1px solid;
border-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
width: 290px;
}

#nachricht {
height: 100px;
border: 1px solid;
border-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
width: 588px;
}