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

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

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

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

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

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

#header {
	display:none;
}


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

#contentContainer {
	width:950px;
	float:left;
	background:url(../images/bg-contentContainer.jpg) repeat-y;
}

#contentMain {
	width:728px;
	float:left;
	padding:0 111px 0 111px;
}
	
	#contentMain a {
		text-decoration:underline;
		color:#1e1310;
	}
	
	#contentMain a:hover {
		text-decoration:underline;
		color:#749b1b;
	}
	
	#contentMain ul {
		list-style:none;
		margin:0 0 0 10px;
	}
	
	#contentMain li {
		margin:0 0 5px 15px;
		list-style-image: url(../images/li.jpg);
	}
	
	#contentMain img {
		border:1px solid #cba641;
		margin:5px 0 20px 0;
	}
	
	#contentMain #contentColumn1 {
		float:left;
		width:344px;
	}
	
	#contentMain #contentColumn2 {
		float:left;
		width:343px;
		margin:0 0 0 40px;
	}
	

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

#footer {
	display:none;
}

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

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

h2 {
	color:#663d2d;
	font-size:23px;
	text-transform:uppercase;
	padding:0 0 5px 0;
}

h3 {
	color:#688b28;
	font-size:28px;
}

h4 {
	color:#663d2d;
	font-size:16px;
	text-transform:uppercase;
	padding-bottom:8px;
}

p {
	margin-bottom:15px;
}

.highlight {
	color:#688b28;
	font-weight:bold;
}

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

iframe {
	border:1px solid #c34a15;
}
