body {
	font-family: Verdana, Arial;
	font-size: small;
	margin: 0em;
	background-image: url('./images/background.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

body.body_withoutbackground {
	font-family: Verdana, Arial;
	font-size: small;
	margin: 0em;
	background-image: none;
}

div.new_topcontainer {
	position: absolute;
	height: 10em;
	background-color: #FFFFFF;
	background-image: url('./images/background_fadegray.jpg');
	background-repeat: no-repeat;
	top: 0em;
	left: 0em;
	width: 100%;
	border-bottom: 1px solid #C7C7C7;
}

div.new_toplogo {
	float: left;
	position: relative;
	padding-left: 17em;
	padding-top: 2em;
}

img.new_logo {
	border-style: none;
	float: left;
}

h2.new_vhstext {
	position: absolute;
	color: #000000;
	margin: 0em;
	margin-left: 0.5em;
	bottom: 1.11em;
	font-size: 1.25em;
}

div.new_vhstext {
	float: left;
}

div.new_zertifikatlogo {
	float: right;
	position: relative;
	margin-right: 5em;
	margin-top: 2em;
	color: #717171;
}

div.new_menu {
	position: absolute;
	z-index: 255;
	top: 6em;
	left: 0em;
}

ul.new_navigation {
	width: 12em;
	background-color: #FFFFFF;
	padding-left: 2em;
	margin: 0em;
	border-style: solid;
	border-width: 1px;
	border-color: #C7C7C7;
	list-style-type: none;
	list-style-position: outside;
	font-size: 1.1em;
}

li.new_navigation {
	font-size: 0.95em;
	margin-top: 0.35em;
	list-style-image: url('./images/navigation_pfeil.gif');
}

a.new_navigationli {
	color: #112B9F;
	text-decoration: none;
}

a.new_navigationli:hover {
	color: #3A8AFF;
}

li.new_navigationsmall {
	font-size: 0.75em;
	margin-top:0.2em;
}

a.new_navigationlismall {
	font-weight: bold;
	color: #112B9F;
	text-decoration: none;
}

a.new_navigationlismall:hover {
	color:#3A8AFF;
}

div.new_maincontainer {
	position: absolute;
	top: 12em;
	left: 0em;
	right: 0em;
	padding-left: 17em;
	padding-right: 5em;
	padding-bottom: 5em;
}

p {
	margin-left:0em;
}

marquee {
	font-size: 1.15em;
	font-weight: bold;
}

marquee a {
	color: #112B9F;
	text-decoration: none;
}

h3 {
	font-size: 1.10em;
	color: #112B9F;
}

h2 {
	font-size: 1.25em;
	text-align: right;
}

h1 {
	font-size: 1.5em;
	text-align: center;
}

a {
	color: #112B9F;
	text-decoration: none;
}

a:hover {
	color: #3A8AFF;
}

.person {
	font-weight: bold;
	color: #3A8AFF;
}

.unterstreichen {
	text-decoration: underline;
}

a.startseite {
	color: #FFFFFF;
}