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

/* Body Styles */

body
{
	margin: 20px;
	background: #004194;
	font-size: 12px;
	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: #008A88;
	font-size: 14px;
	border-bottom: 1px solid #008A88;
	background: inherit;
}

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

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

li
{
font-weight: normal;
text-transform: normal;
padding: 0;
}

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

/* Main box  surrounding everything*/

#outer
{
	margin: 0 auto;
	width: 900px;
	overflow: auto;
	border: 1px solid #222;
	background-color: #004194;
	color: #fff;
}

/* Below is everything inside of #outer*/

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

#location
{
width: 891px;
margin: 5px 5px 0;
background: inherit;
color:#004194;
border-bottom: 10px solid #004194;
font-size: 10px;
}

/* The left column (nav) */

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

/* The right column (content) */

#right
{
float: right;
margin: 5px 5px 5px 5px;
width: 694px;
}

#right a{color: #ffcc00; text-decoration: none; background-color:inherit;}

/* Div classes Styles */

div .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: #fc0;
color: inherit;
font-size: 0;
}

.navouter
{
border: 1px solid #004194;
width: auto;
margin: 5px 0 5px 5px;
background-color: #004194;
color: #008A88;
}

.navheader
{
background-color: #004194;
color: inherit;
width: auto;
border-bottom: 1px solid #fc0;
padding: 5px;
margin-bottom: 5px;
text-align: center;
font-weight: bold; 
}

.navcontent
{
padding: 0px;
margin:left;
color: #004194;
font-size:11px;
font-weight:normal;
background-color: #004194;
overflow: hidden;
}

.navnews
{
padding: 5px;
margin:none;
color: #fff;
font-size:11px;
font-weight:bold;
background-color: #727272;
overflow: hidden;
}

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

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

.navcontent a {
display:block;
background-color: #004194;
color: #004194;
width:188px;
border-bottom: 1px solid #004194;
padding: 0px;
text-indent: 0px;
font-weight: bold; 
}


.navcontent a:hover, .navcontent a.level2-no:hover{
  color:#fc0;
  background:#004194;
}

.navcontent a.level1-act {
  background:#666;
  color:#fc0;
  width:148px;
}

.navcontent a.level2-no {
  font:bold 11px verdana, sans-serif;
  background:#008A88;
  margin-left:10px;
  text-indent: 2px;
  width:138px;
}

.navcontent a.level2-act {
  font:bold 11px verdana, sans-serif;
  background:#008A88;
  color:#fc0;
  margin-left:10px;
  text-indent: 2px;
  width:138px;
}

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

.copy {
  font:normal 9px verdana, sans-serif;
  text-align: left;
}

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

.csc-mailform-field {
	background: transparent;
	margin: 0px;
	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: Silver;
}

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