*{
	margin: 0;
	padding: 0;
	}
body{
	background-color: black;
	color: white;
	font-family: "Courier New", Courier, monospace;
	padding: 0;
font-size: medium;
	
}

.content{ 
	width: 800px;
	height: 692px;
	background-image: url(../images/menue/hintergrund.jpg);
	margin: auto;
} 

.hotspots{
	width:800px;
	height:692px;
	background-repeat: no-repeat;
}
	


	


#content_text{

	display: none;
	width: 690px;
	height: 692px;
	
	color: white;
	overflow:auto;
	background-image:url(../images/hintergrund-transparent.png);

	margin: auto;
	}

	
	#menue_text{
		display: none;
		position: absolute;
		width: 250px;
		height: 20px;
		text-align: center;
		color: #fff;
		padding-top:0px;
		font-size: 15px;
		
			background-image:url(../images/hintergrund-transparent.png);

	}


	.content_text_head{
		width: 100%;
		text-align: left;
	}
	#content_text_text{
		margin: 0 25px 0 25px;
	
	}
	
	
	#content_text_text a{
		color: #999	
	}
	
	#content_text_text a:hover{
		color: #F60;
	}
	

	.btn_close{
	display: inline-block;
	
	border: 1px solid white;
	width: 100px;
	height: 17px;
	margin: 0;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0;
	color: white;
	text-align: center;
	background-color:#000;
	text-decoration: none;
	}
	
	.btn_close:hover{
	text-decoration: none;
	color: black;
	background-color: white;	
	}

	#hcenter{
			overflow:auto;
			height: 0px;
			width: 100%;
			
	}


	.loading{
		text-align: center;
		color:#999;
		
		}
		
		
	.pages{
		width: 100%;
		text-align: center;		
		}
		
		
	.pages a{
		display: inline-block;
		width: 18px;
		height: 18px;
		text-align: center;
		border: 1px solid #333;
		background-color: #666;
		color: black;
		text-decoration: none;
		
	}
	
	.pages a:visited{
		border: 1px solid #333;
		background-color: #666;
	
	}
	
	.pages a:hover{
		border: 1px solid #333;
		background-color: #999;
	
	}
	
	
	.curpage{
		font-weight: bold;
		}
	/*
	
	#gallerycontainer{
		border: 1px solid green;
		width: 100%; 
		margin: 0px auto;
		text-align: cetner;
	}
	*/
	