@import "layout.css";
@import "navi.css";
@import "../../scripte/validation/style.css";

hr {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #107836;
	margin-top:5px;
	margin-bottom:15px;
	width: 200px;
}

div#onlyprint {
	display:none;
}

p {
  text-align: left;
  color:#024e71;
}

p.bodytext {
	font-size: 12px;
	color:#757f84;
	margin-bottom:6px;
}

h1 {
	text-align: left;
	font-size: 20px;
}

h2 {
	text-align: left;
	font-size: 16px;
}
h3 {font-size: 14px;}

a {
	color:#79895C;
} 

a:hover {
	color:#000000;
}

#titel {
	height:24px;	
	padding-bottom:15px;
	font-weight: bold;
	color:#000000;
	font-size: 24px;
}

#links_oben img {
  margin-top:10px;
	margin-left: 5px;
	border: none;
}

#links_mitte p {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	white-space: nowrap;
	color:#004765;
	
}

#links_unten a {
	text-decoration: none;
	color:#024e71;
	background-image: url(../images/dot.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	display: block;
	margin-top:3px;
	margin-bottom:3px;
  padding-left: 20px;
  padding-right: 10px;
}

#links_unten a:hover {
	color: #959fa4;
}

