 

@CHARSET "UTF-8";

#wrapper {
	width: 782px;
	margin: 50px auto 0 auto;
	background: url(../images/content.jpg) repeat-y;
}

#header {
	position: relative;
	height: 217px;
	background: url(../images/header.jpg);
}
	
	#logo {
		display:block;
		width:307px;
		height:70px;
		position:absolute;
		top: 9px;
		left: 70px;
	}
	#logo span {
		display:none;
	}

	#navi_footer {
		background: url(../images/navi-footer.jpg) no-repeat;
		width: 200px;
		height: 53px;
		position: absolute;
		top: 217px;
		right: 12px;
	}

#center_col {
	height:auto !important;
	height: 250px;
	min-height:250px;
	padding: 18px 0 12px 0;
	float: left;
	width: 530px;
}

#left_col {
	float: left;
	width: 231px;
	position: relative;
}

	#kontakt {
		background: url(../images/kontakt.jpg) no-repeat;
		margin-left: -4px;
		width: 222px;
		height: 207px;
	}

	#kontakt_mail {
		position: absolute;
		top: 147px;
		left: 51px;
		width: 126px;
		height: 12px;
	}
	
	.map24 {
		position: relative;
		margin: 20px 0 0 10px;
	}

.main {
	width: 100%;
}

#main_2_col_left #right_col {display:none}

#footer {
	padding: 0;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat;
	height: 8px;
	font-size: 0px;
}

