body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


#komplett {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: fixed;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	background-color: white;
	height: 100%;
	width: 100%;
}
img {border: 0;}

#content1 {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	visibility: visible;
	top: 20%;
	margin-top: -100px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: white;
	height: 565px;
	width: 100%;
}

#startmenue {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	visibility: visible;
	top: 30%;
	left: 50%;
	margin-top: -100px;
	margin-left: -207px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: white;
	height: 230px;
	width: 415px;
}


#bildleiste {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 40%;
	margin-top: -120px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: white;
	height: 265px;
	width: 100%;
	overflow: hidden;
}

#postproductionblock {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 100px;
	left: 50%;
	visibility: visible;
	margin: 0px;
	margin-left: -250px;
	padding: 0px;
	background-color: white;
	height: 300px;
	width: 500px;
	text-align: center;
}


#contactblock {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 100px;
	top: 100px;
	visibility: visible;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: red;
	height: 140px;
	width: 204px;
}


#contactform {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 50%;
	top: 102px;
	visibility: visible;
	margin: 0px;
	margin-left: -112px;
	padding: 0px;
	background-color: white;
	height: 400px;
	width: 400px;
}

#contactform input, #contactform textarea {
	padding: 5px;
	width: 204px;
	margin: 0px 0px 0px 0px;
	border: 1px solid black;
	background: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 90%;
}

#contactform textarea {
	height: 90px;
}


#contactform input.button {
	width: 246px;
	background: red;
	padding: 0px;
	margin: 0px;
	border: solid black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}

#menue {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 15px;
	bottom: 25px;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	background-color: white;
	height: 150px;
	width: 145px;
}

#logo {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	visibility: visible;
	bottom: 5px;
	left: 50%;
	margin-left: -113px;
	padding: 0px;
	height: auto;
	width: 226px;
}

#photoartlink {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	visibility: visible;
	bottom: 100px;
	left: 50%;
	margin-left: -113px;
	padding: 0px;
	height: 55px;
	width: 226px;
	text-align: center;
}



/* SCROLLBAR Sachen*/


/* hide from incapable browsers */
div#scrollbar { 
    display:none;
    }

/* below in external file */
div#wn	{ 
    position:relative; 
    margin: 0px;
    padding: 0px;
    width:100%; height:250px; 
    overflow:hidden;	
	}
div#scrollbar { 
    position:relative; 
    width:100%; height:15px;
    bottom: 0;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }

div#track { 
    position:absolute; left:0; bottom:0; right:0;
    width:100%; height:20px; 
    background: #000;
    cursor: pointer;
  }
div#dragBar {
    position:absolute; left:1px; top:0px; right:1px;
    width:20px; height:15px; 
    background-color:#000;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: solid;
    border-right-style: solid;
    border-color: white;
    border-width: 2px;
    cursor: move;
  }  
  
div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }
  

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 

