* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: black;
	border-style: none;
	border-width: 0px;
}
img {
	border: none;
	text-decoration: none;
}
html {
	font-family: Arial;
	font-size: 14px;
	color: black;
	min-height: 100%;
	position: relative;
}
body {
	margin: 0px 0px 80px; /* margin-bottom entspricht die Höhe des Footers */
	background-color: white;
	background-repeat: no-repeat;
	background-position: center top;
}
body > .section {
	clear: both;
	background-color: #cee0ed;
}
body > .section > div {
	width: 960px; /* Innere Breite der Seitenabschnitte (".section") */
	margin: 0px auto;
	position: relative;
}

/* Headings */

h1 {
	font-size: 18px;
}
h2 {
	font-size: 36px;
	color: white;
}

/* Top bar */

#topbar {
	background-color: #3c3c3c;
}
.topheader {
	height: 24px;
	position: relative;
	z-index: 3;
}
.member-container_l {
	float: left;
}
.member-container_r {
	float: right; 
}
.logintext {
	padding-top: 2px;
	font-weight: bold;
}
.loginfloat {
	line-height: 1.5;
	float: left;
	color: white;
	font-size: 12px;
}
.topheader input {
	float: left;
}
.logininput {
	color: #000000;
  	float: left; 
  	width: 133px;
	height: 22px;
	margin-top: 0px;
  	padding: 0px 3px 0 6px;
}


/* Header */
#header {
	position: relative;
	background-color: #cee0ed;
}
#header .logo {
	margin: 10px 0px 10px -5px;
	height: 70px;
}
#header ul {
	position: absolute;
	bottom: 0px; right: 0px;
	padding-bottom: 6px;
}
#header li {
	float: right;
	list-style: none;
	position: relative;
	padding-left: 5px;
}
#header li:last-child {
	padding-right: 10px;
	margin-right: 5px !important;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("../images/topnav_seperator.png");
}
#header ul a {
	display: block;
	line-height: 250%;
}
	#header ul a:hover {
		text-decoration: underline;
	}
	#header ul a.button:hover {
		text-decoration: none;
	}
	
/* Wide Area */

#wide_area {
	height: 400px;
	background-color: #cee0ed;
	background-position: center;
	background-repeat: no-repeat;
	overflow-x: hidden;
}
#wide_area .left {
	margin-top: 100px;
	float: left;
	font-size: 50px;
	color: white;
	text-shadow: 1px 1px 1px black;
	display: block;
	z-index: 9;
	position: relative;
	display: none;
}
#wide_area .right {
	margin-top: 70px;
	text-align: center;
	float: right;
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 0px 20px;
	z-index: 9;
	position: relative;
}
#wide_area .right h1 {
	font-size: 22px;
	color: #444444;
	font-weight: bold;
	margin-top: 20px;
}
#wide_area .textimage {
	background-image: url("../wide_box_textimage.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 228px;
	height: 34px;
	display: block;
}
#wide_area .right ul {
	line-height: 1.5;
	margin-top: 30px;
	font-size: 18px;
	text-align: left;
	list-style-position: inside;
	list-style-image: url("../images/Haken.png");
}
#wide_area .right .green {
	margin: 30px 0px 20px;
}

/* Slider */

#bg_image {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/wide_bg_1.jpg");
	position: absolute;
	width: 2560px; height: 400px;
	left: -800px; top: 0px;
	z-index: 3;
	opacity: 1;
}
#bg_image_slider {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/wide_bg_1.jpg");
	position: absolute;
	width: 2560px; height: 400px;
	left: -800px; top: 0px;
	z-index: 2;
	opacity: 0;
}
#bg_image,#bg_image_slider {
	box-shadow: 0px 0px 30px black inset;
}
.transition {
	transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
	-webkit-transform: translateZ(0px); /* Hack um Text-Rendering-Fehler bei Animation zu verhindern */
}
.no_transition {
	transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: all 0 none;
}
#wide_area .sliderbutton {
	position: absolute;
	top: 370px;
	left: 442px;
	z-index: 4;
}
#wide_area .sliderbutton div {
	height: 19px;
	width: 19px;
	border-radius: 10px;
	display: block;
	float: left;
	margin-right: 10px;
	background-image: url("../images/sliderbutton.png");
	background-position: center;
	background-repeat: no-repeat;
}
#wide_area .sliderbutton .active {
	background-position: center bottom;
}
#wide_area .sliderbutton .inactive {
	background-position: center top;
}
	#wide_area .sliderbutton .inactive:hover {
		background-position: center bottom;
		cursor: pointer;
	}


/* Boxes */
#boxes .box {
	border-color: #8a969e; border-width: 1px; border-style: solid;
	border-radius: 10px;
	background-color: white;
	text-align: center;
	width: 200px;
	padding: 20px 10px;
	float: left;
	margin-right: 22px;
	overflow: hidden;
}
	#boxes .box:nth-child(4) {
		margin-right: 0px;
	}
#boxes .textimage {
	width: 200px;
	height: 36px;
	display: block;
	background-image: url("../images/boxheading.png");
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
	#boxes .textimage.a {background-position: center top;}
	#boxes .textimage.b {background-position: center -36px;}
	#boxes .textimage.c {background-position: center -72px;}
	#boxes .textimage.d {background-position: center -108px;}
	
#boxes .image {
	text-align: center;
	height: 129px;
	width: 126px;
	display: block;
	margin: 0 auto 20px auto;
	background-image: url("../images/box_images.png");
	background-repeat: no-repeat;
	/*background-color: #466F9C;*/
}
#boxes .image.a {background-position: center top;}
#boxes .image.b {background-position: center -131px;}
#boxes .image.c {background-position: center -261px;}
#boxes .image.d {background-position: center -391px;}

#boxes p {
	margin: 0px -10px -20px;
	padding: 10px 20px 0px;
	background-color: #466f9c;
	color: white;
	height: 100px;
}
#boxes p span {
}

/* Additional content */

#additional_content {
	padding: 100px 0px 20px;
}
#additional_content > div > div {
	padding: 30px;
	background-color: #ddeaf3;
	border-radius: 10px;
}
#additional_content > div > div > div:nth-child(4) {
	height: 300px;
}
#additional_content .row {
	display: block;
	clear: both;
	height: 400px;
}
#additional_content .row > div {
	display: block;
}
#additional_content .left {
	float: left;
}
#additional_content .right {
	float: right;
}
#additional_content .text {
	text-align: justify;
	width: 320px;
}
#additional_content .image {
	width: 550px;
}
#additional_content .textimage {
	width: 300px;
	height: 24px;
	display: block;
	margin-bottom: 5px;
	background-image: url("../images/textimage.png");
	background-repeat: no-repeat;
}
	#additional_content .textimage.a {background-position: center top;}
	#additional_content .textimage.b {background-position: center -24px;}
	#additional_content .textimage.c {background-position: center -48px;}
	#additional_content .textimage.d {background-position: center -72px;}

	#additional_content img {
	width: 550px;
}
#additional_content a.textlink {
	text-decoration: underline;
	color: #235d9c;
}
	#additional_content a.textlink:hover {
	text-decoration: none;
	}
	
/* Footer */

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 80px;
	width: 100%;
	text-align: left;
	background-color: #235d9c;
}
#footer table {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#footer td {
	width: 110px;
}
#footer tr td:last-child {
	width: auto;
}
#footer a,#footer a:active {
	text-decoration: none;
	color: white;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: none;
}


/* Buttons */

input[type="submit"] {
	-webkit-appearance: none;
}
.button {
	padding: 5px 15px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}
a.button, a.button:active {
	display: inline-block;
}
.green {
	background-color: #88bd35;
}
	.green:hover {
		background-color: #92c938;
	}
.blue {
	background-color: #3e8bc9;
}
	.blue:hover {
		background-color: #479ee5;
	}
.orange {
	background-color: #ea7900;
}
	.orange:hover {
		background-color: #ff8400;
	}
.special {
	border-radius: 0px 0px 10px 10px;
	padding: 10px 20px 10px 20px;
}