#CloseBtn {
	/*background-color:red;*/
	width:29px;
	height:28px;
	position:relative;
	left:-249px;
	top:44px;
	cursor:pointer;	
	z-index:99;
}

#Menu {
	/*background-color:blue;*/
	margin-left:35px;
	margin-top:25px;
	width:125px;
	height:100%;
	display:block;
	float:left;
}

#Content {
	width:786px;
	height:599px;
	background-image:url('../pics/explorerView.gif');
	position:relative;
	left:80px;
	top:-13px;
	display:none;
}

.Content {
	width:786px;
	height:599px;
	background-image:url('../pics/explorerView.gif');
	position:relative;
	left:80px;
	top:25px;
	display:block !important;
}

#PageHeadline {
	/*background-color:yellow;*/
	width:174px;
	height:20px;	
	position:relative;
	left:-6px;
	top:40px;
	font-weight:bold;
	text-align:center;
	color:#666666;
	display:block;
}

#ContentHeadline {
	position:absolute !important;
	left:0px;
	top:0px;
	font-weight:bold;
	width:159px;
	height:18px;
	display:block;
	float:left;
	text-align:center;
	color:#666666;
	display:block;
	z-index:100 !important;
}

#ContentThumbView {
	width:108px;
	height:447px;
	position:absolute;
	left:44px;
	top:73px;
	float:none;
	display:block;	
	padding-left:10px;
	padding-top:20px;
	overflow:auto;
	/*background-color:green;*/
}

.ContentMainView {
	width:458px;
	/*background-color:yellow;*/
	float:left;
	text-align:left;
	display:block;
	margin-bottom:20px;
	min-height:395px;
	overflow:visible;
	padding:20px;
}

#ContentMainView #Entries {
	/*background-color:red;*/
	width:494px;
	position:relative;
	left:120px;
	top:0px;
	overflow:auto;
	height:411px;
	padding-left:20px;
	padding-top:20px;
}

#PageDiv {
	width:558px;
	height:467px;
	position:absolute;
	left:174px;
	top:73px;	
	float:left;
	text-align:left;
	display:block;
}

#PageContent {
	width:557px;
	height:467px;
	/*background-color:yellow;*/
	position:relative;
	left:0px;
	top:0px;	
	float:left;
	text-align:left;
	display:block;
	overflow:auto;
}

#MainDiv {
	width:950px;
	height:650px;
	background-image:url('../pics/background/ausstellung.jpg');
	font-weight:normal;
	font-size:12px;
	font-family:"verdana";
	/*background-color:gray;*/
}

.mainBody {
	width:99%;
	height:98%;
	font-weight:normal;
	font-size:12px;
	/*background-color:green;*/
}

.mainMenu {
	height:596px;	
}

.menuEntry {
	margin-bottom:0px;
	margin-top:0px;
	cursor:pointer;
	text-align:center;
}

.entryHeadline {
	width:80%;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
	color:#666666;
}

.entryKeywords {
	width:80%;
	margin-bottom:10px;
	font-weight:bold;
	font-size:15px;
	color:#666666;
}

.entryDescription {
	width:80%;
	font-size:12px;
	color:#666666;
}


.entryImages {
	width:477px;
	/*background-color:blue;*/
	text-align:center;
	margin-top:10px;
}

.image {
	width:auto;
	height:auto;
	/*background-color:green;*/
	float:left;
	cursor:pointer;
	margin-bottom:20px;
}

