*{
	padding:0;
	margin:0;
	border:0;
}
body,html{
	height:100%;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:black;
	background:#cccccc;
	text-align:center;
}

h1{
	margin:10px 0 10px 0;
	font-size:18px;
	border-bottom: 1px solid black;
}

h2{
	margin:0px 0 0px 0;
	font-size:16px;
	border-bottom: 1px solid black;
	width: 100px;
	float: center;
}
#box{
	width:700px;
	padding:0 10px;
	margin:0 auto;
	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{
	font-color: #ffc15f;
	position:relative;
	padding-left:20px;
	height:110px;
	font-size:32px;
	font-weight: bold;
	text-transform:uppercase;
	background:#5A6BBD;
	line-height: 60px;
}
#header span{
	position:absolute;
	top:25px;
	left:20px;
	color:white;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	font-color: #ffc15f;
}
#navigation{
	width:100%;
	background:#FFC15F;
	list-style:none;
	text-align:center;
	height:25px;
	border-bottom:15px solid #5A6BBD;
}

#level1-no {
	float:center;
	width: 170px;
}
#level1-no a {
	display:block;
	width:170px;
	height:25px;
	line-height:25px;
	background:#818FCF;
	color:#fff;
	text-decoration:none;
	margin:0px 0px 1px 20px;
}
#level1-no a:hover {
	background:#FFC15F;
	color:#333;
	
}

#level1-act {
	float:center;
	margin:0px 0px 1px 20px;
}
#level1-act a {
	display:block;
	width:170px;
	height:25px;
	line-height:25px;
	background:#FFC15F;
	color:#333;
	text-decoration:none;
	margin:0px 0px 1px 20px;
}

/*
UNKNOWN {
	HEIGHT: auto
}
*/
ul.subnavigation{
	width:170px;
	list-style:none;
	text-align:center;
	margin:0px 0px 0px 20px;
	border-top:1px solid #999;
}
ul.subnavigation li a{
	border-bottom:1px solid #999;
	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:#5A6BBD;
	height:25px;
	line-height:25px;
	color:white;
	text-indent:10px;
	width:170px;
	margin:20px 0px 1px 20px;
	font-weight:bold;
	font-size:16px;
	border:none;
}
#spalte_rechts{
	width:450px;
	margin:0 10px 0 210px;
	padding:10px 10px 4em 20px;
	background:#eaeaea;
	min-height:320px;
}


#footer{
	position: absolute;
	left:10px;
  	bottom: 0;
	height:25px;
	background:#5A6BBD;
	width:700px;
	
	text-align:center;
	line-height:25px;
	color: #ffffff;
}

/*********************/ 
/* 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:#eaeaea; }
FORM TABLE TR TD.csc-form-fieldcell { background-color:#eaeaea; }
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
}
