BODY {
  background: #FFFFFF;
  color: #000000;
  margin:0;
  padding:0;
}
  
a {color: #808080; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}

/* --- Container --------------------- */

#header {
	text-align:center;
	height:110px;
	margin-top:65px;

}

#container {
	float:none;
	overflow:inherit;
	border:1px solid #687074;
	margin-left:60px;
	margin-right:60px;
	width:auto;
	min-width:725px;
	height:auto;
}


#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	float:right;
	margin-right:175px;
	border-left:1px solid #687074;
	height:18px;
	margin-top:-10px;
	padding-top:12px;
	padding-left:4px;
}

/* --- Navigation -------------------- */

#navcontainer {
	width:200px;
	float:left;
	margin:0;
	padding:0;
}

#navigation {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	width:100%;
}

#navigation ul {
	padding:0;
	margin:0;
	width:100%;
}

#navigation li {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

#navigation a {
	display:block;
	width:100%;
	width:auto;
	padding-left:20px;
}

#navigation .activeNav {
	background-color:#E8E8E8; /* vorher gelb: FFFFCC */
}

#navigation a:hover {
	background-color:#F8F8F8;
}

#subNav {

}

.subnavigation {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}

/* --- Content    -------------------- */

#contentcontainer {
	/* float:none; */
	margin:0;
	margin-left:200px;
	border-left:1px solid #687074;
	padding-top:50px;
	padding-bottom:25px;
}


#content {
	padding-left:50px;
	padding-right:50px;
	min-height:350px;
	min-width:80%;
	width:auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 1.5;
	color: #808080;
}

#backButton {
	float:right;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-30px;
	font-size:10px;
	border:1px solid #404040;
	padding:4px;
}

FORM {display: inline;}



.notices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #404D4E;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

.Subheadline {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 1.5;
 color: #808080;}

.tableHeading {
  text-decoration: none;
  color:#999999;
  font-family: Arial, Helvetica, sans-serif;
  /* background-color: #E6E7E8; */
  font-size: 12px;
  font-style:italic;
}
  
.tableContent {
  text-decoration: none;
  color: #000000;
  border-top:1px dotted #909090;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px
}

.subTableContent {
  text-decoration: none;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size: 12px
}

.frmContent {
  text-decoration: none;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px
}

TD.errorMessage {
  background: #FCFBF7;
  border: 1px solid #E60000;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.5;
  color: #E60000; }
  
TD.userMessage {  
  background: #FBFBFB; 
  border: 1px solid #6A8E69;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; 
  line-height: 1.5;
  color: #6A8E69; 
  }

INPUT, CHECKBOX, TEXTAREA, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #F8F8F8;
  /*
  border-top:  1px solid #757D7E;
  border-left:  1px solid #757D7E;
  border-bottom: 1px solid #404D4E;
  border-right:  1px solid #404D4E;
  */
  border:1px solid #999999;
  padding:2px;
  }
  
.VALIDBOX {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #7E8485;
  background-color: #E8E8E8;
  border-top:  1px solid #757D7E;
  border-left:  1px solid #757D7E;
  border-bottom: 1px solid #404D4E;
  border-right:  1px solid #404D4E; 
  }   

.button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #404D4E;
  border-top:  1px solid #787878;
  border-left:  1px solid #787878;
  border-bottom: 1px solid #404D4E;
  border-right:  1px solid #404D4E; 
  background-color: #F2F2F2;  
  height: 30px;
  padding:4px;
  padding-left:8px;
  padding-right:8px;
}
