body {
	background:url('../img/bodybg.png') repeat-x;
	background-color:#5F7EA5;
	margin:0px;
	font-family:Arial,Verdana,Helvetica,Times;
	font-size:12px;
}

#header {
	background:url('../img/headerbg.jpg') no-repeat;
}

#menu {
	max-width:800px;
	width:595px;
	max-height:64px;
	height:42px;
	background:url('../img/menubg.png') no-repeat;
	padding:22px 0 0 205px;
}

#buttons {
	postion:absolute;
	top:116px;
	left:205px;
	width:362px;
	height:19px;
}

#main {
	width:800px;
	height:442px;
	background:url('../img/mainbg.jpg') no-repeat bottom;
}

#loading {
	display:none;
	background-color:#FFF;
	color:#333;
	height:20px;
	position:absolute;
	left:200px;
	top:350px;
	padding:2px;
}

#kontakt {
	position:absolute;
	left:0px;
	top:568px;
}

.spacer20 {
	height:20px;
	width:1px;
	overflow:hidden;
	clear:both;
}

.content {
	margin:0 0px 0px 14px;
	width:497px;
	height:377px;
	background:url('../img/contentbg.png') no-repeat;
	padding:10px 0 0 15px;
	
}

*html .content {
	background:url('../img/contentbg.jpg') no-repeat;
}
