/* reset all */
* { margin: 0; padding: 0; }
/* cleanup after br */
form br { clear: both; }
/* define html,body */
html { height:100%; }
body {
  height:100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
  color: #0b6c9e;
}

/* redefining href-tags */
a:link, a:visited, a:active {
	color: #0b6c9e;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	color: #0b6c9e;
	text-decoration: none;
	font-style: italic;

}
a:hover {
	color: #DD6900;
	text-decoration: none;
	font-weight: lighter;
}
.crow { background-color: #E9E9E9; color: #0b6c9e; }
/* page hl */
.title {
	font-size: 14px;
	font-style:italic;
}
.subtitle {
	font-size: 12px;
	height:14px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
/* boxes */
.errbox {
  color:#003366;
  text-align:center;
  clear:left;
  padding:5px 5px 5px 5px;
	margin:0px auto;
  width: 20em;
  border-top:1px solid #FF0033;
  border-right:1px solid #FF0033;
  border-bottom:1px solid #FF0033;
  border-left:1px solid #FF0033;
}
.msgbox {
  color:#003366;
  text-align:center;
  clear:left;
  padding:5px 5px 5px 5px;
	margin:0px auto;
  width:320px;
  border-top:1px solid #0b6c9e;
  border-right:1px solid #0b6c9e;
  border-bottom:1px solid #0b6c9e;
  border-left:1px solid #0b6c9e;
}
#header {
  clear: both;
  height: 80px;
}
#include {
  margin: 0 -95% 0 0;
  float: left;
  width: 100%;
}
#left {
  float: left;
  width: 12em;
}

/* navigation tables  */
.navhl {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #D1D7DC;
  cursor: default;
  width: 95%;
  font-weight: bold;
}
.nava {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #D1D7DC;
  background-color: #EDEDED;
  cursor: pointer;
  width: 95%;
}
/* no css support */
.nocss { display:none; }
/* redefine html elements */
label.left {
 float: left;
 text-align: right;
 width: 7.5em;
 margin-right: .5em;
}
label.left2 {
 float: left;
 text-align: right;
 width: 15em;
 margin-right: .5em;
}
hr {
	background-color: #E9E9E9; /* Mozilla 1.4 */
	color:#ff0000; /* IE 6 */
	border: #ff0000; /* Opera 7.11 */
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
textarea  { 			
	border: 1px #4A82BD solid;
  color: #0b6c9e;
  font-size: 12px;
}
select { 
	border: 1px #4A82BD solid;
  color: #0b6c9e;
	background-color: #FFFFFF;
  font-size: 12px;
}
input {
	border: 1px #4A82BD solid;
  color: #0b6c9e;
	background-color: #FFFFFF;
	font-size: 12px;
}