@charset "utf-8";
/* ================================================================ 
							CSS Document
=================================================================== */


* {
	margin: 0;
	padding: 0;
}

html, body {
	background: url(/images/bg-main.jpg);
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.2em;
	color: #3d3d3d;
	width: 100%;
	height: 100%;
}

img {
	border: none;
}

a:hover {
	cursor: pointer;
}

a {
	color: #000000;
	text-decoration: none;
}


/* ================================================================ 
							Main
=================================================================== */

#distance {
	width: 100%;
	height: 60px;
	float: left;
}

#main {
	background: url(/images/bg-content.png) no-repeat;
	margin: 0 auto;
	position: relative;
	width: 862px;
	_width: 862px;
	height: 514px;
	clear: left;
	padding: 8px;
}

#header {
	width: 100%;
	height: 156px;
	}

#logo {
	position: absolute;
	top: 18px;
	right: 25px;
	z-index: 100;
	width: 150px;
	height: 135px;
}
	
#content-text {
	position: relative;
	background: url(/images/bg-content-text.png);
	width: 498px;
	height: 312px;
	float: left;
	padding: 8px;
	overflow: hidden;
}

#content-text a {
	color: #174a9d;
}

#content-text a:hover {
	text-decoration: underline;
}

#content-media {
	width: 340px;
	height: 328px;
	float: left;
	left: 8px;
}

.mask {
	z-index: 10; 
	position: absolute; 
	top: 8px; 
	left: 8px;
}

/* ================================================================ 
							Klassen für Texte
=================================================================== */

h5.ref  {
	color: #ffffff;
	text-align: center;
	padding-top: 2px;
	margin: 0px;
	font-size: 10px;
}

.links {
	width: 243px;
	top: 0;
	height: 140px;
	float: left;
	position: relative;
	margin: 0;
	padding-right: 12px;
}

.rechts {
	width: 243px;
	top: 0;
	height: 140px;
	float: left;
	position: relative;
	margin: 0;
}

.spalte-links {
	position: absolute;
	bottom: 8px;
	left:8px;
}

.spalte-rechts {
	position: absolute;
	bottom: 8px;
	left: 261px;
	width: 253px;
}

.spalte-rechts a {
	width: 238px;
}
			
.spalte-rechts img {
	position: absolute; 
	right: 5px;
	bottom: -8px;
}

.text-white {
	font-weight: bold;
	color: #58585a;
	line-height: 20px;
}

.text-white-teaser {
	font-weight: bold;
	color: #58585a;
}

.readon {
	position: relative;
	bottom: 0;
	left: 0;
	color: #174a9d;
	height: 10px;
	line-height: 10px;
	float: left;
	text-decoration: none;
	padding: 5px 5px 0 15px;
	background: url(/images/indent.png) 0 100% no-repeat;
}

.readon a {
	color: #174a9d;
}

.readon_teaser {
/*	position: absolute;
	bottom: 18px;
	right: 8px;
	height: 10px;
	line-height: 10px; */
	text-align: right;
	float: right;
	color: #7f898e;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(/images/indent.png) 0 100% no-repeat;
}


.readon-link {
	height: 10px;
	line-height: 10px;
	float: left;
	color: #7f898e;
	text-decoration: none;
	padding: 5px 0 0 15px;
	background: url(/images/indent.png) 0 65% no-repeat;
}

.readon_teaser a {
	color: #7f898e;
	text-decoration: none;
}

/* ================================================================ 
							Navigation
=================================================================== */
	
#top-navi {
	width: 800px;
	height: 20px;
	margin: 5px 0;
	font: 12px bold italic #FFFFFF;
	float: left;
}

#facebook {
	color: #fff;
	font: 10px Arial, Helvetica, Verdana;
	margin-top: 5px;
	text-align: right;
}

.social-networks-img {
	color: #fff;
	text-align: right;
	margin: 8px 0 0 5px;
	float: right;
}

#top-navi ul {
	padding: 0px;
	margin: 0px;
	
}

#hauptnavi li {
	float: left;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	padding: 0px;	
	margin: 3px 0px 0px 5px;
	display: block;
	color: #ffffff;
	font-weight: bold;
}

#hauptnavi span {
	float: left;
	position: relative;
	margin: 0px; 
	padding: 0px 3px;
	color: #7b7c7e !IMPORTANT;
}
	
#hauptnavi a {
	color: #d3d7d8;
	font-style: italic;
	text-decoration: none;
}

#hauptnavi a:hover {
	color: #ffffff;
	font-weight: bold;
}
	
.dropdown {
	list-style: none;
	display: none;
	width: 150px;
	height: auto;
	color: #1a171b !IMPORTANT;
	position: absolute;	
	bottom: 12px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
		
.dropdown li {
	float: none !IMPORTANT;
	*float: left !IMPORTANT;
	position: relative;
	width: 150px;
	height: auto;
	margin: 0px 0px 0px 5px !IMPORTANT;
	padding: 0px !IMPORTANT;
	font: 11px Arial, Tahoma !IMPORTANT;
	font-weight: normal !IMPORTANT;
	border-left: 0px !IMPORTANT;
}
			
.dropdown li a {
	display: block;
	width: 140px;
	line-height: 1.1em;
	font-weight: normal;
	font-style: normal !IMPORTANT;
	text-decoration: none;
	padding: 1px 0px 1px 0px !IMPORTANT;
	color: #1a171b !IMPORTANT;
}
				
.dropdown li a:hover {
	color: #1a171b !IMPORTANT; 
	font-weight: normal !IMPORTANT;
	text-decoration: underline !IMPORTANT;
}

.dropdown-next li a:hover {
	text-decoration: none !IMPORTANT;
	color: #1a171b !IMPORTANT;
	font-weight: normal !IMPORTANT;
}
			
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
	
.dropdown-bottom {
	position: relative;
	width: 150px;
	height: 25px;
	background: url(/images/bg-dropdown-bottom.png) 0 0 no-repeat;
}	

.dropdown-content {
	position: relative;
	width: 150px;
	padding-top: 5px;
	background: url(/images/bg-dropdown-content.png) 0 0 no-repeat;
}			

/* ================================================================ 
							Footer
=================================================================== */

#footer-wrapper {
	color: #fff;
	margin: 0 auto;
	padding: 8px;
	width:862px;
	height: 15px;
}

#footer {
	padding-left: 8px;
}
	
#footer-wrapper ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer-wrapper li {
	display: inline;
}

#footer-print {
	visibility: hidden;
	display: none;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
}

#kontakt a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

#footer-left {
	float: left;
	position: relative;
}

#footer-right {
	float: right;
	position: relative;
	padding-right: 8px;
}

/* ================================================================ 
							Switchboxen
=================================================================== */

.bubble-unten-top {
	width: 350px;
	height: 20px;
	background: url(/images/bg-kontakt-top.png) no-repeat;
}

.bubble-kontakt-content {
	width: 350px;
	height: auto;
	padding: 0px 8px 10px 8px;
	background: url(/images/bg-kontakt.png) 0 100% no-repeat;
}

#kontakt {	
	width: 350px;
	height: auto;
	margin: 2px 0;
	
}

/* ================================================================ 
					Kontakt- und Newsletterformular
=================================================================== */

.kontakt_form table {
	top: 0;
	float: left;
	position: relative;
	valign: top;
	padding: 0;
	margin: 0;
}

.kontakt_form tr {
	margin: 0;
	padding: 0;
}

.kontakt_form td {
	font: 11px Arial, Helvetica, Verdana;
	color: #58585a;
	height: 15px;
	padding: 0 0 8px 0;
	*padding: 0 0 6px 0;
	margin: 0;
}

.kontakt_form select {
	width: 100%;
	font: 11px Arial, Helvetica, Verdana;
	border: none; 
	background: #e5e5e5; 
}

.kontakt_form p {
	font: 11px Arial, Helvetica, Verdana;		
}

.kontakt_form input {
	width: 100%;
	height: 15px;
	line-height: 15px;
	font: 11px Arial, Helvetica, Verdana;
	border: none;
	background: #e5e5e5;
}

.kontakt_form textarea {
	border: none;
	font: 11px Arial, Helvetica, Verdana;
	background: #e5e5e5;
	margin-top: 3px;
	*margin-top: 9px;
	height: 153px;
	width: 100%;
}

.kontakt_form .submit {
	width: 95%;
	height: 15px;
	line-height: 15px;
	background: #008bc6;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	text-align: center;
}

.kontakt_form .reset {
	width: 95%;
	height: 15px;
	line-height: 15px;
	background: #e5e5e5;
	color: #58585a;
	float: left;
	font-weight: bold;
	text-align: center;
}

.kontakt_form .checkbox {
	margin-right: 10px;
	width: 15px;
	float: left;
	outline: none;
	background: none;
}
