﻿* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 101%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #005aaa;
	background: #fff;
	text-align: center;
}
img {
	border: 0px;
}

h2 {
  font-weight: bold;
  border-bottom: 1px solid #005aaa;
  margin-bottom: 20px;
  font-size: 14px;
}


/* --------------- basic layout and positions --------------- */
#container {
	position: relative;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
}
#containerAllwrap {
	width: 990px;
	margin: auto;
	text-align: left;
	padding: 50px 0;
	position: relative;
}
/* left col */
#containerCol1 {
	width: 744px;
	float: left;
	text-align: left;
}
#col1Header {
	width: 744px;
	height: 192px;
	background: url(graphics/headerMain.jpg) no-repeat;
	float: left;
	position: relative;
	text-align: left;
}
#col1Content {
	padding: 250px 40px 10px 40px;
}
/* right col */
#containerCol2 {
	width: 246px;
	float: left;
}
#col2Header {
	width: 247px;
	height: 120px;
	margin-bottom: 4px;
	background: url(graphics/headerRight.jpg) -2px -1px repeat-x;
}
/* footer */
#containerBottom {
	width: 990px;
	clear: both;
	border-top: 1px solid #005aaa;
	padding-top: 10px;
	color: #88ced0;
	font-size: 80%;
}
/* -------------- header elements --------------- */
#col1HeaderHeadline {
	position: relative;
	top: 60px;
	left: 40px;
}
#col1HeaderHeadline {
	position: relative;
	top: 54px;
	left: 37px;
	
	margin-bottom: -14px;
	display: none;
}
#col1HeaderMetaMenu {
	position: relative;
	top: 73px;
	
	left: 40px;
	
	
	top: 71px;
	left: 0px;
	background: #d8f0f0;
	width: 744px;
	width: 700px;
	height: 19px;

	padding-top: 2px;
	margin-left: 1px;
	padding-left: 39px;

  top: 96px;	

}
#col1HeaderMenu {
	width: 744px;
	height: 75px;
	margin-top: 119px;
	
	margin-top: 98px;
	
	margin-top: 123px;
	position: relative;
}

/* --------------- menus --------------- */
/* meta menu */
#col1HeaderMetaMenu UL {
	list-style-type: none;
}
#col1HeaderMetaMenu LI {
	float: left;
}
#col1HeaderMetaMenu LI A {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 100;
	color: #005aaa;
	text-decoration: none;
	margin-right: 15px;
}
/* main menu */
/*#col1HeaderMenu {
  width: 744px; 
  height: 40px; 
  position:absolute;
   
  z-index:100;
}*/
#col1HeaderMenu UL {
	list-style-type: none;
}
#col1HeaderMenu UL LI {
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 6px;
}
#col1HeaderMenu UL LI A, #col1HeaderMenu UL LI A:visited {
	display: block;
	width: 168px;
	height: 28px;
	line-height: 28px;
	padding: 6px;
	background: #fff;
	font-size: 16px;
	font-weight: bolder;
	color: #005aaa;
	text-align: center;
	text-decoration: none;
	border: 1px solid #005aaa;
	margin: 0px -12px;
	margin-left: 7px;
}
#col1HeaderMenu UL LI.first, #col1HeaderMenu UL LI.first a {
	margin-left: 0px;
	padding-left: 0px;
}
#col1HeaderMenu UL LI UL {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 47px;
	width: 741px;
	height: 40px;
	height: 30px;
	float: left; /*border-top: 1px solid #005aaa;*/;
	border-left: 1px solid #005aaa;
	border-right: 1px solid #005aaa;
	border-bottom: 1px solid #005aaa;
	margin-top: 5px;
	
	margin-left: 0px;
}

#col1HeaderMenu UL LI UL LI {
	width: 171px;
	display: block;
	}

#col1HeaderMenu UL LI.firstHasSub UL {
	border-top: 0px;
	background: url(graphics/menu-l2-bg.gif) -710px 0px no-repeat #d9eff1;
}
#col1HeaderMenu UL LI.secondHasSub UL {
	border-top: 0px;
	background: url(graphics/menu-l2-bg.gif) -525px 0px no-repeat #d9eff1;
}
#col1HeaderMenu UL LI.thirdHasSub UL {
	border-top: 0px;
	background: url(graphics/menu-l2-bg.gif) -338px 0px no-repeat #d9eff1;
}
#col1HeaderMenu UL LI.fourthHasSub UL {
	border-top: 0px;
	background: url(graphics/menu-l2-bg.gif) -148px 0px no-repeat #d9eff1;
}
#col1HeaderMenu UL LI:hover A, #col1HeaderMenu UL LI A:hover, #col1HeaderMenu UL LI.act A {
	background: #d9eff1;
	color: #005aaa;
	height: 45px;
}
#col1HeaderMenu UL LI.noSub:hover A, #col1HeaderMenu UL LI.noSub A:hover, #col1HeaderMenu UL LI.noSub.act A {
	background: #d9eff1;
	color: #005aaa;
	height: 28px;
}
#col1HeaderMenu UL LI:hover UL, #col1HeaderMenu UL LI A:hover UL, #col1HeaderMenu UL LI.act UL {
	visibility: visible;
	display: block;
}
#col1HeaderMenu UL LI:hover UL, #col1HeaderMenu UL LI A:hover UL {
	z-index: 100;
}
#col1HeaderMenu UL LI:hover UL LI A, #col1HeaderMenu UL LI A:hover UL LI A, #col1HeaderMenu UL LI.act UL LI A, #col1HeaderMenu UL LI.act UL LI.act A {
	margin-left: 0px;
	float: left;
	border: 0px;
	height: 18px;
	background: transparent;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-left: 25px;
	width: auto;
	margin-top: -10px;
	display: block;
}


#col1HeaderMenu UL LI.secondHasSub LI.lastitem A {
	margin-left: 10px;
	}


#col1HeaderMenu UL LI:hover UL LI A:hover, #col1HeaderMenu UL LI.act UL LI A:hover, #col1HeaderMenu UL LI:hover UL LI.act A, #col1HeaderMenu UL LI.act UL LI.act A:hover {
	background: url(graphics/menu-L2-RO.gif) 0px 7px no-repeat transparent;

}
#col1HeaderMenu UL LI.act UL LI.act A {
	background: url(graphics/menu-L2-ACT.gif) -5px 13px no-repeat transparent;
}
#col1HeaderMenu ul li:hover ul li:hover ul, #col1HeaderMenu ul li a:hover ul li a:hover ul {
	background: #d9eff1;
	color: #005aaa;
}

/* --------------- typographie --------------- */
sup {
	font-size: 70%;
}
#col1Content {
	line-height: 19px;
	text-align: justify;
}
#col1Content P.bodytext A, #col1Content UL A {
	color: #005aaa;
	text-decoration: none; /*text-transform: uppercase;*/;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(graphics/linkRO.gif) 0 0 no-repeat;
}
#col1Content P.bodytext A:hover, #col1Content UL A:hover {
	color: #f00;
}

#col1Content H1 {
	color: #005aaa;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 9px;
	border-top: 1px solid #005aaa;
	border-bottom: 1px solid #005aaa;
	padding: 3px 0;
}
#col1Content p.bodytext {
	margin-bottom: 21px;
}
/*#col1Content UL {
  line-height: 24px;
  margin: 0 0 21px 21px;
  list-style-type: none;
  list-style-image: url(graphics/liBullet.gif);
  text-align: left;
}*/
#col1Content UL {
	line-height: 24px;
	margin: 0 0 19px 0;
	list-style: none;
	text-align: left;
	border: 1px solid #005aaa;
	padding: 15px;
}

#col1Content .tx-wtdirectory-pi1 UL, 
#col1Content .noFrame UL,
#col1Content .ContentHeader UL {
	border: 0px;
	padding: 0px;
}
#col1Content UL LI {
	line-height: 16px;
	padding: 0 0 8px 21px;
	background: url(graphics/liBullet.gif) 0 2px no-repeat;
}
.ContentHighlight {
	font-weight: 100;
	margin-bottom: 19px;
	background: #d9eff1;
/*border-top: 1px solid #005aaa;
  border-bottom: 1px solid #005aaa;*/	padding: 13px;
/*  letter-spacing: -0.5px;*/	text-align: left;
}
#col1Content .ContentHighlight p.bodytext {
	margin: 0;
}
.ContentHeader {
	font-weight: lighter;
	margin-bottom: 19px;
	border-top: 1px solid #005aaa;
	border-bottom: 1px solid #005aaa;
	padding: 3px 0 3px 0;
}
.ContentHeader b {
	color: #005aaa;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100; /*  line-height: 14px;*/;
	margin: 0 0 -14px 0;
	margin: 0;
	margin: 3px 0;
	padding: 0;
	display: block;
}
.ContentHeaderBig {
	font-weight: 100;
	margin-bottom: 19px;
	border-top: 1px solid #005aaa;
	border-bottom: 1px solid #005aaa;
	padding: 3px 0 0 0;
/*  letter-spacing: -0.5px;*/	text-align: left;
	clear: both;
}
.ContentHeaderBig i {
	font-style: normal;
	margin-top: -22px;
	display: block;
	margin-bottom: 3px;
}
.ContentHeaderBig b {
	color: #005aaa;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100; /*  line-height: 14px;
  margin: 3px 0 -14px 0;*/;
	margin-bottom: -16px;
	display: block;
	margin: 3px 0;
}
#col1Content .ContentHeaderBig p.bodytext, #col1Content .ContentHeader p.bodytext, #col1Content .ContentHeaderBig UL, #col1Content .ContentHeader UL {
	margin: 0;
	padding: 0;
}

.ContentHeaderBig IMG {
	margin: 0 0 3px 0 !important;
}

/* new box for berlin */
.contentboxBorder {
	border: 1px solid #005AAA;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	padding: 10px 10px 0 10px;
	margin: 20px 0;
}
.contentboxBorder h2{
	border: 0px;
	color: #77c7df;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1.0
}

.contentboxBorder p {
	margin-bottom: 10px !important;
}
.contentboxBorder.small {
	width: 350px;
}

.contentboxBorder.small A{
	padding-left: 0 !important;
	background: none !important;
	font-weight: normal !important;
}
/* berlin end */

.boxContact {
  border-bottom: 1px solid #005aaa;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.boxContactLast {
  border-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.boxContact .csc-textpic-text, .boxContactLast .csc-textpic-text {
  margin-left: 40px;
}
.boxContact .csc-textpic-imagewrap {
  margin-top: 3px;
}
.boxContact b, .boxContactLast b {
  text-transform: uppercase;
}

#col1Content .boxLeft,
.csc-frame-frame1 {
	float: left;
	width: 320px;
	background: none;
	margin: 0;
	padding: 0 10px 0 0;
	margin-bottom: 15px;
}

#col1Content .boxRight,
.csc-frame-frame2 {
	float: left;
	width: 320px;
	background: none;
	margin: 0;
	padding: 0 0 0 10px;
	margin-bottom: 15px;
}

.contactText .csc-frame-frame2, 
.contactText .csc-frame-frame1 {
  font-style: italic;
  text-align: left;

}


#col1Content .fullLine {
	line-height: 1px;
	clear: left;
	border-bottom: 1px solid #005aaa;
}

#col1Content .contactText P.bodytext {
	margin-bottom: 5px;
	font-style: italic;
	text-align: left;
}

#col1Content .contactText {
  clear: left;
}


/* fuer Subnavigation dritte ebene als content-element mit contenthaeder-class */
#col1Content .ContentHeader UL {
	list-style: none;
}
#col1Content .ContentHeader LI {
	display: inline;
	background: none;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
#col1Content .ContentHeader UL LI A {
	padding-right: 100px;
}
#col1Content .ContentHeader UL LI A:hover, #col1Content .ContentHeader UL LI.act A {
	background: url(graphics/linkDWN.gif) 0 0 no-repeat;
}

/* rechte inhaltsspalte */
#col2Content {
	padding: 28px 0 0 20px;
}
#col2Content DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
/*	margin-bottom: 21px !important;*/
	margin-bottom: 21px;
}
#col2Content object {
	margin-left: 10px;
}

#col2Content .rightColContact DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image{
  margin-bottom: 13px;
  padding: 0px;
}



/* footer */
#breadcrumb {
  width: 790px;
  float: left;
}
#breadcrumb A {
  color: #88ced0;
  text-decoration: none;
}
#copy {
  width: 200px;
  float: right;
  text-align: right;
}

/* --------------- forms --------------- */
/* lang-select dropdown */
#col1HeaderMetaMenu form#sr_language_menu_form {
	display: inline;
	font-size: 14px;
	position: absolute;
	left: 550px;
	left: 590px;
}
form#sr_language_menu_form fieldset {
	border: 0px;
	padding: 0;
	margin: 0;
}
form#sr_language_menu_form legend, form#sr_language_menu_form label {
	display: none;
}
form#sr_language_menu_form select {
	background: transparent;
	border: 0px;
	color: #005aaa;
	width: 150px;
}
form#sr_language_menu_form option {
	color: #005aaa;
	width: 130px;
	background: #d9eff1;
	border: 0px;
}
/* address list subsidaries */
#col1Content UL.wtdirectory_list.wtdirectory_list_wrap {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	float: left;
		margin-bottom: 15px;
	border-bottom: 1px solid #005aaa;
}
#col1Content UL.wtdirectory_list.wtdirectory_list_wrap LI {
	float: left;
	width: 330px;
	background: none;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;

	padding-top: 15px;
	margin-bottom: -1px;
	border-bottom: 1px solid #005aaa;
}

#col1Content UL.wtdirectory_list.wtdirectory_list_wrap LI.even {
	width: 320px;
	padding-left: 10px;
}



#col1Content .lastEntry UL.wtdirectory_list.wtdirectory_list_wrap  LI,
#col1Content .lastEntry UL.wtdirectory_list.wtdirectory_list_wrap  {
	border-bottom: 0px;
}


#col1Content UL.wtdirectory_list.wtdirectory_list_wrap.careerList LI {
	border-bottom: 0px;
}

#col1Content .wtdirectory_list_sb SELECT {
	border: 1px solid #005aaa;
	width: 300px;
	margin-bottom: 20px;
}

.wtdirectory_list_sb SELECT,
.wtdirectory_list_sb OPTION {
	background: transparent;
	border: 0px;
	color: #005aaa;


}

	



UL.wtdirectory_list.wtdirectory_list_wrap LI .description {
	font-style: italic;
	height: 60px;
	display: block;
}

#col1Content UL.wtdirectory_list.wtdirectory_list_wrap A, #col1Content .bodytext A.imglink {
	background: none;
	padding: 0;
	margin: 0;
}
#col1Content UL.wtdirectory_list.wtdirectory_list_wrap .vcard A {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	margin-top: 15px;
}

#col1Content UL.wtdirectory_list.wtdirectory_list_wrap .vcard A IMG{
	border: 1px solid #fff;
}
#col1Content UL.wtdirectory_list.wtdirectory_list_wrap .vcard A:hover IMG{
	border: 1px solid #f00;
}



.scroll {
	position: relative;
	display: block;
	height: 150px;
	overflow: scroll;
	padding: 15px 60px 15px 0px;
/*border:1px dashed black;*/	border-right: 0;
	margin: 0px 0 10px 0;
	background: #fff;
	left: 0;
	top: 0;
	width: 600px; /* fixes has-layout-bug in IE6*/;
	zoom: 1;
}
.scrollHandleBottom {
	bottom: -5px;
}
.scrollHandle {
	padding-bottom: 10px;
	height: 100%;
}

/*DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }*/

fieldset.defaultForm {
  border: 0px;
  padding: 0;
  margin: 0;
}

.formRow {
  clear: left;
  float: left;
  width: 400px;
  margin-bottom: 10px;
}

.formRow label {
  width: 150px;
  display: block;
  float: left;
}

.formRow input {
  float: left;
  width: auto;
}

.tx-fileupload-pi1 {
  margin-bottom: 20px;
}
