@charset "utf-8";

.table_zellen  {
	border: 1px dotted #949797;
}
.table_unterstrichen
{
border-bottom: 1px dotted;
}
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	white-space: normal;
	font-size: 8pt;
	color:  #949797;
	background-color: #FFF;
}

.headline_detailpage{
	background: #7E3636;color: #FFF; font-weight:bold;
	border-bottom: 5px solid #7E3636;
	padding: 2px;
}
.headline_border_bottom{
	border-bottom: 5px solid #7E3636;
}

.warning{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	white-space: normal;
	font-size: 8pt;
	color: #7E3636;	
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	white-space: normal;
	font-size: 8pt;
	color: #949797;
}

input{
	background: #949797;
	color: #FFF;
	border: 1px solid #505150;
	font-size: 8pt;
	}
textarea{
	background: #949797;
	color: #FFF;
	border: 1px solid #505150;
	font-size: 8pt;
	}

#wrapper{width: 810px;padding: 5px;margin: 0px auto;color: #949797;background: #FFF;height: 80%;vertical-align: top;text-align: center; border:1px solid #949797;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	white-space: normal;
	font-size: 8pt;
}
#navigation{margin: 0;padding: 0;top: 0;text-align: left;width: 800px;position: relative;left: 0;border-bottom: 5px solid #7E3636;}

#navigation li{padding: 2px 0 2px 0;margin: 0;text-align: left;list-style-type: none;display: inline;}
* html #navigation li{padding: 0px 0 0px 0;margin: 0;text-align: left;list-style-type: none;display: inline;}
#navigation a:link, #navigation a:visited{ text-decoration:none;color: #FFF; width: 120px;background: #949797;font-size: 8pt;line-height: 18px;height: 20px;padding: 2px 10px 2px 10px;margin: 0; text-align:center; border:1px solid #949797; font-weight:bold;}
#navigation a:link.active, #navigation a:visited.active{background: #7E3636;color: #FFF; border: 1px solid #7E3636; font-weight:bold;}
#navigation a:hover{text-decoration: none;background: #7E3636;color: #FFF;border: 1px solid #7E3636; font-weight:bold;}
#content {display: inline;}
#header {text-align:right;}


h3{ color:#949797;}
a:link, a:visited { color:#7E3636;}
a:hover {text-decoration:underline; color:#7E3636;}	