*{
	padding:0;
	margin:0;
	border:0;
}
body,html{
	height:100%;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:black;
	background:#304e95; 
	text-align:center;
}

h1{
	margin:10px 0 10px 0;
	font-size:18px;
	border-bottom: 1px solid black;
}

h2{
	margin:10px 0 10px 0;
	font-size:10px;
	border-bottom: 1px solid black;
}
#box{
	width:800px;
	padding:0 10px;
	margin:0 auto;
	font-size:12px;
	text-align:left;
	background:url(./images/box_bg.jpg) repeat-y #f3f3f3;
  	position: relative;
  	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}
#header{
	position:relative;
	padding-left:0px;
	width:800px;
	height:110px;
	font-size:20px;
	text-transform:uppercase;
	background:#4168c5;
	line-height:60px;
}
#header span{
	position:absolute;
	top:25px;
	left:20px;
	color:white;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}
#navigation{
	font-size:12px;
	width:100%;
	background:#818FCF;
	list-style:none;
	text-align:center;
	height:25px;
	border-bottom:10px solid #4168c5;
}

#level1-no {
	float:left;
}
#level1-no a {
	display:block;
	width:132px;
	height:25px;
	line-height:25px;
	background:#818FCF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4168c5;
	color:#fff;
	text-decoration:none;
}
#level1-no a:hover {
	background:#ffffff;
	color:#333;
}

#level1-act {
float:left;
}
#level1-act a {
	display:block;
	width:132px;
	height:25px;
	line-height:25px;
	background:#ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4168c5;
	color:#333;
	text-decoration:none;
}

/*
UNKNOWN {
	HEIGHT: auto
}
*/
ul.subnavigation{
	width:170px;
	font-size:12px;
	list-style:none;
	text-align:left;
	margin:20px 0 0 20px;
	border-top:1px solid #999;
}
ul.subnavigation li a{
	border-bottom:1px solid #999;
	font-size:12px;
	height:22px;
	line-height:22px;
	display:block;
	color:black;
	width:170px;
	text-decoration:none;
}
ul.subnavigation li a:hover{
	background:#eaeaea;
}
.subnavigation-active{
	background:#eaeaea;
}
.subnavigation-current-active{
	background:#eaeaea;
}



#spalte_links{
	width:200px;
	float:left;
	clear:left;
}
#spalte_links h2{
	background:#818fcf;
	height:18px;
	line-height:18px;
	color:white;
	text-indent:0px;
	width:170px;
	margin:24px 0 1px 20px;
	font-weight:normal;
	font-size:10px;
	border:none;
}
#spalte_rechts{
	width: auto !important; /* Fuer moderne Browser */
 	width: 100%; /* Fuer IE */
	margin:0 8px 0 210px;
	padding:8px 8px 4em 8px;
	background:#eaeaea;
	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}


#footer{
	position: absolute;
	left:10px;
  	bottom: 0;
	height:25px;
	background:#5A6BBD;
	width:800px;
	color:#ccc;
	text-align:center;
	line-height:25px;
}

/*********************/ 
/* Tables, generally */ 
/*********************/ 
TABLE.contenttable P { font-size:11px; }
TABLE.contenttable TR TD { vertical-align:top; }

/* Tables, specifically */ 
TABLE.contenttable-0 P { color:black; }

TABLE.contenttable-1 P { color:black; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight:bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color:#818FCE;}
TABLE.contenttable-2 P { color:black; }
TABLE.contenttable-2 TR TD.td-0 { background-color:#FFC15F;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight:bold; }

TABLE.contenttable-3 P { color:black; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color:#FFC15F;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight:bold; }


/* RTE / Table styling */ 
TABLE.contenttable { border:1px #5B6CBE solid; margin:10px 0px 10px 0px; width:100%; }
TABLE.contenttable TR TD { padding:0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size:10px; }
TABLE.contenttable TR { background-color:#818FCE; }

/*****************/ 
/* Various Forms */ 
/*****************/ 

/* Email, Login and Search forms generally:*/ 
FORM TABLE TR TD { padding:1px 5px 1px 5px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color:#818FCE; }
FORM TABLE TR TD.csc-form-fieldcell { background-color:#818FCE; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-

form-fieldcell TEXTAREA { border:1px solid #5B6CBE; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight:bold; }

/* Email form, specifically */ 
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */ 
FORM TABLE.csc-searchform { width:100%; }
FORM TABLE.csc-searchform TR TD { padding:5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font

-weight:bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell 

SELECT { width:100%; }

/* Login form, specifically */ 
FORM TABLE.csc-loginform { width:70%; }
#tx-newloginbox-pi1-user,#tx-newloginbox-pi1-pass {
border:1px solid #5B6CBE;
}
.tx-newloginbox-pi1-submit {
border:1px solid #aec4de;
color: #000000;
background: #ffffff
}

.ce {
padding-top:10px;
}
