@CHARSET "UTF-8";

html, body {
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	color: #006699;
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 24px 0;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 14px;
}

h3 {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 16px;
	margin: 16px 0;
}

h4 {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 14px;
	margin: 20px 0 0;
}

h5 {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 14px;
	margin: 14px 0 22px;
}

a {
	color: #000;
	text-decoration: none;
}

ul li {
	list-style: none;
	margin-bottom: 20px;
}

/***********************************************/
/* HEADER
/***********************************************/

#header-full-width {
	background-color: #99cc33;
	height: 300px;
	position: relative;
	width: 100%;
	z-index: 30;
}

#header {
	background-color: #ccc;	
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#header .image {
	background: url(images/Header_Neu.jpg) top left no-repeat transparent;
	height: 318px;
	width: 940px;
}

/***********************************************/
/* CONTENT
/***********************************************/

p.break {
	margin-top: 30px;
}

.left {
	float: left;
	margin: 7px 0 30px;
}

.right {
	margin-left: 250px;
	padding: 0 145px 0 20px;
}

.clear {
	clear: both;
}

#container-full-width {
	background-image: -webkit-linear-gradient(#d7d9da 0%, #ffffff 90%); 
	background-image: -moz-linear-gradient(#d7d9da 0%, #ffffff 90%); 
	background-image: -o-linear-gradient(#d7d9da 0%, #ffffff 90%); 
	background-image: linear-gradient(#d7d9da 0%, #ffffff 90%);
	height: 100%;
	min-height: 100%;
}

#bg-wrapper {
	position: absolute;
/*	height: 400px; */
	width: 100%;
}

#container {
	background-color: #fff;
	margin: 0 auto;
/*	min-height: 400px; */
	position: relative;
	width: 940px;
	z-index: 20;
}

#content {
	line-height: 22px;
	min-height: 280px;
	padding: 20px 20px 0 160px;
	position: relative;
	vertical-align: top;
}

#content ul.listIcons {
	margin-top: 28px;
	padding-left: 0;
}
	
#content ul li {
	margin-bottom: 0;
}

#content ul.listIcons li {
	background: url(images/kreis.png) left 10px no-repeat transparent;
	padding: 0 0 0 18px;
	margin-bottom: 5px;
}

#content ul.moreSpace {
	margin-top: 30px;
	padding: 0;
}

#content ul.moreSpace li {
	margin-bottom: 8px;
}

#content ul.listLines {
	margin-top: 0;
	padding: 0;
}

#content .box {
	background-color: #DFDDDD;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 14px 28px;;
}

#content .fusstext {
	font-size: 11px;
	line-height: 16px;
	margin-top: 26px;
}

.person {
	margin-top: 22px;
}

.person img {
	float: left;
	height: 160px;
	margin: 0 20px 0 0;
}

.person .text {
	display: inline-block;
	margin-top: 18px;
}

/***********************************************/
/* SIDEBAR
/***********************************************/

#sidebar {
	float: left;
	position: relative;
	width: 140px;
	z-index: 20;
}

#menu-sidebar {
	margin: 48px 0 0;
	padding: 0 0 0 22px;
}
#menu-sidebar li a {
	font-family: verdana, sans-serif;
}
#menu-sidebar li a span {
	margin-left: 12px;
}

#menu-sidebar .icon-active {
	width: 6px;
	height: 6px;
	background-color: #99cc33;
	border-radius: 3px;
	opacity: 0;
	float: left;
	margin: 7px 6px 0 0;
}

#menu-sidebar .current .icon-active {
	opacity: 1;
}

#menu-sidebar .current a {
	font-weight: bold;
}

/***********************************************/
/* FOOTER
/***********************************************/

#footer {
	background-color: #006699;
	color: #fff;
	font-style: italic;
	height: 38px;
	margin: 50px auto 0;
	padding-top: 22px;
	text-align: center;
	width: 940px;
}

#footer a {
	color: #fff;
}