
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #06244b;
}

a {
	text-decoration: none;
}

#head-imprint {
	background-image: url("/images/head.gif");
	background-repeat: no-repeat;
	width: 240px;
	height: 145px;
	display: block;
	text-indent: -700px;
}

#head-imprint:hover {
	background-position: 0px -150px;
}

#headline {
	display: block;
	width: 700px;
	height: 144px;
	border-color: #000000;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;	
}

.head-text {
	padding: 40px 0 0 20px;
	font-size: 400%;
}

#head {
	display: block;
	width: 700px;
	height: 144px;
	border-color: #000000;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;	
}

#menu {
	padding-top: 40px;
	height: 525px;
}

#menu a {
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	display: block;
	text-indent: -700px;
}

#menu a:hover {
	background-position: 0px -30px;
}

#menu a:active, #menu a.selected {
	background-position: 0px -60px;
}
			
#menu a#about { background-image: url("/images/01_about.gif"); }
#menu a#news { background-image: url("/images/02_news.gif"); }
#menu a#gallery { background-image: url("/images/03_gallery.gif"); }
#menu a#misc { background-image: url("/images/04_miscfun_.gif"); }
#menu a#gallery3 { background-image: url("/images/07_various.gif"); }
#menu a#clients { background-image: url("/images/05_clients.gif"); }
#menu a#download { background-image: url("/images/06_fineprints.gif"); }
#menu a#links { background-image: url("/images/07_links.gif"); }
#menu a#imprint { background-image: url("/images/08_imprint.gif");
margin-top: 265px;
}

#gallery {
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	width: 701px; /* 2 px Border */
	height: 525px;
}

#main {
	border-color: #000000;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	width: 699px; /* 2 px Border */
	height: 525px;
}

#main .content {
	padding: 40px 20px 20px 20px;
}


#headline-gallery {
	display: block;
	width: 700px;
	height: 104px;
	border-width: 0px;
	/* background-color:#00FFFF; */
}

#thumbs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#thumbs li { 
	display: block; 
	margin-left: 2px;
	float: left;
	cursor: pointer;
}

#gallery-next,
#gallery-prev {
	float: left;
	width: 34px;
	height: 100px;
	vertical-align: bottom;
}

#gallery-next a,
#gallery-prev a {
	margin-top: 70px;
	margin-left: 5px;
	width: 24px;
	height: 30px;
	display: block;
}

#gallery-prev a {
	background-image: url("/images/arrow_left.gif");
	margin-left: 5px;
	margin-right: 5px;
}

#gallery-next a {
	background-image: url("/images/arrow_right.gif");
	margin-left: 5px;

}

#gallery-next a:hover,
#gallery-prev a:hover {
	background-position: 0px -30px;
}

#img-content-container {
	height: 36px;
	width: 700px;
}

#img-content-container #img-content {
	line-height: 15px;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
	/* background-color: #99FFFF; */
}


#main-img-last img,
#main-img-current img {
  /*
   position: absolute;
   bottom: 0;
	*/
}
#main-img-load {
	background-image: url("/images/load.gif");
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #000000; */
}



#main .content {
	line-height: 13px;
}

#main .content h3 {
	line-height: 40px;
	font-size: 250%;
}

