@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}
	
body, html {
	height:100%;
	}

html {
	background-color: #050505;
	}
	
h2 {
	text-transform:uppercase;
	color:#d7d4bd;
	font-weight:normal;
	font-size:1.3em;
	margin:0 0 20px 0;
	}
	
p {
	margin:0 0 15px 0;
	}
	
a {
	color:#132c7f;
	}
	
li {
	list-style:none;
	}
	
img, a img {
	border:1px solid #ccc;
	padding:4px;
	background:#fff; 
	}

.ohne {
	border:0;
	margin:0;
	}
	
.no-text {
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	display:block;
	}
	
.clear {
	clear:both;
	float:none;
	}
	
body {
	font:0.9em  Arial, Helvetica, sans-serif;
	color:#1b2032;
	background:url(../images/bg-body-index.jpg) no-repeat;
	}
	
#top {
	width:100%;
	min-height:100%;
	background:url(../images/bg-top.jpg) repeat-x;
	position:relative;
	}
	
#container {
	width:960px;
	margin:0 auto;
	position:relative;
	min-height:100%;
	background:url(../images/bg-container.jpg) 0 464px no-repeat;
	z-index:1;
	}
	
* html {
	height:100%;
	}
	
#header {
	height:464px;
	background:url(../images/bg-header.jpg) no-repeat;
	}

#header h1 a {
	width:320px;
	height:93px;
	position:absolute;
	}
	
#navi {
	position:absolute;
	top:46px;
	right:70px;
	}
	
#navi li {
	float:left;
	}
	
#navi a {
	color:#1b2033;
	text-transform:uppercase;
	margin:0 10px;
	padding:16px 0 12px 0;
	display:block;
	text-decoration:none;
	}
	
#navi a:hover, #navi li.active a {
	border-bottom:4px solid #1b2033;
	}
	
#navi-add {
	position:absolute;
	right:70px;
	font-size:0.8em;
	}
	
#navi-add li {
	float:left;
	}
	
#navi-add a {
	color:#d7d3bc;
	text-transform:uppercase;
	margin:0 10px;
	padding:16px 0 12px 0;
	display:block;
	text-decoration:none;
	}
	
#navi-add a:hover, #navi-add li.active a {
	border-bottom:4px solid #d7d3bc;
	}
	
#content-container {
	padding:5px 0 90px 20px;
	position:relative;
	}
	
#h2-mail {
	position:absolute;
	right: 10px;
	color:#d7d4bd;
	top:10px;
	}
	
#h2-mail a {
	color:#d7d4bd;
	text-decoration:none;
	}
	
.column, .column2 {
	float:left;
	padding:5px;
	}
	
.column {
	width:300px;
	
	}
	
.column2 {
	width:610px;
	}
	
	
#content-container li {
	padding:0 0 4px 10px;
	background:url(../images/bg-li.jpg) center left no-repeat;
	}
	
#footer-container {
	margin:-90px 0 0 0;
	height:90px;
	background:#1c1e28;
	color:#d7d4bd;
	z-index:10;
	position:relative;
	clear:both;
	float:none;
	}
	
#footer {
	width:960px;
	margin:0 auto;
	padding:20px 0 0 30px;
	}

#footer p {
	margin:0 0 5px 0;
	}
