html, body{
	text-align: left;
}
body, div,ul,p, img{
	margin:0;
	padding:0;	
}
body{
	background-color:#fff;
}
h2.erste{
	margin:0;	
}
h3{
	color:#000;
}
h1 img{
	display:none;
}
/* ################ INHALT ########################## */
#inhalt{
	position: absolute;
	width: 100%;
	margin:0;
	top:0;
	left:0;
	padding-top: 170px;
	padding-bottom:0;
	text-align:left;
	color:#000;
	background-color: #fff;
	font-size:0.8em;
	background-image: none;

}
#inhalt h1, #inhalt ul.filme, #inhalt ul.projekte{
	margin-left:40px;
}

#inhalt table{
	margin-left:43px;

}
#inhalt h2, #inhalt h3, #inhalt p{
	margin-left:45px;
}
#inhalt p{
	margin-right:240px;
}
#inhalt h1 span.kleiner{
	font-size:0.5em;
}
#inhalt h1 img{
	position: absolute;
	top: 260px;
	left: 413px;
}

/* ################ Filmliste ########################## */
#inhalt ul.filme{
	list-style-type: none;
	width:470px;
}
#inhalt ul.filme li{
	margin: 4px 0;
	padding:2px 0 2px 6px;
	background-color:#ebebeb;	
	position: relative;
}
#inhalt ul.filme li a{
	width:100px;
	background-color:#f4f4f4;	
	text-align:center;
	border-left:1px solid #fff;	
	position: absolute;
	top:0;
	right:0;
	padding:2px;
}
#inhalt ul.filme li a.uebersicht{
	width:100px;
	background-color:#f4f4f4;	
	text-align:center;
	border-left:1px solid #fff;	
	position: absolute;
	top:0;
	right:106px;
	padding:2px;
}
#inhalt ul.filme li a img{
	vertical-align:middle;
	border:none;
}

/* ################ PROJEKTELISTE ########################## */

#inhalt ul.projekte li{
	padding-right:100px;
	background-color: #fff;
}
#inhalt ul.projekte li a{
	bottom:0;
}
head:first-child+body #inhalt ul.projekte li a{
top:auto;
	bottom:0;
}
#inhalt ul.projekte em{
	color:#999;
	font-style: normal;
}

/* ################ SHOWCASE ########################## */
#showcase{
display:none;
}
#showcase h2{	
display:none;
}
#showcase ul{	
display:none;
}
#showcase li{
display:none;
}
#showcase p{
display:none;
}
/* ################ NAVIGATION ########################## */

ul#nav {
display:none;
}
ul#nav li{
display:none;
}
ul#nav a{
display:none;
}
ul#nav a:link, ul#nav a:visited{
	display:none;
}
ul#nav a:hover, ul#nav a:active{
	display:none;
}
/* ################ SUBNAVIGATION ########################## */

 ul#subnav{
	display:none;
}
ul#subnav li{
display:none;
}
ul#subnav a{
display:none;
}
ul#subnav a:link, ul#subnav a:visited{
	display:none;
}
ul#subnav a:hover, ul#subnav a:active{
	display:none;
}
/* ################ HEADER ########################## */
#header{
	position: absolute;
	top:0;
	left:0;
	height: 166px;
	width: 100%;
	background-image:none;
}
#header p{
	margin:0;
	padding:0;
}
#header p.claim{
display:none;
}
/* ################ POPUP / VORSCHAU ########################## */

.thumb{
	float: right;
	width:190px;
	margin-top:16px;
	padding-right:240px;
}
#inhalt .thumb p{
	margin:0;
	padding:0;
}

#zusatz1, #zusatz2, #zusatz3, #zusatz4{
	position:absolute;
	left:170px;
	top:233px;
	width:350px;
	height:360px;
	padding: 1em;
	visibility: hidden;
	background-color: #fff;
	border:1px solid #999;
	z-index: 10;
}

#zusatz1 h2, #zusatz1 p, #zusatz2 h2, #zusatz2 p, #zusatz3 h2, #zusatz3 p, #zusatz4 h2, #zusatz4 p{
		margin:0 0 0 12px;
}
#zusatz1 h2, #zusatz2 h2, #zusatz3 h2, #zusatz4 h2{
	font-size:2.6em;
	font-family: Century Gothic;
	color:#000;
}
#zusatz1 em, #zusatz2 em, #zusatz3 em, #zusatz4 em{
	color:#999;
	font-style: normal;
}
/* ######################### Formular ############################## */
form{
margin-top:2em;
}
 label{
 	padding: 0.2em 0;
	margin: 0.2em 0;
 }
 label.links{
	float:left;
	text-align:left;
	width:100px;
	margin-right: 0.5em;
}
input{
	float:left;
	width:18em;
}
input.rechts{
	width:auto;
	text-align: center;
	margin:0 6px 0 160px;
}
input[type=text]{
	width:18em;
}
input.button{
width:auto;
float: none;
margin-left: 106px;
border:1px solid #999;
}
input[type=submit]{
width:auto;
float: none;
margin-left: 106px;
border:1px solid #999;
}
textarea{
	width:18em;
}
form br{
	clear:left;
}
/* ############################ SONSTIGES ################### */
.abstandU{
	margin-bottom:0.4em;
	padding-bottom:0.4em;
}
.abstandO{
	margin-top:0.4em;
	padding-top:0.4em;
}
