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

body {
	background-color: #868889;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 1.4em;
}

p {
	margin-bottom: 1.2em;
}

h1 {
	color: #8c050a;
	font-size: 16px;
	margin-bottom: 1em;
}

a {
	color: #fff;
	text-decoration: underline;
}


/* ----- HEADER + NAVIGATION ----- */

#header {
	background: url(../img/header-bg.gif) repeat-x;
	height: 293px;
	position: relative;
}

#header-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
	width: 990px;
}

#logo {
	left: 0;
	position: absolute;
	top: 0;
}

ul#navigation {
	font-size: 16px;
	left: 336px;
	position: absolute;
	top: 228px;
}

ul#navigation li {
	float: left;
	margin-right: 108px;
}

ul#navigation li.last {
	margin-right: 0;
}

ul#navigation li a {
	color: #9c9e9f;
	text-decoration: none;
}

ul#navigation a:hover,
ul#navigation li.active a {
	color: #8c050a;
}


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

#content {
	clear: both;
    margin-left: auto;
    margin-right: auto;
	width: 990px;
}

#content-side {
	float: left;
	width: 335px;
}

#content-main {
	float: left;
	width:  605px;
}

#angebot-grafik {
	margin: 37px 0 0 62px;
}


/* ----- SCROLLBOX ----- */

.scrollbox {
	padding-right: 36px;
	overflow: hidden;
}

.jScrollPaneTrack {
	background-color: #747474;
}

.jScrollPaneDrag {
	background-color: #747474;
	border: 1px solid #b4b4b4;
	width: 4px !important;
}


/* ----- HOMEPAGE ----- */

#home #content-main {
	margin-top: 48px;
}


/* ----- ANGEBOT ----- */

#angebot #content-main {
	margin-top: 40px;
}

#angebot ul.wichtig li {
	color: #8c050a;
	font-weight: bold;
	margin-bottom: 1em;
}


/* ----- UEBER MICH ----- */

#ueber-mich #content-main {
	margin-top: -38px;
}

#ueber-mich h1 {
	color: #fff;
	margin: 0 0 1.2em 0;
}

#ueber-mich ul.dashed-list {
	list-style-type: none;
	list-style-image: url(../img/list-bullet.gif);
	margin-left: 1em;
	padding-left: 0;
}


/* ----- NEWS ----- */

#news #content-main {
	margin-top: 40px;
}


/* ----- KONTAKT ----- */

#kontakt #content-main {
	margin-top: 40px;
}

#kontakt .imprint,
#kontakt .imprint a {
	color: #c8c8c8;
	font-size: 12px;
	margin-top: 50px;
	text-decoration: none;
}
