/*#########################*/
/*##### 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;
	margin-top:29px;
}

/* 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 {
	/*border:1px solid #FE0000;*/
	margin: 0px auto;
	/*width: 997px;*/
	/*width: 1136px;*/
	width: 925px;
	/*background-image: url(../img/body_background.gif);
	background-repeat: repeat-y;*/
	text-align: left;
	font-size: 62.5%;
/* entspricht 10px */
}


/*##################*/
/*##### HEADER #####*/
/*##################*/
#headerwrap {	
	height: 55px;
	margin-bottom: 0 0 2px 0;
	padding: 0;
	width:925px;	
}
/*##### logo #####*/
#headerwrap #logo {
	position:absolute;
	width: 204px;	
	padding-left: 0px;
	padding-top: 0px;
	top:35px;
	margin-bottom: 10px;
}

/*##### language menu #####*/
#headerwrap #langmenu {
	float:right;
	margin-top:-20px;
	padding-right:20px;

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

/*##### countryname_and_flag #####*/
#headerwrap #countryname_and_flag {
	width:auto;
	float:right;
	margin-top:-22px;
	padding-right:11px;
}
#headerwrap #countryname_and_flag .countryname_text {		
	float:left;	
	padding-top:5px;
	font-weigh:bold;
	margin-right:5px;
	font-size:12px;
	text-align:right;
}
#headerwrap #countryname_and_flag .countryname_image {
	float:left;	
	text-align:right;
}

/*##### searchbox #####*/
*+html #headerwrap #search{ 
}

#headerwrap #search{
	float: right !important;
	width: auto;
	height: 17px;
	position: absolute;
	margin-left:772px;
	top:55px;
	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;
}

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

/*##### mainmenu #####*/
#headerwrap #mainmenu {
	height: 55px;
	/*width: 778px;*/
	/*width: 670px;*/
	width: 560px;
	background-image: url(../img/bg-mainnavi.jpg);
	background-repeat: repeat-x;
	position: absolute;
	margin-left:205px;
	top:39px;
	z-index: 500;
	float:right;
	padding-right:160px;
}

.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;
}
/*##### breadcrumb menu #####*/
#container #breadcrumb {
	margin-left: 0px;
	/*margin-top:100px;*/
	/*padding: 6px 15px;*/
	padding-bottom:6px;
	padding-top: 10px;
	margin-bottom:20px;
	border-bottom: 2px dotted #9A9A9A;
	/*position: relative;*/
	margin-top:0px;
	float:left;
	/*width: 1136px;*/
	/*width: 1063px;*/
	width:925px;

	padding-left:0px;
	/*background-image: url(../img/header-shadow.gif);*/
	background-repeat: no-repeat;
	background-position: top left;

}

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

/*
#container #breadcrumb #print_ico {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 44px;
}

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

#container #breadcrumb .printlinkimage {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 30px;
  margin-top: 2px;
  width: 20px;
}
*html #container #breadcrumb .printlinkimage {
  margin-right: 30px;
}
/*#################*/
/*##### FLASH #####*/
/*#################*/
#flashwrap {
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom:7px;
	background-image: url(../img/header-shadow.gif);	
	background-position: bottom;
	background-repeat: no-repeat;

}

#flashwrap .csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin:0px;
  padding:0px;
}
#flashwrap .csc-textpic  {
  margin:0px;
  padding:0px;
}


#flashsliderwrap  {

}


/*###################*/
/*##### CONTENT #####*/
/*###################*/
#contentwrap {
	padding: 0px;
	font-size: 1.2em;
	position: relative;
	float: left;
	/*padding-left:75px;
	padding-right:75px;*/
}

#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:20px;
	padding-top:30px;
	background-position: -68px 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:7px;
	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-list-container {
	width:920px;
}

.news-list-item {
	margin-bottom: 1em;
	width:450px;
	float:left;
	padding-right: 5px;
	height:100px;
}


.news-list-item {
	padding-bottom: 20px;

}

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

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


*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;*/
	padding-bottom: 30px;
	background-image: url(../img/searchicon-news.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	border-left:none;
	background-position: 0px 0px;
}

*+html .news-search-form {
	background-position: 0px 1px;

}


.news-search-form  form input {
	width: 240px;
	padding-left:8px;
}

*+html .news-search-form  form input {

}


.news-search-form  form span input {
	position:absolute;
	background-image: url(../img/searchbtn-news.jpg);
	background-repeat:no-repeat;
	margin-left:15px;
	width: auto;
	padding-left:20px;
	background-position: 0px 4px;
	margin-top:-4px;

}
*+html .news-search-form  form span input {
	background-position: 0px 3px;
	margin-top:-3px;

}


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;
	width:920px;
	clear: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;
	margin-top:20px;
}

.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;*/
	font-weight:bold;
}

.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;
}



.news-list-container .news-list-browse {
	clear:both;
}
.news-list-container .news-list-item .news-list-morelink {
	clear:both;
	display:block;
}

.news-list-container .news-list-browse .browseLinksWrap a {
	margin-right:10px;
}
.news-list-container .news-list-browse .browseLinksWrap span {
	margin-right:10px;
}


/*##### 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 #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;
}
/* 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;*/
  background: white url(../img/searchbtn-news.jpg) 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;
}

.singleHeader {
	width: 928px;
	margin-bottom: 10px;
}

.singleHeader .singleCols{

}

.singleHeader .singleCols .colL h1{ 

}

.singleHeaderBottom {
}

.singleHeaderBottomLeft {
	
}

.singleHeaderBottomLeft  #tx-maritproductcatalog-pi1-imagelist {
	float:left;
}

.singleHeader #tx-maritproductcatalog-pi1-imagelist img {
	cursor: pointer;
	margin-left:0px;
	margin-right:4px;
	border: 1px solid #ccc;
	float:left;
	margin-bottom:4px;
}

.singleHeader #tx-maritproductcatalog-pi1-imagelist img:hover {
	cursor: pointer;
	border:1px solid #999;
}

.product-thumbnails {
	margin-top:10px;
}


.product-thumbnails .mediaswitch-videos {
	background: url(../../../typo3conf/ext/rms_pdbconnector/res/img/video.gif) no-repeat;
	line-height: 24px;
	height: 23px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	background-position: 0px 3px;
	
}

.product-thumbnails #tx-maritproductcatalog-pi1-videolist {
	float:left;
}

.product-thumbnails .mediaswitch-videos a {
	padding-left: 25px;
}

.product-thumbnails .mediaswitch-images {
	/*background: url(../img/zoom.gif) no-repeat;*/

}

.product-thumbnails .mediaswitch-images a {
	padding-left: 25px;
}


#special-links {
	float:left;
	width:100%;
	height:50px;
}


.singleHeader .colR {
	float:right;
	padding-top:35px;
	width:415px;
}


.tx-rmspdbconnector-pi1 .singleHeader .colR {
	margin:0px;
	padding-left:20px;
	padding-right:10px;
	padding-top:20px;
	width: 390px;	
	background: url(../img/product-head-bg.jpg) no-repeat;
	background-position: -2px 0px;
}

.tx-rmspdbconnector-pi1 .singleHeader .colL {
	padding-top:12px;
}

.tx-rmspdbconnector-pi1 .singleHeader .colL  h1{
	padding-bottom:10px;
	font-size:18px;
	line-height:22px;
}

.jqZoomWindow {
	margin-top:0px;
}



/******************************************************/
/* products overview*/
/******************************************************/

ul.category-list {
	list-style: none !important;
	overflow: hidden;
	margin: 0 -30px 0 0 !important;
	width:950px;
}

ul.category-list li {
	float: left;
	height: 178px !important;
	width:215px !important;

	margin: 0px 21px 15px 0px !important;
}




ul.category-list li a img {
  /*border: 1px solid #347abc;*/
	border: none !important;
	margin-bottom:12px !important;
}

ul.category-list li h2 {
	font-size: 12px !important;
	line-height: 15px !important;
	padding-left: 24px;
	padding-bottom:3px;

	font-weight:bold;
	color:#656565 !important;
	background-image: url(../img/link-arrow.png);
	background-repeat: no-repeat;
}

ul.category-list li h2 a:hover {
	color: #003399 !important;
	text-decoration: none  !important;
}

ul.category-list li h2 a {
	color: #666666 !important;
	text-decoration: none  !important;
}

#contentwrap .view_all {

}

#contentwrap .view_all span {
	color: #006edc  !important;
}

#contentwrap div.content_slider div.slide {
	margin-top:7px;
}

#contentwrap div.content_slider {
	padding-bottom:15px;
}


/*FACEBOOK*/

.fb-like-cat {
	margin-top:10px;
}


#fb-btn {
	float:right;
	width:150px;
	text-align:left;
}

#fb-like-dummy {
	float:left;
	text-align:left;
}



.fb-like {

}


.fb-like-fake {
	position:absolute;
	z-index:10000;
}

#real-fb {
}


#privacy-tooltip {
	border: 1px solid #ccc;
	position:absolute;
	padding:8px;
	margin-right:155px;
	margin-top:-100px;
	z-index: 20000;
	font-size:11px;
	color:#999;
	background-color:#FFF;
	line-height: 14px;
	text-align:left;
	width: 200px;
	right:0px;

}


