@charset "utf-8";
@import url(zweispalter.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #6bc4ff;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 140%;
	color: #125;
}

#wrapper {
	margin: 0 auto;
	width: 896px;
	background: url(/pub/images/structure/wrapperbg.png) repeat-y 0 0;
	text-align: left;
}

#header {
	position: relative;
	margin-top: 15px;
	background: url(/pub/images/structure/headerbg.png) no-repeat 0 0;
	height: 180px;
}

#header h1 {
	position: absolute;
	top: 93px;
	left: 541px;
	width: 215px;
	height: 87px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 215px;
	height: 87px;
	text-indent: -200em;
}

#stage {
	position: relative;
	background: url(/pub/images/structure/stagebg.png) no-repeat 0 100%;
	padding: 0 140px 1em 80px;
	padding: 0 120px 1em 80px;
	min-height: 240px;
}

#content {
	float: left;
	width: 440px;
}

#sidebar {
	float: right;
	width: 235px;
}

#footer {
	background: url(/pub/images/structure/footerbg.png) no-repeat 0 0;
	height: 260px;
	overflow: hidden;
	font-size: 85%;
}

#spirale {
	position: absolute;
	bottom: 0;
	right: 90px;
	background: url(/pub/images/structure/spirale.png) no-repeat 0 0;
	width: 89px;
	height: 95px;
}

.textboxText {
	margin-bottom: 40px;
}


/* Lists
************************************************/

ul#mainNavi {
	position: absolute;
	top: 100px;
	left: 110px;
	width: 420px;
}

ul#mainNavi li {
	float: left;
	list-style: none;
	margin-right: 1.5em;
}

ul#mainNavi li a {
	display: block;
	color: #f5f5f5;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 0;
}

ul#mainNavi li a:hover, ul#mainNavi li a:focus {
	border-bottom: 5px solid #6bc4ff;
}

ul#mainNavi li.active a {
	border-bottom: 5px solid #6ca324;
	font-weight: bold;
}

ul#subNavi {
	background-color: #0078b4;
	margin-bottom: 1em;
}

ul#subNavi li {
	list-style: none;
}

ul#subNavi li a {
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	padding: 0.3em 10px;
}

ul#subNavi li a:hover, ul#subNavi li a:focus {
	background-color: #6bc4ff;
	color: #14255a;
}

ul#subNavi li.active a {
	background-color: #6ca324;
}
ul#subNavi li ul li a{
	padding: 0.3em 10px 0.3em 30px;
}
ul#subNavi li.active ul li a{
	background-color: #A5BF83;
}
ul#subNavi ul li.active a{
	font-weight:bold;
}
#footer ul {
	margin: 125px 0 0 450px;
	width: 315px;
	text-align: right;
}

#footer ul li {
	display: inline;
	list-style: none;
	margin-left: 0.5em;
}

#footer ul li a {
	color: #f5f5f5;
	text-decoration: none;
}

#content ul, #content ol {
	margin-bottom: 2em;
}

#content ul li, #content ol li {
	margin-left: 2.5em;
}

ul.error {
	border: 1px solid #b00;
	border-bottom: 0;
	margin-bottom: 2em;
	list-style: none;
	background-color: #b00;
	font-size: 85%;
}

ul.error li {
	border-bottom: 1px solid #f5f5f5;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0.3em 1em;
	color: #f5f5f5;
}

ul.error li:last-child {
	border-bottom: none;
}

/* Typo
************************************************/

h1, h2, h3 {
	font-weight: normal;
	color: #125;
	margin-bottom: 0.5em;
	/*
	text-transform: uppercase;
	letter-spacing: 0.1em;
	*/
	line-height: 120%;
}

h1 { font-size: 170%; }

h2 {
	font-size: 140%;
	margin-top: 2em;
}

p { margin-bottom: 1em; }

.small {
	font-size: 85%;
	line-height: 120%;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #ca080c;
}

a:hover, a:focus {
	color: #6ca324;
}

/* Newssystem
**************************************************/

ul.simpleNewsList li {
	margin-bottom: 2em;
}

.simpleNewsListText p {
	margin-bottom: 0.2em;
}

.newsTeaser {
	font-weight: 600;
	letter-spacing: -0.2px;
}
div.newsContent h2 span, .newsList h2 span {
	font-size: 70%;
}

#content .newsList li {
	margin-left: 0;
}

.newsListImage {
	display: inline;
	float: left;
	margin-right: 15px;
}