@charset "UTF-8";
/* CSS Document */

/*//////////////// BACKGROUND AND BODY LAYOUT ////////////////////////////////*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #777;
	background-color: #06C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(hintergrund.jpg);
}
#background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:185%;
	z-index:1;
	background-image: url(muster.gif);
	text-align:center;			/* Internet Explorer 5.0 Bugfix */
}
/*//////////////// LINKS //////////////////////////////////////////////////////*/

a:link {
	color: #6498CB;
	text-decoration: none;
}
a:visited {
	color: #6498CB;
	text-decoration: none;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a:active {
	color: #03F;
	text-decoration: none;
}
.inaktiv {
	color: #036;
}
#footer a:link {
	color: #777;
}
#footer a:visited {
	color: #777;
}
#footer a:hover {
	color: #036;
}
#footer a:active {
	color: #03F;
}

/*//////////////// NAVIGATION //////////////////////////////////////////////////////*/

#navigation {
	position:absolute;
	left:25px;
	top:160px;
	width:850px;
	height:24px;
	background-image: url(navigationsleiste.jpg);
	padding-top: 6px;
}
#navigation a {
	font-size: 14px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
#navigation a:link {
	color: #777;
}
#navigation a:visited {
	color: #777;
}
#navigation a:hover {
	color: #036;
}
#navigation a:active {
	color: #03F;
}
#navigation span {
	font-size: 14px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}

/*//////////////// FORMATIERUNG //////////////////////////////////////////////////////*/

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding: 0px;
}
#footer p {
	margin: 4px;
	padding: 0px;
}
h1 {
	color: #036;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}
h2 {
	color: #036;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	color: #036;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding: 0px;
}
.justify {
	text-align:justify;
}
ul {
	margin: 0px;
	padding 0px;
}
li {
	margin: 0px;
	padding 0px;
	list-style-type: square;
	list-style-position: outside;
}
.kleiner {
	font-size: 11px;
}

/*//////////////// LAYOUT DIV POSITIONING ////////////////////////////////////*/

#page {
	left:0px;
	top:0px;
	width:910px;
	height:100%;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	text-align:left;        /* reset test alignment after Internet Explorer 5.0 Bugfix */
}
#leftshaddow {
	position:absolute;
	left:0px;
	top:0px;
	width:5px;
	height:100%;
	z-index:3;
	background-image: url(leftshaddow.png);
}
#rightshaddow {
	position:absolute;
	left:905px;
	top:0px;
	width:5px;
	height:100%;
	z-index:3;
	background-image: url(rightshaddow.png);
}
#whitepage {
	position:absolute;
	left:5px;
	top:0px;
	width:900px;
	height:100%;
	z-index:3;
	background-color: #FFF;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:136px;
}
#contentframe {
	position:absolute;
	left:45px;
	top:230px;
	width:810px;
	float:left;
}
#headline {
	left:0px;
	top:280px;
}
#content {
	width:580px;
	float:left;
	margin-bottom: 30px;
}
#teaser {
	width:190px;
	float:right;
	margin-bottom: 30px;
	padding: 0px;
	background-color: #EEEEF6;
	margin-top: 45px;
	height: 520px;
}
#footer {
	width:810px;
	float:left;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA;
	margin-top: 10px;
}
#footer a {
	text-decoration: none;
}

#subfooter {
	width:810px;
	float:left;
}
#subfooter p {
	padding-top:10px;
	font-size: 10px;
}
.newsbild {
	background-color:#659ACC;
	margin-top: 30px;
	}
