/*
 * -----------------------------------------------------------
 * @section Standardwerte // Broswer Reset
 * -----------------------------------------------------------
 */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #D1E3F1;
	text-align: center;
}

html,
body {
	height: 100%;
	width: 100%;
}

img,
a img {
	border: 0px;
}

/* Korrektur des Italics-Bugs
 * @see		http://blog.highresolution.info/index.php?/highresolution/comments/dem_italics_bug_die_zaehne_zeigen/
 */
* html body * {
	overflow: visible;
}

* html iframe,
* html frame {
	overflow: auto;
}

* html frameset {
	overflow: hidden;
}

/* Korrekte Layout-Skalierung im IE 7 gewährleisten */
/*body {
	position: relative;
}*/


/*
 * -----------------------------------------------------------
 * @section Grundaufbau
 * -----------------------------------------------------------
 */
#containerSite {
	height: 570px;
	width: 1024px;
	margin-top: -285px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../file/layout/siteContainer.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#header {
	width: 1002px;
	margin-left: 10px;
	height: 120px;
	margin-bottom: 6px;
}
#containerContent {
	height: 415px;
	width: 1002px;
	margin-left: 10px;
}
#containerContentBigScrollen {
	height: 415px;
	width: 1002px;
	margin-left: 10px;
	background-color: #E5EAF0;
	overflow: auto;
}
#film {
	height: 415px;
	width: 940px;
	margin-left: 10px;
	background-color: #E5EAF0;
	overflow: hidden;
	padding-right: 31px;
	padding-left: 31px;
}
#logo {
	height: 76px;
	width: 1002px;
	text-align: center;
}
#picture {
	height: 215px;
	width: 1002px;
	background-color: #E5EAF0;
}
#containerText {
	height: 200px;
	width: 1002px;
}
#textLeft {
	float: left;
	width: 481px;
	padding-top: 10px;
	padding-left: 10px;
	height: auto;
}
#textRight {
	float: right;
	height: auto;
	width: 481px;
	padding-top: 10px;
	padding-right: 10px;
}
.textLeft_small {
	padding-top: 5px !important;
}
.textRight_small {
	padding-top: 5px !important;
}

.containerBigScrollenIn {
	width: 850px;
	margin-left: 76px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Footer */
#footer {
	padding-top: 8px;
	width: 992px;
	padding-left: 10px;
}
.footerIN {
	float: right;
}

#footer ul {
	list-style-image: none;
	list-style-type: none;
}
#footer ul li {
	float: left;
}

/*
 * -----------------------------------------------------------
 * @section Intro
 * -----------------------------------------------------------
 */
#containerIndex {
	height: 300px;
	width: 590px;
	margin-top: -150px;
	margin-left: -295px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#intro {
	height: 180px;
	width: 590px;
}
#sprachauswahl {
	padding-top: 50px;
}
#sprachauswahl a {
	font-weight: bold;
}
#sprachauswahl a:hover {}

/*
 * -----------------------------------------------------------
 * @section Allgemeine Definitionen
 * -----------------------------------------------------------
 */
/* Schrift & Schriftfarbe */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* Links */
a, a:link {
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}
a:hover {
	color: #242C89;
	text-decoration: none;
}

/*
 * -----------------------------------------------------------
 * @section Index Schnelleinstieg
 * -----------------------------------------------------------
 */
#schnelleinstieg {}
.schnelleinstiegElement {
	float: left;
	height: auto;
	width: 162px;
}
.schnelleinstiegSpace {
	float: left;
	height: 6px;
	width: 6px;
}
#schnelleinstieg .schnelleinstiegText a {
	background-image: url(../file/layout/link_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	padding-left: 15px;
}
#schnelleinstieg .schnelleinstiegText a:hover {
	background-position: 3px -46px;
}

/*
 * -----------------------------------------------------------
 * @section Geschichte Porträt
 * -----------------------------------------------------------
 */
.portraetText,
.portraetBilder {
	display: none;
}
#b1, #b2, #b3, #b4, #b5 {
	width: 190px;
	padding-right: 5px;
	padding-left: 5px;
	position: absolute;
	top: 350px;
	line-height: 16px;
}
#b1 {
	left: 10px;
}
#b2 {
	left: 210px;
}
#b3 {
	left: 410px;
}
#b4 {
	left: 610px;
}
#b5 {
	left: 810px;
}

/*
 * -----------------------------------------------------------
 * @section Geschichte Führung
 * -----------------------------------------------------------
 */
.personenFuehrungName {
	line-height: 16px;
}

/*
 * -----------------------------------------------------------
 * @section Absätze
 * -----------------------------------------------------------
 */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 16px;
}

.txtSpalteL {
	float: left;
	width: 235px;
}
.txtSpalteR {
	float: right;
	width: 235px;
}
.txtSpalteL,
.txtSpalteR {
	line-height: 16px;
}

/*
 * -----------------------------------------------------------
 * @section Headlines
 * -----------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 16px;
}

/*
 * -----------------------------------------------------------
 * @section Links
 * -----------------------------------------------------------
 */
#containerText a, .containerBigScrollenIn a, #kontaktFormularDaten a, #companyNames a, .pressekontaktDaten a {
	background-image: url(../file/layout/link_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 19px;
	display: block;
}
#containerText a:hover, .containerBigScrollenIn a:hover, #kontaktFormularDaten a:hover, #companyNames a:hover, .pressekontaktDaten a:hover {
	background-position: 3px -45px;
}

p a {
	display: inline !important;
}

.blockLinks p a, .blockLinks a {
	display: block !important;
}

a.downloadLink {
	background-image: url(../file/layout/link_download.gif) !important;
	padding-top: 2px;
	background-position: 1px 2px !important;
	padding-bottom: 5px;
}
a.downloadLink:hover {
	background-position: 1px -73px !important;
}

/*
 * -----------------------------------------------------------
 * @section Index Items
 * -----------------------------------------------------------
 */
#indexItems {
	position: absolute;
	top: 370px;
	right: 12px;
	height: auto;
	width: 330px;
}
#eText {
	height: 37px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #c2cde1;
}
#eFilm {
	height: 37px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #c2cde1;
}
#eBuch {
	height: 36px;
	background-color: #c2cde1;
}
.fbIcon {
	float: left;
	height: 35px;
	width: 50px;
	padding-left: 4px;
}
.fbTxt {
	float: left;
	padding-top: 12px;
}

/*
 * -----------------------------------------------------------
 * @section Tabelle Kennzalen
 * -----------------------------------------------------------
 */
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	padding: 5px;
}
.border {
	background-color: #C7D4E5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.ohneborder {
	background-color: #C7D4E5;
}
.dunkel_border {
	background-color: #86A9CB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.dunkel_ohneborder {
	background-color: #86A9CB;
}
.space {
	font-size: 1px;
	line-height: 1px;
	padding: 0px !important;
	height: 10px;
}

/*
 * -----------------------------------------------------------
 * @section Presse-Fotos und Grafiken
 * -----------------------------------------------------------
 */
#thumbnails {
	height: 370px;
	width: 981px;
	background-color: #E5EAF0;
	padding-left: 21px;
	overflow: hidden;
}
#thumbnailsIn {
	padding-top: 10px;
	padding-bottom: 0px;
}
#containerTextPresseFotos {
	height: 45px;
	width: 1002px;
}
#containerTextPresseFotos p {
	margin-bottom: 0px !important;
}
.thumbnailElement {
	background-image: url(../file/layout/pressefotosgrafiken_element.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 105px;
	width: 220px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.thumnailPicture {
	position: relative;
	z-index: 1;
	height: 105px;
	width: 220px;
}
.thumnailBTN {
	position: absolute;
	z-index: 2;
	height: 18px;
	width: 220px;
	padding-left: 0px;
	margin-top: -19px;
}
.thumnailBTN_link {
	position: absolute;
	z-index: 20;
	padding-left: 10px;
}
.thumnailBTN_transparent {
	position: absolute;
	z-index: 10;
	height: 19px;
	width: 210px;
	padding-left: 10px;
	background-color: #FFFFFF;
	/* Transparenz für alle Browser */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#wait {
	width: 150px;
	margin-top: -25px;
	margin-left: -75px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
	border: 2px solid #E5EAF0;
	z-index: 50;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

/*
 * -----------------------------------------------------------
 * @section Kontaktformular
 * -----------------------------------------------------------
 */
#kontaktFormular {
	padding-top: 20px;
}
#kontaktFormularDaten {
	float: left;
	width: 215px;
	padding-left: 176px;
}
#kontaktFormularForm {
	float: left;
	width: 435px;
}
.kontaktFormRow {
	height: 25px;
	width: auto;
}
.kontaktFormRowTxt {
	width: auto;
	padding-top: 10px;
}
.kontaktFormFeld {
	float: left;
	width: 320px;
}
.kontaktFormFeldName {
	float: left;
	width: 80px;
	padding-left: 10px;
}

input.stdFeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
	width: 300px;
	height: 16px;
}
input.zip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
	width: 70px;
	height: 16px;
}
input.city {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
	width: 210px;
	height: 16px;
	margin-left: 18px;
}
.txt {
	margin-left: 10px;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	border: 1px solid #666666;
	height: 80px;
	margin-top: 10px;
}
span.error {
	color: #FF0000;
}
input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #666666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.kontaktFormBTN {
	text-align: right;
	width: 390px;
}

/*
 * -----------------------------------------------------------
 * @section pressekontakt
 * -----------------------------------------------------------
 */
.pressekontaktLogos {
	height: 215px;
	width: 1002px;
	background-color: #E5EAF0;
}
.pressekontaktDaten {
	height: 200px;
	width: 1002px;
	background-color: #FFFFFF;
}

.pressekontaktDaten p {
	margin-bottom: 0px !important;
}

.pressekontakt {
	display: none;
}

/*
 * -----------------------------------------------------------
 * @section Sitemap
 * -----------------------------------------------------------
 */
#sitemap {
	height: 355px;
	width: 921px;
	margin-left: 10px;
	background-color: #E5EAF0;
	overflow: hidden;
	padding-top: 60px;
	padding-left: 81px;
}
.sitemapFeld {
	height: auto;
	width: 200px;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}
.sitemapFeld ul {
	list-style-type: none;	
}
.sitemapFeld ul li {
	display: block;
	height: 18px;
	width: 200px;
	margin-bottom: 2px;
	background-color: #86A9CB;
	padding-top: 0px;
}
.sitemapFeld ul li ul li {
	display: block;
	height: 20px;
	width: 200px;
	margin-bottom: 2px;
	background-color: #C7D4E5;
}

.sitemap_ebene1_feld a {
	color: #000000 !important;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px !important;
	display: inline;
}
.sitemap_ebene1_feld a:hover {
	color: #242C89 !important;
}
.sitemap_ebene2_feld a  {
	background-image: url(../file/layout/link_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 19px;
	display: block;
	padding-top: 1px !important;
	color: #000000 !important;
}
.sitemap_ebene2_feld a:hover {
	background-position: 3px -44px;
	color: #242C89 !important;
}

/* Popups Sitemap */
.sitemapPopUp {
	background-color: #E5EAF0;
	border: 1px solid #E5EAF0;
	position: absolute;
	display: none;
}
.sitemapPopUp ul {
	list-style-type: none;	
}
.sitemapPopUp ul li {
	background-color: #A6B8D7;
	border: 1px solid #E5EAF0;
	padding-right: 5px;
	padding-left: 5px;
}

.sitemap_ebene3_feld a {
	background-image: url(../file/layout/link_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 14px;
	display: block;
	padding-top: 0px !important;
	color: #000000 !important;
	font-size: 10px;
	line-height: 14px !important;
}
.sitemap_ebene3_feld a:hover {
	background-position: 0px -45px;
	color: #242C89 !important;
}