html, body
{
	padding: 0;
	margin: 0;
	border: none;
	height: 100%;
}

HTML 
{
	background-color: #ffffff;	
}


BODY 
{
	text-align: center;
}


body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2a353b;
}

td
{
	vertical-align: top;
}

a:link, a:visited
{
	color: #bc0000;
	text-decoration: none;
}

a:hover
{
	color: #bc0000;
	text-decoration: underline;
}

H1, H2, H3, H4
{
	padding: 0px;
	margin: 0px;
	color: #222b33;
	font-style: italic;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
}

H1
{
	font-size: 18pt;
	float: none;
	padding-bottom: 10px;
}

H2
{
	font-size: 14pt;
	padding-bottom: 15px;
	color: #B22222;
}

H3
{
	font-size: 12pt;
	color: #bc0000;
	margin-bottom: 10px;
}

H4
{
	color: #BDB76B;
	font-size: 11pt;
}



#topsearch
{
	margin-right: 37px;
	margin-top: 86px;
	float: right;
}

#topsearch div
{
	background-image: url(img/suchen.png);
	background-repeat: no-repeat;
	display: block;
	margin-right: 20px;
	height: 25px;
	float: left;
}

#topsearch .fld
{
	background-color: transparent;
	margin: 0px;
	font-size: 12pt;
	padding: 0px;
	width: 179px;
	color: #333333;
	border: none;
	background-position: 0px 0px;
}



#content
{
	margin-left: 180px;
	margin-right: 180px;
	padding-top: 20px;
	padding-bottom: 60px;
	overflow: auto;
	display: table;
}



* html #content
{
	width: 100%;
}



input.feld
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #960000;
	background-color: #FFF9CD;
	border: 1px solid #D4BC14;	
	width: 200px;	
}

input.feldfehler
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #960000;
	background-color: #D4BC14;
	border: 1px solid #960000;	
	width: 200px;	
}

input.feldversteckt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #960000;
	background-color: #FFF9CD;
	border: 1px solid #FFF9CD;	
	width: 200px;	
}

input.feld100
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #960000;
	background-color: #FFF9CD;
	border: 1px solid #D4BC14;	
	width: 60px;	
}

.feldselect100 {
	font-size: 10pt;
	width: 200px;
	height: 20px;
	color: #960000;
	background-color: #FFF9CD;
	border: 1px solid #D4BC14;
}

.feldselect100big {
	font-size: 10pt;
	width: 200px;
	height: 80px;
	color: #960000;
	background-color: #FFF9CD;
	border: 1px solid #D4BC14;
}

input.fld, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #960000;
	background-color: #d2dfe9;
	background-repeat: repeat-x;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}

.textarea500
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width:450px;
	height:200px;
	color: #960000;
	background-color: #d2dfe9;
	background-repeat: repeat-x;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}

.textarea400
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width:600px;
	height:200px;
	color: #960000;
	background-color: #d2dfe9;
	background-repeat: repeat-x;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}


textarea
{
	overflow: auto;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

input.btn
{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #5f0404;
	border-right: 2px solid #5f0404;
	border-top: 2px solid #bc0f0f;
	border-left: 2px solid #bc0f0f;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-color: #890000;
	color: White;
	background-position: center;
}


.agb
{
	color: #000000;
	text-decoration: underline;
}

