/*-Standard-*/
/*Titel*/
.title {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
}
/*Untertitel*/
.subtitle, h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	margin:0px;
}
/*Fliesstext*/
.text, .text div, .text td {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
/*Bold*/
.text b, .text div b, td b{
}
/*Link*/
a:link,a:visited,a:active {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#556278;
}
/*Link Over*/
a:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#000000;
}
/*Trennlinie*/
hr {
	border:0;
	border-top:1px #000 solid;
	height:1px;
	border-color:#e4e0e1;
}
/*-Navigation-*/
/*Hauptnavigation*/
a.navbold:link, a.navbold:visited, a.navbold:active, a.home:link, a.home:visited, a.home:active {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
/*Hauptnavigation Over*/
a.navbold:hover, a.home:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
/*Hauptnavigation Aktiv*/
a.navbold-activ:link, a.navbold-activ:visited, a.navbold-activ:hover, a.navbold-activ:active,{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
/*Unternavigation Link*/
a.nav:link, a.nav:visited, a.nav:active {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#474646;
	text-decoration:none;
}
/*Unternavigation Over*/
a.nav:hover, div.navilayer .dhtmlover a.nav {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#000000;
	text-decoration:none;
}
/*Unternavigation Aktiv*/
a.nav-activ:link, a.nav-activ:visited, a.nav-activ:active, a.nav-activ:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
/*-Formular-*/
/*Textfelder*/
input.form_text, select.form_select, textarea.form_textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#ffffff;
	border:1px;
	border-style:solid;
	border-color:#999999;
}
/*Versandfelder*/
input.form_button{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#ffffff;
	border:1px;
	border-style:solid;
	border-color:#999999;
}
/*-Tabelle-*/
/*Tabelle*/
.tablemain {
	border:1px;
	border-style:solid;
	border-color:#efeeee;
	border-collapse:collapse;
}
/*Tabellen Titel*/
.tabletitel {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	border:1px;
	border-style:solid;
	border-color:#efeeee;
	background-color:#efeeee;
}
/*Tabellen Text*/
.tabletext {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:1px;
	border-style:solid;
	border-color:#efeeee;
	background-color:#efeeee;
}
/*-Printansicht-*/
/*Printlink*/
a.printinc:link, a.printinc:visited, a.printinc:hover, a.printinc:active {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#000000;
}
/*Printtitel*/
.printinctitle {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
/*Printuntertitel*/
.printincsubtitle {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
/*Printtext*/
.printinctext, .printinctext td {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
/*-GO4WEBDESK-*/
/*Texthintergrund (Neu Einloggen)*/
.deskbg{
	background-color:#ffffff;
}
/*-Hidden-*/
/*fix*/
div.navilayer {
	position:absolute;
	visibility:hidden;
	display:block;
}

