/*#########################*/
/*##### import styles TEST1 #####*/
/*#########################*/
/*##### FCE styles #####*/
	@import url("fce.css");
/*##### Glossary styles #####*/
	@import url("glossary.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: #3178BA;
}

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


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

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

#contentwrap table {
	border-collapse: collapse;
}

#contentwrap td{
	vertical-align: top;
/*	padding: 5px;*/
/*	border-bottom: 1px solid #aaa;*/
}
/*
#contentwrap th{
	vertical-align: top;
  border-bottom: 1px solid;
  color: #031e51;
  padding: 5px;
} 
*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	color: #031e51;
	line-height: 18px;
	margin: 5px 0 3px 0;
}
/* RTE CSS */
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

span.important { color: 95003c; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }
/* RTE end*/
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: 5px 0;
}
#contentwrap ol{
	padding: 5px 0;
}
#contentwrap ul li,  #contentwrap ol li{
	margin-left: 20px;
}
	
#contentwrap .filelinks .pdf {
	background-image: url(../img/pdf.gif) !important;
	height:25px;
}

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


/*##################*/
/*##### HEADER #####*/
/*##################*/
#headerwrap {
	/*height: 105px;
*/
	height: 135px;
	margin-bottom: 0 0 2px 0;
	padding: 0;
	background-image: url(../img/head_background.gif);
	background-repeat: no-repeat;
	background-position: top;
}
/*##### logo #####*/
#headerwrap #logo {
	width: 204px;
	padding-left: 35px;
	padding-top: 18px;
	margin-bottom: 10px;
}

/*##### service menu #####*/
#headerwrap #servicemenu {
	width: 743px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: 1.1em;
	height: 15px;
	position: relative;
}

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

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

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

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

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

/*##### searchbox #####*/
#headerwrap #search{
	float: right !important;
	width: auto;
	height: 25px;
}

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

#headerwrap #search input {
	width: 135px;
	border: 1px solid #d5d5d5;
	padding: 2px 0px;
	vertical-align: top;
	font-size:11px;
	margin-top:1px;
}

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

#headerwrap #search input.button {
	width: 55px;
	border: 1px solid #d5d5d5;
	padding: 1px 0 1px 0;
	/*margin-left: 3px;*/
	background-image: none;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	margin: 1px 0 0 2px;
}

/*##### countrypagename #####*/
#headerwrap #countrypagename {
	float: right;
	border-right: 1px solid #666666;
	margin-right: 8px;
	padding-right: 7px;
  line-height: 18px;
}

/*##### mainmenu #####*/
#headerwrap #mainmenu {
	height: 26px;
	width: 981px;
	margin-left: 7px;
	background-image: url(../img/navbar_background.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index: 100;
}

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

/* Ebene 1 */
ul.m1 li {
	float: left;
	width: 130px;
	height: 26px;
	display: block;
	position: relative;
}

ul.m1 li a:link,
ul.m1 li a:visited {
	display: block;
	width: 129px;
	height: 21px;
	padding-top: 4px;
	border-left: 1px solid #3a78de;
	background-image: url(../img/navpoint_background.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
	text-align: center;
}

ul.m1 li a.active {
	background-image: url(../img/navpoint_background_act_n.jpg);
}

/*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: 1px solid #b1b1b1;
	background-color: #FFFFFF;
}

ul.m1 ul li {
	width: 240px;
	height: 15px;
	clear: left;
}

ul.m1 ul a:link,
ul.m1 ul a:visited {
	clear: left;
	border: 0px;
	padding: 0px;
	height: 15px;
	background-image: none;
	width: 229px;
	padding-right: 10px;
	color: #797979;
	text-align: right;
	margin-bottom: 1px;
}

*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: 26px;
	left: -141px;
	z-index: 1000;
}

/* 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;
}

ul.m1 ul.m2 li:hover a,
ul.m1 ul.m2 li a:hover,
ul.m1 ul.m2 li a:active {
	background-color: #d4d4d4;
	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-color: #ffffff;
	color: #797979;
}

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: #d4d4d4;
	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: #ffffff;
	color: #797979;
}

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: #d4d4d4;
	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;
}
/*##### breadcrumb menu #####*/
#headerwrap #breadcrumb {
	margin: 0px 14px;
	padding: 6px 15px;
	border-bottom: 2px dotted #9A9A9A;
	position: relative;
}

#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 {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 44px;
}

*html #headerwrap #breadcrumb #print_ico {
  right: 10px;
}
*/

#headerwrap #breadcrumb .printlinkimage {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 30px;
  margin-top: 2px;
  width: 20px;
}
*html #headerwrap #breadcrumb .printlinkimage {
  margin-right: 30px;
}
/*#################*/
/*##### FLASH #####*/
/*#################*/
#flashwrap {
	padding: 0 35px;
	margin-bottom: 10px;
}

/*###################*/
/*##### CONTENT #####*/
/*###################*/
#contentwrap {
	padding: 0px 35px;
	font-size: 1.2em;
	position: relative;
}

#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 #####*/
.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: #031e51;
}

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

.tx-ttnews-browsebox td p a,
p.searchPages span,
p.searchPages a {
	border: 1px solid #3178BA;
	padding: 1px 4px;
}
	
.tx-ttnews-browsebox td p a:hover,
p.searchPages a:hover {
	color: #031e51 !important;
}

.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell p a,
p.searchPages span.pager-current {
	color: #031e51 !important;
	border-color: #031e51;
}

.tx-ttnews-browsebox td.tx-ttnews-browsebox-PCell p a,
.tx-ttnews-browsebox td.tx-ttnews-browsebox-NCell p a,
p.searchPages span.pager-next, p.searchPages span.pager-prev,
p.searchPages span.pager-next a, p.searchPages span.pager-prev a {
	border: 0px;
}

/*##### 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;
}

/*##### Fulltext Search Results #####*/
#searchResults .searchresult-element-content {
	margin-bottom: 1em;
}
p.searchPages span.pager-next, p.searchPages span.pager-prev {
	padding: 0;
}
	
p.searchPages span.pager-next img, p.searchPages span.pager-prev img {
	vertical-align: middle;
}

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

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

#footerwrap a:hover,
#footerwrap a:focus {
	color: #003399;
}
/* Sitemap */
div.tx-dropdownsitemap-pi1 {
	margin-left: 100px;
}
/*##### overLIB style #####*/
#overLibContentWrap {
	font-size:12px !important;
	color: #797979 !important;
	width: 250px !important;
	padding-bottom: 10px;
} 
#overLibContentImage {
  background: url(../../../typo3conf/ext/overlib/images/contentBG_left.png);
  background-repeat: repeat-y;
}

.TipCap {
	font-size: 1em !important;
	color:#031e51 !important;
	line-height:18px !important;
	font-weight: bold !important;
	padding-bottom: 5px !important;
}
.TipClose a {
	font-size: 1.2em !important;
	font-weight: bold !important;
	color: #797979 !important;
	position: absolute !important;
	left: 220px !important;
	line-height: 1.2em !important;
}
/*****************************
*
*	Form
*
******************************/
.tx-powermail-pi1_fieldset {
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
}

.tx-powermail-pi1_fieldset legend {
  display: none;
}

.tx_powermail_pi1_fieldwrap_html,
.tx_powermail_pi1_fieldwrap_html_text {
  width: 360px;
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
  display:block;
}

.tx_powermail_pi1_fieldwrap_html label,
.tx_powermail_pi1_fieldwrap_html_text label,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
  font-weight: bold;
  color: #535353;
  width: 150px;
  float:left;
}

.tx_powermail_pi1_fieldwrap_html input,
.tx_powermail_pi1_fieldwrap_html_text input,
.tx_powermail_pi1_fieldwrap_html_file input,
.tx_powermail_pi1_fieldwrap_html_textarea textarea,
.tx_powermail_pi1_fieldwrap_html_select select {
  width: 200px;
  margin: 0;
}

.tx_powermail_pi1_fieldwrap_html_select select {
	border: 1px solid #cccccc;
}

.tx_powermail_pi1_fieldwrap_html input,
.tx_powermail_pi1_fieldwrap_html_text input{
  height: 18px;
}
.tx_powermail_pi1_fieldwrap_html_submitgraphic input {
  width: 18px;
  float: right;
  margin-right: 5px;
  border: none;
}
.tx_powermail_pi1_fieldwrap_html_file input {
  height: auto;
}

.tx_powermail_pi1_fieldwrap_html .powermail_radio_inner {
  float:left;
  width: auto;
  height: 25px;
}

.tx_powermail_pi1_fieldwrap_html .powermail_radio_inner label,
.tx_powermail_pi1_fieldwrap_html_text .powermail_radio_inner label {
  width:auto;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
  display:none;
}


.powermail_check_inner input,
.powermail_radio_inner input {
  border: none;
  padding: 0;
  margin: 0;
  width:auto;
  height: auto;
}

.powermail_radio_inner input {
  margin: 0 15px 0 3px;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_submit, input[type=submit]{
  cursor: pointer;
  width:auto;
  background: white url(../img/button_arrow_right.gif) no-repeat left;
  border: none;
  color: #031e51;
  font-size:12px;
  font-weight:bold;
  padding-left:22px;
  margin: 5px 0;
  height: 22px;
}

/* Sonderstile*/
a.download {
  margin: 3px 0;
  display: block;
}


.internal-link img,
.download img,
a img {
  line-height: inherit;
  vertical-align: text-bottom;
  margin: 0 2px 0 0;
  padding: 0;
}

dl.csc-textpic-image,
dl.csc-textpic-lastcol {
/*  margin: 0 !important;*/
  padding: 0  !important;*/
}
dd.csc-textpic-caption, .news-single-imgcaption{
  font-size: 0.9em;
  padding: 3px 0 6px 0;
}
.csc-textpic{
  margin: 8px 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom:10px;
}
/*****************************************************/
/* TEMPORARY FIX FOR MISSING LINKS                   */
/****************************************************/
#contentwrap span, #contentwrap span.mainDescription {
 background-color:transparent !important;
 border: none !important;
 color:#666666 !important;
}


/*****************************************************/
/* IE6 FIXES                   */
/****************************************************/
*html table {
	font-size: 1em;
}

*html a:active {
	color: #3178BA;
}

*html #contentwrap .news-latest-item h2 a {
	color: #031e51 !important;
}

*html div.content_slider div.slide {
	width: 855px !important;
}

*html .tx-maritproductcatalog-pi1 .colL {
	position: relative !important;
}

*html .alpine_europe li {
	width: 171px !important;
}

*html .thirtyContent {
	padding-right: 15px !important;
}
/******************************************************/
/* front end editing for news */
/******************************************************/
table.typo3-editPanel td.typo3-editPanel-controls {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}
table.typo3-editPanel td.typo3-editPanel-controls img {
	padding: 0px;
	margin: 0px;
}
table.typo3-editPanel td.typo3-editPanel-label {
	background-color: #fff;
}

/******************************************************/
/* products */
/******************************************************/
div#contentwrap div.tx-maritproductcatalog-pi1 div.singleRoot {
	margin-top: -13px;
}
#contentwrap a.buynow{
 color: #002962;
	text-decoration: none;
}
#contentwrap a.buynow:link {
	color: #002962;
}

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