* {
	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 {
	width:950px;
	height:495px;
	float:left;
	position:relative;
	background:url(../images/bg-header.jpg) no-repeat;
}

	h1#branding a {
		width:240px;
		height:55px;
		display:block;
		position:absolute;
		left:91px;
		top:166px;
		text-indent:-9999px;
		text-decoration:none;
	}
	
	#times {
		position:absolute;
		left:721px;
		top:285px;
		color:#fff;
		line-height:22px;
	}
	
	#headline {
		position:absolute;
		left:67px;
		top:369px;
	}
	
	#mail a {
		width:267px;
		height:41px;
		display:block;
		position:absolute;
		left:683px;
		top:454px;
		text-indent:-9999px;
		text-decoration:none;
		background:url(../images/button-mail.jpg) no-repeat;
	}
	
	#mail a:hover {
		background:url(../images/button-mail-hover.jpg) no-repeat;
	}
	

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

#navigation {
	position:absolute;
	left:67px;
	top:288px;
	float:left;
}
	
	#navigation ul {
		list-style:none;
		float:left;
	}
	
	#navigation li {
		padding:0 28px 0 0;
		float:left;
	}
	
	#navigation a {
		text-decoration:none;
		font-size:18px;
		color:#ebebeb;
		text-transform:uppercase;
	}
	
	#navigation a:hover, #navigation a.active {
		text-decoration:none;
		color:#acdafa;
	}
	
	#navigationColumn2 {
		position:absolute;
		left:25px;
		top:33px;
		width:550px;
	}
	

/* --------------------- METANAVIGATION --------------------- */

#metaNavigation {
	position:absolute;
	left:701px;
	top:111px;
}

	#metaNavigation ul {
		list-style:none;
		float:left;
	}
	
	#metaNavigation li {
		padding:0 15px 0 0;
		float:left;
	}
	
	#metaNavigation a {
		text-decoration:none;
		font-size:18px;
		color:#ebebeb;
		text-transform:uppercase;
	}
	
	#metaNavigation a:hover, #metaNavigation a.active {
		text-decoration:none;
		color:#acdafa;
	}
	
	#metaNaviColumn2 {
		position:absolute;
		left:24px;
		top:30px;
		width:230px;
	}


/* --------------------- 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 {
	width:100%;
	height:250px;
}

	#footerContent {
		width:883px;
		height:115px;
		margin:0px auto;
		padding:135px 0 0 67px;
		background:url(../images/bg-footer.jpg) no-repeat;
		color:#fff;
		position:relative;
	}
	
	#footerContent a {
		color:#fff;
		text-decoration:underline;
	}
	
	#footerContent a:hover {
		color:#fff;
		text-decoration:none;
	}
	
	#footerColumn1 {
		width:235px;
		float:left;
	}
	
	#footerColumn2 {
		width:235px;
		float:left;
	}
	
	h5#claim {
		position:absolute;
		left:613px;
		top:165px;
	}
	

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