/*Allgemein---------------------------------------------------------------------------*/
BODY, th, td, tr, a, div, p, pre, span, input, select, form
{margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; /*line-height: 14px;*/ color: #616161;}

hr {height:0px; text-align:left; border:1px dotted #FF6600;}
		
/*ol {margin-left: 0px;margin-top: 11px;margin-bottom: 11px;list-style-position:inside;}*/
ol {font-size: 11px; margin-top: 11px;margin-bottom: 11px;}

/*Texte-------------------------------------------------------------------------------*/
.headline   {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0066B3;
	font-weight: bold;
}
.txtweis10   {font-size: 10px; color:#FFFFFF; font-weight: normal;}
.txtweis11   {font-size: 11px; color:#FFFFFF; font-weight: normal;}
.txtweis13   {font-size: 13px; color:#FFFFFF; font-weight: normal;}
.txtbold01   {font-size: 11px; color:#000000; font-weight: bold;}
.txtbold02   {font-size: 13px; color:#616161; font-weight: bold;}
.txthinweis  {font-size: 11px; color:#0066B3; font-weight: normal;}

/*Links-------------------------------------------------------------------------------*/
a       {font-size:11px; text-decoration:none; color:#FF6600; font-weight: normal;}
a:hover {font-size:11px; text-decoration:underline; color:#FF6600; font-weight: normal;}
a.linknavi       {font-size:11px; text-decoration:none; color:#FF6600; font-weight: normal;}
a.linknavi:hover { font-size:11px; text-decoration:underline; color:#FF6600; font-weight: normal;}
a.linknaviactive       {font-size:11px; text-decoration:underline; color:#FF6600; font-weight: normal;}


/*BGColors-------------------------------------------------------------------------------*/
.bghead   {background-color:#FFFFFF;}
.bghead2   {background-color:#FFFFFF;}

/*Formfelder--------------------------------------------------------------------------*/

.form140 {width: 140px;}
.form100 {width: 100px;}
.formsubmit140 {
	width: 140px;
	background-color:#FF6600;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
}
.formsubmit80 {
	width: 80px;
	background-color:#FF6600;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
}
.login_bg {
	background-color:#F9F8F3;
}

