body 
{
	background-color: #e5e5e5;
	margin-left: 0px;
	margin-top: 0px;
	overflow: hidden;
	font-family:verdana, sans-serif;
	font-size:15px;
}
a:link 
{
	color: #000000;
	text-decoration: none;	
}
a:hover 
{
	text-decoration: none;
	color: #e5e5e5;
}
a:visited 
{
	text-decoration: none;
	color: #000000;
}

br
{
line-height:7px;
} 

h2{
	font-weight:normal;
	font-size:16px;
}
h2 a:link
{
	font-weight:normal;
    color: #000000;
	text-decoration: none;	
}
h2 a:hover 
{
	font-weight:normal;
	text-decoration: none;
	color: #000000;
}
h2 a:visited 
{
	font-weight:normal;
	text-decoration: none;
	color: #000000;
}


#picdiv
{
 	position:relative;
 	left:350px;
 	overflow:auto;
 	width:100%;
 	height:100%;
}

.header{
	background-color:#FFFFFF;
	z-index:10;
	position:absolute;
	height:78;
	width:100%;
}

.galen{
	margin-top:10px;
	margin-left:25px;
	float:left;
	width:65%;

	
}
.links{
	margin-top:10px;
	float:left;
	width:15%;
}
.impressum{
	margin-top:10px;
	float:left;
	width:15%;
}

#picindex
{
	float:left;
	z-index:10;
 	position:absolute;
 	left:200px; 
 	top:0px; 
	overflow:auto;
}


.choosePictures{
	float:left;
	overflow:auto;
	position:absolute;
	width:300px;
	height:300px;

}


.mainpics{

	z-index:9;
	background-color:#e5e5e5;
	position:relative;
	width:100%;
	height:87%;
	top:100px;
	overflow:scroll;
	overflow-x:auto;
}
.pics{
	margin-left:25px;
}

.main{
	z-index:9;
	background-color:#e5e5e5;
	position:absolute;
	overflow-x:auto;
	overflow-y:auto;
	width:100%;
	top:100px;
	height:87%;
	
}
.content{
	margin-left:25px;
	top:20px;
}



