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

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

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

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

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

#header {
	display:none;
}

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

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

#contentMain {
	width:501px;
	padding:0 115px 0 67px;
	float:left;
}
	
	#contentMain a {
		text-decoration:none;
		color:#1b78b7;
	}
	
	#contentMain a:hover {
		text-decoration:underline;
	}
	
	#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:none;
	}
	
	#contentMain .list {
		float:left;
		margin:0 0 25px 0;
	}
	
	#contentMain .listImage {
		float:left;
		width:140px;
	}
	
	#contentMain .listImage img {
		border:1px solid #bdd9f0;
	}
	
	#contentMain .listText {
		float:left;
		width:360px;
	}
	
	

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

#footer {
	display:none;
}

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

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

h2 {
	color:#3f3f3f;
	font-size:25px;
	margin-bottom:10px;
}

*+html h2 {
	margin-bottom:0px;
}

*html h2 {
	margin-bottom:0px;
}

h3 {
	color:#1b78b7;
	font-size:28px;
}

h4 {
	color:#1b78b7;
	font-size:19px;
	margin-bottom:15px;
}

h5 {
	color:#fff;
	font-size:19px;
}

p {
	margin-bottom:15px;
}

.highlight {
	color:#1b78b7;
	font-weight:bold;
}

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

.border {
	border-bottom:1px dashed #1b78b7;
	margin:5px 0 25px 0;
}

iframe {
	border:1px dashed #1b78b7;
	padding:2px;
}
