@CHARSET "UTF-8";

body {
	background-image:url('images/bg.jpg');
	background-attachment:fixed;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2e2015;
}

h1 {
	font-size:20px;
	margin:10px 0;
}

h2 {
	font-size:12px;
	margin:10px 0;
	font-weight:bold;
}


div#logo {
	background-color:#fff;
	width:125px;
	height:182px;
}

div#nav {
	font-weight:bold;
	padding:15px 0 15px 10px;
	margin: 10px 0 0 0;
	background-color:#84786f;
}

div#neues_teaser {
	font-weight:bold;
	padding:15px 0 15px 10px;
	margin: 10px 0 0 0;
	background-color:#84786f;
}

div#neues_teaser h1 {
	font-weight:bold;	
}


a {
	text-decoration:none;
	color:#ff9951;
	font-weight:bold;
}

a.navHighlight {
	color:#fefdab;
}

a.nav {
	color:#352417;
}

a.nav span {
	color:#84786f;
}

a.nav:hover {
	color:#fefdab;
}

a.nav:hover span {
	color:#fefdab;
}

ul {
	margin-bottom:20px;
}

ul li {
	margin: 0 0 0 25px;
	list-style:disc;
}

div#main {
	position:absolute;
	top:10px;
	left:50%;
	margin: 0 0 0 -320px;
	width:800px;
}

div.hr {
	height:1px;
	border-top:1px dashed #ccc;	
	margin-top:20px;
}

div#col1 {
	width:125px;
	float:left;
}

div#col2 {
	margin: 0 10px 0 10px;
	width:350px;
	float:left;
}

div#header {
	background-color:#fff;
	padding:5px 0 0 5px;
}

div#content {
	background-color:#fff;
	padding:10px 10px 50px 10px;
}

div#content p {
	margin-top:10px;
}

div#footer {
	padding:10px;
	opacity:0.7;
}

div#footer a {
	color:#2e2015;
	font-weight:normal;
}

div#col3 {
	float:left;
}

div.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}



