body, html {
	height: 100%;
	font: normal 8pt verdana;
	/*background-color: #1b1b1b;*/
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.spacer {
	clear:both;
	display:block;
}

.spacer:after {
	clear:both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#close_btn {
	float: right;
	display: block;
/*background: blue;*/
	/*width: 59px;*/
	/*height: 20px;*/
}

.galerie_bg {
	background: #1b1b1b;
}

#galerie_big_pic {
	float: left;
	width: 640px;
	height: 480px;
	margin: 4px 0px 4px 4px;
	padding: 0px;
/*background-color: blue;*/
}

#galerie_big_pic div {
	position: relative;
	margin-left: auto;
	margin-right: auto;			
	border: 1px solid #dc001a;
/*background: yellow;*/
}

#galerie_big_pic div img {
	display: block;
	

}

#navbar {
	float: right;
	width: 178px;
	height: 480px;
/*background: green;*/
	margin: 12px 0px 4px 0;
}

#title {
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
/*background: red;	*/
}

#galerie_thumbs {
/*background: red;*/
	height: 356px;	
}

#galerie_thumbs a {
	display: block;
	float: left;
	width: 83px;	
	height: 83px;
	border: 1px solid #b5b5b5;
	margin: 0 4px 4px 0;
}

#galerie_thumbs a:hover {	
	border: 1px solid #dc001a;
}

.galerie_count_pics {
	height: 17px;
	color: #8a8a8a;
	text-align: center;
	margin-bottom: 5px;
}

#show_page {
	height: 17px;
	color: #ffffff;
	text-align: center;
}

#show_page div {
	float: left;
}

#show_page_left, #show_page_left {
	width: 54px;
	height: 34px;
}

#show_page_left a {
	display: block;
	width: 54px;
	height: 34px;
	background: url(design/pfeillinks.gif) left top no-repeat;
}

#show_page_left a:hover {
	background: url(design/pfeillinks_hover.gif) left top no-repeat;
}

#show_page_right a {
	display: block;
	width: 54px;
	height: 34px;
	background: url(design/pfeilrechts.gif) left top no-repeat;
}

#show_page_right a:hover {
	background: url(design/pfeilrechts_hover.gif) left top no-repeat;
}