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

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

html, body {
	background:url(../images/bg-body.gif) repeat-x #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#4f4f4f;
	height:100%;
}

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

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

#header {
	width:950px;
	height:350px;
	position:relative;
	background:url(../images/bg-header.jpg) no-repeat #fff;
}

h1#branding a {
	width:480px;
	height:140px;
	display:block;
	position:absolute;
	left:11px;
	top:20px;
	text-indent:-9999px;
	text-decoration:none;
}

#headerContact {
	position:absolute;
	left:160px;
	top:220px;
}

#link a {
	width:105px;
	height:105px;
	display:block;
	position:absolute;
	left:549px;
	top:208px;
	text-indent:-9999px;
	text-decoration:none;
}

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

#metaNavigation {
	position:absolute;
	left:715px;
	top:15px;
	float:left;
}

#metaNavigation ul {
	list-style:none;
	float:left;
}

#metaNavigation li {
	float:left;
	padding:0 5px 0 5px;
}

#metaNavigation li.border {
	border-right:1px solid #cf0729;
}

#metaNavigation a {
	display:block;
	color:#cf0729;
	line-height:12px;
	text-decoration:none;
}

#metaNavigation a:hover, #metaNavigation a.active {
	text-decoration:underline;
}


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

#navigation {
	width:185px;
	float:left;
	height:401px;
	padding-top:10px;
	background:url(../images/bg-navigation.jpg) no-repeat bottom;
}

*html #navigation {
	height:411px;
	padding-top:20px;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	width:185px;
	height:45px;
	Padding-bottom:10px;
}

#navigation a {
	color:#4f4f4f;
	font-size:16px;
	text-decoration:none;
	display:block;
	padding-left:15px;
}

#navigation .highlight {
	color:#b2b2b2;
	font-size:13px;
	font-weight:bold;
	padding-left:15px;
}

#navigation a:hover, #navigation a.active {
	text-decoration:none;
	color:#fff;
	background-color:#ce0225;
}


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

#contentMain {
	width:698px;
	margin-left:50px;
	border-bottom:1px solid #4f4f4f;
	float:left;
}

#contentMain p {	
	padding:5px 0 5px 0;
}

#column1 {
	width:315px;
	margin:30px 15px 20px 0;
	float:left;
}

#column2 {
	width:315px;
	float:left;
	margin:30px 0 20px 0;
}

#column2 img {
	border:1px solid #4f4f4f;
}



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

#footer {
	width:100%;
	height:95px;
	margin-top:15px;
	background:url(../images/bg-footer.gif) center top repeat-x;
}

#footerContent {
	width:950px;
	height:95px;
	position:relative;
	margin:0px auto;
	background:url(../images/bg-footerContent.gif) no-repeat;
}

#footerTimes {
	position:absolute;
	left:246px;
	top:30px;
}


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

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

h2 {
	color:#cf0729;
	font-size:32px;
	font-weight:normal;
	line-height:32px;
}

h2 .h2highlight {
	color:#2c2c2c;
	font-size:26px;
	font-weight:normal;
}

h3 {
	color:#cf0628;
	font-size:16px;
	font-weight:normal;
}

h3 .h3highlight {
	color:#2b2b2b;
	font-size:14px;
	font-weight:normal;
}

h4 {
	color:#ce0225;
	font-size:20px;
	line-height:29px;
	padding-right:35px;
	background:url(../images/bg-h4.gif) no-repeat right;
}

h5 {
	color:#ce0225;
	font-size:20px;
	line-height:34px;
	padding-right:35px;
	background:url(../images/bg-h5.gif) no-repeat right;
}

a {
	color:#4f4f4f;
	text-decoration:underline;
}

a:hover {
	color:#ce0225;
	text-decoration:underline;
}

.small {
	font-size:10px;
	line-height:14px;
}

.red {
	color:#ce0225;
}

.contentHighlight {
	font-size:14px;
	color:#2b2b2b;
}

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