body{
	background-color:#FFFFFF;
	margin:0;
	font-family:Times, roman;
}

a{
text-decoration:none;
color:blue;
}

#header{
	position:relative;
	width:100%;
	background:url('top_border.gif') repeat-x;
	height:119px;
	top:0px;
	z-index:1;
}
#footer{
	position:relative;
	width:100%;
	background:url('bottom_border.gif') repeat-x;
	height:40px;
	margin-top:10px;
	overflow:hidden;
	z-index:1;
}
#kontaktinfo{

text-align:center;
	padding-top:12px;
	font-weight:bold;
	height:30px;
	overflow:hidden;

}
#menu{
	position:absolute;
	z-index:2;
	width:189px;
	height:800px;
	top:0px;
	bottom:0px;
	background:url('menu_bg.gif') repeat-y;
	left:10px;
}
#menu h1{
	top:0px;
	height:189px;
	margin-top:0px;
	background:url('menu_top.gif') no-repeat;
}
#menu h2{
	position:absolute;
	bottom:-11px;
	width:185px;
	margin-left:3px;
	height:45px;
	margin-bottom:0%;
	background:url('menu_bottom2.gif') no-repeat;
}

#menu span{
 visibility: hidden;
}
#overlay{
	position:absolute;
	z-index:3;
	width:181px;
	height:93%;
	left:10px;
	font-size:14px;
	text-align:center;
	top:7%;
	padding-left:2px;
}
#overlay a{
	margin-top:10%;
	text-decoration:none;
	color:#000000;
	font-weight:600;
}
#content{
	position:relative;
	width:690px;
	left:210px;
	margin-top:50px;
	text-align:center;
	bottom:39px;
	z-index:1;
}
#toplogo{
position:absolute;
background-image:url('top_logo.gif');
width:548px;
height:119px;
left:280px;
}

#content h1{
	font-size:28px;
}
#content h2{
	font-size:20px;

}
#content h3
{
	font-size:16px;
}
