@charset "utf-8";
html { 
height: 100%; 
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3a67af;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fe7a0d;
	line-height: normal;
	margin-bottom: 5px;
}
a {
	text-decoration: none;
	color: #3a67af;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fe7a0d;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text {
	line-height: 18px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bildrahmen {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #3A67AF;
	border-right-color: #3A67AF;
	border-bottom-color: #3A67AF;
	border-left-color: #3A67AF;
}
.orange {
	text-decoration: none;
	color: #fe7a0d;
	font-weight: bold;
}
.orange2 {
	text-decoration: none;
	color: #3a67af;
	font-weight: bold;
}
.bild_rechts {
	float: right;
	margin-left: 10px;
}
.bild_links {
	float: left;
	margin-right: 10px;
}

