/* ---------------- Kommentare ---------------- */

/* ----- Clearing ----- */
.clearLeft{clear:left;}
.clearfix:after{content:".";display:block;clear:both;height:0;line-height:0;visibility:hidden;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #68696B;
	margin: 0;
	padding: 0;
}

img, fieldset { border: 0; }

body {
	background-color: #5F789D;
}

#page {
	width: 880px;
	margin: 20px auto;
	background-color: #fff;
	border: 10px solid #fff;
}


/* -------------- Page -------------- */

#header {
	width: 880px;
	height: 215px;
	margin-bottom: 50px;
	background-color: #fff;
}

#balken {
	background-color: #5f789d;
	width: 649px;
	height: 20px;
	margin-top: 44px;
	margin-right: 4px; 
	float: left;
}

#logo {
	width: 227px;
	height: 60px;
	margin-bottom: 4px;
	float: left;
}

#balken1 {
	background-color: #5f789d;
	width: 880px;
	height: 20px;
	margin-bottom: 10px;
	float: left;
}

#balken2 {
	background-color: #002442;
	width: 880px;
	height: 90px;
	margin-bottom: 10px;
	float: left;
}

#navigation li { 
	float: left; 
	list-style-type: none; 
}

#navigation li a {
	background-color: #004d77;
	color: #fff;
	display: block;
	padding: 4px 0;
	text-align: center;	
	font-size: 11px;
	width: 88px;
}

#navigation ul {
	display: none;
	width: 88px;
}

#navigation ul.open {
	display: block !important;
}

#navigation li a:hover {
	text-decoration: none;
	color: #004d77;
	background-color: #fff;
}

#navigation .active {
	text-decoration: none;
	color: #004d77;
	background-color: #fff;
}

#navigation ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #5f789d;
}

#navigation ul li a:hover, #navigation ul li a.active {
	text-decoration: none;
	color: #fff;
	background-color: #002442;
}

#main {
	width: 880px;
}

#left {
	float: left;
	width: 275px;
	background-color: #fff;
}

#right {
	width: 605px;
	float: left;
	background-color: #fff;
	background-image: url(../images/Logo_HVM_background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#info {
	width: 605px;
	height: 15px;
	margin-bottom: 10px;
	text-align: right;
	float: left;
}

#content {
	width: 605px;
	float: left;
}

#pics {
	width: 605px;
}

.foto_left {
	margin: 0 7px 7px 0;
	display:block;
	float:left;
}

.foto_left2 {
	margin: 0 153px 7px 0;
	display:block;
	float:left;
}

.foto_right {
	margin: 0 0 7px 0;
	display:block;
	float:left;
}

#foot {
	width: 872px;
	background-color: #5f789d;
	text-align: right;
	color: #fff;
	font-size: 11px;
	float: left;
	padding: 4px;
	margin-top: 30px;
}


/* ------------- Textformatierungen ------------- */

h1 {
	font-size: 18px;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 16px;
	color: #002442;
}

h2 {
	font-family: Arial;
	font-size: 13px; 
	font-weight: bold;
	margin-bottom: 16px;
	color: #004d77;
}

p {
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 16px;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li.liste { 	
	list-style-type: circle; 
	font-family: Arial;
	margin-left: 12px;
}

.highlight {
	color: #fff;
}


/* --------- Formularformatierungen ---------- */

label {
	display: block;
	margin-top: 6px;
}

.textfield {
	width: 400px;
	font-size: 13px;
	margin-top: 3px;
}

textarea {
	width: 400px;
	font-size: 13px;
	margin-top: 3px;
	height: 70px;
}

.button {
	margin-top: 8px;
}
