@charset "UTF-8";


img{
	border:none;	
}

a {
	text-decoration:none;	
	color:#333;
}

html, body {
    height: 100%; /* Streckt den angezeigten Bereich auf 100% */
}

body{
	font-family:"Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif; 
	font-size:12px;
	color:#333;	
	vertical-align:middle;
	background-color:#D1CEC8;
	margin: 0px;
}

h1 {
	font-size:30px;	
	vertical-align:middle;
	font-weight:normal;
	text-align:center;
	line-height:20px;
	color:#333;
}

h2 {
	font-size:20px;	
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
	line-height:20px;
	color:#333;	
}

h3 {
	font-size:30px;	
	vertical-align:left;
	font-weight:normal;
	text-align:left;
	line-height:30px;
	color:#000;
}

.grey {
	color:#999; 
	font-weight:normal; 	
}

#pagebody{
	width:100%;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
    height: auto !important; /* Für moderne Browser */
    height: 100%; /* "Mindesthöhe" für IE <7 */
	display:block;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

#content{
	padding:20px;
}


#logo{
	display:inline-block;
	font-size:12px;
	float:left;
	line-height:30px;
	padding:0px 10px 0px 10px;
}

.navbar{
	display:block;
	height:40px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	clear:both;
	border:1px solid #fff;
	position:relative;
	background-color:#fff;
	margin-top:10px;
}

.navbar_fixed{
	display:block;
	height:40px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	clear:both;
	border:1px solid #fff;
	position:fixed;
	z-index:99;
	background-color:#fff;
	top:0px;
	padding-top:10px;
}

#menu li {
    float: left;
}

#menu {
	padding: 0px;
	margin: 0px auto;
	list-style-type: none;
	float: left;
	height:30px;
}

span.navi {
	font-size:12px;
	color:#000;	
	text-decoration:none;
	float:left;	
	padding:0px 10px 0px 10px;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	line-height:30px;
}

a.navi {
	font-size:12px;
	color:#999;	
	text-decoration:none;
	float:left;	
	padding:0px 10px 0px 10px;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	line-height:30px;
}

a.navi:hover {
	color:#4F4B4A;	
}

a.naviactive {
	font-size:12px;
	color:#4F4B4A;	
	text-decoration:none;
	float:left;	
	padding:0px 10px 0px 10px;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	line-height:30px;
	font-weight:bold;
}


img.startpageimg{
	position:absolute;
}

div.projekttitleimg{
	padding-top:20px;
}

img.projekttitleimg{
	width:960px;
	height:	431px;
	border:none;
}

div.projektlist{
	width:960px;
	display:block;
	margin-left: -20px;
	border-top:1px solid #999;
}

div.projektblock{
	float:left;
	margin:15px;
}

div.projektblockdescritpion{
	color:#999;	
}

div.projekttitle{
	line-height:30px;
	height:30px;
}


div.projektdescriptionblock{
	padding-left:20px;
	padding-right:20px;	
	float:left;
}

div.projektdescription{
	height:145px;
	overflow:auto;
}

div.block50{
	width:50%;
	display:block;	
	float:left;
}

img.rightpageimg{
	margin-top:30px;
	width:440px;
	height:440px;	
}

div.projektpicturebox{
	float:left;
	margin-top:20px;
	margin-right:20px;
}

div.slideshow{
	background-color:#fff;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	display:block;
}


.slideshowbreadcrumblink{
	line-height:50px;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
		
}

div.slideshownavbar{
	display:block;
	width:100%;
	position:fixed;
	bottom:0px;
	background-color:#fff;
	text-align:left;
	left:0px;
	overflow:hidden;
	height:50px;
	transition:height .5s;
	-moz-transition:height .5s;
}

div.slideshownavbarhigh{
	display:block;
	width:100%;
	position:fixed;
	bottom:0px;
	background-color:#fff;
	text-align:left;
	left:0px;
	overflow:hidden;
	height:200px;
	transition:height .5s;
	-moz-transition:height .5s;
}

div.navbuttons{
	width:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	height:110px;
	margin-top:-105px;
	margin-left:-20px;
	top:50%;
}

.left{
	float:left;	
}

.right{
	float:right;	
}

img.slidesjs-slide{
	margin-left:auto;
	margin-right:auto;
}

img.navarrow{
	position:fixed;	
	z-index:9999;
}

