body{
	margin: 0;
	padding: 0;
	min-width: 1000px;
	font-family: helvetica;
}
a{
	text-decoration: none;
	padding: 0;
	margin: 0;
}
h1,p{
	margin: 0;
	padding: 0;
}
input {
	width: 100%;
}
textarea {
	width: 100%;
}

/* Menü Start */
#top{
	width: 100%;
	height: 30px;
	background-color: #e1dfd8;
}
#menue{
	width: 776px;
	height: 100%;
	margin: 0 auto;
}
#menue a{
	color: #7b7064;
}
#menue-left {
	float: left;
	font-size: 10pt;
}
#menue-left a{
	display: block;
	line-height: 30px;
	font-weight: bold; 
}
.menue-right {
	float: right;
	font-size: 10pt;
}
ul#navigation {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#navigation li{
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
	float: left;
}
ul#navigation li a{
	display: block;
	height: 30px;
	line-height: 30px;
	margin-left: 30px;
}
/*ul#navigation li a:hover{
	font-weight: bold;
}*/
#language{
	float: right;
	line-height: 30px;
	padding-right: 10px;
	font-size: 10pt;
	color: #7b7064;
}
#language a{
	font-size: 10pt;
	color: #7b7064;
	line-height: 30px;
}
#language a:hover{
	font-weight: bold;
}

/* Menü Ende */

#title{
	height: 20px;
	margin: 25px auto 10px auto;
	width: 776px;
}
#title h1{
	color: #433a30;
	font-weight: bold;
	font-size: 13.5pt;
}
.zurueck{
	float: right;
	color: #ada696;
	font-size: 10pt;
	line-height: 31px;
}
#bottom{
	width: 100%;
}
#kasten{
	margin: 0 auto;
	height: 500px;
	width: 873px;
	background: url("../img/bg/kasten.png");
	background-size: contain;
	background-repeat: no-repeat;
}
#kasten-content{
	float: left;
	height: 486px;
	width: 776px;
	margin: 6px 0 0 48px;
	background-color: #e1dfd8;
}
.kasten-content-verlauf{
	background: -webkit-linear-gradient(270deg,rgb(225,223,216) 0%,rgb(255,255,255) 100%);
}
.logo_center{
	margin: 0 auto 0 auto ;
	width: 776px;
	height: 65px;
	background: url("../img/bg/logo_h.png");
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center;
}
.logo_right{
	margin: 0 auto 0 auto;
	width: 776px;
	height: 65px;
	background: url("../img/bg/logo_r.png");
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: right;
}
.logo_unten{
	margin-bottom: 25px;
}
.logo_kontakt{
	width: 200px;
	padding: 0 1em;
	margin: 25px 0 25px 0;
}

/* SLIDER */

#slides {
	display: none
}
#slides img{
	height: 487px;
	width: 776px;
}
/* Center the slideshow */
.container {
	margin: 0 auto;
	width: 776px;
	height: 487px;
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
	display: block;
	height: 12px;
	width: 12px;
	background-color: #433a30;
	color: transparent;
}
.slidesjs-pagination{
	list-style: none;
	margin: 25px auto 0 auto;
	padding: 0;
	display: table;
}
.slidesjs-pagination-item{
	height: 12px;
	width: 12px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #e1dfd8;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.slidesjs-pagination-item a{
	color: transparent;
}
/* SLIDER */

/* Projekt Detail Content Start*/
#content {
	margin: 80px auto 25px auto;
	width: 776px;
	color: #ada696;
	font-size: 10pt;
	text-align: justify;
}
#content strong{
	font-weight: bold;
}
#content_r {
	float: right;
	margin: 0;
	width: 48%;
}
#content_l {
	float: left;
	margin: 0;
	width: 48%;
}
#content p{
	margin-bottom: 8px;
}
.c_left{
	text-align: left;
}

.clear{
	clear: both;
	width: 100%;
	height: 1px;
}
.prev{
	margin-top: 25px;
	margin-left: 1px;
	float: left;
	color: #e1dfd8;
}
.next{
	margin-right: 1px;
	margin-top: 25px;
	float: right;
	color: #e1dfd8;
}
/* Projekt Detail Content Ende */

/* Projekt Übersicht START */
.pro_table{
	width: 100%;
	border-spacing: 0px 11px;
	margin-top: -8px;
}
.pro_table h6, .pro_table p{
	margin: 0;
	padding: 0;
}
.pro_table img{
	width: 60px;
	height: 60px;
	float: left;
	margin: 0;
}
.pro_table th{
	text-align: left;
	margin: 0;
	width: 193px;
	font-size: 11pt;
	font-weight: normal;
	color: #7b7064;
}
.pro_table h6{
	font-size: 8pt;
	margin: 5px 0px 5px 4px;
	float: right;
	width: 123px;
	color: #7b7064;
}
.pro_table p{
	margin: 0 0px 0 4px;
	font-size: 8pt;
	float: right;
	width: 123px;
	color: #7b7064;
}
.pro_table td{
	border-top: 1px solid #e4e0d8;
	border-bottom: 1px solid #e4e0d8;
	border-left: 1px solid #e4e0d8;
	padding: 0px;
	width: 193px;
}
.pro_h{
	height: 60px;
}
th:first-child{
	padding-left: 10px;
}
.pro_empty{
	border-right: 1px solid #e4e0d8;
	height: 60px;
	width: 60px;
}
/* Projekt Übersicht ENDE*/

/* Referenzen Übersicht START */
.ref_table{
	width: 100%;
	border-spacing: 0px 11px;
	margin-top: -8px;
}
.ref_table h6, .ref_table p{
	margin: 0;
	padding: 0;
}
.ref_table img{
	margin: auto;
	display: block;
	max-height: 60px;
	max-width: 193px;
	padding: 4px;
}
.ref_table th{
	text-align: left;
	margin: 0;
	width: 25%;
	font-size: 14pt;
	font-weight: normal;
	color: #7b7064;
}
.ref_table h6{
	font-size: 10pt;
	margin: 0px 0px 5px 8px;
	color: #7b7064;
}
.ref_table p{
	margin: 0 0px 0 8px;
	font-size: 8pt;
	float: left;
	color: #7b7064;
}
.ref_table td{
	border-top: 1px solid #e4e0d8;
	border-bottom: 1px solid #e4e0d8;
	border-left: 1px solid #e4e0d8;
	padding: 0px;
	margin: 0px;
	width: 194px;
}
.ref_mitte{
	width: 193px;
	height: 60px;
}
.white{
	background-color:#FFFFFF;
}
.ref_h{
	height: 60px;
}
th:first-child{
	padding-left: 10px;
}
.ref_p p{
	margin-top: 5px;
	margin-bottom: 5px;
	float: none;
}
.ref_border{
	border: 1px solid #e4e0db;
	margin: 10px;
}
td.ref_borderless{
	border: none;
}
/* Referenzen Übersicht ENDE*/
/* Presse Übersicht START */
.pres_table{
	width: 100%;
	border-spacing: 0px 11px;
	margin-top: -8px;
}
.pres_table h6, .pres_table p{
	margin: 0;
	padding: 0;
}
.pres_table img{
	margin: auto;
	display: block;
	max-height: 53px;
	max-width: 193px;
	padding: 4px;
}
.pres_table th{
	text-align: left;
	margin: 0;
	width: 25%;
	font-size: 14pt;
	font-weight: normal;
	color: #7b7064;
}
.pres_table h6{
	font-size: 10pt;
	margin: 0px 0px 5px 8px;
	color: #7b7064;
}
.pres_table p{
	margin: 0 0px 0 8px;
	font-size: 8pt;
	float: left;
	color: #7b7064;
}
.pres_table td{
	border-top: 1px solid #e4e0d8;
	border-bottom: 1px solid #e4e0d8;
	border-left: 1px solid #e4e0d8;
	padding: 0px;
	margin: 0px;
	width: 194px;
}
.pres_mitte{
	width: 193px;
	height: 60px;
}
.white{
	background-color:#FFFFFF;
}
.pres_h{
	height: 60px;
}
th:first-child{
	padding-left: 10px;
}
.pres_p p{
	margin-top: 5px;
	margin-bottom: 5px;
	float: none;
}
.pres_border{
	border: 1px solid #e4e0db;
	margin: 10px;
}
td.pres_borderless{
	border: none;
}
/* Presse Übersicht ENDE*/

/* Philosophie Start */
.philo_left{
	overflow: hidden;
	width: 45%;
	height: 100%;
	float:left;
}
.philo_left img{
	position: relative;
	left: -27px;
	height: 100%;
}
.philo_right{
	width: 55%;
	height: 100%;
	float: right;
}
.philo_right h2{
	margin:  25px 15px 15px 25px;
	padding: 0;
	font-size: 11pt;
	color: #433a30;
}
.philo_right p{
	margin:  0 15px 10px 25px;
	font-size: 10pt;
	padding: 0;
	color: #7b7064;
}
/* Philosophie Ende */

/* Impressum Start */
.imp_content{
	margin: 15px;
}
.imp_content a{
	text-decoration: none;
	color: #7b7064;
}
.imp_content h1{
	margin:  0px 15px 15px 15px;
	padding: 0;
	font-size: 11pt;
	color: #433a30;
}
.imp_content h2{
	margin:  0px 15px 15px 15px;
	padding: 0;
	font-size: 11pt;
	color: #433a30;
}
.imp_content p{
	margin:  0 15px 10px 15px;
	font-size: 10pt;
	padding: 0;
	color: #7b7064;
}
.imp_content ul {

}
.imp_content li {
	font-size: 10pt;
	padding: 0;
	color: #7b7064;
}
.imp_content_left{
	width: 45%;
	float: left;
}
.imp_content_left{
	width: 45%;
}
/*Impressum Ende*/

/* Kontakt Start */
.kontakt_left{
	overflow: hidden;
	width: 45%;
	height: 100%;
	float:left;
}
.kontakt_right{
	width: 55%;
	height: 100%;
	float: right;
}
.kontakt_right p{
	font-size: 10pt;
	padding: 0 1.2em;
	color: #7b7064;
	margin: 0 0 10px 0;
}
/* Kontakt Ende */
.scroll{
	overflow: auto;
}
.active{
	font-weight: bold;
}

<style type="text/css">
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
</style>
<!--[if lt IE 8]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
