@import url("rte_formate.css");

html
{
	height: 100%;        
    margin: 0;
	padding: 0;
}

body
{
	height: 100%;
    margin: auto;
    padding: auto;        
    background-color: #ffffff;        
    background-image:url(images/bg_img.jpg);
    background-position: top center;
    text-align: center;  
}

body, div, td, p
{
	color: #000000;
  font-family: Tahoma; 
  font-size: 11px;
	text-decoration: none;
	line-height: 1.3em;
}
p
{
	margin: 0;
}


h4
{
	font-size: 16px;
	font-weight: bold;	
	padding: 42px 0 0 42px;
	margin: 0;
	color: #ffffff;
}

h1
{
	font-size: 15px;
	font-weight: bold;	
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0px;	
}
.csc-firstHeader
{
	font-size: 13px;
	font-weight: bold;	
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0px;	
}

h2
{
	font-size: 13px;
	font-weight: bold;	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3
{
	font-size: 13px;
	font-weight: bold;	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4
{
	font-size: 13px;
	font-weight: bold;	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000;
}

img
{
	border:0;
}



div
{
	padding: 0;
	margin: 0;
}

.bodytext
{
	padding: 0 20px 0 0px;
}


 
a:link, a:active, a:visited
{	
	/*color: #a8a8a8;*/
  color: #4a4a4a;
  font-family: Tahoma; 
  font-size: 11px;
  text-decoration: none;  
	font-weight: normal;
}
a:hover
{
	color: #1a1a1a;
  font-family: Tahoma; 
  font-size: 11px;
  text-decoration: underline;  
	font-weight: normal;
}
#footer, #footer_right, footer_right a
{
  color: #a8a8a8;
  font-family: Tahoma; 
  font-size: 11px;
}



#main
{
  position:relative;  
  width: 952px;
  margin: auto;
}
#logo
{
  margin-top: 20px;
}
#topmenu
{
  margin-top: 50px;  
  text-align: left;  
  width: 970px;  /* hack umbruch */
  padding: 0;
  height: 85px;
}
#maincontent
{
  width: 953px;
  min-height: 382px;   
  height: auto !important;   
  height: 382px;
  padding: 0;
  margin: 0;      
}
#footer
{    
  width: 952px;
  margin-top: 50px;
  border-top: 2px solid #ececec;  
  
  
}
#footer_left
{
  padding-top:10px;
  float:left;  
  width: 400px;
  text-align: left;
}
#footer_right
{
  padding-top:10px;
  float:right;  
  width: 400px;
  text-align: right;  
}
.clr
{
  clear:both;
  height: 0;
  font-size: 0; /* height fix ie6*/
}

#langsel
{
  position: absolute;
  top: 130px;
  right: 0;
  margin: 0;
  padding: 0;
}
#Navigation
{

  margin: 0;
  padding: 0;
}

/* SPRACHMENU */
/* Erweiterung zur dynamischen Ein-/Ausblendung */
 ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.5em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.9em; right: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    right: -1.5em;
    righ\t: -0.4em;
    
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#ffffff; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
    border: 1px solid #ececec;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    /*width: 6.4em;*/  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    /*border: 1px solid black;*/
    /*border-left-color: white; border-top-color: white;*/
    /*color: maroon; background-color: #ccc;*/
    color: #272729; 
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */    
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    /*border-color: white;
    border-left-color: black; border-top-color: black;*/
    color: #988324; background-color: #ececec;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    /*color: maroon; background-color: silver;*/
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
    
  }





/* HOME */
.boxleft
{
  float: left;
}
.boxright
{
  float: right;  
}

.mspacer
{
  float: left;
  width: 159.5px;  
  /*192*/
}

/* RTE FORMATE */

span.Rot
{
	color: #cb071e;
}
p.Rot
{
	color: #cb071e;
	padding-left: 20px;
}


span.Gruen
{
	color: #00964f;
}
p.Gruen
{
	color: #00964f;
	padding-left: 20px;
}

