/* CSS Document */
/**************Formular******************/

form p{
margin: 0px;
}
input[type="text"], textarea{
	width: 344px;
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #999;
}
label{
color: #005984;
line-height: 260%;
font-weight: lighter;
}
label span{
font-size: 90%;
color: #666666;
}
input[type="submit"]{
	background-color: #005984;
	color: #fff;
	text-transform: uppercase;
	font-weight:bold;
	width: 354px;
	margin-top: 20px;
	text-align: center;
	padding: 6px;
	border: 1px solid #000;
}
input[type="submit"]:hover{
	color: #FF421D;
	border: 1px solid #FF421D;
	cursor: hand;
}
.fehler{
color: #FF421D;
}
/* **********************LINKS**************************** */
a:link {
color: #FF421D;
}
a:visited{
color: #005984;
color: #FF421D;
}
a:hover, a:active, a:focus{
color: #000;
text-decoration: none;
}
#fuss a:link, #fuss a:visited{
color: #7E7E7E;
text-decoration: none;
}
#fuss a:hover, #fuss a:active, #fuss a:focus{
color: #7E7E7E;
text-decoration:underline;
}
a img {
border: 0px;
}

ul#navigation li a:link, ul#navigation li a:visited {
	background-image: url(/img/li_DDEFDD.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	color: #005984;
	text-decoration:none;
}
ul#navigation li a:hover, ul#navigation li a:active,  ul#navigation li a:focus, #rechts ul#navigation li#aktiv a:hover{
	background-image: url(/img/li_ho_005984.gif);
	text-decoration: underline;
}
ul#navigation li#aktiv a:link, ul#navigation li#aktiv a:visited   {
	background-image: url(/img/li_ho_005984.gif);
	text-decoration: none;
	background-repeat: no-repeat;
}


/* ********************** **************************** */

h1{
	font-size: 100%;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 18px;
	line-height: 165%;
	}
h2{
font-size: 70%;
margin-bottom: 0px;
line-height: 160%;
font-weight: 600;
}

p {
font-size: 70%;
line-height: 180%;
font-weight: lighter;
margin: 0px 0px 12px;
}

#content p{
margin-top: 0px;
padding-top: 0px;
}
p.links {
color:#E1E4C6;
padding-bottom: 10px;
margin: 0px;
}

/* *******************Klassen******************/
.fett{
font-weight: 600;
}
.kursiv{
font-style:italic;
}
acronym, abbr{
	cursor: help;
}
acronym:hover, abbr:hover{
	cursor: help;
	border-bottom:#000000 dotted 1px;
}
#content .gross{
font-size: 90%;
}
.rot {
color:#FF421D;
}
/* *******************tabelle******************/
table{
margin-top: 15px;
}
td, th {
	font-size: 70%;
	padding: 5px;
	margin: 0px;
	vertical-align:top;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E1E4C6;
	border-bottom-color: #000;
	text-align:left;
}
td {
line-height: 160%;
}
tfoot td{
	border: 0px;
}

caption{
display: none;
}
tr.hell{
background-color:#F6F8E6;
}
#th_1 {
	width: 85px;
}
#th_2 {
	width: 150px;

}
/*
hr{
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EEF1D1;
	width: 60%;
	text-align:center;
	background-color::#EEF1D1;
	margin-top: 5px;
	margin-bottom: 15px;
}
*/
