body, html {font: x-small Verdana, Arial, Helvetica, sans-serif; color: #666;
	margin: 0; padding: 0; height: 100%; text-align: center;
	background: url(http://www.shadow-light.de/images/site/bg02.jpg) top left repeat;}
	

#wrap{width: 1000px; margin: 0 auto; background: #121212; padding: 5px;}

#header{width: 100%; height: 40px; background: url(http://www.shadow-light.de/images/site/sl-logo.png) top left no-repeat;
	margin: auto; margin-top: 10px;  padding: 0; text-align: right;}
	
#language {display: block; float: right; padding: 20px 0 0 0;}

#menubar{width: 100%, height: 16px; background: #555;}

#footer{clear: both; height: auto; text-align: center;
	border: solid #666; border-width: 1px 0 0 0;}
	
	
#main {
	display: table; 
	width: 100%; 
	height: 650px; 
	padding: 3px 0; 
	position: relative;
}

#content {
	display: table;
	width: 100%; 
	min-height: 100%;
    position: relative;
    top:expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + "px");
}

#cover {display: table; float: right; width: 100%; height: 650px; padding: 3px 0; background: #000;}
#home {display: table-cell; vertical-align: middle; width: 100%; min-height: 100%;
    position: relative;
    top:expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + "px");
    text-align: center;
}


#nodeco{text-align: center;}

div.gallery
{
	width: 100%; 
	height: float; 
	border: 0px solid #f00;
	text-align: center;
	margin: 0;
}

div.gallery h3 {padding: 0; margin: 5px 0;}

table.thum {text-align: center; vertical-align: middle; margin: 0 auto;}
table.thum td {background: #252525; width: 140px; height: 140px; margin-top: 10px;}

table.group {text-align: center; vertical-align: middle; margin: 0 auto;}
table.group td {background: #252525; width: 160px; height: 160px; padding: 8px;}

a           {color: #888; text-decoration: none; font-weight: normal; font-size: 10pt;}
a:active    {background: #555;}
a:hover     {color: #ffffff;}

#sidebar a {display: block;}


img.thumb {border: solid 1px #fff; padding: 0px;}
img.home {border: solid 1px #fff; padding: 0px;}

div.gbcaption
{
	font-size: 11pt;
	color: #aaa;
	width: 100%; 
	height: 20px; 
	text-align: left;
	margin: 10px 0 0 0;
}

div.guestbook 
{
	width: 98%; 
	height: 430px;
	overflow: auto; 
	text-align: left;
	margin: 10px 0 0 0;
	border: 0px solid #333;
	font-size: 9pt;
}

div.guestbook td.guestinfo {color: #aaa; width: 20%; background: #333;}
div.guestbook td.guestmsg {background: #222;}
div.guestbook a {font: 11pt bold;}

div.guestform
{
	border: 0px solid #B7DDF2;
	background: #000;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

div.guestform div.simple
{
	clear: left;
	padding: 0.1em 0;
}

div.guestform div.simple label
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 120px;
	color: #FFF;
	font-size: 10pt;
}

div.guestform input {background: #aaa; border: 1px solid #eee;}
div.guestform textarea {background: #aaa; border: 1px solid #eee}

div.confirmation {font-weight: bold; color: #aaa;}


.about {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.vcenter {
	height: auto;
}


div.simple
{
	clear: left;
	padding: 1em 0;
	color: #BBB;
	margin-left: 3em;
	
}

div.about div.simple label
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: left;
	width: 150px;
	font-size: 10pt;
	font-weight: bold;
}


div.about .caption {float: left; font-size: 14pt; text-align: left; font-weight: bold}
div.about .title {float: left; font-size: 11pt; text-align: left;}
div.about .value {float: left; font-size: 10pt; text-align: left; margin-right: 1em;}

img.about {border: 1px solid #555;}

p.caption {font-size: 11pt; border: 1px solid;}

a.inline {float: left; padding-left: 4px;}



