/* CSS Document */
body {
	margin-top:0;
	margin-left:0;
	background-color: #9394B3;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

h2.blau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7A7C93;
}

h2.rot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B90D3A;
}

.subrot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B90D3A;
}

.rot_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #B90D3A;
}

.inhalt_blau{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7A7C93;
	line-height: 20px;
}

.inhalt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

.error{
	
	color: #B90D3A;

}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B90D3A;
	font-weight: normal;
	text-decoration:none;
}
a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B90D3A;
	font-weight: normal;
	text-decoration:underline
}


.navi a
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	line-height: 20px;
}
.navi a:hover
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #B90D3A;
	font-weight: bold;
	text-decoration:none
}

a.navi_akt_rot 
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #B90D3A;
	font-weight: bold;
	text-decoration:none;
}
a.navi_akt_rot:hover
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #B90D3A;
	font-weight: bold;
	text-decoration:none
}

a.navi_blau 
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}
a.navi_blau:hover
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #7A7C93;
	font-weight: bold;
	text-decoration:none
}

a.navi_akt_blau 
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #7A7C93;
	font-weight: bold;
	text-decoration:none;
}
a.navi_akt_blau:hover
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #7A7C93;
	font-weight: bold;
	text-decoration:none
}



a.subnavi 
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	line-height: 8px;
}
a.subnavi:hover
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #B90D3A;
	font-weight: bold;
	text-decoration:none;
	line-height: 8px;
}




a.subnavi_blau
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	line-height: 8px;
}
a.subnavi_blau:hover
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #7A7C93;
	font-weight: bold;
	text-decoration:none;
	line-height: 8px;
}

a.subnavi_blau_akt
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #7A7C93;
	font-weight: bold;
	text-decoration:none;
	line-height: 8px;
}
a.subnavi_blau_akt:hover
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #7A7C93;
	font-weight: bold;
	text-decoration:none;
	line-height: 8px;
}

a.subnavi_rot_akt
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #B90D3A;
	font-weight: bold;
	text-decoration:none;
	line-height: 8px;
}
a.subnavi_rot_akt:hover
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #B90D3A;
	font-weight: bold;
	text-decoration:none;
	line-height: 8px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	/*border: 1px solid #333333;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}

.input_rot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #B90D3A;
	background-color:#B90D3A;
	height:16px;
}

.rand_u {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boxKlein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}