* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html {
	height: 101%;
	margin-bottom: 1px;
}

body {
	height: 100%;
	background-color:#fff;
	color:#000;
	text-align:center;
	font-family:arial,helvetica,sans-serif;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-310px;
	float:left;
}

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:620px;
	width:975px;
	clear:left;
	background-color:#fff;
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 24px;
	color: #e9cada;
	padding:0;
}

h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	color: #988790;
	padding:0;
}

#logo {
	float: left;
	margin: 10px 0 0 5px;
}

#m1container {
	float: right;
	position: relative;
	width: 500px;
	height: 53px;
}

#menu1 {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #555;
}

#menu1 ul li {
	display: inline;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 11px;
	list-style-type: none;
}

#menu1 ul li a {
	color: #444;
	
}

#menu1 ul li a:hover {
	color: #81546d;
}

.aktiv {
	font-weight: bold;
}

#maincontent {
	background-color:#300e21;
	margin-top: 4px;
	padding:1px;
	width: 975px;
	height:550px;
	color: #fff;
	font-size: 13px;
	
}

#paging {
	position: absolute;
	bottom: 0;
	left: 0;
}

#imagearray {
	padding:0px;
	float: left;
	width: 975px;
	height: 550px;
	text-align: left;
	overflow:hidden;

	line-height:0;
	font-size:0;
}

.thumb img,.thumb {
	 border:0;
	 margin:0;
	 padding:0;
	 height:110px;
	 line-height: 0pt;
}

#image {
	width:820px;
	height:550px;
	float: left;
	overflow:hidden;
	border:0;
}

#gallery {
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear:both;
}

#textcontainer {
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 935px;
	height: 512px;
	text-align: left;
	overflow:hidden;
}

#textcontainer a {
	color: #e9cada;
}


.nav-controls .next {
background-image: url(/images/next.gif);
border:0;
width:77px;
height:550px;
float:right;
}

.nav-controls .prev {
background-image: url(/images/prev.gif);
border:0;
width:77px;
height:550px;
float:left;
}

.nav-controls a {
border:0;
}

.nav-controls a:hover {
border:0;
}