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

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

html, body {
	background:url(../images/bg-body.jpg) top center no-repeat #fff;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#171717;
	height:100%;
}

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

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

#header {
	display:none;
}


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

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

#contentMain {
	width:708px;
	float:left;
}

	#contentMain ul {
		list-style:none;
	}
	
	#contentMain li {
		margin:0 0 10px 15px;
		list-style-image: url(../images/li.jpg);
	}

#contentColumn1 {
	width:445px;
	float:left;
	padding:0 20px 0 21px;
}

	#contentColumn1 a {
		color:#171717;
		text-decoration:underline;
	}
	
	#contentColumn1 a:hover {
		color:#387820;
		text-decoration:none;
	}
	
	#contentColumn1 .cmsImageSmall {
		border:none;
		float:left;
		margin:0 10px 0 0;
	}

#contentColumn2 {
	width:200px;
	float:left;
	padding:10px 11px 10px 11px;
	background-color:#f7f7f7;
}

	#contentColumn2 img {
		border:none;
	}

#contentSidebar {
	width:189px;
	float:left;
	padding:0 21px 0 32px;
}

	#contentSidebar #news {
		margin:0 0 50px 0;
	}
	
	#contentSidebar #news a {
		color:#171717;
		text-decoration:underline;
	}
	
	#contentSidebar #news a:hover {
		color:#969696;
		text-decoration:none;
	}
	
	#contentSidebar #contact {
		margin:0 0 10px 0;
	}
	
	#contentSidebar #contact a {
		color:#171717;
		text-decoration:underline;
	}
	
	#contentSidebar #contact a:hover {
		color:#387820;
		text-decoration:none;
	}


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

#footer {
	display:none;
}

#spacer {
	height:189px;
	clear:both;
}

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

h2 {
	color:#69a034;
	font-size:35px;
	text-transform:uppercase;
	padding-bottom:20px;
}

	h2 .h2Highlight {
		color:#387820;
		font-size:30px;
		text-transform:uppercase;
	}

h3 {
	color:#171717;
	font-size:13px;
	padding-bottom:10px;
}

	h3.h3Highlight{
		color:#387820;
		font-size:22px;
		text-transform:uppercase;
		padding-bottom:15px;
	}

h4 {
	color:#69a034;
	font-size:16px;
	text-transform:uppercase;
	padding:10px 0 15px 0;
}

h5 {
	color:#639e29;
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:10px;
}

	h5 .h5Highlight {
		color:#387820;
		font-size:20px;
		text-transform:uppercase;
		padding-bottom:10px;
	}

p {
	margin-bottom:15px;
}

.small {
	font-size:11px;
}

.highlight {
	color:#387820;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
}

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

.border {
	width:315px;
	margin:10px 0 10px 0;
	border-bottom:2px dotted #757575;
}

iframe {
	border:2px dashed #402c06;
	padding:3px;
}
