html, body, #wrapper {
	height:100%;
	margin: 0px; padding: 0px;
	background-color: #000000; color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
#wrapper {
	margin: 0 auto;
	border:none;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
td.col_left {
	background-image:url(../images/bgleft.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px;
}
td.col_right {
	background-image:url(../images/bgright.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
}
td.col_content {
	width: 780px; vertical-align: top;
	background-image:url(../images/bgtop.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
td.col_bottom {
	background-image:url(../images/bgbottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	height: 210px;
}
.main_logo {
	position: relative;
	left: 18px; top: 38px;
	width: 170px; height: 65px;
}
.menutop {
	position: relative;
	left: 10px; top: 92px;
	width: 670px; height: 30px;
}
.menubottom {
	font-size: 11px;
	padding-bottom: 40px;
}
.menutopin {
	padding-top:5px; 
	font-size: 14px; font-weight: bold; 
	color: #FFFFFF; text-align:center;
}	

a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;	
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
a.menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
img.imgsplash {
	float:right;
	padding-left:20px;
}
.kontakt {
	float:right; width: 160px;
	text-align:left; margin-top:40px;
	font-size: 11px;
}
h2 {
	margin: 0px; padding: 0px;
	font-weight: normal;
}

#content {
	position: relative;
	left: 0px; top: 200px;
	width: 80px; height: 200px;
	background-color: #FFFFFF;
	color:#000000;
}
#contact {
	position: relative;
	left: 700px; top: 400px;
	width: 80px; height: 200px;
	background-color: #FFFFFF;
	color:#000000;
}