html
{
	height:100%;	
}

body
{
	background-image:url(../images/back_main.gif);
	background-repeat:repeat-x;
	background-color:#444444;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px
}

h1
{
	color:#FFFFFF;
	font-size:14px;
}

h3 {
	color:#666;
    border-bottom-width:1px; 
    border-bottom-style:solid;
    border-bottom-color:#999;
	margin-bottom:5px;
}

a
{
	color:#999;	
	text-decoration:none;
}

a:hover
{
	color:#FFF;
	text-decoration:none;
}

#mercuria
{
	background:none;
	border:none;
	width:218px;
	margin-left:100px;
	color:#999;
	float:inherit;
	font-size:16px;
	text-align:center
}

#wrapper
{
	background-color:#2c2c2c;
	border:1px solid;
	border-color:#000000;
	width:757px;
	margin-left:100px;
	min-height:400px;
	color:#CCC;
	overflow:hidden
}

#header
{
	height:400px;
	width:218px;
	background-image:url(../images/left.gif);
	background-repeat:no-repeat;
	background-color:#B3C1B3;
	border-right:1px solid;
	border-bottom:1px solid;
	border-color:#000000;
	float:left;
}

#navigation
{
	background-color:#2c2c2c;
	border-bottom:1px solid;
	border-color:#000000;
	text-align:center;
	width:100%;
	display:inline;
}

#navi_table
{
	width:538px;
	text-align:center;
	border-bottom:1px solid;
	border-top:1px solid;
	border-left:1px solid;
	border-color:#606661;
}

#navi_table th
{
	width:25%;
	background-color:#2c2c2c;
	border-right:1px solid;
	border-color:#606661;
	font-weight:normal;
}

#navi_table td
{
	width:100%;
	background-color:#606661;
}

#navi_table td a
{
	color:#FFFFFF;	
}

#middle
{
	background-color:#2c2c2c;
	/*min-height:100%;*/
	width:538px;
	float:right;
	overflow:visible
}

#content
{
	width:90%;
	margin-left:10px;
	paddding-top:10px;
	overflow:visible
	
}

.galleries, .galleries td
{
	height:100%;
	border:none;
	text-align:left;
}

.gallery
{
	width:08%;
	vertical-align:middle;
	text-align:center;
}

.gallery img
{
	border:1px solid white;
}

.filler
{
	background-color:#2c2c2c;
	width:30%;
	border:none;
}

.news
{
	color:#FFF;
	border-left:1px solid;
	border-top:1px solid;
	border-color:#606661;
}

.news td
{
	border-right:1px solid;
	border-bottom:1px solid;
	border-color:#606661;
}

.news th
{
	border-right:1px solid;
	border-bottom:1px solid;
	border-color:#606661;
}

.contact_form
{
	width:500px;	
	border:1px solid;
	border-color:#606661;
}

.contact_form input
{
	width:175px;
}

.contact_form table
{
	text-align:left;
}

.contact_form th
{
	font-weight:normal;
	vertical-align:top;
}

.message
{
	width:500px;
	border:1px solid;
	border-color:#FFF;
	padding: 10px 10px 10px 10px;
	text-align:center;
	vertical-align:middle;
}

#footer
{
	background-color:#444444;	
	float:left;
	width:757px;
	margin-left:100px;
	font-size:9px;
	text-align:center;
}

#copy
{
	text-align:center;
	width:100%;
}

#developer
{
	text-align:right;
	width:357px;
}

<!-- Style fuer Paginator -->
.paginate 
{
	border: 1px solid white;
	padding: 2px 6px 2px 6px;
	background: url(../images/back_paginate.gif);
	color: black;
}

a.paginate 
{
	background: url(../images/back_paginate.gif);
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: black;
}


a.paginate:hover 
{
	border: 1px solid #999;
	color: black;
	font-weight: bold;
}

a.current 
{
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	cursor: default;
	font-weight: bold;
	background: url(../images/back_paginate.gif);
	color: black;
}

span.inactive {
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	cursor: default;
}
<!-- Ende [Style fuer Paginator] -->
