/* CSS Document */

/* CSS Document */


/* COLORS 
#5e451b	darkbrown
#a98a27 mediumbrown
#dbc25e	lighterbrown
*/

html, body, p, h1, h2, h3, h4, h5, span, ul, li, span, img {
	margin:0px;
	padding:0px;
	border:none;
	}

ul, li {
	list-style:none;
	}

html {
	font-size:62.5%;
	font-family: "Helvetica Neue","HelveticaNeue", Helvetica, Arial, sans-serif;
	}

body {
	width:100%;
	height:100%;
	background:url(foot_bg.jpg) repeat;
	}

h1 	{
	color:#5e451b;
	font-weight:normal;
	text-transform:uppercase;
	font-size:2.4em;
	border-left:5px solid #a98a27;
	padding-left:0.4em;
	line-height:0.8em;
	margin:0.4em 0em 0.8em 0em;
	}

h2 {
	color:#5e451b;
	font-size:1.8em;
	margin:0.4em 0em 0.8em 0em;
	}

h1 strong,
h2 strong {
	letter-spacing:-0.05em;
	}
	
h2 a {
	text-shadow: 1px 1px 1px #ffffc8;
	}

h2 a:hover,
h2 a.selected {
	text-shadow:none;
	}

p 	{
	font-size:1.2em;
	line-height:1.6em;
	}

a 	{
	color:#5e451b;
	text-decoration:none;
	}

a:hover,
a.selected {
	color:#fff;
/*	border-bottom:1px dotted #5e451b;*/
	}

a:hover {
		border-bottom:1px dotted #5e451b;
	}

h2 a:hover {
	border:0px;
	}

li {
	padding-left:1.2em;
	background:url(li.png) 0em 0.18em no-repeat;
	}

.nomargin {
	margin:0px;
	}

/* -- Layout --- */
#top {
	background: url(body_bg.jpg) repeat-x;
	}

#container {
	position:relative;
	margin:0px auto;
	width:800px;
	height:auto; !important
	border:1px solid black;
	}


/* --- Head --- */
#head {
	position:relative;
	height:100px;
	width:100%;
	}

#logo {
	position:absolute;
	bottom:20px;
	}

#metanav {
	position:absolute;
	bottom:30px;
	right:0px;
	font-size:1.2em;
	letter-spacing:0.05em;
	font-weight:bold;
	}

#metanav ul li {
	display:inline;
	margin-left:1.1em;
	}
	
#metanav ul li a:hover {
	color:#a98a27;
	}


/* --- Offer --- */
#offer {
	position:relative;
	color:#5e451b;
	height:305px;
	width:100%;
	font-size:1.2em; /* Font Skalierung */
	}

#offer img {
	display:block;
	position:absolute;
	}

#offer .offerdescr {
	z-index:15;
	position:absolute;
	padding-top:1em;
	}


/* --- Navigation --- */

#nav {
	height:150px;
	width:100%;
	padding:10px 0px;
	}

#nav h2 {
	line-height:0.8em;	
	font-weight:normal;
	border-left:3px solid #a98a27;
	padding-left:0.6em;
	letter-spacing:0.02em;
	text-transform:uppercase;
	}

#nav h2:hover {
	border-left:3px solid #fff;
	}

#nav h2 a {
	display:block;
	}

#nav .col {
	width:27%;
	padding-right:4%;
	padding-left:3%;
	float:left;
	border-left:1px solid #e6d48f;
	border-right:1px solid #dbc25e;
	}

#nav .first {
	padding-left:0;
	border-left:none;
	}

#nav .last {
	margin-right:0;
	border-right:none;
	}

#nav ul {
	color:#5e451b;
	}

#nav ul li {
	font-size:1.2em;
	padding-left:1.2em;
	background:none;
	margin-bottom:0.4em;
	}
	
/* --- Footer --- */	
#footer {
	position:relative;
	height:auto;
	padding:1em 0em;
	width:800px;
	margin:0px auto;
	text-align:center;
	color:#ab8c29;
	}

#footer p {
	font-size:1.1em;
	}

#footer span {
	padding-left:0.7em;
	margin-left:0.6em;
	border-left:1px solid #a98a27;
	}
	
#footer span.logo {
	margin:0px; padding:0px;border:none;
	text-transform:uppercase;
	}
	
	
/* --- --- */
#container .nodecoration {
	text-decoration:none;
	border:0px;
	}