body
{
	color:rgb(0, 0, 0);
	font-family:Arial, Helvetica, Sans-Serif;
	margin:0px;
	padding:0px;
}

div#printtop
{
 	display:block;
	font-size:13px;
	font-weight:bold;
	height:140px;
	width:100%;
	padding:0px;
}

div#printtop img
{
 	float:nofloat;
}

div#printtop .printed
{
 	width:100%;
 	font-size:9px;
}

div#content
{
	width:100%;
	margin:0;
	float:left;
}
div#head
{
	border-width:1px 1px 1px 3px;
	border-style:solid;
	border-left-color:rgb(255, 51, 0);
	border-top-color:rgb(255, 51, 0);
	border-bottom-color:rgb(102, 102, 102);
	border-top-color:rgb(102, 102, 102);
}

div#head h1
{
	font-size:14px;
	padding:0 0 0 5px;
	margin:0px;
	line-height:29px;
	font-weight:bold;
}


div#text
{
	border-width:0 1px 1px 3px;
	border-style:solid;
	border-color:rgb(153, 153, 153);
	padding:20px 20px 20px 20px;
	font-size:12px;
	margin-bottom:30px;
}

div#text h1
{
	font-size:14px;
	padding:0 0 0 5px;
	margin:0px;
	line-height:29px;
	font-weight:bold;
}

div#text a,
div#text a:hover,
div#text a:visited
{
	color:rgb(102, 102, 102);
	text-decoration:underline;
}

div#text .title
{
 	font-weight:bold;
}

div#text ol
{
 	list-style-position:inside;
	margin:0px;
	padding:0px;
}

div#text ul
{
}

div#text li
{
 	padding:5px 0 5px 0;
	margin:0px;
}

div#text ol ol
{
 	list-style-type:lower-roman;
 	padding-left:15px;
}

div#text label
{
	width:100px;
	float:left;
}

div#text input.textfeld
{
	width:250px;
}

div#text input
{
	border-color:rgb(153, 153, 153);
	border-width:1px;
	border-style:solid;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:rgb(102, 102, 102);
}

div#text .pflicht
{
	color:rgb(255, 204, 0);
	font-weight:bold;
}

div#text input.pflicht
{
	border-color:rgb(255, 204, 0);
	border-width:1px;
	border-style:solid;
	width:250px;
}

div#text .error
{
	color:rgb(255, 51, 0);
	font-weight:bold;
}

div#text input.error
{
	border-color:rgb(255, 51, 0);
	border-width:1px;
	border-style:solid;
	background-color:rgb(255, 242, 239);
	width:250px;
}

table
{
     	border-collapse:collapse;
}

td
{
	font-size:12px;
	color:rgb(102, 102, 102);
	padding:5px;
	vertical-align:top;
}

.hell
{
	background-color:rgb(252, 252, 252);
  	border-width:1px 0 0px 0;
	border-color:rgb(205, 205, 205);
	border-style:solid;
}

.dunkel
{
	background-color:rgb(248, 248, 248);
  	border-width:1px 0 0px 0;
	border-color:rgb(205, 205, 205);
	border-style:solid;
}

div#navigation,
div#top
{
	display:none;
}

