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

* {
	margin: 0;
	padding:0;
	}

html, body{	
	height:100%;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}

.index {
	background-image:url(../images/bg-index.gif);
}


body > #wrap {
	height: auto;
	min-height:100%;
}

	
#wrap {
	height:100%;
	width:100%;
}
	
#box {
	padding-bottom: 120px;
	clear:both;
}
	

#main{
	margin:auto;
	width: 1000px;
	margin-top:0;
	}
	
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */	


/*======================================== NAVI ========================================*/

#navi {
	width: 1000px;
	height: 78px;
	text-align:center;
}

#navi a {
	font-size:14px;
	color:#666;
	margin: 16px;
	margin-top: 35px;
	display:inline-block;
	text-decoration:none;
}

#navi a:hover {
	font-size:14px;
	color: #063;
	margin: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-top: 35px;
	display:inline-block;
	text-decoration:none;
}

#navi a.aktive {
	font-size:14px;
	color: #063;
	margin: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-top: 35px;
	display:inline-block;
	text-decoration:none;
}

/*======================================== HEADER SLIDER ========================================*/

#header {
	width: 1000px;
}

.logo {
	margin-left: 50px;
}

/*======================================== INDEX ========================================*/

#header-index {
	text-align:center;
}


#index-image {
	width: 900px;
	margin-left: 50px;
}

#index-content {
	text-align:center;
	margin-top: 30px;
}

#index-content h1 {
	color: #063;
	font-size:30px;
	margin-bottom: 20px;
	font-weight:lighter;
}


/*======================================== CONTENT ========================================*/

#content {
	width: 900px;
	margin-left: 70px;
	margin-top: 150px;
}

.text-content {
	float: left;
	width: 400px;
}

p {
	color: #666;
	font-size:13px;
	line-height: 18px;
}

a {
	color: #033;
}

h1 {
	color: #063;
	font-size:23px;
	margin-bottom: 20px;
	font-weight:lighter;
}

h2 {
	color: #063;
	font-size:23px;
	margin-bottom: 20px;
	padding-top: 15px;
	font-weight:lighter;
}

h3 {
	color: #063;
	font-size:18px;
	margin-bottom: 20px;
	font-weight:lighter;
	text-decoration:none;
}

h3 a {
	color: #063;
	text-decoration:none;
}

h3 a:hover {
	color: #900;
}



li {
	color: #666;
	font-size:15px;
	margin-bottom: 8px;
	list-style:none;
	display:block;
}

.images-content {
	float: right;
	width: 450px;
}

.ref-content {
	float: left;
	width: 900px;
	
}

.impressum-small {
	float: left;
	width: 250px;
	
}

.impressum-medium {
	float: right;
	width: 600px;
	
}




/*======================================== FOOTER ========================================*/
	

#footer {
	height: 90px;
	width: 100%;
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	margin: auto;
	position: relative;
	margin-top: -90px; /* negative value of footer height */
	clear:both;
}

#footer-center {
	margin:auto;
	width: 855px;
	padding-left: 0px;
}

#footer p {
	color: #F5E2B7;
	padding-top: 30px;
	font-size: 12px;
	float:left;	
}

#footer a {
	color: #F5E2B7;
	font-size: 12px;	
}

.linie {
	border-left: 1px solid #F5E2B7;
	padding-left: 5px;
	margin-left: 6px;
}

#subnavi{
	float: right;
	padding-top: 30px;
}