/*#########################*/
/*##### import styles #####*/
/*#########################*/
/*##### FCE styles #####*/
	@import url("fce.css");
/*##############################*/
/*##### general Styles #########*/
/*##############################*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #3d8dc7;
	text-decoration: none;
}

/* Order matters: LHVA = link, visited, hover, active */
a:link {
	color: #3d8dc7;
}

a:visited {
	color: #3d8dc7;
}

a:hover {
	color: #003399;
	text-decoration: none;
}

a:active {
	color: #003399;
}

a:focus {
	color: #3d8dc7;
}


body {
	font-size: 100.01%;
/* entspricht 16px, 100% ergibt keine gleichm��ige Skalierung im IE */
	margin: 0px;
	color: #666666;
	margin-top:29px;	
	
}

/* Center content in IE 6; make popup-menus work*/
*html body {
	text-align: center;
	behavior: url(fileadmin/template/css/csshover.htc);
}

table {
	border-collapse: collapse;
/* keine doppelten Rahmen und Abstände zwischen Rahmen*/
	border-spacing: 0px;
}

td {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin-bottom: 0.3em;
	color: #002962;
	line-height: 18px;
}

textarea, input, select {
	font-size: 1em;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}

select {
	margin: 15px 0pt 20px 2px;
	min-width: 150px;
}

img {
	border: none;
}

hr {
	border: 0px;
	border-top: 1px solid #000000;
	height: 0px;
}

.left {
	float: left;
}

.rigth {
	float: right;
}

.clear {
/* zum clearen der floatenden Div's */
	clear: both;
	line-height: 0px;
	height: 0px;
	width: 0px;
	font-size: 0px;
}

dfn {
	display: none;
}

img, div {
  behavior: url(../img/iepngfix.htc);
}

#contentwrap ul {
	list-style-type: square;
	padding: 10px 0 10px 0;
}

#contentwrap ul li {
	margin-left: 20px;
}

/*##############################*/
/*##### page construction ######*/
/*##############################*/
#container {
/*	margin: 10px auto;
	width: 790px;
	background-image: url(../img/body_background_europe.gif);
	background-repeat: repeat-y;
	text-align: left;
	font-size: 62.5%;*/
/* entspricht 10px */

	margin: 0px auto;
	width: 925px;
	text-align: left;
	font-size: 62.5%;
}

/*##################*/
/*##### HEADER #####*/
/*##################*/
#headerwrap {
	/*height: 115px;
	margin-bottom: 2px;
	/*background-image: url(../img/head_background_europe.gif);*/
	/*background-repeat: no-repeat;
	height: 80px;*/
	
	height: 45px;
	margin-bottom: 0 0 2px 0;
	padding: 0;
	
}

/*##### logo #####*/

#headerwrap #logo {
	/*width: 204px;
	padding-left: 35px;
	padding-top: 21px;*/

	position:absolute;
	width: 204px;
	/*padding-left: 76px;*/
	padding-left: 0px;
	padding-top: 0px;
	top:25px;
	margin-bottom: 10px;	
	
}
/*##### service menu #####*/
#headerwrap #servicemenu {
	width: 536px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: 1.1em;
	height: 15px;
}

#headerwrap #servicemenu a:link,
#headerwrap #servicemenu a:visited,
#headerwrap #servicemenu #print_ico {
	color: #666666;
	text-decoration: none;
	margin: 0 5px;
}

#headerwrap #servicemenu a:hover,
#headerwrap #servicemenu a:focus {
	color: #003399;
}

#headerwrap #servicemenu img {
	vertical-align: middle;
}

#headerwrap #servicemenu #print_ico {
	position: relative;
	right: -5px;
	cursor: pointer;
}

/*##### breadcrumb menu #####*/
#headerwrap #breadcrumb {
	margin: 0px 14px;
	padding: 6px 10px;
	border-bottom: 2px dotted #666666;
}

#headerwrap #breadcrumb a,
#headerwrap #breadcrumb a:link,
#headerwrap #servicemenu a:visited,
#headerwrap #breadcrumb a:active,
#headerwrap #breadcrumb a:focus {
	color: #666666;
	text-decoration: none;
}

#headerwrap #breadcrumb a:hover {
	color: #003399;
}

#headerwrap #breadcrumb #print_ico {
	position: relative;
	float: right;
	cursor: pointer;
	top:0;
	right:-7px;
}

#printlink-box {
  background-image:url(../img/printlink_.gif);
  background-position:left center;
  float:right;
  height:20px;
  padding:7px 10px 20px;
  position:absolute;
  width:158px;
  cursor: pointer;
	top:345px;
	right:260px;
}
#printlink-box #printlinka {
color:#666666;
padding:10px 0 0 30px;
}

/*##### language menu #####*/
#headerwrap #langmenu {
	width: 340px;
	margin-right: 10px;
	text-align: right;
}

#headerwrap #langmenu a {
	margin-left: 2px;
}

/*##### searchbox #####*/
/*#headerwrap #search {
	float: right !important;
	margin-right: 15px;
	width: 185px;
}

#headerwrap #search input {
	width: 135px;
	border: 1px solid #d5d5d5;
	padding: 2px 0px;
}

#headerwrap #search input.button {
	width: 45px;
	border: 1px solid #d5d5d5;
	padding: 1px 0px;
	margin-left: 3px;
}*/
/*##### searchbox #####*/

*+html #headerwrap #search{ 
}

#headerwrap #search{
	float: right !important;
	width: auto;
	height: 17px;
	position: absolute;
	margin-left:772px;
	top:45px;
	z-index:2000;
	background-image: url(../img/searchicon.jpg);
	background-repeat: no-repeat;
	padding-left: 21px;
	
}

#headerwrap #search form {
	margin-right: 20px;
}

#headerwrap #search input {
	width: 95px;
	/*border: 1px solid #d5d5d5;*/
	padding-top:2px;
	padding-bottom: 1px;
	height: 14px;
	padding-left: 6px;
	vertical-align: top;
	font-size:11px;
	margin-top:0px;
	border:none;
	color: #7c7c7c;
	background-color: #ececec;
}

* html #headerwrap #search input {
	height: 18px;  
}
	

#headerwrap #search input.button {
	width: 19px;
	/*border: 1px solid #d5d5d5;*/
	padding: 0px 0 0px 0;
	/*margin-left: 3px;*/
	background-image: url(../img/searchbtn.jpg);
	background-repeat: no-repeat;
	/*background-image: none;*/
	color: #666;
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	margin: 0px 0 0 0px;
}






/*##### mainmenu #####*/
#headerwrap #mainmenu {
	height: 45px;
	/*width: 778px;*/
	width: 720px;
	background-image: url(../img/bg-mainnavi.jpg);
	background-repeat: repeat-x;
	position: relative;
	z-index: 100;
	float:right;
}

.before-m1 {
	float: left;
	background-image: url(../img/before-m1.jpg);
	background-repeat: no-repeat;	
	width: 61px;
	height: 45px;

	
}

ul.m1 {
	float: right;
	list-style: none;
}

/* Ebene 1 */
ul.m1 li {
	float: left;

	height: 45px;
	display: block;
	position: relative;
	/*padding-right: 21px;*/
	padding-right: 18px;
}

ul.m1 li a:link,
ul.m1 li a:visited {
	display: block;
	height: 29px;
	padding-top: 16px;
	/*border-left: 1px solid #3a78de;*/
	/*background-image: url(../img/navpoint_background.gif);*/
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
	/*font-size: 1.3em;*/
	font-size: 1.2em;
	font-weight:bold;
	text-align: center;
}

ul.m1 li a:hover {
	color: #000000;
}


ul.m1 li a.active {
	/*background-image: url(../img/navpoint_background_act_n.jpg);*/
	background-color: #FFFFFF;
	color:#000000;
	height: 29px;
}

/*ul.m1 li:hover a,
ul.m1 li a:hover,
ul.m1 li a:active {
}*/

/* globale Formatierung Submenü-Listen */
ul.m1 ul {
	list-style: none;
	width: 240px;
	padding: 4px 0px;
	/*border-left: 1px solid #002776;
	border-right: 1px solid #002776;
	border-bottom: 1px solid #002776;*/
	/*background-color: #FFF;*/
	background-image: url(../img/93p-trans-blue-png.png);
}

ul.m1 ul li {
	width: 230px;
	clear: left;
	padding-bottom: 5px;
	height:auto;
	padding-left:10px;
}

ul.m1 ul a:link,
ul.m1 ul a:visited {
	clear: left;
	border: 0px;
	padding: 0px;
	background-image: none;
	width: 223px;
	padding-right: 0px;
	color: #ffffff;
	text-align: left;
	margin-bottom: 1px;
	font-size:11px;
	height:auto;	
}

*html ul.m1 ul a:link,
*html ul.m1 ul a:visited {
	width: 239px;

}


ul.m1 ul li.drop .pfeil {
	background-image: url(../img/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;
}
/* Ebene 2 */
ul.m1 ul.m2 {
	display: none;
	position: absolute;
	top: 45px;
	left: -121px;
	z-index: 1000;
	padding-top:5px;
	
}

/* Ebene 2 einblenden */
/*ul.m1 li:hover ul.m2,
ul.m1 li.hover ul.m2 {
	display: block;
}*/

ul.m1 ul.m2 a:link,
ul.m1 ul.m2 a:visited {
	position: relative;
	z-index: 1000;
	padding:3px;
}

ul.m1 ul.m2 li:hover a,
ul.m1 ul.m2 li a:hover,
ul.m1 ul.m2 li a:active {
	background-color: #FFF;
	color: #003399;
}

*+html ul.m1 ul.m2 li:hover a, ul.m1 ul.m2 li a:hover, ul.m1 ul.m2 li a:active {
	background-color: #fefefe;
	color: #003399;
}



/* Ebene 3 */
ul.m1 ul.m2 ul.m3 {
	display: none;
	position: absolute;
	left: 242px;
	top: -5px;
	z-index: 1000;
}

/* Ebene 3 einblenden */
/*ul.m1 ul.m2 li:hover ul.m3,
ul.m1 ul.m2 li.hover ul.m3 {
	display: block;
}*/

ul.m1 ul.m2 ul.m3 li a:link,
ul.m1 ul.m2 ul.m3 li a:visited {
	background: none;
	color: #ffffff;
}

ul.m1 ul.m2 ul.m3 li:hover a,
ul.m1 ul.m2 ul.m3 li a:hover,
ul.m1 ul.m2 ul.m3 li a:active {
	background-color: #ffffff;
	color: #003399;
}



*+html ul.m1 ul.m2 ul.m3 li:hover a, ul.m1 ul.m2 ul.m3 li a:hover, ul.m1 ul.m2 ul.m3 li a:active  {
	background-color: #fefefe;
	color: #003399;
}



/* Ebene 4 */
ul.m1 ul.m2 ul.m3 ul.m4 {
	display: none;
	position: absolute;
	left: 242px;
	top: -5px;
	z-index: 1000;
}

/* Ebene 4 einblenden */
/*ul.m1 ul.m2 ul.m3 li:hover ul.m4,
ul.m1 ul.m2 ul.m3 li.hover ul.m4 {
	display: block;
}*/

ul.m1 ul.m2 ul.m3 ul.m4 li a:link,
ul.m1 ul.m2 ul.m3 ul.m4 li a:visited {
	background-color: #000000;
	background:none;
	color: #ffffff;
}

ul.m1 ul.m2 ul.m3 ul.m4 li:hover a,
ul.m1 ul.m2 ul.m3 ul.m4 li a:hover,
ul.m1 ul.m2 ul.m3 ul.m4 li a:active {
	background-color: #ffffff;
	color: #003399;
}

*+html ul.m1 ul.m2 ul.m3 ul.m4 li:hover a, ul.m1 ul.m2 ul.m3 ul.m4 li a:hover, ul.m1 ul.m2 ul.m3 ul.m4 li a:active {
	background-color: #fefefe;
	color: #003399;
}


/* Ebene 5 */
ul.m1 ul.m2 ul.m3 ul.m4 ul.m5{
	display: none;
	position: absolute;
	left: -212px;
	top: -5px;
	z-index: 1000;
}
/* Ebene 5 einblenden */
/*ul.m1 ul.m2 ul.m3 ul.m4 li:hover ul.m5,
ul.m1 ul.m2 ul.m3 ul.m4 li.hover ul.m4 {
	display: block;
}*/

ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li a:link,
ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li a:visited {
	background-color: #ffffff;
	color: #797979;
}

ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li:hover a,
ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li a:hover,
ul.m1 ul.m2 ul.m3 ul.m4 ul.m5 li a:active {
	background-color: #d4d4d4;
	color: #003399;
}


/*#################*/
/*##### FLASH #####*/
/*#################*/
#flashwrap {
	/*padding-left: 8px;
	padding-top: 45px;*/
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom:7px;
	background-image: url(../img/header-shadow.gif);	
	background-position: bottom;
	background-repeat: no-repeat;	
}
div#flashwrap div.tx-flashslideshow-pi1{
	padding-left: 8px;
}

/*######################*/
/*##### FLEXBANNER #####*/
/*######################*/
#flexbanner {
background-image:url(../img/bg_flex.jpg);
background-repeat:no-repeat;
clear: both;
height:176px;
margin-left:3px;
text-align:left;
width:770px;
padding: 8px 0 0 8px;
}
/*###################*/
/*##### CONTENT #####*/
/*###################*/
#contentwrap {
	padding: 0px 0px;
	font-size: 1.2em;
	padding-top:20px;
	
}

.aeuoMainpageColumnFrame {
  margin-left: 30px;
  margin-top: 60px;
}

/*#contentwrap a:link, #contentwrap a:visited {
	color: #3d8dc7;
	text-decoration: none;
}
#contentwrap a:hover, #contentwrap a:active {
	text-decoration: underline;
}
*/

#contentwrap p {
	line-height: 18px;
}

/*##### slider #####*/
#contentwrap #ajaxsliderwrap {}

#contentwrap .slider {}

.slider .arrow_left {
	width: 21px;
	height: 90px;
	float: left;
	margin: 28px 4px 0px 0px;
}

.slider .arrow_right {
	width: 21px;
	height: 90px;
	float: left;
	margin: 28px 0px 0px 4px;
}

.slider .slidercontent {
	float: left;
	width: 846px;
	overflow: hidden;
}

.slider .slidercontent2 {
	float: left;
	width: 2000px;
}

.slider .slidercontent2 {
	font-size: 0.9em;
}

.slidercontent .sliderElement {
	float: left;
	margin-right: 9px;
	width: 162px;
}

/*##### News #####*/
.news-latest-container  {
	float:left;
	/*width:1136px;*/
	width: 990px;
	
	background-repeat: no-repeat;
	background-image: url(../img/news-teaser-bg.gif);
	/*padding-left:23px;*/
	padding-left:0px;
	padding-top:30px;
	background-position: -88px top;
	margin-top:-7px;
	/*margin-left:-75px;*/

}


.news-latest-item  h1 {
	color: #7c7a7c;
	font-size:14px;
	font-weight:bold;
/*	padding-left: 29px;*/
	/*background-image: url(../img/news-arrow.gif);
	background-position: 5px 3px;
	background-repeat: no-repeat;*/
	height: 59px;
	width: 190px;
	float:left;

}

.news-latest-item .news-arrow {
	float:left;
	height:30px;
	width:26px;
	padding-top:2px;
	padding-left:4px;
}


.news-latest-item a {
	color:#7b797b !important;

}


.news-latest-item a:hover {
	text-decoration:none !important;
	color: #398ec6 !important;
}


.news-latest-item {
	float:left;
	/*padding-right: 120px;*/

	margin-bottom: 1em;
	float:left;
	padding-right: 5px;
	height:100px;	
	

	width:325px;
	height: auto;	
	
}

.news-latest-item  .colTop {
	float: left;
	padding-bottom:15px;	
}

.news-latest-item  .colBottom {
	float: left;
	padding-left: 0px;
	padding-bottom:5px;
}



.accordionContent .news-list-container,
.news-latest-item,
.news-list-item {
	overflow: hidden;
	/*width: 100%;*/
}

.news-latest-item,
.news-list-item {
	margin-bottom: 1em;
}

td.news-latest-item h2,
td.news-latest-item p {
  font-size: 1em;
  line-height: 1.2em !important;
  padding: 0;
}

td.news-latest-item h2 {
  margin: 0 0 3px 0;
}

.news-latest-item .colLeft,
.news-list-item .colLeft {
	margin-right: 1em;
}

.accordionContent div.news-list-item,
.accordionContent div.news-latest-item {
	float: left;
	width: 33.333%;
	height: 110px;
}

.accordionContent .news-latest-item {
	width: 210px;
	padding-right: 10px;
}

.accordionContent .news-latest-container td {
	padding-bottom: 10px;
}
.accordionContent .tx-chgallery-pi1{
	min-height: 170px;
}
.news-latest-item div.colLeft,
.news-list-item div.colLeft {
	width: 110px;
	float: left;
}

.news-latest-item div.colRight,
.news-list-item div.colRight {
	float: left;
	vertical-align: top;
	width:470px;
}

*html .news-latest-item div.colRight,
*html .news-list-item div.colRight {
	width: 450px;
}

.news-latest-morelink,
.news-list-morelink {
	padding-top: 0.5em;
}

.news-amenu-container {
	margin-bottom: 2em;
}
	
.news-search-form {
	position: absolute;
	top: 32px;
	left: 180px;
}

select#news-amenu-years {
	min-width: 110px;
	width: 110px;
	vertical-align: top;
}

.news-amenu-submit {
	background: url(../img/button_arrow_right.gif) no-repeat;
	border: none;
	width: 22px;
	height: 22px;
	margin-top: 14px;
}

.news-single-img {
	float: left;
	padding: 0em 1em 1em 0em;
}

.news-single-item .clearer {
	clear: both;
	padding-top: 1em;
}


.news-single-item h2,
.news-single-item h2 span.news-single-timedata {
  margin: 5px 0 20px 0;
  padding: 0;
  color: #666666;
  font-size: 1.2em;
}

.news-single-item h2 span.news-single-timedata {
  font-size: 1em;
}

.news-single-item h3 {
  margin: 0 0 15px 0;
  padding: 0;
}

.news-single-item p {
  margin: 0 0 20px 0;
  padding: 0;  
}

.news-single-item p img {
  margin: 0 7px 0 0;
  vertical-align: text-bottom;
  padding: 0;  
}

.news-single-backlink a {
	background: url(../img/button_arrow_left.gif) no-repeat;
	padding-left: 30px;
	line-height: 22px;
	display: block;
	color: #031e51 !important;
	font-weight: bold;
}

.news-list-container .tx-ttnews-browsebox {
	text-align: left;
}

.news-list-container .tx-ttnews-browsebox table {
	float: left;
}

.news-single-timedata,
.news-list-date, .news-latest-date {
	color: #031e51;
}

#contentwrap .news-list-item h2 a,
#contentwrap .news-list-item h3 a,
#contentwrap .news-latest-item h2 a {
	color: #002962;
}
/* Quicklinks Home*/

#contentwrap div.thirtyContent p a.download {
	line-height: 22px;
}

.tx-ttnews-browsebox table {
	border-collapse: separate;
	border-spacing: 2px;
}

.tx-ttnews-browsebox td p a {
	border: 1px solid #3d8dc7;
	padding: 1px 4px;
}

.tx-ttnews-browsebox td p a:hover {
	color: #002962 !important;
}

.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell p a {
	color: #002962 !important;
	border-color: #002962;
}

/*##### shadowFrame #####*/
.shadowFrameLayer1, .shadowFrameLayer2, .shadowFrameLayer3, .shadowFrameLayer4, .shadowFrameLayer5, .shadowFrameContent{
  position: relative;
  bottom: 1px;
  right: 1px;
}
.shadowFrameLayer1{
  background-color: #fcfcfc;
  margin: 5px 0 0 5px;
  
}
.shadowFrameLayer2{
  background-color: #f4f4f4;
}
.shadowFrameLayer3{
  background-color: #d9d9d9;
}
.shadowFrameLayer4{
  background-color: #b5b5b5;
}
.shadowFrameLayer5{
  background-color: #9f9f9f; /*ganz dunkel*/
}
.shadowFrameContent {
  border: 4px solid #e6e6e6;
  background-color: #FFF;
  padding: 5px 7px;
}



/*##################*/
/*##### FOOTER #####*/
/*##################*/
#footerwrap #copyright {
	text-align:left;
}
#footerwrap #footer-metanavi {
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:14px;
}

#footerwrap {
	font-size:11px;
	height: 90px;
	padding-top: 15px;
	/*background-image: url(../img/foot_background.gif);
	background-repeat: repeat-y;*/
	color: #666666;
	text-align: right;
}

#footerwrap a:link,
#footerwrap a:visited {
	text-decoration: none;
	margin: 0px 5px;
	color: #666666;
}

#footerwrap a:hover,
#footerwrap a:focus {
	color: #003399;
}


/*#footerwrap {
	height: 90px;
	margin-top: 50px;
	background-image: url(../img/foot_background_europe.gif);
	background-repeat: repeat-y;
	color: #666666;
	text-align: center;
	font-size: 1.2em;
}

#footerwrap a:link,
#footerwrap a:visited {
	text-decoration: none;
	margin: 0px 5px;
	color: #666666;
}

#footerwrap a:hover,
#footerwrap a:focus {
	color: #003399;
}

/* Styles for "Company" */
/*table.contenttable {
	clear: both;
	margin: 10px 0;
}

table.contenttable td {
	padding: 0 10px 10px 0;
	margin: 0;
}

table.contenttable p.bodytext,
table.contenttable p {
	padding: 0;
	margin: 0;
}

table.contenttable p.bodytext img {}

/* Sitemap */
/*div.tx-dropdownsitemap-pi1 {
	margin-left: 100px;
}

table.contenttable ul {
	list-style-type: none !important;
	padding: 2px 0 5px 0 !important;
	margin: 0;
}

table.contenttable ul li {
	padding: 0 0 2px 0 !important;
	margin: 0 !important;
}


table.contenttable p.bodytext a:link,
table.contenttable p a:link {
	color: #327ABA;
}

table.contenttable p.bodytext a:hover,
table.contenttable p a:hover {
	text-decoration: none;
	color: #003399;
}
/*##### overLIB style #####*/
#overLibContentWrap {
	font-size:12px !important;
	color: #797979 !important;
	width: 250px !important;
	height: 125px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
} 
.TipCap {
	font-size: 1em !important;
	color:#002962 !important;
	line-height:18px !important;
	font-weight: bold !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
}
.TipClose a {
	font-size: 1.2em !important;
	font-weight: bold !important;
	color: #797979 !important;
	position: absolute !important;
	/*left: 238px !important;*/
	left: 220px !important;
	line-height: 1.2em !important;
}
