/*
	Header & Footer
*/
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 739px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 740px;
}
#back {
	min-height:2500px;
	background-color: #b7c2cb;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #113854;
	border-left-color: #113854;
	width: 737px;
	height: 100em;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
h2 {
	font-family: Verdana, Tahoma, Arial, "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Tahoma, Arial, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*
	Navigation
*/
.navcontainer {
	width: 204px;
	text-align: left;
	background-image: url(images/nav_top.jpg);
	background-repeat: no-repeat;
	margin: 10px;
	padding-top: 30px;
	top: 110px;
	position: absolute;
}

.navcontainer ul {
	margin: 0;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #113854;
	border-left-color: #113854;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #5f9dc8;
	padding-left: 0px;
	text-indent: 10px;
}

.navcontainer li {

    list-style-image: none;
    margin:0; 
}

.navcontainer a {
	display: block;
	width: 202px;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #990000;
}

.navcontainer  a:link, .navcontainer  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 0;
	background-image: url(pics/button.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

.navcontainer li a:hover {
	color: #000000;
	line-height: 22px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #113854;
	background-color: #FFFFFF;
	width: 197px;
}

#navcontainer_footer {
	background-image: url(images/nav_footer.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 204px;
}

/*
	Inhalt
*/
#content_head {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 504px;
	padding-top: 30px;
	top: 110px;
	position: absolute;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 225px;
}
#content_higr {
	width: 492px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #113854;
	border-left-color: #113854;
	background-color: #5f9dc8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #113854;
	padding: 5px;
	font-family: Verdana, Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	color: #000000;
}

