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


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

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#240d02;
	height:100%;
	background:url(../images/bg-body.jpg) no-repeat fixed;
}

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

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

#header {
	width:950px;
	height:314px;
	float:left;
	position:relative;
	background:url(../images/bg-header.png) no-repeat;
}

*html #header {
	background:url(../images/bg-header.jpg) no-repeat;
}

h1#branding a {
	width:443px;
	height:200px;
	display:block;
	position:absolute;
	left:76px;
	top:35px;
	text-indent:-9999px;
	text-decoration:none;
}


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

#navigation {
	position:relative;
	width:950px;
	height:175px;
	background:url(../images/bg-navi.png) no-repeat;
}

*html #navigation {
	background:url(../images/bg-navigation.jpg) no-repeat;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	padding:10px 0 10px 0;
	margin:0 0 0 20px;
	list-style-image: url(../images/li-navi.gif);
	border-bottom:1px dashed #fef6d2;
}

*html #navigation li {
	padding:5px 0 5px 0;
}

*+html #navigation li {
	padding:5px 0 5px 0;
}


#navigation a {
	color:#fef6d2;
	font-size:24px;
	text-decoration:none;
	display:block;
}

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

#navigation .naviAdditional {
	margin:0 0 0 20px;
	border-bottom:none;
	padding:5px 0 5px 0;
	list-style-image:none;
}

#navigation .naviAdditional a {
	color:#dead68;
	font-size:20px;
	text-decoration:none;
}

#navigation .naviAdditional a:hover, #navigation .naviAdditional a.active {
	color:#fef6d2;
	text-decoration:none;
}

#navigationColumn1 {
	position:absolute;
	width:178px;
	height:126px;
	left:123px;
	top:5px;
	padding:0 20px 0 20px;
}

#navigationColumn2 {
	position:absolute;
	width:178px;
	height:126px;
	left:368px;
	top:5px;
	padding:0 20px 0 20px;
}

#navigationColumn3 {
	position:absolute;
	width:178px;
	height:126px;
	left:611px;
	top:5px;
	padding:0 20px 0 20px;
}

#navigationColumn3 li {
	padding:10px 0 20px 0;
	border-bottom:none;
}

*html #navigationColumn3 li {
	padding:5px 0 25px 0;
	border-bottom:none;
}

*+html #navigationColumn3 li {
	padding:5px 0 25px 0;
	border-bottom:none;
}


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

#contentContainer {
	width:950px;
	float:left;
	background:url(../images/bg-content.png) center top;
}

*html #contentContainer {
	background:url(../images/bg-content.jpg) center top;
}

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

#contentColumn1 ul {
	list-style:none;
}

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

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

#contentColumn2 {
	width:215px;
	float:left;
	padding:10px 119px 0 23px;
}

*html #contentColumn2 {
	padding:10px 110px 0 23px;
}

#contentColumn2 img {
	border:none;
	border:1px dashed #240d02;
	margin:0 0 10px 0;
}


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

#footer {
	width:100%;
	height:200px;
}

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

*html #footerContent {
	background:url(../images/bg-footerContent.jpg) no-repeat;
}

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

#metaNavigation {
	float:left;
	font-size:20px;
	position:absolute;
	left:528px;
	top:69px;
}

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

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

#metaNavigation a {
	color:#fef6d2;
	text-decoration:none;
	display:block;
}

#metaNavigation a:hover, #metaNavigation a.active {
	color:#dead68;
	text-decoration:none;
}

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

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

h2 {
	color:#c5874a;
	font-size:25px;
	padding-bottom:20px;
}

h3 {
	color:#240d02;
	font-size:18px;
	padding-bottom:10px;
}


h4 {
	color:#240d02;
	font-size:16px;
	text-transform:uppercase;
	padding-bottom:15px;
}

.highlight {
	font-size:12;
	font-style:italic;
	}

p {
	margin-bottom:15px;
}

a {
	color:#240d02;
	text-decoration:underline;
}

a:hover {
	color:#c5874a;
}

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

iframe {
	border:2px dashed #240d02;
}