* {
	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 {
	display:none;
}

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

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

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

#navigation {
	display:none;
}

#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);
	}
	
	#footerContent a {
		color:#016016;
		text-decoration:underline;
	}
	
	#footerContent a:hover {
		color:#a50003;
		text-decoration:underline;
	}

	#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;
	}
	
	


#contentSidebar {
	display:none;
}


/* --------------------- 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:0 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;
}

iframe {
	border:1px solid #d9dcda;
}
