@charset "UTF-8";
/* CSS Document */


body {height:100%;}



#menu {
	position:fixed;
	bottom:12%;
	background-color:white;
	background-attachment:local;
	height:20px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
}
		
.menupoints {
	float: left;
	width: 110px;	
	font-family: 'Poiret One', Arial;
	color:black;
	font-size:18px;
	text-align:center;
}

#ausstell {
	width: 25%;			
}

#vita {
	width: 25%;			
}

#kontakt {
	width: 25%;			
}

#werk {
	width: 25%;			
}



.titel {
	position:fixed;
	width:auto;
	color:black;
	text-decoration:none;
	font-family: 'Poiret One', Arial;
	font-size:40px;
	top:50%;
	left:50%;
	margin-left:-115px;
}


a:link {
	color:black;
	text-decoration:none;
	}
a:hover {
	color:black;
	text-decoration:underline;
	}
a:active {
	color:black;
	text-decoration:blink;
	}
a:visited {
	color:black;
	text-decoration:none;
	}
	
#zurück {	
	position:fixed;
	text-decoration:none;
	font-family: 'Poiret One', Arial;
	font-size:90%;
	bottom:12%;
	
	margin-left:3%;
	width:auto;
	color:black;
	background-color:white;		
}

#impress {
	position:fixed;
	text-decoration:none;
	font-family: 'Poiret One', Arial;
	font-size:70%;
	margin-left: 3%;
  
	bottom:3%;
	width:auto;
	color:black;
	background-color:white;		
}

#inhalt {
	position:absolute;
	width:100%;
	height:80%;
	
}

#inhalt-re {
	position:absolute;
	width:50%;
	height:80%;
    margin-left: 50%;
	
}

#bilderlili{
	position:relative;
	width:20%;
	height:60%;
    left:7%;
    top: 15%;
	overflow:visible
	
}

#bilderli{
	position:relative;
	width:20%;
	height:60%;
    left:23%;
    top: -45%;
	overflow:visible
	
}

#bildermitte {
	position:relative;
	width:20%;
	height:60%;
    left:39%;
    top: -105%;
	overflow:visible
	
}

#bilderre {
	position:relative;
	width:20%;
	height:60%;
    left:55%;
    top: -165%;
	overflow:visible
	
}

#bilderrere {
	position:relative;
	width:20%;
	height:60%;
    left:71%;
    top: -225%;
	overflow:visible
	
}


.text {
	color:black;
	text-decoration:none;
	font-family: 'Poiret One', Arial;
    font-size: 100%;
}

#text {
	position:relative;
	width:70%;
	height:80%;
	margin-top:5%;
	margin-left:22%;
    margin-bottom: 10%;
	overflow:inherit;	
}

#text-re {
	position:relative;
	width:80%;
	height:80%;
    margin-top:10%;
	margin-left:5%;
    margin-bottom: 10%;
	overflow:inherit;	
}
	
	
#kleines {
	position:relative;
	width:60%;
	height:80%;
	margin-top:10%;
	margin-left:20%;
	font-family: 'Poiret One', Arial;
	font-size:70%;
	overflow:scroll;
	overflow-x:hidden;
}



