/* Hack for IE to display the margin on #right properly */
* html #right {width:597px;}

/* Body Styles */

body
{
margin: 20px;
background: #ffffff;
font-size: 12px; 
color: #000000; 
line-height: 1.5em;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}

p
{
margin: 0px 0 0px;
padding: 0;
}

h1
{
margin: 0px 0 0 0;
padding-bottom: 10px;
color: #000000;
font-size: 20px;
border-bottom: 0px solid #000000;
background: inherit;
}

a{color: #000000; text-decoration: none; background: inherit;}
a:hover {color: #000000; text-decoration: none; background: inherit;}

ul
{
color: #000000;
list-style-type: disc;
padding-left: 15px;
margin: 0 0 0px;
background: inherit;
}

li
{
font-weight: normal;

padding: 0;
}

blockquote
{
width: 30em;
margin: 0 0 0 0px;
padding: 5px;
border-left: 0px solid #666
}




/* Main box  surrounding everything*/

#outer
{
margin: 0 auto;
width: 760px;
overflow:auto;
border: 0px solid #222;
background-color: #ffffff;
color: #000000;
}

/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

#location
{
width: 760px;
margin: 0px 0px 0;
background: inherit;
color:#666;
border-bottom: 0px solid #333;
font-size: 12px;
}

/* The left column (nav) */

#left
{
margin: 0;
float: left;
width: 150px;
}

/* The right column (content) */

#right
{
float: right;
margin: 0px 0px 0px 0px;
width: 600px;
}

#right a{color: #000000; text-decoration: underline; background-color:inherit;}

/* Div classes Styles */

div .orange /* This is the orange bars that are on top of the main box and navs */
{
height: 0px;
border-bottom: 0px solid #222;
background-color: #fc0;
color: inherit;
font-size: 0;
}

.navouter
{
border: 0px solid #222;
width: auto;
margin: 0px 0 0px 0px;
background-color: #ffffff;
color: inherit;
}

.navheader
{
background-color: #ffffff;
color: inherit;
width: auto;
border-bottom: 0px solid #222;
padding: 0px;
margin-bottom: 0px;
text-align: center;
font-weight: bold; 
}

.navcontent
{
padding: 0px;
margin:none;
color: #000000;
font-size:12px;
font-weight:bold;
background-color: #ffffff;
overflow: hidden;
}

.navnews
{
padding: 0px;
margin:none;
color: #000000;
font-size:12px;
font-weight:bold;
background-color: #ffffff;
overflow: hidden;
}

/* This is for inserting code */
.code
{
margin: 0 0 0px 0px;
padding: 10px;
width: 30em;
font-family: helvetica, monospace;
font-size: 12px;
line-height: 150%;
text-transform: lowercase;
background-color: #ffffff;
color: inherit;
border: 0px dotted #666;
}

.htimeauth
{
display:block;
margin: 0;
padding: 0;
text-align:left;
font-size: 12px;
color: #ffffff;
background-color: inherit;
}

.navcontent a {
display:block;
background-color: #ffffff;
color: inherit;
width:150px;
border-bottom: 0px solid #222;
padding: 0px;
text-indent: 5px;
font-weight: bold; 
}


.navcontent a:hover, .navcontent a.level2-no:hover{
  color:#000000;
  background:#ffffff;
}

.navcontent a.level1-act {
  background:#ffffff;
  color:#3d3d3d;
  width:150px;
}

.navcontent a.level2-no {
  font:bold 12px verdana, sans-serif;
  background:#ffffff;
  margin-left:10px;
  width:140px;
}

.navcontent a.level2-act {
  font:bold 12px verdana, sans-serif;
  background:#ffffff;
  color:#3d3d3d;
  margin-left:10px;
  width:140px;
}

.navcontent a.level3-no {
  font: 12px verdana, sans-serif;
  background:#ffffff;
  margin-left:20px;
  width:140px;
}

.navcontent a.level3-act {
  font: 12px verdana, sans-serif;
  background:#ffffff;
  color:#3d3d3d;
  margin-left:20px;
  width:140px;
}





.csc-sword {
background-color:#723900;
}

/*------mailformular formatieren------*/
.csc-mailform {
border:none;
width: 580px;
}

.csc-mailform-field {
background:#ffffff;
margin: 0px;
padding: 5px;
}

.csc-mailform-field label {
float: left;
padding: 1px;
color: #000000;
width: 120px;
}


.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: 250px;
padding: 1px;
}

#mailformRadiotest {
border: none;
}

#mailformRadiotest legend {
display: none;
}

.mf-reset {

}

.mf-submit {
margin-left: 120px;
background:#727272;
}

/*------tabelle formatieren------*/
/* RTE / Table styling */ 
TABLE.contenttable {  color: white; border:none; margin:5px 0px 10px 0px; width:100%; }
TABLE.contenttable TR TD { padding:0px 5px 0px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size:12px; }
TABLE.contenttable TR {vertical-align:top; margin:none; background-color:#ffffff; }