@charset "utf-8";
/* CSS Document */



#content {
	width: 990px;
	position: relative;
	float: left;
}
#content_left_column {
	float: left;
	width: 360px;
	position: relative;
}
#content_right_column {
	float: right;
	width: 600px;
	position: relative;
	margin-top: 35px;
}
.top_bottom {
	margin-top: 35px;
}
#content_right_column  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content_right_column li {
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}
#content   #galeria   a img {
	border: 2px solid #FFFFFF;
	margin: 8px;
}
#map {
	float: right;
	width: 700px;
	position: relative;
	height: 400px;
	border: 2px solid #333333;
	padding: 2px;
}
#content_left_column2 {
	float: left;
	width: 250px;
	position: relative;
}
.pdf a {
	background-image: url(../image/pdf.gif);
	display: block;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-position: left center;
}
.pdf a:hover {
	background-image: url(../image/pdf.gif);
	display: block;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-position: 10px center;
}
.kontakt_text {
	text-align: center;
}

