body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family: Trebuchet MS, Trebuchet, Verdana, Sans-Serif;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	color:#333; 
	
}
h1 {
	font-size: 18px;

}

h2 {
	font-size: 14px;
	
}
#curtain {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;
	display:none;
	background-color:#000000;
	opacity:.70;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

#imgcontainer {
	margin-top: 30px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80%;
	z-index:6;
	display:none;
}
#bilden {
	margin: auto;
	display:none;
	border:8px solid #FFFFFF;
}

.handen {
	cursor:pointer;
		}
img {
	border-width: 0px;
	border-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}