html, body { 
	margin: 0; 
	padding: 0;
	height:100%;
}
body
{
	background-color:#ffffff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:10px;
	color:#999;
	background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}
.table {
	height:95%;
	width: 100%;
}
.cell {
	vertical-align: middle;
}
#wrapper {
    width:920px;
    height: 670px;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
#head {
	height: 55px;
}
#logo {
	width: 500px;
	height: 40px;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
    background-position: top left;	
}
.close {
	width: 24px;
	height: 24px;
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
}
#navi, #navi p {
	margin: 0;
	padding: 0;
	color: #cccccc;
}
#navi {
	width: 380px;
	margin-right: 5px;
	margin-top: 27px;
	float: right;
    text-align: right;
    letter-spacing: 2px;
}
#navi a, #navi a:link, #navi a:visited {
	font-size:11px;
	color: #cccccc;
	text-decoration: none;
}
#navi a:hover {
    color: #bbbbbb;
    text-decoration: none;
}
.spacer {
	height: 20px;
}
.clear {
	clear: both;
}

#content {
	height: 600px;
}
#gallery {
	position: relative;
}

#footer {
	text-align: center;
	font-size:10px;
	color: #dfdfdf;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a, #footer a:link, #footer a:visited {
	font-size:10px;
	color: #dfdfdf;
	text-decoration: none;
}
#footer a:hover {
    color: #dfdfdf;
    text-decoration: underline;
}
#textcontent {
	display:none;
    position: relative;
    height: 520px;
    width: 890px;
    margin-left: 15px;
    top:-585px;
    z-index: 10000;
    overflow: hidden;
}
#wegcontent, #impressumcontent {
	display:none;
	width: 860px;
	height: 520px;
	background-color:#f8f8f8;
	padding: 15px;
    zoom: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    cursor:pointer;
}
.transparent {
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
}

#wegcontent, #wegcontent p, #impressumcontent, #impressumcontent p {
	font-size:14px;
	color: #7a7a7a;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: 100;
}
#wegcontent a, #wegcontent a:link, #wegcontent a:visited {
	font-size:14px;
	color: #7a7a7a;
	text-decoration: none;
}
#wegcontent a:hover {
    color: #333333;
    text-decoration: none;
}
#impressumcontent a, #impressumcontent a:link, #impressumcontent a:visited {
	font-size:14px;
	color: #7a7a7a;
	text-decoration: none;
}
#impressumcontent a:hover {
    color: #333333;
    text-decoration: none;
}
#wegcontent h1, #impressumcontent h1 {
	font-size:30px;
	color: #919191;
	letter-spacing: 2px;
	font-weight: 100;
}
#impressumcontent h1 a, #impressumcontent h1 a:link, #impressumcontent h1 a:visited {
	font-size:14px;
	color: #7a7a7a;
	text-decoration: none;
}
#impressumcontent h1 a:hover {
    color: #333333;
    text-decoration: none;
}
#impressumcontentleft {
	float: left;
	width: 430px;
}
#impressumcontentright {
	float: right;
	width: 430px;
}