@charset "UTF-8";
* {
	padding:0px;
	margin:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0D0D0D;
	color: #0D0D0D;
	background-image: url(../images/site/background_euro_tree.jpg);
}
h1 {
	font-size: 14px;
	line-height: 15px;
	color: #F7FFA7;
	height: 18px;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 3px;
}
.centered_column {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.relative_content {
	position:relative;
}

#main_wrapper {
	height: 800px;
	width: 2000px;
	/*position: relative;*/
}
#box_text {
	position: absolute;
	left: 136px;
	top: 255px;
	height: 274px;
	width: 425px;
}
#box_map {
	position: absolute;
	left: 1531px;
	top: 237px;
	height: 320px;
	width: 400px;
}
#box_slideshow {
	height: 600px;
	width: 800px;
	position: absolute;
	top: 100px;
}
#box_calendar {
	position: absolute;
	left: 1061px;
	top: 237px;
	height: 320px;
	width: 400px;
}
.more {
	display: block;
	position: absolute;
	top: 4px;
	right: 0px;
	color: #F8FFA7;
	font-size: 11px;
	text-decoration: none;
}
#logo_box {
	position: absolute;
	left: 29px;
	top: 54px;
	width: 200px;
	height: 30px;
}
#box_text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
