/* Hack for IE to display the margin on #right properly */
* html #right {width:861px;}

/* Body Styles */

body
{
	margin: 10px;
	background: #AAABFF;
	font-size: 14px;
	color: #A4A4FF;
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

p
{
	margin: 10px 100px 5px;
	padding: 2px;
	color: Navy;
	font-size: 14px;
	padding-bottom: 10px;
}

h1
{
	margin: 100px 900 900 100;
	padding-bottom: 2px;
	color: Navy;
	font-size: 16px;
	border-bottom: 2px solid Purple;
	background: inherit;
}

a{
	color: White;
	text-decoration: none;
	background: inherit;
	font-size: 14px;
}
a:hover {
	color: Purple;
	text-decoration: none;
	background: inherit;
}

ul
{
	color: Navy;
	list-style-type: none;
	padding-left: 100px;
	margin: 0 0 5px;
	background: inherit;
}

li
{
font-weight: normal;
text-transform: lowercase;
padding: 0;
	padding-left: 100px;
color: Navy;
}

blockquote
{
	width: 30em;
	margin: 0 0 0 10px;
	padding: 5px;
	border-left: 0px solid Purple;
	color: Navy;
	
	
}

/* Main box  surrounding everything*/

#outer
{
	margin: 0 auto;
	width: 1010px;
	overflow: auto;
	border: 3px solid Purple;
	background-color: White;
	color: #fff;
}

/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

#location
{
	width: 1010px;
	margin: 0px 0px 0;
	background: inherit;
	color: Navy;
	border-bottom: 10px solid Navy;
	font-size: 12px;
}

/* The left column (nav) */

#left
{
margin: 20;
float: left;
width: 148px;
}

/* The right column (content) */

#right
{
float: right;
margin: 5px 0px 0px 0px;
width: 861px;
}

#right a{
	color: Purple;
	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: 0px;
	border-bottom: 0px solid Purple;
	background-color: Aqua;
	color: inherit;
	font-size: 0;
}

.navouter
{
	border: 0px solid #222;
	width: auto;
	margin: 0px 0 0px 0px;
	background-color: Purple;
	color: inherit;
}



.navheader
{
	background-color: White;
	color: inherit;
	width: auto;
	border-bottom: 1px solid #222;
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.navcontent
{
	padding: 3px;
	margin: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: Navy;
	overflow: hidden;
}

.navnews
{
	padding: 5px;
	margin: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: White;
	overflow: hidden;
}




/* This is for inserting code */
.code
{
	margin: 0 0 5px 10px;
	padding: 10px;
	width: 30em;
	font-family: helvetica, monospace;
	font-size: 14px;
	line-height: 150%;
	text-transform: lowercase;
	background-color: White;
	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: Navy;
	color: inherit;
	width: 148px;
	border-bottom: 2px solid Purple;
	padding: 2px;
	text-indent: 7px;
	font-weight: bold;
}


.navcontent a:hover, .navcontent a.level2-no:hover{
	color: Purple;
	background: #fff;
}

.navcontent a.level1-act {
	background: Navy;
	color: White;
	width: 148px;
}

.navcontent a.level2-no {
	font: bold 11px verdana, sans-serif;
	background: Navy;
	margin-left: 10px;
	width: 138px;
}

.navcontent a.level2-act {
	font: bold 11px verdana, sans-serif;
	background: Navy;
	color: Purple;
	margin-left: 10px;
	width: 138px;
}

.csc-sword {
	background-color: Navy;
}

/*------mailformular formatieren------*/
.csc-mailform {
border:none;
width: 360px;
}

.csc-mailform-field {
	background: White;
	margin: 10px;
	padding: 10px;
}

.csc-mailform-field label {
float: left;
padding: 40px;
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: White;
}

/*------tabelle formatieren------*/
/* RTE / Table styling */ 
TABLE.contenttable {  color: Navy; border:none; margin:20px 20px 10px 5px; width:80%; }
TABLE.contenttable TR TD { padding:5px 5px 5px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size:14px;}
TABLE.contenttable TR {
	margin: none;
	background-color: White;
}