@charset "UTF-8";
* {
	margin:0px;
	padding: 0px;
	border: 0px;
}

html {
	width:100%;
	height:100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
	height:100%;
	min-height:620px;
	min-width:960px;
}

* html #wrapper {
	height: 100%;
}

a {
	color:#5792ce;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#666666;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#9f1e2b;
	padding:10px;
	line-height:18px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#9f1e2b;
	padding:10px;
	line-height:18px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#9f1e2b;
	padding:10px;
	line-height:18px;
}
p {
	font-size:12px;
	padding:10px;
	line-height:18px;
}




#wrapper {
	position: relative;
	width: 960px;
	min-height:100%;
	text-align:center;
	margin: 0px auto;
}

#content {
	text-align:left;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	overflow:visible;
}
#navigation_menu {
	float:right;
	margin-top:10px;
}
#header {
	text-align:left;
	width:900px;
	height:150px;
	padding:0;
}
#header img {
	margin-top:10px;
}

#footer_index {
	width:900px;
	text-align:center;
	margin-bottom: 10px;
	position:fixed;
	bottom:0px;
	background-image:url(../img/bg-black.png);
	font-size: 12px;
	padding-top:20px;
	padding-bottom:20px;
}
#bildblock {
	float:left;
}
#contentblock {
	float:right;
	width:605px;
	background-image:url(../img/bg-black.png);
	min-height:400px;
}

.imgborder {
	border:1px solid #FFFFFF;
}
.abschluss {
	height:70px;
	width:25px;
}