* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url("../images/background.gif") no-repeat 0 0;
	color: #333;
}

body,
input,
textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#background_container {
	background: url("../images/footer.gif") no-repeat 0 100%;
	padding-bottom: 67px;
}

#main_container {
	margin: 49px 0 0 85px;
	width: 902px;
}

#header_container {
	width: 100%;
	height: 115px;
}

#header_container h2 {
	float: left;
}

#header_container h2 a {
	display: block;
	width: 350px;
	height: 101px;
	background: url("../images/logo.gif") no-repeat 0 0;
}

#header_container h2 a span,
#header_container ul li a span {
	display: none;
}

#header_container ul {
	display: inline;
	float: right;
	list-style: none;
	margin-right: 54px;
	margin-top: 99px;
}

#header_container ul li {
	float: left;
}

#header_container ul li a {
	display: block;
	height: 11px;
}

#header_container ul li.fi a {
	width: 17px;
	background: url("../images/flag_fi.gif") no-repeat 0 0;
}

#header_container ul li.sv a {
	margin-left: 4px;
	width: 17px;
	background: url("../images/flag_sv.gif") no-repeat 0 0;
}

#header_container ul li.en a {
	margin-left: 4px;
	width: 17px;
	background: url("../images/flag_en.gif") no-repeat 0 0;
}

#header_container ul li.de a {
	margin-left: 4px;
	width: 17px;
	background: url("../images/flag_de.gif") no-repeat 0 0;
}

#content_container {
	margin: 0 auto;
	width: 794px;
}

#main_image {
	width: 794px;
	height: 235px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#navi {
	margin-top: 3px;
}

#navi ul {
	background: url("../images/navi_background.gif") repeat-x 0 0;
	overflow: hidden;
	list-style: none;
	height: 1%;
}

#navi ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	line-height: 28px;
	text-transform: uppercase;
	color: #efefef;
	background: url("../images/navi_divider.gif") no-repeat 0 50%;
	padding: 0 14px 0 13px;
}

#navi ul li.first {
	background: none;
	padding-left: 20px;
}

#navi ul li a {
	color: #efefef;
	text-decoration: none;
}

#content_boxes {
	overflow: hidden;
	margin-top: 38px;
	margin-bottom: 38px;
	background: url("../images/content_divider.gif") repeat-y 194px 0;
	height: 1%;
}

#left_box {
	float: left;
	width: 194px;
}

#left_box ul {
	list-style: none;
	margin-left: 27px;
	margin-top: 3px;
}

#left_box ul li {
	color: #0e0e0e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url("../images/subnavi_bullet.gif") no-repeat 0 7px;
	padding-left: 12px;
	line-height: 22px;
}

#left_box ul li a {
	color: #0e0e0e;
	text-decoration: none;
}

#right_box {
	float: right;
	width: 600px;
}

#text_holder {
	margin: 0 78px 9px 48px;
}

#text_holder h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	color: #000;
	padding: 0 0 8px 0;
}

#text_holder p {
	line-height: 18px;
	margin-bottom: 18px;
}

#text_holder a img {
	border: none;
}

#text_holder ul {
	margin-left: 30px;
	margin-bottom: 18px;
}

#video_gallery div {
	float: left;
	background: #EFEFFF;
	padding: 12px 25px 12px 25px;
	line-height: 100%;
	margin: 0 1px 1px 0;
}

#video_gallery img {
	border: 1px solid #CDCDCD;
	display: block;
}

#video_gallery img:hover {
	border: 1px solid #CDCDCD;
	display: block;
}

#image_gallery {
	margin: 10px 0 0 0;
}

#image_gallery div {
	float: left;
	background: #EFEFFF;
	padding: 12px 25px 12px 25px;
	line-height: 100%;
	margin: 0 1px 1px 0;
}

#image_gallery img {
	border: 1px solid #CDCDCD;
	display: block;
}

#image_gallery img:hover {
	border: 1px solid #CDCDCD;
	display: block;
}

form {
	margin-top: 18px;
}

form fieldset {
	border: none;
	margin-bottom: 18px;
}

form legend {
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}

form input.text,
textarea {
	width: 240px;
}

form input.button {
	margin-left: 150px;
}

form div.row {
	clear: both;
	overflow: hidden;
	padding: 2px 0;
}

form div.row label {
	display: block;
	width: 150px;
	float: left;
}

form div.row input.text,
form div.row textarea {
	float: left;
}