/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 0em;
	padding: 0px;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

body {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-image: url(../bilder/bilder_index/hg01.jpg);
	background-repeat: no-repeat;
	background-color: #1A4774;
	background-position: center top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	overflow: -moz-scrollbars-vertical;
}

h1 {
	font-size: 1.8em;
	letter-spacing: 0px;
	padding-bottom: 14px;
	text-align: left;
}
h2 {
	font-size: 1.4em;
	letter-spacing: 0px;
	padding-bottom: 8px;
	text-align: left;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 6px;
	letter-spacing: 0.0em;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 6px;
	letter-spacing: 0.2em;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: none;
}

div#centerbox {
	clear: both;
	position:absolute;
	width: 912px;
	left: 50%;
	visibility: visible;
	margin-left: -456px;
	z-index: 2;
	height: 849px;
}
div#header {
	position:relative;
	width: 912px;
	height: 96px;
	background-image: url(../bilder/bilder_index/header.jpg);
}
div#logo {
	position:absolute;
	width: 206px;
	height: 62px;
	text-align: left;
	left: 6px;
	top: 0px;
}


div#navi1 {
	position:absolute;
	width: 912px;
	height: 26px;
	left: 0px;
	top: 62px;
}

div#navi2 {
	position:absolute;
	width: 456px;
	height: 26px;
	left: 450px;
	top: 12px;
	text-align: right;
	font-size: 1.2em;
	color: #84aed7;
	padding-right: 6px;
}
#navi2 a:link {
	color: #84aed7;
	text-decoration: none;
}
#navi2 a:visited {
	color: #84aed7;
	text-decoration: none;
}
#navi2 a:hover {
	color: #B2DDF8;
	text-decoration: underline;
}
#navi2 a:active {
	color: #84aed7;
	text-decoration: none;
}

div#hg_content_index {
	position:relative;
	width: 912px;
	background-image: url(../bilder/bilder_index/hg_content.jpg);
	padding: 0px;
	height: 568px;
	background-repeat: repeat;
}
div#hg_content {
	position:relative;
	width: 864px;
	background-image: url(../bilder/bilder_index/hg_content.jpg);
	padding-top: 20px;
	padding-right: 24px;
	padding-left: 24px;
	font-size: 1.3em;
}

div#content_index {
	width: 900px;
	position: relative;
	left: 6px;
	height: 276px;
	top: -6px;
}
div#aktuelles_index {
	width: 323px;
	position: absolute;
	left: 571px;
	height: 92px;
	top: 260px;
	font-size: 1.2em;
	color: #003366;
	z-index: 23;
	padding-right: 12px;
/*  visibility: hidden; */
}

div#content_index_unten {
	width: 972px;
	position: absolute;
	left: -30px;
	height: 350px;
	top: 270px;
	z-index: 22;
}
div#text_index {
	width: 450px;
	position: absolute;
	left: 6px;
	height: 92px;
	top: 254px;
	padding-left: 42px;
	font-size: 1.4em;
	z-index: 23;
}
div#content {
	width: 876px;
	position: relative;
	left: 6px;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 12px;
	padding-left: 12px;
}
#content h1 {
	font-size: 1.6em;
	letter-spacing: 4px;
	padding-bottom: 14px;
	text-align: left;
}
#content h2 {
	font-size: 1.6em;
	letter-spacing: 4px;
	padding-bottom: 14px;
	text-align: left;
}
#content h3 {
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 6px;
}
#content blockquote {
	padding-left: 16px;
}
#content li {
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 32px;
}
#content a:link {
	color: #CC0000;
	text-decoration: none;
}
#content a:visited {
	color: #CC0000;
	text-decoration: none;
}
#content a:hover {
	color: #FF9900;
	text-decoration: none;
}
#content a:active {
	color: #CC0000;
	text-decoration: none;
}

div#footer {
	position:relative;
	width: 912px;
	height: 12px;
	background-image: url(../bilder/bilder_index/footer.jpg);
	z-index: 5;
}

.float_rechts {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 16px;
	font-size: 0.9em;
}
.float_links {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-size: 0.9em;
}
.center {
	float: left;
	text-align: center;
}
