@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	padding-bottom: 0.8em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #cccccc;
}
ul {
	padding-left: 1em;
	list-style-position: outside;
}
ol {
	padding-left: 1em;
	list-style-position: outside;
}
html {
	overflow: scroll;
}

#container {
	background-image:url(imgs/hg.jpg);
	width: 720px;
	position: absolute;
	margin-left: -360px;
	left: 50%;
	min-height:100%;
	background-repeat:repeat-y
}
#header {
	height: 120px;
	width: 100%;
	text-align: center;
	position: relative;
}
#logo {
	padding-top: 25px;
	position: relative;
}
#footer {
	font-size: 0.8em;
	color: #666666;
	position: relative;
	height: 30px;
	line-height: 20px;
	text-align: center;
	padding-top: 40px;
}
#content {
	color: #666666;
	margin-top: 25px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
	font-size: 0.95em;
	line-height: 1.2em;
	position: relative;
	min-height: 300px;
}
#navigation {
	background-color: #046380;
	position: relative;
	text-align: center;
	height: 34px;
	width: 670px;
	margin-left: -335px;
	left: 50%;
}
.navigation {
	list-style-type: none;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 34px;
	height: 100%;
}
.navigation  li  {
	text-decoration: none;
	letter-spacing: 1px;
	display: inline;
	padding-right: 0.4em;
	padding-left: 0.4em;
	height: 34px;
}
.navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}
.navigation li.active a {
	text-decoration: none;
	background: #A7A37E;
}
.navigation a:hover {
	color: #009CB2;
	background-color: #FFFFFF;
}
#sub_navigation {
	background-color: #A7A37E;
	position: relative;
	height: 26px;
	width: 670px;
	margin-left: -335px;
	left: 50%;
	border-top: 1px dotted #FFFFFF;
}
.sub_navigation {
	list-style-type: none;
	padding-left: 16px;
	font-size: 0.8em;
	display: inline;
	line-height: 26px;
	text-align: left;
}
.sub_navigation  li  {
	text-decoration: none;
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}
.sub_navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	padding-right: 0.2em;
	padding-left: 0.3em;
}
.sub_navigation a:hover {
	color: #A7A37E;
	background-color: #FFFFFF;
}
.sub_navigation li.active a {
	text-decoration: none;
	color: #046380;
}
#content a {
	color: #046380;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #046380;
}
#content a.noline {
	border-bottom:none;
}
h1 {
	font-size: 1.2em;
	padding-bottom: 0.6em;
	color: #002F2F;
}
.inline_image_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
}
h2 {
	font-size: 1.4em;
	padding-bottom: 0.6em;
	color: #002F2F;
}
.clearer {
	clear: both;
}
.inline_image_right {
	float: right;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
}
h4 {
	font-size:1em;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #002F2F;
}

/*Runterklappmenü Details-------------------------*/
h5 {font-weight: bold;
	font-size: 0.9em;
	line-height: 1.1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}
.details_block {
	background-color: #E5E2B0;
	display: block;
	padding: 8px;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	position: relative;
	width: 41em;
}
.details_block ul {
	list-style-type: circle;
}
.scroll_down {
	display: inline;
}
.scoll_list {
	list-style-type: disc;
}
.more {
	margin-left: 20px;
	font-size: 0.8em;
}

/* contact form-------------------------*/

fieldset {
	padding: 20px;
	background-color: #E5E2B0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact_form label {
	display: block;
	width: 200px;
	font-size: 0.7em;
}
#contact_form  input {
	width: 250px;
}
#contact_form textarea {
	width: 250px;
}
input {
	color: #666666;
	font-family: Helvetica, sans-serif;
}
textarea {
	color: #666666;
	font-size: 1.1em;
	font-family: Helvetica, sans-serif;
}
select {
	color: #666666;
	font-family: Helvetica, sans-serif;
}
option {
	color: #666666;
	font-family: Helvetica, sans-serif;
}
.route {
	list-style-type: circle;
}
li {
	margin-bottom: 0.5em;
}
#content a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #046380;
}
h3 {
	margin-bottom: 0.6em;
	font-size: 1.2em;
}
#language_tabs {
	width: 43px;
	height: 238px;
	position: absolute;
	left: 695px;
	top: 180px;
	z-index: 9;
}
.image_description {
	font-style: italic;
}

