
html {
	height: 100.3%;
	padding: 0px;
	margin-top: 0px;

	}
	
body {
	background: none;
	font-family: 'Century Gothic', 'Questrial', helvetica, verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #333333;	
	}

* {}

h1, h2, h3, h4, h5, h6 {}

h1, h2, h3, h4 {
	font-family: 'Century Gothic', 'Questrial', helvetica, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	}

h4 {
	line-height: 17px;
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	}


h2 {
	line-height: 18px;
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
h1 {
	line-height: 24px;
	font-weight: bold;
	font-size: 15px;
	}
	

	
a {
	text-decoration: none;
	color: #333333;	
	}
	
a:link {
	
	text-decoration: none;
	}
a:visited {

	text-decoration: none;
	}
a:hover {

	text-decoration: none;
	}
a:active {

	text-decoration: none;
	}
	
div#kontaktinformation a:link {
	color: #444444;
	text-decoration: none;
	}
	
div#kontaktinformation a:visited {
	color: #555555;
	text-decoration: none;
	}

div#wrapper {
	background: #cccccc;
	background: none;
	max-width: 1150px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	}
	
div#titel {
	position: relative;
	height: 70px;
	background: none;
	z-index: 44;
	overflow: hidden;
	font-size: 30px;
	line-height: 31px;
	}
	
div#inhalt {
	position: static;
	background: none;
	z-index: 44;
	overflow: hidden;
	}
	
div#projekt {
	position: static;
	width: 100%;
	z-index: 44;
	overflow: hidden;
	border: 1px solid #bababa;
	margin-bottom: 52px;
	}
	
div#footer {
	position: static;
	height: 40px;
	background: none;
	z-index: 44;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	text-align: right;
	border-top: 1px dashed #bababa;
	}
	
div#button-back {
	position: static;
	height: 27px;
	width: 27px;
	margin: 16px;
	z-index: 44;
	background-image: url(../grafikelemente/back.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	}
	
	
.zufall {
	width: 80px;
	height: 100px;
	position: relative;
	float: left;
	z-index: 10;
	overflow: hidden;
	border: 1px solid #bababa;
	
	
	background-repeat: no-repeat;
	background-position: center center;
	
	}

.projekttext {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 5px;
	padding: 5px;
	background: #ffffff;
	filter: alpha(opacity=90); /* IE */
	moz-opacity: 0.90; /* Mozilla */
	opacity: 0.90; /* Opera */
	z-index:12;
	}
	
.vorschaubild {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	}
