@charset UTF-8;

/* !Vorlagen */
/* ---------------------------------------------------------------------- */	
.dummyClass {
                     opacity : 0.80; /* most versions of Firefox, Safari, and Opera */
                      filter : alpha(opacity=80); /* This one you need for IE. */
                -moz-opacity : 0.80; /* old school versions of the Mozilla browsers like Netscape Navigator */
              -khtml-opacity : 0.80; /* Safari (1.x) when the rendering engine it was using was still referred to as KTHML, as opposed to the current WebKit */
}

/* !General */
/* ---------------------------------------------------------------------- */	

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 11px;
	line-height: 15px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

img {
	border:0;
}

img a,
img a:link,
img a:visited,
img a:active {
/*
	line-height : 50px;
	
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
*/
}

td {
	padding:0!important;
}

.clear {
	clear: both;
}

.spacer {
	height:1px;
	width:1px;
	overflow:hidden;
/*
	border : 1px dashed red;
*/
	
/* Damit der IE auch kleine div-Höhen erlaubt.
 Es liegt daran, dass der IE in den Elementen eine gewisse
Zeilenhöhe (10-12px) für Text reserviert, auch wenn keiner
enthalten ist, und da die Elementhöhe "nur" einen Pixel
betragen soll, wird ihm mit overflow:hidden mitgeteilt, wie
er mit dem "Übergroßen" Inhalt umzugehen hat.overflow:hidden;
*/
}

.SpaltenAbstand {
	width:15px;
}

.HintergrundDunkelblau {
	background-color:#1C4788;
}

.HintergrundHellgrau {
	background-color:#E8ECF3;
}

/*
#table1 {
	border : 1px dashed black;
}
#table2 {
	border : 1px dashed red;
}
#table3 {
	border : 1px dashed green;
}
#table4 {
	border : 1px dashed blue;
}
#table5 {
	border : 1px dashed orange;
}
#table6 {
	border : 1px dashed yellow;
}
#table7 {
	border : 1px dashed magenta;
}
*/

textarea,input {
	border:1px solid #cccccc;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-decoration:none;
	color:#555555;
}


	
/* Wenn man das so angibt wird der Focus im IE6 auch für <input type="image"> Elemente angewendet */
/*
textarea:focus,
input:focus {
	background-color : #E6E4FF;
	outline : none;
}
*/

input {
	border:1px solid #cccccc;
	padding:2px;
}

iframe {
	border:0;
}

/* !EXT tt_news */
/* ---------------------------------------------------------------------- */
	
.bodytext,
.news-list-morelink {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

.news-list-morelink a,
.news-list-morelink a:link,
.news-list-morelink a:visited,
.news-list-morelink a:active,
.news-list-morelink a:hover {
	text-decoration:none;
}

.news-single-author,
.news-single-category,
.news-single-timedata {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#1C4788;
	text-decoration:none;
}

.news-single-item h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#1C4788;
	text-decoration:none;
}

hr.clearer {
	clear:right;
	height:1px;
	border:1px solid #cccccc;
}

ul {
	/* list-style-image:url(/fileadmin/images/bullet.gif); */
	padding-top:0;
	padding-bottom:0;
	padding-left:16px;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

.LabelSearch {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#FFFFFF;
	text-decoration:none;
}


/*
Beim Einbinden von YouTube Videos werden ohne diese Eigenschaften 
möglicherweise unterschiedliche Abstände unter dem Element verwendet.
Der Internet Explorer 6 und 7 brauchen diese Eigenschaften nicht für das object Tag 
sondern für das object Tag. Deshalb wird das in iehacks.css separat nochmal definiert.
*/

object {
	display:block;
	margin-bottom:15px;
}


/* !standard styles */
/* ---------------------------------------------------------------------- */

#mainWrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#headerWrapper {
	height: 350px;
	width: 1024px;
	position: relative;
}

#overlay {
	height: 70px;
	width: 1024px;
	background-image: url(../images/overlay_04.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#logo {
	margin-left: 106px;
	margin-top: 12px;
	height: 45px;
	width: 257px;
	float: left;
}

#mainMenuWrapper {
	float: right;
	margin-top: 24px;
	width: 640px;
}

#mainMenu {
	float: right;
	margin-right: 116px;
	position: relative;
}

#headerImage {
	height: 350px;
	width: 1024px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#headerImageSlider {
	height: 350px;
	width: 1024px;
}

#contentWrapper {
	width: 1024px;
	background-image: url(../images/content_bg_05.png);
	background-repeat: repeat-x;
}

#subMenu {
	margin-left: 116px;
	margin-top: 40px;
	margin-bottom: 120px;
	width: 230px;
	float: left;
	color:#555555;
}

#content {
	margin-left: 20px;
	margin-top: 40px;
	width: 540px;
	float: left;
}

#footerWrapper {
	width: 1024px;
	height: 95px;
	border-top: 1px solid #f0f0f0;
	margin-top: 50px;
	margin-bottom: 5px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#footerWrapper b {
  color: #888;
}

#footerLeft {
	width: 234px;
	height: 80px;
	border-right: 1px solid #dddddd;
	float: left;
	margin-left: 116px;
	margin-top: 10px;
}

#footerMiddle {
	/* width: 318px; */
	width: 360px;
	height: 80px;
	border-right: 1px solid #dddddd;
	float: left;
	margin-top: 10px;
}

#footerAddress {
	width: 120px;
	float: left;
	margin-left: 15px;
}

#footerContact {
	width: 180px;
	float: left;
	margin-left: 20px;
}

#footerRight {
	width: 234px;
	height: 80px;
	float: left;
	margin-top: 10px;
	padding-left: 15px;
}

/* !mainMenu */
/* ---------------------------------------------------------------------- */

.mainMenuItem {
	float: left;
	margin-left: 20px;
	list-style: none;
}

#mainMenu a {
	font-size: 15px;
	text-transform: uppercase;
	color:#555555;
}

#mainMenu a:hover {
	color: #ffffff;
}

.mainMenuItemSelected {
	float: left;
	margin-left: 20px;
	list-style: none;
	color: #ffffff;
}

.mainMenuItemSelected a {
	color: #ffffff !important;
	margin-top: 3px;
}

.mainMenuButtonLeft {
	height: 22px;
	width: 5px;
	display: block;
	float: left;
}

.mainMenuButtonMiddle {
	height: 19px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	display: block;
	float: left;
}

.mainMenuButtonRight {
	height: 22px;
	width: 5px;
	display: block;
	float: left;
}

.mainMenuButtonHoverLeft {
	height: 22px;
	width: 5px;
	background-image: url(../images/button_hover_left.png);
	display: block;
	float: left;
}

.mainMenuButtonHoverMiddle {
	height: 19px;
	padding-top: 3px
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(../images/button_hover_middle.png);
	display: block;
	float: left;
}

.mainMenuButtonHoverRight {
	height: 22px;
	width: 5px;
	background-image: url(../images/button_hover_right.png);
	display: block;
	float: left;
}

.mainMenuButtonActLeft {
	height: 22px;
	width: 5px;
	background-image: url(../images/button_act_left.png);
	display: block;
	float: left;
}

.mainMenuButtonActMiddle {
	height: 19px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(../images/button_act_middle.png);
	display: block;
	position: relative;
	float: left;
}

.mainMenuButtonActRight {
	height: 22px;
	width: 5px;
	background-image: url(../images/button_act_right.png);
	display: block;
	float: left;
}



/* !subMenu */
/* ---------------------------------------------------------------------- */

.subMenuItem {
	border-bottom: 1px solid #cccccc;
	height: 29px;
	padding-top: 10px;
}

#subMenu a {
	font-size: 13px;
	color:#555555;
}

#subMenu a:hover {
	color:#ee1c25;
}

.subMenuItemSelected {
	border-bottom: 1px solid #cccccc;
	height: 29px;
	padding-top: 10px;
	color: #ee1c25;
}

.subMenuItemSelected a,
.subMenuItemSelected a:link,
.subMenuItemSelected a:hover {
	color: #ee1c25 !important;
}

/* !headerSlideshow */
/* ---------------------------------------------------------------------- */

.headerImageItem {
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 350px;
}

#headerImageArrowLeft {
	height: 60px;
	width: 48px;
	background-image: url(../images/arrow_left.png);
	position: absolute;
	top: -160px;
	left: 100px;
	z-index: 2;
	/* display: none; */
	cursor: pointer;
}

#headerImageArrowRight {
	height: 60px;
	width: 48px;
	background-image: url(../images/arrow_right.png);
	position: absolute;
	top: -160px;
	left: 894px;
	z-index: 2;
	/* display: none; */
	cursor: pointer;
}

/* !startpage */
/* ---------------------------------------------------------------------- */

#contentStartLeft {
	width: 230px;
	float: left;
	margin-left: 116px;
	margin-top: 40px;
}

#contentStartMiddle {
	width: 230px;
	float: left;
	margin-left: 50px;
	margin-top: 40px;
}

#contentStartRight {
	width: 230px;
	float: left;
	margin-left: 50px;
	margin-top: 40px;
}

/* !startpageItem */
/* ---------------------------------------------------------------------- */

.startpageItemWrapper {
	line-height: 0px;
}

.startpageItemWrapper a {
	display: block;
	position: relative;
}

#startpageItemTitle {
	font-size:14px;
	text-transform: uppercase;
	color:#ee1c25;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 18px;
	width: 230px;
}

#startpageItemImage {}

#startpageItemContent {
	margin-top: 12px;
}

/* !teamItem */
/* ---------------------------------------------------------------------- */

#teamSlider {
	height: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#teamArrowLeft {
	height: 60px;
	width: 48px;
	background-image: url(../images/arrow_left.png);
	position: absolute;
	top: -160px;
	left: 100px;
	z-index: 2;
}

#teamArrowRight {
	height: 60px;
	width: 48px;
	background-image: url(../images/arrow_right.png);
	position: absolute;
	top: -160px;
	left: 894px;
	z-index: 2;
}


#teamItem {
	width: 180px;
	float: left;
	margin-top: 70px;
	position: relative;
	cursor: pointer;
}

#teamImage {
	text-align: center;
	width: 180px;
}

#teaminfobox {
	position: absolute;
	width: 164px;
	height: 54px;
	padding-top: 15px;
	padding-left: 7px;
	display: none;
	z-index: 20;
}

#teaminfoboxTop {
	background-image: url(../images/team_infobox_top.png);
	background-repeat: no-repeat;
	height: 17px;
}

#teaminfoboxMiddle {
	background-image: url(../images/team_infobox_middle.png);
	padding-left: 15px;
}

#teaminfoboxBottom {
	background-image: url(../images/team_infobox_bottom.png);
	background-repeat: no-repeat;
	height: 8px;
}



#teamName {
	color:#ee1c25;
	font-weight: bold;
}

#contentTeam #teamName {
	font-size:14px;
	line-height:normal;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#ee1c25;
	text-decoration:none;
	text-align:left;
	margin-bottom:8px;	
}

#teamPosition {
	color:#ee1c25;
}

#teamItem #teamDetailWrapper {
	/* display: none; */
}

#teamDetailWrapper {
	display: none;
}

#content #teamDetailWrapper {
	display: block;
}

#teamActive {
	position: absolute;
	top: 275px;
	left: 7px;
	width: 165px;
	height: 5px;
	background-color: #ee1c25;
	display: none;
}

#teamBackButton {
	margin-top: 15px;
}

/* !FCE seeing, der weg zur brille */
/* ---------------------------------------------------------------------- */

#seeingWrapper {}

#seeingHeader {
	cursor: pointer;
}

#seeingTop {
	width: 540px;
	height: 80px;
}

.seeingIcon {
	float: left;
	height: 80px;
	cursor: pointer;
}

.seeingIconAct {
	border-bottom: 1px solid #EE1C25;
}

.seeingTextWrapper {
	display: none;
}

.seeingTextWrapper p {
	display: inline;
}

.seeingDetail {
	display: none;
}

#seeingBottom {
	margin-top: 20px;
	color:#555555;
}

#seeingBottomContentHeader {
	display: none;
	margin-bottom: 0px;
}

#seeingBottomContentHeader p {
	font-size: 13px;
}

#seeingBottomContentDetail {
	display: none;
}

#seeingDetailBack {
	display: none;
	margin-top: 8px;
}

#seeingBottom .seeingTextWrapper {
	display: block;
	cursor: pointer;
}

.seeingArrowWrapper {
	width: 35px;
	height: 80px;
	float: left;
}

.seeingArrow {
	width: 9px;
	height: 15px;
	margin-top: 33px;
	margin-left: 13px;
	background-image: url(../images/arrow_icon.png);
}

/* !imageGallery */
/* ---------------------------------------------------------------------- */

.galleryLink {
	color: #555555;
}

.logoutButton {
    position:fixed;
    top:20px;
    left:20px;
    border: 1px solid #999999;
    background-color: #cccccc;
    padding: 3px;
    display: none;
}

