

* {
	font-family:arial,helvetica,verdana,sans-serif !important;
}


#mainContainer {
	width:730px;
	padding-right:0;
}

#counternavigation {
	display:block;
	list-style-type:none;
	height:36px;
	width:720px;
}

#counternavigation li {
	display:block;
	height:35px;
	float:left;
	list-style-type:none;
	margin-right:1px;
	border-bottom:1px solid #FFF;
	letter-spacing:-1px;
}

#counternavigation li a {
	display:block;
	height:35px;
	padding:0 15px;
	text-align:center;
	float:left;
	line-height:35px;
	overflow:hidden;
	
	font-size:14px;
	font-weight:bold;
	color:#999;
}

#counternavigation li a:hover {
	color:#000;
	background-color:#EFF7FE;
}

#counternavigation li .aktiv {
	border-bottom:1px solid #EFF7FE;
	color:#000;
	background-color:#EFF7FE;
}



.infoBox {
	clear:left;
	width:710px;
	float:left;
	background-color:#EFF7FE;
	padding:15px 10px;
}

dl.infoBox dt {
	width:120px;
	height:16px;
	background-color:#FFF;
	padding:2px 8px;
	float:left;
	margin-bottom:1px;
	font-family:arial;
}

dl.infoBox dd {
	width:180px;
	height:16px;
	padding:2px 15px;
	float:left;
	margin-bottom:1px;
	font-weight:bold;
	overflow:hidden;
	font-family:arial;
}


#statauswahl {
	width:700px;
	height:20px;
	
	background-color:#FFF;
	border:1px solid #0E3053;
	color:#0E3053;
	
	vertical-align:top;
	float:left;
}

#statauswahl option {
	padding:2px 5px;
}


#gobutton {
	width:25px;
	height:20px;
	
	background-color:#FFF;
	border:1px solid #0E3053;
	
	color:#0E3053;
	float:right;
}


#statdiv {
	clear:left;
	padding-top:10px;
}


#statdiv h2 {
	padding:20px 0 10px 0;
}

#statauswahl .group0 {
	background-color:#FFF;
}

#statauswahl .group1 {
	background-color:#EFF7FE;
}

#statauswahl .aktiv {
	font-weight:bold;
}


/*
*	Tabelle
*/
table.stat {
	width:730px;
	border-spacing:0;
}

table.stat thead * {
	font-weight:bold;
	background-color:#B6C0CB;
}

table.stat td, table.stat th {
	padding:1px 3px;
	text-align:left;
	vertical-align:top;
}

table.stat .highlighted {
	background-color:#E6EAED;
}

/*
*
*/

fieldset textarea {
	width:670px;
	background-color:#FFF;
	border:1px solid #000;
	padding:1px 2px 1px 3px;
}

fieldset p {
	clear:both;
	margin-bottom:1em;
}

fieldset p label {
	float:left;
	width:60px;
	line-height:16px;
}

fieldset p input {
	width:200px;
	height:16px;
	background-color:#FFF;
	border:1px solid #000;
}

fieldset input.submit {
	float:left;
	width:205px;
	height:18px;
	background-color:#FFF;
	text-align:center;
}

#counterpreview {
	display:none;
}

#counterpreview img {
	float:left;
}