/* Hack for IE to display the margin on #right properly */
* html #right {width:597px;}

/* Body Styles */

body
{
margin: 20px;
background: #7B7D7B;
font-size: 13px; 
color: #ffffff;
line-height: 1.5em;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}

p
{
margin: 5px 0 5px;
padding: 0;
}

h1
{
margin: 1px 0 0 0;
padding-bottom: 2px;
color: #8AD9FF;
font-size: 13px;
border-bottom: 1px solid #000ff;
background: inherit;
}

a{color: #fff; text-decoration: none; background: inherit;}
a:hover {color: #8AD9FF; text-decoration: none; background: inherit;}

ul
{
color: #fff;
list-style: none;
padding-left: 10px;
margin: 0 0 5px;
background: inherit;
}

li
{
font-weight: normal;
/* text-transform: lowercase;*/
padding: 0;
}

blockquote
{
width: 30em;
margin: 0 0 0 10px;
padding: 5px;
border-left: 1px solid #666
}

/* Main box  surrounding everything*/

div#outer
{
margin: 0 auto;
width: 902px;
overflow:auto;
border: 1px solid #222;
background-color: #4a4d4a; /* Hintergrundfarbe äußere Box*/
color: #fff;                /* Schriftfarbe äußere Box*/
height: auto;
}


/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

ul#Navigation {
    margin: 0px; padding: 0px;
    text-align: center;
}

ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0px; padding: 0px;
}

ul#Navigation a, ul#Navigation span {
    float: left; 
    width: 124px; 
    padding: 1px 12px; 
    margin-right:0;
    text-decoration: none; font-weight: bold;
    color: white;
    background-color:#0000FF;
	border:solid 1px #000066;
}

* html ul#Navigation a, ul#Navigation span {
    float: left; 
    width: 150px; 
    padding: 1px 12px; 
    margin-right:0;
    text-decoration: none; font-weight: bold;
    color: white;
    background-color:#0000FF;
	border:solid 1px #000066;
}

li a#aktuell {
    color: white;
}

ul#Navigation a:hover, ul#Navigation span {
      width: 124px;
	color: #0051ff;
	background-color:#FFF;
	border: solid 1px #000066;
	border-left: solid 2px #000066;
	border-right: solid 2px #000066;
}

* html ul#Navigation a:hover, ul#Navigation span {
      width: 150px;
	color: #0051ff;
	background-color:#FFF;
	border: solid 1px #000066;
	border-left: solid 2px #000066;
	border-right: solid 2px #000066;
}

ul#Navigation div {
    clear: left;
}

#location
{
width: 900px;
}

#left
{
margin: 0;
width: 170px;
margin: 5px 20px 5px 5px;
float:left;
}

#right
{
float: right;
margin: 5px 10px 5px 10px;
width: 200px;
}

#center
{
width: auto;
margin-top: 40px;
overflow:auto;
}

*html div#right
{
float: right;
margin: 5px 10px 5px 10px;
width: 200px;
}

* html div#center
{
width: auto;
margin-top: 40px;
overflow:auto;
}

* html div#left
{
margin: 0;
width: 180px;
margin: 5px 20px 5px 5px;
float:left;
}


#center a{color: #ADAEAD; text-decoration: none; background-color:inherit;}

/* Div classes Styles */

.orange /* This is the orange bars that are on top of the main box and navs */
{
height: 5px;
border-bottom: 1px solid #222;
background-color: #0000FF;
color: inherit;
}

.navouter
{
border: 1px solid #222;
width: auto;
margin: 5px 0 5px 5px;
background-color: #727272;
color: inherit;
}

.navheader
{
background-color: #666;
color: inherit;
width: auto;
border-bottom: 1px solid #222;
padding: 2px;
margin-bottom: 5px;
text-align: center;
font-weight: bold;
}

.navcontent
{
color: #fff;
font-size:11px;
font-weight:bold;
background-color: #727272;
overflow: hidden;
text-decoration: none;
}

.navnews
{
padding-left: 5px;
margin:none;
color: #fff;
font-size:12px;
font-weight:bold;
background-color: #727272;
overflow: hidden;
}

/* This is for inserting code */
.code
{
margin: 0 5px 5px 10px;
padding: 10px;
width: 30em;
font-family: helvetica, monospace;
font-size: 12px;
line-height: 150%;
background-color: #333;
color: inherit;
border: 1px dotted #666;
}

.htimeauth
{
display:block;
margin: 0;
padding: 0;
text-align:left;
font-size: 11px;
color: #666;
background-color: inherit;
}

.navcontent a {
display:block;
background-color: #727272;
color: inherit;
border-bottom: 1px solid #222;
padding: 2px;
text-indent: 5px;
font-weight: bold;
list-style-type: none;
}

li {
list-style-type: none;
}

.navcontent a:hover, .navcontent a.level2-no:hover{
  color:#0051ff;
  background:#fff;
  list-style-type: none;
}

.navcontent a.level1-act {
  background:#666;
  color:#fc0;
  width:138px;
  list-style-type: none;
}

.navcontent a.level2-no {
  font:bold 11px verdana, sans-serif;
  background:#666;
  margin-left:10px;
  width:138px;
  list-style-type: none;
}

.navcontent a.level2-act {
  font:bold 11px verdana, sans-serif;
  background:#666;
  color:#fc0;
  margin-left:11px;
  width:138px;
  list-style-type: none;
}

.csc-sword {
background-color:#723900;
}

/*------mailformular formatieren------*/
.csc-mailform {
border:none;
width: 360px;
}

.csc-mailform-field {
background:#3d3d3d;
margin: 2px;
padding: 5px;
}

.csc-mailform-field label {
float: left;
padding: 1px;
color: white;
width: 80px;
}


.mf-input {
clear: none;
width: 250px;
padding: 1px;
}

.mf-pass {
width: 250px;
padding: 1px;
}

.mf-text {
clear: none;
width: 250px;
padding: 1px;
}

.mf-check {
padding: 1px;
}

.mf-radio {
padding: 1px;
}

.mf-select {
width: 250px;
padding: 1px;
}

.mf-file {

width: 200px;
padding: 1px;
}

#mailformRadiotest {
border: none;
}

#mailformRadiotest legend {
display: none;
}

.mf-reset {

}

.mf-submit {
margin-left: 82px;
background:#727272;
}

/*------tabelle formatieren------*/
/* RTE / Table styling */
TABLE.contenttable {  color: white; border:none; margin:5px 0px 11px 0px; width:100%; }
TABLE.contenttable TR TD { padding:0px 5px 0px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size:11px; }
TABLE.contenttable TR { margin:none; background-color:#3d3d3d; }