* {
	margin:0px;
	padding:0px;
	outline:none;
}

/* --------------------- ALLGEMEIN --------------------- */

html, body {
	background-color:#f5f9f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#181818;
	height:100%;
	margin: 0 0 1px;
}

#container {
	width:950px;
	margin:0px auto -100px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

/* --------------------- HEADER --------------------- */

#header {
	width:950px;
	height:235px;
	float:left;
	position:relative;
	background:url(../images/bg-header.jpg) no-repeat;
}

	h1#branding a {
		width:319px;
		height:73px;
		display:block;
		position:absolute;
		left:20px;
		top:66px;
		text-indent:-9999px;
		text-decoration:none;
	}
	
	#de {
		width:20px;
		height:16px;
		display:block;
		position:absolute;
		left:20px;
		top:156px;
		background:url(../images/ico-de.jpg) no-repeat;
	}
	
	#de a {
		width:20px;
		height:16px;
		display:block;
		text-indent:-9999px;
		text-decoration:none;
	}
	
	#en {
		width:20px;
		height:16px;
		display:block;
		position:absolute;
		left:60px;
		top:156px;
		background:url(../images/ico-en.jpg) no-repeat;
	}
	
	#en a {
		width:20px;
		height:16px;
		display:block;
		text-indent:-9999px;
		text-decoration:none;
	}

/* --------------------- CONTENT --------------------- */

#contentContainer {
	width:950px;
	float:left;
}

/* --------------------- NAVIGATION --------------------- */

#navigation {
	float:left;
	width:252px;
	padding:0px 0 0 0;
	background:url(../images/bg-navi.gif) repeat-y;
}

	#navigation ul {
		list-style:none;
	}
	
	#navigation li {
		padding:0 0 10px 0;
		width:252px;
		font-size:15px;
	}
	
	#navigation li a {
		text-decoration:none;
		display:block;
		color:#181818;
		font-size:15px;
		padding:12px 0 0 45px;
		background:url(../images/navi-inactive.gif) no-repeat;
	}
	
	#navigation li a:hover {
		color:#016016;
	}
	
	#navigation li a.active {
		color:#fff;
		text-transform:uppercase;
		font-weight:bold;
		height:30px;
		display:block;
		padding:12px 0 0 45px;
		background:url(../images/navi-active.gif) no-repeat;
	}
	

/* --------------------- NAVIGATION-ADDITIONAL --------------------- */

#navigation li.naviAdditional {
	font-size:10px;
	text-transform:none;
	text-decoration:none;
	background:none;
	width:237px;
	padding:0 0 0 15px;
}

#navigation li.naviAdditional a {
	text-decoration:none;
	color:#181818;
	font-size:13px;
	text-transform:none;
	background:none;
}

#navigation li.naviAdditional a:hover, #navigation li.naviAdditional a.active {
	color:#016016;
	text-decoration:none;
	background:none;
	height:auto;
}


#contentMain {
	width:396px;
	padding:0 25px 0 25px;
	float:left;
}

	#contentMain ul {
		list-style:none;
	}
	
	#contentMain li {
		margin:0 0 10px 20px;
		list-style-image: url(../images/li.jpg);
	}
	
	#contentMain a {
		color:#016016;
		text-decoration:underline;
	}
	
	#contentMain a:hover {
		color:#a50003;
		text-decoration:underline;
	}
	
	#contentMain p {
		margin-bottom:15px;
	}
	
	#contentMain td.noBorder {
		border-bottom:1px solid #d9dcda;
		border-left:none;
	}

	#contentMain .images {
		width:396px;
		margin:15px 0 15px 0;
		float:left;
	}
	
	#contentMain .images img {
		border:1px solid #989898;
		margin:0 15px 0 0;
		float:left;
	}
	
	#contentMain .images p {
		font-size:11px;
		line-height:16px;
		padding:90px 0 0 0;
	}
	
	#contentMain table {
		font-size:12px;
		line-height:18px;
	}
	
	#contentMain .tableHeadlines {
		text-align:center;
		font-size:12px;
		background-color:#e7eae8;
	}
	
	#contentMain td {
		border-bottom:1px solid #d9dcda;
		border-left:1px solid #d9dcda;
		padding:0 5px 0 5px;
	}
	
	#contentMain td.noBorder {
		border-bottom:1px solid #d9dcda;
		border-left:none;
	}
	
	

#contentSidebar {
	width:222px;
	float:left;
	position:relative;
	padding:0 15px 0 15px;
}

	#contentSidebar ul {
		list-style:none;
		font-family: "Times New Roman", Times, serif;
		font-style:italic;
		font-size:18px;
	}
	
	#contentSidebar li {
		margin:0 0 10px 20px;
		list-style-image: url(../images/li.jpg);
	}
	
	#contentSidebar #questions {
		margin-top:350px;
		width:192px;
		height:116px;
		padding:15px 15px 0 15px;
		background:url(../images/bg-questions.jpg) no-repeat;
	}
	
	*+html #contentSidebar #questions {
		top:557px;
	}
	
	*html #contentSidebar #questions {
		top:557px;
	}

/* --------------------- FOOTER --------------------- */

#footer {
	width:100%;
	height:100px;
}

	#footerContent {
		width:950px;
		height:50px;
		padding:50px 0 0 0;
		margin:0px auto;
		text-align:center;
		font-family: "Times New Roman", Times, serif;
		font-size:14px;
		background:url(../images/bg-footerContent.gif) no-repeat;
	}
	
	#footerContent a {
		color:#016016;
		text-decoration:underline;
	}
	
	#footerContent a:hover {
		color:#a50003;
		text-decoration:underline;
	}
	
	#spacer {
		height:100px;
		clear:both;
	}

/* --------------------- STYLES --------------------- */

h2 {
	color:#016016;
	font-size:28px;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:35px;
	padding-bottom:20px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#016016;
	padding-bottom:15px;
}

p {
	margin-bottom:5px;
}

.highlight {
	color:#016016;
	font-family: "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:bold;
	padding:0 0 0 40px;
}

.border {
	width:396px;
	margin:20px 0 40px 0;
	border-bottom:1px solid #d9dcda;
}

.bordertop {
	width:396px;
	margin:0px 0 40px 0;
	border-top:1px solid #d9dcda;
}

*+html .bordertop {
	margin:0 0 0px 0;
}

*html .bordertop {
	margin:0 0 0px 0;
}

.borderSidebar {
	width:222px;
	margin:35px 0 35px 0;
	border-top:1px solid #d9dcda;
}

*+html .borderSidebar {
	margin:35px 0 10px 0;
}

*html .borderSidebar {
	margin:35px 0 10px 0;
}

.killfloat {
	clear:both;
	float:none;
}

.agb {
	font-size:11px;
	line-height:18px;
}

iframe {
	border:1px solid #d9dcda;
}
