/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*

CSS fuer die Continental Website

ACHTUNG: 
Bitte keine Umlaute oder Sonderzeichen in den Beschreibungstexten verwenden!

*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ GENERAL START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear {
	overflow: hidden;
	width: 100%;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

body img {
	border-width: 0px;
}
table, tr, td, th {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	/*border: solid 1px #ffffff;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}
form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font: bold 27px Helvetica, Arial, Sans-serif; 
	color: #FB9D00;
	line-height: 100%;
}
h2 {
	font: normal 16px Helvetica, Arial, Sans-serif; 
	color: #FFFFFF;
	line-height: 110%;
}
h3 {
	font: bold 15px Helvetica, Arial, Sans-serif; 
	color: #000000;
	line-height: 120%;
}
p {
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	color: #000000;
	margin: 0px 0px 14px 0px;
}

.borderLeft {
	background-repeat: no-repeat;
	background-image: url(../img/border_left_bg.gif);
	background-position: 0px 0px;
}
.breadcrumbHead {
	position: absolute;
	top: 140px;
	left: 235px;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	color: #CCCCCC;
}
.breadcrumbHead a {
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px 13px 0px 0px;
	margin: 0px 5px 0px 0px;
	background-image: url(../img/link_navi_closed_white.gif);background-repeat:no-repeat;
	background-position: right 4px;
	background-repeat: no-repeat;
}
.breadcrumbHead a:hover {
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	color: #CCCCCC;
	text-decoration: underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ HEADER START HERE ~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header {
	width: 1000px;
	height: 170px;
}
.headerSpacer {
	width: 10px;
	height: 170px;
}

.headerLogo {
	height: 170px;
	margin-left: 20px;
	margin-right: 20px;
	float:none;
}

.headerLogo img {
	padding: 20px 0px 0px 0px;
}

.headerLogoLink{
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font: bold 10px Helvetica, Arial;
	color: #CCCCCC;
	height: 19px;
	background-repeat: no-repeat;
	background-image: url(../img/link_global_site.gif);
	background-position: 0px 3px;
	padding: 0 0 20px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ LEFT COMPONENT START HERE ~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.leftFrameContainer {
	margin: 10px 10px 0px 20px;
}

.localWebseites {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	width: 200px;
	margin: 0px;
}

.localWebseites a {
	font: normal 11px Verdana, Helvetica, Arial !important;
	color: #CCCCCC !important;
	background-color: #323232 !important;
	background-image: url(../img/link_navi_closed_white.gif);
	border: 1px solid Black;
}

.localWebseites a:hover {
	font-weight: bold !important;
	color: #000000 !important;
	background-color: #FB9D00 !important;
	background-image: url(../img/link_navi_closed_black.gif) !important;
}

.localWebseites li {
	padding: 0px 0px 5px 0px !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ QUICK SEARCH START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.quickSearch {
	width: 200px;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #5B5B5B;
	border-top: 1px solid #5B5B5B;
	padding: 10px 0px 0px 0px;
}
.quickSearch form {
	padding: 0px;
	margin: 0px;	
}
.searchText {
	height: 17px;
	float:left;
	width: 60px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font: bold 10px Tahoma, Helvetica, Arial;
	color: #CCCCCC;
	overflow: hidden;
	line-height: 17px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ NAVIGATION START HERE ~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navigation {
	width: 200px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.navigation ul, .localWebseites ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

.navigation p {margin: 0px 0px 0px 0px;}

.navigation ul li {
	margin: 0px 0px 1px 0px;
}
.navigation a, .navigation h2, .navigation span, .localWebseites a {
	display: block;
	text-decoration: none;
	font: normal 11px Verdana, Helvetica, Arial;
	color: #CCCCCC;
	background-color: #000000;
	padding: 0px 0px 0px 16px;
	line-height: 20px !important;
}

.navigation span {
	font: bold 11px Verdana, Helvetica, Arial !important;
	line-height: 20px !important;
	color: #000000;
	background-color: #FB9D00;
	background-image: url(../img/link_navi_open_black.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	border-bottom: 0px solid #000000;
	margin-bottom: 1px;
}

.pathEntry {
	color: #FFFFFF !important;
	background-color: #666666 !important;
	background-image: url(../img/link_navi_open_white.gif) !important;
}

.navigation h2 {
	text-transform: uppercase;
	font: bold 11px Helvetica, Arial;
	color: #FB9D00;
}

.navigation a, .localWebseites a {
	background-image: url(../img/link_navi_closed_white.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 0px 0px 0px 17px;
}

.navigation a:hover {
	font: bold 11px Verdana, Helvetica, Arial !important;
	line-height: 20px !important;
	color: #000000;
	background-color: #FB9D00;
	background-image: url(../img/link_navi_closed_black.gif);
}

.selectedParent {
	font: bold 11px Verdana, Helvetica, Arial !important;
	line-height: 20px !important;
	color: #000000 !important;
	background-color: #FB9D00 !important;
	background-image: url(../img/link_navi_closed_black.gif) !important;
}

.navigation ul ul, .navigation ul ul li,  .navigation ul ul ul li { 
	margin: 0 0 0px 0 !important; 
}

.navigation ul ul a {
	color: #FFFFFF;
	background-color: #545454;
	padding-left: 26px;
	background-position: 16px 8px;
}

.navigation ul ul span {
	padding-left: 26px;
	background-position: 16px 8px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.navigation ul ul ul span {
	background-color: #FB9D00;
	background-image: url(../img/link_navi_closed_black.gif)  !important;
	padding-left: 36px;
	background-position: 24px 8px  !important;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.navigation ul ul ul a {
	color: #FFFFFF;
	background-color: #545454;
	padding-left: 36px;
	background-position: 24px 8px !important;
}

.isActive {
	font: bold 11px Verdana, Helvetica, Arial !important;
	line-height: 20px !important;
	color: #FFFFFF  !important;
	background-color: #666666 !important;
	background-image: url(../img/link_navi_open_white.gif) !important;
}

.isActive.firstLevel {
	/*border-bottom: 1px solid #000000;*/
	margin-bottom: 1px;
	background-color: #545454 !important;
}

.flyoutmenu {
	border: 1px solid #000000;
	border-bottom: 0px;
	width: 200px; /*	height: 20px;*/
}

.flyoutmenu p {margin: 0px 0px 0px 0px;}

.flyoutmenu ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
.flyoutmenu ul li {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
	background-color: #545454;
	/*background-image: url(../img/flyoutmenu_bg.jpg);
	background-repeat:repeat-x;*/
}

.flyoutmenu a {
	display: block;
	text-decoration: none;
	font: normal 11px Verdana, Helvetica, Arial;
	color: #CCCCCC;
/*	background-color: #545454;*/
	background-image: url(../img/link_navi_closed_white.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 0px 0px 0px 17px;
	line-height: 20px;
}
.flyoutmenu a:hover {
	font: bold 11px Verdana, Helvetica, Arial !important;
	line-height: 20px !important;
	color: #000000;
	background-color: #FB9D00;
	background-image: url(../img/link_navi_closed_black.gif);
}

.flyoutmenuSelected{
	font: bold 11px Verdana, Helvetica, Arial !important;
	line-height: 20px !important;
	color: #000000 !important;
	background-color: #FB9D00;
	background-image: url(../img/link_navi_closed_black.gif) !important;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ CONTENT START HERE ~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.content {
	/*border: solid 1px #ffffff;*/
	width: 760px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.contentBgColor {
	background-color: #CCCCCC;
}
.contentInnerLeft {
	width: 500px;
	margin: 0px 10px 0px 0px;
	float: left;
	overflow:hidden;
}
.contentInnerRight {
	width: 250px;
	float: right;
	overflow: hidden;
}
.splashContent {
	width: 990px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: center;	
}
.splashInnerContent {
	margin: 1px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/splash_flash_fade_de.jpg);
}
.globalSearchContent {
	width: 980px;
	margin: 0px 0px 0px 20px;
}
.contentInnerHead {
	width: 760px;
	margin: 0px 10px 0px 0px;
	overflow:hidden;
}

/*Ueberschrfit mit schwarzer Umrandung*/
.headline {
	border: solid 5px #000000;
	height: 66px;
	padding: 7px 13px 7px 13px;
	position: relative;
}
/*Ueberschrfit mit schwarzem Hintergrund*/
.headlineBlackBg {
	height: 70px;
	padding: 20px 20px 0px 20px;
	background-color: #000000;
	position: relative;
}
/*Sub-Ueberschrift mit grauem Hintergrund z.B. Productfinder*/
.subheadlinegreyBg {
	line-height: 100%;
	height: 16px;
	padding: 17px 20px 17px 20px;
	background-color: #CCCCCC;
	font: bold 15px Helvetica, Arial; 
	color: #000000;
}
.headline .identifier{
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 20px;
	background-position: top right;
	background-repeat: no-repeat;
}
.headlineBlackBg .identifier {
	height: 100%;
	width: 50px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-position: top right;
	background-repeat: no-repeat;
}
.textBox {
	background-color: #CCCCCC;
	padding: 20px;
}
.textBox, .textBox table, .textBox td, .textBox p {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #000000;
}

.freeText {
	background-color: #000000;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #CCCCCC;
	height: 75px;
	width: 720px;
	overflow: hidden;
}
.freeText, .freeText p {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #CCCCCC;
}

.freeText, .freeText table, .freeText td {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #000000;
}

.mainTopic {
	height: 180px;
	padding: 5px 5px 5px 20px;
	background-color: #000000;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.mainTopic a {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 200%;
	background-image: url(../img/link_identifier_ov2headline.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
}
.mainTopic p {
	margin: 15px 0px 0px 0px;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #CCCCCC;
	line-height: 130%;
}
.mainTopic h1 {
	margin: 10px 0px 0px 0px;
	font: bold 27px Helvetica, Arial;
	color: #FB9D00!important;
	line-height: 100%;
}
.mainTopic h2 {
	font: normal 16px Helvetica, Arial;
	color: #FFFFFF!important;
	line-height: 110%;
}
/*.mainTopic img {*/
.mainTopic h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.subTopic h3 {
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;	
}
.mainTopic h3 a, .subTopic h3 a {
	background-image: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background-image: url(../img/link_identifier_arrow_right_orange.gif)!important;
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mainTopic h3, .mainTopic h3 a, .subTopic h3, .subTopic h3 a {
	text-decoration: none;
	font: normal 19px Helvetica, Arial, Sans-serif;
	color: #FB9D00;
	line-height: 120%;
}
.linkInternal, .linkExternal, .linkInternalBright {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #B96200;
	background-repeat: no-repeat;
	background-position: 4px 3px;
	text-decoration: none;
	padding: 0px 0px 0px 14px;
}
.linkInternal {
	background-image: url(../img/link_identifier_internal.gif);	
}
.linkExternal {
	background-image: url(../img/link_identifier_external.gif);
}
.linkInternalBright {
	color: #FB9D00;
	background-position: 4px 4px;
	background-image: url(../img/link_identifier_arrow_right_orange.gif);
}

.linkDownloadable, .linkLargeScale, .linkChangeInput, .linkNext, .linkPrevious {
	color: #B96200;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	text-decoration: none;
	background-repeat: no-repeat;
}
.linkDownloadable {
	background-image: url(../img/link_identifier_downloadable.gif);
	background-position: 0px 4px;
	padding: 0px 0px 0px 13px;
}

.linkDownloadable img, .linkInternal img, .linkExternal img {
	margin-top:-14px;
}

.linkLargeScale {
	background-image: url(../img/link_identifier_large_scale.gif);
	background-position: 0px 4px;
	padding: 0px 0px 0px 14px;
}

.linkChangeInput {
	background-image: url(../img/link_identifier_change_input.gif);
	background-position: 0px 4px;
	padding: 0px 0px 0px 11px;
}
.linkNext {
	background-image: url(../img/link_identifier_next.gif);
	background-position: right 5px;
	padding: 0px 16px 0px 0px;
}
.linkPrevious  {
	background-image: url(../img/link_identifier_previous.gif);
	background-position: 0px 5px;
	padding: 0px 0px 0px 15px;
}
.imageLegend {
	color: #666666!important; 
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial!important;
	line-height: 130%!important;	
	padding-bottom:14px;
}


.textBoxFolderDoc {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #000000!important;
	padding: 20px;
	background-color: #000000;
}

.contentImageLeft {
	margin-right:20px;
	margin-bottom:14px;
	padding-top:4px;
}

.contentImageRight {
	margin-left:20px;
	margin-bottom:14px;
	padding-top:4px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ MINIWINDOW START HERE ~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.miniWindowContentSpace {
	padding: 80px 20px 40px 20px;
	position: relative;	
	overflow: hidden;
}
.miniWindowContent {
	overflow: hidden;
}
.miniWindowTitle {
	height: 60px;
	background-color: #000000;
	overflow: hidden;
	padding: 20px 20px 0px 20px;
}
.miniWindowTextBox {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
.miniWindowTextBox table, .miniWindowTextBox tr, .miniWindowTextBox td{
	padding:0px;
	margin:0px;	
}
.miniWindowTextBox p {
	padding: 0px 0px 0px 0px;	
}
.miniWindowLinkList {
	padding: 0px 0px 0px 20px;
	background-color: #EBEBEB;
	overflow: visible;
}
.miniWindowLogo {
	position: absolute;
	left: 20px;
	top: 15px;
}
.miniWindowClose {
	position: absolute;
	right: 20px;
	top: 15px;
}
.miniWindowClose a {
	font: normal 13px Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
}

.miniWindowCopyText {
	/*position: absolute;*/
	left: 20px;
	bottom: 15px;
	float: left;
	margin-top: 10px;
}

.miniWindowFooterOptions {
	/*position: absolute;*/
	right: 20px;
	bottom: 15px;
	float: right;
	margin-top: 10px;
}
.miniWindowFooterOptions span,  .miniWindowFooterOptions a, .miniWindowCopyText span {
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	color: #989898;
	text-decoration: none;
}
.miniWindowFooterOptions span, .miniWindowCopyText span {
	background-image: url(../img/footer_link_border_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 20px 0px 8px!important;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}
.miniWindowFooterOptions span {
	padding: 5px 8px 0px 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ COLUMNCONTENT ~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.columnContentColBgrd1u2, .columnContentColBgrdHoriz {
	background-image: url(../img/column_content_bg.gif);
	float: left;
	width:760px;
}

.columnContentCol1 {
	padding: 20px 20px 0px 20px;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #000000!important;
	background-color: #CCCCCC;
	float: left;
	width:210px;
	overflow:hidden;
}
.columnContentCol1And2 {
	padding: 20px 20px 0px 20px;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #000000!important;
	background-color: #CCCCCC;
	float: left;
	width:460px;
	overflow:hidden;
}
.columnContentCol2 {
	margin: 20px 0px 0px 0px;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #000000!important;
	background-color: #CCCCCC;
	float: left;
	width:250px;
	overflow:hidden;
}

.columnContentCol3 {
	padding: 20px 20px 0px 20px;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #000000!important;
	background-color: #CCCCCC;
	float: left;
	width:210px;
	overflow:hidden;
}

.columnContentSpacer {
	float: left;
	width:10px;
}

.columnContentColBgrdHoriz {
	background-image: url(../img/column_content_horiz_bg.gif);
}
.columnContentSpacerHoriz {
	height:10px;
}

.columnContentColBgrdHoriz div.headlineBlackBg {
	min-height:92px;
	padding: 0;
}

.columnContentColBgrdHoriz div.headlineBlackBg  h2{
    color: #A2A2A2;
    font-size: 14px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.columnContentColBgrdHoriz div.headlineBlackBg  h1{
	font-size:20px;
}
.columnContentColBgrdHoriz div.columnHead {
	padding: 20px 20px 0;
	float:left;
}
.columnContentColBgrdHoriz div.colMovie {
	float:right;
	background-color: #000000;
	padding-bottom: 10px;
	margin-left: 10px;
	width: 230px;
}
.columnContentColBgrdHoriz div.colMovie img {
	width: 230px;
}

.columnContentColBgrdHoriz div.colMovie .captionlayer{
	color: #FFFFFF;
    font: 12px/150% Lucida Sans Unicode,Helvetica,Arial;
    padding-left: 10px;
    padding-top: 5px;
}

.columnContentColBgrdHoriz div.colMovie .captionlayer div{
	width: 100% !important;
}

.columnContentColBgrdHoriz div.colMovie .captionlayer h3{
	color: #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ NEWSPRESS ~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newspressdate {
	padding: 0px 13px 0px 8px;
	background-color: #FFFFFF;
	font-weight: normal!important;
}
.newspressdatespace {
	padding: 0px 11px 0px 0px;
	background-color: #CCCCCC;
}

.textBoxNewsPressRahmen {
	padding: 0px 5px 5px 5px;
	background-color: #000000;
	float:left;
	width: 240px;
}

.textBoxNewsPress {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #000000!important;
	background-color: #1C1C1C;
	padding: 20px;
	float: left;
	width: 200px;
	overflow: hidden;
}

.textBoxNewsPress .standardText {
	color: #CACACA;
}

.pressResultBackNext, .pressResultPaginator {
	height: 29px;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 29px;
	background-color: #000000;
	text-align: center;
	margin: 0px 0px 0px 0px;
	color: #CCCCCC;
}

.pressResultBackNext {
	width: 100px;
}

.pressResultPaginator {
	margin-left: 5px;
	padding-left: 5px; 
	padding-right: 5px;
}

.pressResultBackNext a, .pressResultPaginator a {
	color: #FB9E00;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	text-decoration: none;
	background-repeat: no-repeat;
	line-height: 29px;
}
.pressResultPaginator a, .pressResultPaginator strong {
	color:#CCCCCC;
	margin-left: 2px; 
	margin-right: 2px;
}

.pressResultBackNext .next {
	background-image: url(../img/link_identifier_next.gif);
	background-position: right 5px;
	padding: 0px 16px 0px 0px;
}
.pressResultBackNext .previous  {
	background-image: url(../img/link_identifier_previous.gif);
	background-position: 0px 5px;
	padding: 0px 0px 0px 15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ PODUCTFINDER START HERE ~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*grauer Hintergrund Hinter Navigator*/
.greyBg {
	padding: 0px 10px 0px 10px;
	background-color: #CCCCCC;
	height: 80px;
	z-index:0
}

.greyNav {
	background-color: #545454;
	height: 70px;
	z-index:3;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ SiteMAP STARTS HERE ~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sitemap {
	margin: 0px 0px 1px 10px !important;
}

.sitemap a {
	padding: 2px 0px 3px 21px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #545454;
	background-image: url(../img/link_navi_closed_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	border:1px solid #333333;
	width:217px;
/*	vertical-align:middle;
	line-height:100%;
*/
	text-align:left;
	font: 11px Verdana;
/*	float:left;*/
	display: block;
/*	overflow:visible;*/
}

.sitemap a:hover {
	color: #000000;
	background-color: #FB9D00;
	text-decoration: none;
	background-image: url(../img/link_navi_closed_black.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

.sitemap div tr td {
	vertical-align:top;
}

.sitemapimg3 {
	padding: 2px 0px 0px 0px;
	height:18px; 
	width:0px;
	background-image: url(../img/sitemap_ebenen_pfeil_leer.gif);
	background-repeat: no-repeat;
}

.sitemapgreyBg {
	padding: 0px 20px 0px 00px;
	background-color: #CCCCCC;
	z-index:0;
	width:740px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ SUBTOPICS START HERE ~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.subTopic, .subTopic p {
	color: #CCCCCC;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 120%;
	background-color: #000000;
}
.subTopic h1, .subTopic a {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 120%;
}
.subTopic .ovImg, .mainTopic .ovImg {
	position: relative;	
	width: 250px;
	height: 110px;
	overflow: hidden;
}
.mainTopic .ovImg {
	width: 245px;
	height: 180px;
	float: right;
}
.maiwwwwwnTopic div {
	width: 245px;
	height: 180px;
	float: right;
	text-align: right;
	margin: 0px 0px 0px 10px;
	text-align: center;
	overflow: hidden;
}
.subTopic .ovImg .sourceBg, .subTopic .subtopicImgLeftPressImg .sourceBg, .mainTopic .ovImg .sourceBg {
	background-image:none; /*url(../img/img_source_bg.png);*/
	filter: alpha(opacity=80);
	position: absolute;
	top: 95px;
	left: 0px;
	height: 15px;
	z-index: 10;
	padding: 0px 10px 0px 10px;
	width: 230px;
}
.mainTopic .ovImg .sourceBg {
	top: 165px;
	width: 225px;
}
.subTopic .ovImg .sourceTxt, .subTopic .subtopicImgLeftPressImg .sourceTxt, .mainTopic .ovImg .sourceTxt {
	Copytext: normal 10px Helvetica, Arial, Sans-serif;
	line-height: 15px;
	position: absolute;
	top: 95px;
	left: 0px;
	color: #ffffff;
	height: 15px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	z-index: 100;
	overflow: hidden;
	width: 230px;
}
.mainTopic .ovImg .sourceTxt {
	top: 165px;
	width: 225px;
}
.subTopic h1 {
	background-image: url(../img/link_identifier_ov2headline.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
}
.subTopicHeadlineImgTop {
	background-image: url(../img/link_identifier_ov2headline.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 7px 10px;
}
.subTopicHeadlineImgTop a {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 120%;
}
.subtopicImgRight, .subtopicImgLeft {
	height: 110px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.subtopicImgLeftPress {
	height: 110px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	padding: 0px 5px 0px 0px;
}
.subtopicImgLeftPressDate {
	width: 70px;
	text-align: center;
	border: solid 1px #404040;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 120%;
	color: #CCCCCC;
	background-color: #545454;
	float: left;
	padding: 0px 5px 0px 5px;
}

.newsPressTitleWithDate a {
	line-height:140%;
}

.subtopicImgRight .newsPressTitleWithDate {
	float:left;
	height:auto;
	margin:15px 20px 3px;
	width:470px;
	text-align: left;
}

.newsPressTitleWithDate .pressReleaseForOv1Arrow{
	height: 15px;
	background-color:transparent !important;
}

.subtopicImgLeftPress p{
	overflow: hidden;
}
.subtopicImgRight p, .subtopicImgLeft p {
	padding: 2px 20px 8px 20px;
	/*height: 47px;*/
	overflow: hidden;
}

.subtopicImgRight p, .subtopicImgRight h1 {
	width: 470px;
	float: right;
}
.subtopicImgRight h1 {
	width: 460px;
	margin: 15px 20px 3px 20px;
}
.subtopicImgLeft p, .subtopicImgLeft h1 {
	width: 210px;
	float: left;
}
.subtopicImgLeftPress p {
	width: 210px;
}
.subtopicImgLeftPressImg, .subtopicImgRightPressImg {
	position: relative;
	width: 250px;
	height: 110px;
	text-align: center;
	overflow: hidden;
}
.subtopicImgLeftPress a {
	line-height: 150%;
}
.subtopicImgLeftPressImg {
	float: left;
	margin: 0px 20px 0px 0px;
}
.subtopicImgRightPressImg {
	float: right;
	margin: 0px 0px 0px 20px;
}
.subtopicImgLeft h1 {
	width: 200px;
	margin: 15px 0px 3px 20px;
}
.subtopicImgRight div {
	float: right;
	text-align: center;
	width: 250px;
	height: 110px;
}
.subtopicImgLeft div {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 250px;
	height: 110px;
	text-align: center;
}
.subtopicImgTop {
	width: 250px;
	height: 210px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 0px;
	overflow: hidden;
}
.mainTopicAsColumn .subtopicImgTop {
	margin: 0px;
}
.subtopicImgTop div {
	text-align: left;
	width: 250px;
	height: 110px;
	text-align: center;
}
.subtopicImgTop p {
	padding: 0px 10px 10px 10px;
}
.subtopicImgTop h1 {
	margin: 7px 10px 5px 10px;
}
.subtopicBanner {
	background-color: #000000;
	height: 110px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ TOPICS START HERE ~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.topicForOv1, .textBoxRight {
	background-color: #202020;
	padding: 0px 5px 0px 5px;
	border: solid 5px #000000;
	margin: 0px 0px 10px 0px;
}

.textBoxRight {
	margin: 10px 0px 20px 0px;
}
.topicForOv1 div, .textBoxRight div {
	height: 95px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #CCCCCC;
}
.textBoxRight div {
	height: 100%;
	vertical-align:top;
}
.topicForOv1 h1, .topicForOv1 a, .textBoxRight h1, .textBoxRight a{
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 120%;	
}
.textBoxRight a {
	background-image: url(../img/link_identifier_arrow_right_orange.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
}
.topicForOv1 h1, .textBoxRight h1 {
	background-image: url(../img/link_identifier_arrow_right_orange.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
}
.topicForOv1 h2, .textBoxRight h2 {
	font: bold 13px Helvetica, Arial, Sans-serif;
	line-height: 120%;
	color: #FB9D00;
	text-transform: uppercase;
	padding: 10px 0px 0px 10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ FOOTER START HERE ~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
	width: 760px;
	/*margin-left: 15px;*/
	margin-top: 30px;
}
.splashFooter {
	color: #989898;
	text-align: center;
	font: normal 10px Lucida Sans Unicode, Helvetica, Arial;
}

.footer span, .splashFooter span {
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	color: #989898;
	float: left;
	display: block;
	/*height: 16px!important;*/
	/*border-left: 1px solid #CCCCCC;*/
	background-image: url(../img/footer_link_border_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 20px 0px 8px;
	margin: 0px 0px 10px 0px;
/*	vertical-align: bottom!important;*/
}
.footer a, .footer span a, .splashFooter a {
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	color: #CCCCCC;
	text-decoration: none!important;
}
.splashFooter a {
	background-image: url(../img/footer_link_border_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 4px 0px 0px 9px;
	margin: 0px 16px 0px 0px;
}
.footer a:hover, .splashFooter a:hover {
	text-decoration: underline;
}
.serviceMenu {
	width: 500px;
	margin: 0px 10px 0px 0px;
	float: left
}

.pageOptions {
	width: 250px;
	float: left
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ FOOTER END HERE  ~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
Die Folgenden Klassen definieren das Layout fuer die ausklappbaren Menues am oberen Rand der Website z.B. "LAND WECHSELN"
*/

/* Oberste umschliessende Div-Klasse */
.chooser {
	border: 1px solid #5E5E5E;
	border-top-width: 0px;
	background-color: #454545;
	position: absolute;
	top: 0px;
}
.chooserBg {
	border: 1px solid #5E5E5E;
	border-top-width: 0px;
	background-color: #454545;
	position: absolute;
	top: 0px;
}
/* Div-Klasse fuer die Bezeichnung des Webseite/Sprache z.B. "Reifen/Deutschland" */
.identifierText, .identifierTextCountry {
	text-transform: uppercase;
	padding: 3px 0px 0px 5px;
	font: bold 15px Helvetica, Arial, Sans-serif;
	color: #FFFFFF;
	height: 35px; 
	/*width: 100%;*/
	border-left: 1px solid #5C5C5C;
	margin-top: 10px;
	position: absolute;
	top: 20px;
	overflow: visible;
}
.identifierText h1 {
	font: bold 15px Helvetica, Arial, Sans-serif;
	color: #FFFFFF;
	margin: 0px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0px -8px;
	padding: 0px 0px 0px 3px;
}
.identifierText h2 {
	font: bold 10px Tahoma, Helvetica, Arial, Sans-serif;
	color: #CCCCCC;
	padding: 2px 0px 0px 3px;
	margin: 0px;
}
.identifierIconAutomobil {
	padding: 0px 0px 0px 45px !important;
	background-image: url(../img/icon_cars.gif);
}
.identifierIconTrucks {
	padding: 0px 0px 0px 45px !important;
	background-image: url(../img/icon_trucks.gif);
}
.identifierIconTrucksUs {
	padding: 0px 0px 0px 45px !important;
	background-image: url(../img/icon_trucks_us.gif);
}
.identifierIconIndustry {
	padding: 0px 0px 0px 45px !important;
	background-image: url(../img/icon_industry.gif);
}
.identifierIconMotocycle {
	padding: 0px 0px 0px 45px !important;
	background-image: url(../img/icon_motocycle.gif);
}
.identifierIconBicycle {
	padding: 0px 0px 0px 45px !important;
	background-image: url(../img/icon_bicycle.gif);
}
.identifierIconBladders {
	padding: 0px 0px 0px 45px !important;
	background-image: url(../img/icon_bladders.gif);
}
.identifierIconMachines {
	padding: 0px 0px 0px 45px !important;
	background-image: url(../img/icon_molds_machines.gif);
}
.identifierTextCountry {
	width:135px;
	left:395px;
	border-right: 1px solid #5C5C5C;
}
.identifierTextCountry h2 {
	font-family: Helvetica,Arial,Sans-serif;
	font-size: 10px;
	font-weight: 700;
}

/* Div-Klasse fuer die Bezeichnung des Menues z.B. "LAND WECHSELN" */
.chooserText {
	text-transform: uppercase;
	padding: 4px 0px 0px 27px;
	margin: 0px 0px 0px 0px;
	font: bold 10px Tahoma, Helvetica, Arial, Sans-serif;
	color: #CCCCCC;
	background-color: #333333;
	height: 18px;
	/*vertical-align: middle;*/
	background-image: url(../img/text_identifier_chooser.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

/* Div-Klasse fuer den ausklappbaren Menueteil */
.chooserFlyout {
	padding: 0px 0px 0px 10px;
	visibility: visible;
	width: 130px;
}
.chooserFlyout h1 {
	font: bold 11px Verdana, Helvetica, Arial;
	color: #CCCCCC;
	margin: 7px 0px 6px 0px;
	padding: 0px;
}
.chooserFlyout h2 {
	font: normal 11px Verdana, Helvetica, Arial;
	background-image: url(../img/link_identifier_chooser.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 10px;
	line-height: 120%;
}

/* Link-Klasse fuer Links innerhalb des Menues */
.chooserFlyoutLink {
	font: normal 11px Verdana, Helvetica, Arial;
	color: #FB9E00;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 120%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ INPUT START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
Die Folgenden Klassen definieren das Layout von Input-Feldern, die nicht Bestandteil eines "komplexen" Formular sind.
Sie sind innerhalb einer grauen Box ("inputBoxRounded") gemeinsam mit einem "GO"-Button enthalten.
Diese Input-Felder werden z.B. fuer die Haendlersuche oder den Raederkonfigurator verwendet. 
*/

/* Div-Klasse in der Input-Felder mit einem Go Button plaziert werden */
.inputBoxRounded {
	width: 205px;
	height: 24px;
	background-image: url(../img/box_rounded_bg.gif);
	background-repeat: no-repeat;
	padding: 6px 0px 0px 5px;
}

/* Div-Klasse fuer ein Input-Feld mit abgerundeten Ecken */
.inputFieldBox, .inputFieldBoxMiddle, .inputFieldBoxWide {
	width: 140px;
	height: 18px;
	background-image: url(../img/input_white_clear_bg_small.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 3px;
	margin: 0px 5px 0px 0px;
	float: left;
}
.inputFieldBoxWide {
	width: 200px;
	background-image: url(../img/input_white_clear_bg_wide.gif);
}

.inputFieldBoxMiddle {
	width: 162px;
	padding-right: 3px;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/input_white_clear_bg_middle.gif);
}

.inputFieldBox input, .inputFieldBoxWide input {
	color: #000000;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	border-width: 0px;
	height: 15px;
	width: 134px;
}

.inputFieldBoxWide input {
	width: 192px;
	padding-left: 3px;
}

.inputFieldBoxMiddle input {
	width: 154px;
	border:0;
	padding-top: 0px;
}

/* Div-Klasse fuer ein schmales Input-Such-Feld mit abgerundeten Ecken */
.inputFieldSearchBox {
	width: 137px;
	height: 18px;
	background-image: url(../img/input_white_search_bg_small.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 3px;
	margin: 0;
	float: left;
	position: relative;
}
.inputFieldSearchBox input {
	color: #000000;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	border-width: 0px;
	height: 15px;
	width: 115px;
}

.inputFieldSearchBox .button {
	position: absolute;
	top: 0px;
	right: 0px;
}

.inputFieldSearchHighBox {
	width: 137px;
	height: 25px;
	background-image: url(../img/search_input_high_bg.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.inputFieldSearchHighBox input {
	color: #000000;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	border-width: 0px;
	height: 22px;
	width: 115px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ FORMULAR START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
Die Folgenden Klassen definieren das Layout von Formularen
bzw. deren Eingabefeldern, Selectoren, Checkboxen, Radiobuttons und Schriftarten.
*/

/* Div-Klasse die die einzelnen Formularfelder umschliesst */
.formDiv {
	width: 476px;
	background-color: #E9E9E9;
}

/* Div-Klasse fuer eine Zeile im Formular */
.formDivRow, .formDivRowInvalidValue {
	padding: 0px 0px 0px 25px;
	float: left;
	width: 445px;
}
.formAddressData {
	font: normal 12px Helvetica, Arial, Sans-serif!important;
	color: #000000;
	border-left: solid 5px #9B9B9B;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
.formAddressData p{ font: normal 12px Helvetica, Arial, Sans-serif!important;}
/* Beschreibung des Feldes */
.formDivRow h1, .formDivRowInvalidValue h1 {
	font: normal 12px Helvetica, Arial, Sans-serif!important;
	margin: 0px!important;
	padding: 0px!important;
	width: 137px!important;
	float: left!important;
	line-height: 39px!important;
	text-transform: none!important;
	color: #000000;
	height: 39px;
}

/* Div-Klasse fuer eine Zeile im Formular, welche einen nicht gueltigen Wert enthaelt */
.formDivRowInvalidValue {
	background-color: #EED2A3;
	background-image: url(../img/form_ausrufezeichen.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* Div-Klasse fuer ein Input-Feld mit abgerundeten Ecken */
.formInputFieldBox {
	width: 258px;
	height: 22px;
	background-image: url(../img/form_input.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 10px;
	margin: 8px 5px 0px 0px;
	float: left;
}
.formInputFieldBox input {
	color: #000000;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	border-width: 0px;
	height: 14px;
	width: 246px;
	line-height: 100%;
}
.formInputTextAreaBox {
	width: 260px;
	float: left;
	height: 90px;
	padding: 3px 0px 0px 10px;
	background-image: url(../img/form_input_textarea.gif);
	background-repeat: no-repeat;
}
.formInputTextAreaBox textarea {
	color: #000000;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	border-width: 0px;
	width: 245px;
	height: 82px;
	line-height: 120%;
}
/* Selectoren sind leider nicht ueber CSS formatierbar */
.formSelectDropdownBox {
	width: 260px;
	height: 25px;
	background-image: url(../img/form_input.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 3px;
	margin: 8px 5px 0px 0px;
	float: left;
}
.formSelectDropdownBox select {
	color: #000000;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	border-width: 0px;
	height: 22px;
	width: 254px;
	line-height: 22px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ PRESS RELEASES FOR OVERVIEW1 START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.pressReleaseForOv1Box {
	width: 210px;
	padding: 15px;
	border: solid 5px #000000;
	height: 310px;
	background-color: #202020;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.pressReleaseForOv1Box a {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 150%;
	margin: 0px 0px 25px 0px;
	background-image: url(../img/link_identifier_arrow_right_orange.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
}
.pressReleaseForOv1Box h1 {
	font: bold 13px Helvetica, Arial;
	line-height: 100%;
	color: #FB9D00;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.pressReleaseForOv1Entry {
	margin: 0px 0px 25px 0px;
}

.pressReleaseForOv1Entry a {
	background-image: none;
	padding: 0px;
}
.pressReleaseForOv1Entry div {
	width: 70px;
	text-align: center;
	border: solid 1px #404040;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 120%;
	color: #CCCCCC;
	background-color: #545454;
	float: left;
	padding: 0px 5px 0px 5px;
}
.pressReleaseForOv1Arrow {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	width: 20px!important;
	background-image: url(../img/link_identifier_arrow_right_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	border-width: 0px!important;
	background-color: #202020!important;
	/*background-color: #trasparent!important;*/
}
.pressReleaseForOv1ArrowOtherBg {
	background-color: #000000!important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ CONTENTWLIST START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contentWlistLinkList {
	width: 210px;
	padding: 20px 20px 5px 20px;
	background-color: #000000;
	margin: 0px 0px 10px 0px;
}

.contentWlistLinkList h1 {
	font: bold 13px Helvetica, Arial;
	line-height: 100%;
	color: #FB9D00;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}

.contentWlistLinkList a {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 120%;
}
.contentWlistLinkList h2 {
	background-image: url(../img/link_identifier_ov2headline.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 15px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ PRESS FILTER START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pressFilter {
	width: 240px;
	padding: 0px 5px 5px 5px;
	background-color: #000000;
}
.pressFilter a {
	font: normal 11px Verdana, Helvetica, Arial;
	line-height: 17px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../img/link_navi_closed_white.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	margin: 0px 0px 1px 0px;
	padding: 0px 5px 0px 28px;
	background-color: #545454;
	border: solid 1px #666666;
	display: block;
}
.pressFilter a:hover {
	font: bold 11px Verdana, Helvetica, Arial;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/link_navi_closed_black.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	margin: 0px 0px 1px 0px;
	padding: 0px 5px 0px 28px;
	background-color: #FB9D00;
	border: solid 1px #FB9D00;
	display: block;
}
.pressFilter h1 {
	font: bold 13px Helvetica, Arial;
	color: #FB9D00;
	text-transform: uppercase;
	padding: 0px 0px 0px 15px;
	line-height: 45px;
	margin: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ PRESSFINDER START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.pressFinderHeadMenuHeader {
	width: 730px;
	margin: 20px 0px 0px 0px;
	padding: 20px 10px 0px 20px;
	background-color: #E9E9E9;
	position: relative;
}
.pressFinderHeadMenuHeader h1 {
	font: bold 15px Helvetica, Arial;
	color: #000000;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}
.pressFinderHeadMenuHeader p {
	padding: 0px 0px 1px 0px;
}
div.pressFinderHeadMenuHeader .innerLeft {
	width: 480px;
}

div.pressFinderHeadMenuHeader .innerRight {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.pressFinderHeadMenu {
	margin: 0px;
	padding: 0px;
	border: solid 0px #E9E9E9;
	border-top-width:1px;
}

.pressFinderHeadMenu a {
	font: normal 11px Verdana, Helvetica, Arial;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #979797;
	text-transform: uppercase;
	background-image: url(../img/press_finder_head_menu_deactive_bg.gif);
	float:left;
}

div.pressFinderHeadMenu .active {
	background-image: url(../img/press_finder_head_menu_active_bg.gif);
	color: #000000;
}

.pressFilterForPressFinder {
	background-color: #E9E9E9;
}
.pressFilterForPressFinder a {
	background-image: url(../img/link_navi_closed_black.gif);
	background-color: #D5D5D5;
	border-color: #979797;
	color: #000000;
}
.pressFilterForPressFinder h1 {
	color: #C76C03;
}

div.pressFilterForPressFinder .active {
	font: bold 11px Verdana, Helvetica, Arial;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/link_navi_closed_black.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	margin: 0px 0px 1px 0px;
	padding: 0px 5px 0px 28px;
	background-color: #FB9D00;
	border: solid 1px #FB9D00;
	display: block;
}
div.pressFilterForPressFinder h2 {
	font: bold 11px Verdana, Helvetica, Arial;
	line-height: 17px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 1px 0px;
	padding: 0px 5px 0px 28px;
	background-color: #979797;
	border: solid 1px #979797;
	text-transform: uppercase;
}


.contentPressFinderSearch {
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	color: #000000; 
	background-color: #E9E9E9;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}
.contentPressFinderSearch h1 {
	font: bold 15px Helvetica, Arial;
	color: #000000;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}
.contentPressFinderSearch p {
	padding: 0px 0px 0px 0px;
}
.pfSearchCatHead {
	background-color: #B6B6B6;
	height: 20px;
}
.pfSearchCatHead a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 0px 20px;	
	background-repeat: no-repeat;
}
div.pfSearchCatHead .close {
	background-image: url(../img/press_finder_arrow_close.gif);
	background-position: 10px 3px;
}
div.pfSearchCatHead .open {
	background-image: url(../img/press_finder_arrow_open.gif);
	background-position: 8px 5px;
}
.pfSearchCatOpen {
	margin: 0px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	width: 740px;
}
.pfSearchCatContent {
	border-bottom: solid 1px #B6B6B6;
	background-image: url(../img/press_finder_line_bg.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 1px 0px;
	padding: 10px 0px 10px 0px;
}
.pfSearchEntryLevel2Box {
	margin: 0px 5px 0px 10px;
	padding: 0px 0px 5px 0px;
}
.pfSearchEntryLevel2Box p {
	font: bold 12px Helvetica, Arial;
	width: 210px;
	float:left;
	overflow: hidden;
	color: #545454;
}
.pfSearchEntryLevel2seperator {
	height: 10px;
	padding: 0px;
	margin: 10px 9px 0px 9px;
	border-top: solid 1px #C6C6C6;
}
.pfSearchEntryLevel3Box {
	float:left;
	width: 500px;
}
.pfSearchEntryLevel3 {
	width: 250px;
	float:left;
	overflow: hidden;
}
.pfAllPressReleasesBox {
	border: solid 1px #B6B6B6;
	height: 18px;
	background-color: #D5D5D5;
	margin: 0px 0px 1px 0px;
	line-height: 18px;
}
.pfAllPressReleasesBox input {
	float: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ SEARCH START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchWebsiteResult, .searchWebsiteAdvanced {
	background-color: #CCCCCC;
	padding: 10px;
}

.searchWebsiteAdvanced {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	text-decoration: none;
	line-height: 120%;
}	

.searchAdvancedGlobalHeadline h1, .searchAdvancedHeadline h1{
	font: normal 19px Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 120%;
	padding-left:100px;
	padding-bottom:20px;
}
.searchAdvancedHeadline h1{
	padding-left:0px;
}

.searchAdvancedGlobal  {
	background-color: #131313;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:90px;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 120%;
}

.searchAdvancedGlobal td, .searchWebsiteAdvanced td {
	padding-left:10px;
	padding-bottom:3px;
}

.searchWebsiteResultEntryList {
	background-color: #E9E9E9;
}
.searchWebsiteResultEntry {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #000000;
	/*height: 86px;*/
	overflow: hidden;
	padding: 15px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	background-image: url(../img/search_result_point_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.searchWebsiteResultEntry.last {
	background-image: none;
}

.searchWebsiteResultNoEntry {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	overflow: hidden;
	padding: 15px 0px 15px 0px;
	margin: 0px 50px 0px 10px;
}

.searchWebsiteResultNoEntry p, .searchWebsiteResultNoEntry ul {
	margin: 0px 50px 0px 37px;
}

.searchWebsiteResultNoEntry p {
	padding: 5px 0px 0px 0px;
}

.searchWebsiteResultNoEntry h1 {
	padding: 5px 0px 10px 0px;
	background-image: url(../img/search_no_entrys_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.searchWebsiteResultNoEntry h1 p {
			font: bold 14px Lucida Sans Unicode, Helvetica, Arial;
		color: #930400;
}

.searchGlobalResultEntry {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #ffffff;
	/*height: 80px;*/
	width: 590px;
	overflow: hidden;
	padding: 15px 10px 10px 10px;
	margin: 0px 45px 1px 0px;
	background-color: #191919;
}
.searchWebsiteResultEntry h3, .searchGlobalResultEntry h3 {
	line-height: 150%;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	color: #666666;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.searchWebsiteResultEntry a, .searchGlobalResultEntry a, .faqItemLink {
	font: normal 18px Helvetica, Arial;
	line-height: 120%;
	color: #B96200;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;	
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-image: url(../img/link_identifier_search_link.gif);
	text-decoration: none;
}
.searchWebsiteResultEntry b {
	font-weight: normal;
	background-color: #E0C2A6;
}
.searchGlobalResultEntry b {
	font-weight: normal;
	background-color: #4D4D4D;
}
.searchWebResultSearchInputIdentifier {
	width: 110px;
	margin:0;
	padding: 4px 0px 0px 8px;
	font: bold 15px Helvetica, Arial;
	line-height: 120%;
	color: #000000;
	float: left;
}
.searchResultSearchInputBox {
	width: 275px;
	height: 25px;
	background-image: url(../img/searchResultInputBg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
}
.searchResultSearchInputBox input {
	width: 265px;
	height: 20px;
	margin: 1px 0px 0px 3px;
	border-width: 0px;
}
.searchResultGlobalSearchInputBox {
	width: 275px;
	height: 25px;
	background-image: url(../img/searchResultInputGlobalBg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
}
.searchResultGlobalSearchInputBox input {
	width: 247px;
	height: 20px;
	margin: 1px 0px 0px 3px;
	border-width: 0px;
}
.searchWebsiteButton {
	margin: 3px 0px 0px 10px;
	width: 79px;
	height: 18px;
	text-align: center;
	float: left;
	line-height: 18px;
	background-repeat: no-repeat;
	background-image: url(../img/serachResutButtonBg.gif);
}
.searchWebsiteButton a {
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-image: url(../img/link_identifier_arrow_right_orange.gif);
	line-height: 18px;
	text-transform: uppercase;
	font: normal 11px Helvetica, Arial;
	text-decoration: none;
	padding: 0px 0px 0px 7px;
}
.searchWesiteResultInformation {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #000000;
	width: 267px;
	height: 29px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 8px;
	line-height: 29px;
	float: left;
}
.searchWebsiteResultBackNext {
	width: 100px;
	height: 29px;
	line-height: 29px;
	background-color: #E9E9E9;
	float: left;
	text-align: center;
	margin: 1px 5px 0px 0px;
}


.searchGlobalResultInformation {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #ffffff;
	width: 395px;
	height: 29px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 8px;
	line-height: 29px;
	float: left;
}
.searchGlobalResultBackNext {
	width: 100px;
	height: 29px;
	line-height: 29px;
	background-color: #191919;
	float: left;
	text-align: center;
	margin: 1px 5px 0px 1px;
}
.searchGlobalWebsiteIdentifier {
	text-align: left;
}
.searchGlobalWebsiteIdentifier h1 {
	padding: 9px 0px 0px 0px;
	font: bold 13px Arial, Helvetica;
	line-height: 20px;
	color: #888888;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0px -8px;
}
.searchGlobalWebsiteIdentifier img {
	float: left;
}
.searchGlobalWebsiteIdentifier p {
	font: normal 11px Arial, Helvetica;
	color: #888888;
	line-height: 100%;
	padding: 2px 0px 0px 3px;
	margin: 0px;
	clear: both;
}
.searchGlobalLanguageIdentifier {
	text-align: center;
	font: bold 13px Arial, Helvetica;
	line-height: 100%;
	color: #888888;
	text-transform: uppercase;
}
.searchGlobalVisual {
	height: 100px;
	margin: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/global_search_result_visual.jpg);	
}

.searchInputFieldBox {
	width: 190px;
	height: 23px;
	background-image: url(../img/search_input_bg.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.searchInputFieldBox input {
	color: #000000;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	border-width: 0px;
	height: 15px;
	width: 175px;
	line-height: 15px;
}

.searchInputFieldBoxSmall {
	width: 88px;
	height: 23px;
	background-image: url(../img/input_white_small_bg.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.searchInputFieldBoxSmall input {
	color: #000000;
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	border-width: 0px;
	height: 15px;
	width: 75px;
	line-height: 15px;
}

.searchTabs {
	background-color: #E9E9E9;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ TOOLBOX START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.toolBoxHalfMiddle {
	height: 190px;
	width: 210px;
	background-color: #000000;
	position: relative;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	padding: 20px;
}
.toolBoxEntireMiddle {
	height: 95px;
	width: 480px;
	background-color: #000000;
	position: relative;
	padding: 15px 0px 0px 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.toolBoxEntireRigth, .toolBoxEntireLeft {
	background-color: #000000;
	/*position: relative;*/
	padding: 15px 0px 0px 20px;
	margin-bottom: 10px;
	overflow: visible;
}

.toolBoxEntireRigth {
	height: 95px;
	width: 230px;
}
.toolBoxEntireLeft {
	width:200px;
	padding:0;
	overflow:hidden;
}
.toolBoxEntireLeft p {
	color: #CCCCCC !important;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 10px;
}
.toolBoxEntireLeft p, .toolBoxEntireLeft div {
	padding-top: 8px;
}
.toolBoxEntireLeft div.inputFieldBoxMiddle {
	padding-top: 0px;
}

.toolBox2EntireRigth {
	height: 216px;
	width: 230px;
	background-color: #000000;
	position: relative;
	padding: 14px 0px 0px 20px;
	margin-bottom: 10px;
	overflow: visible;
}
.toolBoxEntireRigth a img, .toolBox2EntireRigth a img{
	margin-top:0px;
	margin-left: 0px;
}

.toolBoxEntireRigth div.inputBoxRounded { 
	margin-top: 30px;
}
.toolBoxEntireRigth a, .toolBoxEntireMiddle a, .toolBoxHalfMiddle a, .toolBox2EntireRigth a {
	text-decoration: none;
}

.toolBoxEntireLink {
	background-image: url(../img/link_identifier_ov2headline.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
	font: normal 12px Helvetica, Arial, Sans-serif;
	line-height: 160%;
	color: #FB9D00;
	text-decoration: none;
}
.toolBoxEntireLink linkDownloadable {
	background-image: url(../img/link_identifier_downloadable.gif) !important;
	background-position: 0px 4px;
	padding: 0px 0px 0px 13px;
}

.toolBoxEntireRigth p, .toolBox2EntireRigth p {
	color: #ffffff;
	width: 230px;
}

.toolBoxEntireRigth .inputBoxRounded {
	margin-top: 0px !important;
}
.toolBoxHalfMiddle p {
	color: #ffffff;
}
div.toolBoxHalfMiddle p.bottom {
	position: absolute;
	left: 20px;
	bottom: 60px;
	width: 210px;
}
div.toolBoxEntireMiddle p {
	color: #CCCCCC;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 210px;
}
.toolBoxHalfMiddle h1, .toolBoxEntireMiddle h1, .toolBoxEntireRigth h1, .toolBox2EntireRigth h1, .testimonialBox .title {
	font: bold 13px Helvetica, Arial, Sans-serif;
	line-height: 120%;
	color: #FB9D00;
	text-transform: uppercase;
}
.toolBoxEntireMiddle h1 {
	width: 210px;
}
div.toolBoxHalfMiddle .toolBoxForm {
	position:absolute;
	top: 179px;
	left: 20px;
}
div.toolBoxEntireMiddle .toolBoxForm {
	position:absolute;
	right: 10px;
	top: 65px;
}

.toolBoxForm .inputFieldSearchBox{
	padding-right: 6px;
}

/* #########  TOOLBOX ALIGN LEFT ############## */
/* Eingesetzt in Overview1 mit zwei Subtopics (bei FleetPartner) */

.subTopicTeaser div.toolBoxAlignLeft  {
	height: 200px;
	width: 375px;
}

.toolBoxAlignLeft h1 {
	font-size:13px;
	text-align:left;
	text-transform: none;
}

.toolBoxAlignLeft p.bottom{
	bottom:-45px;
	position:relative;
	text-align:left;
}

.toolBoxAlignLeft div.toolBoxForm{
	bottom:-40px;
	float:left;
	height:50px;
	padding-left:20px;
	position:relative;
	width:190px;
}

.toolBoxAlignLeft div.inputBoxRounded {
	float: left;
	width:185px;
}

.toolBoxAlignLeft div.inputFieldSearchBox{
	float:left;
	padding-right:4px;
	height: 20px;
	width:135px;
}

.toolBoxAlignLeft .inputFieldSearchBox input{
	width: 115px;
}

div.toolBoxAlignLeft div{
	text-align:left;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ BANNER START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contentInnerRight .banner {
	width: 250px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.contentInnerRight .bannerBig {
	width: 250px;
	height: 230px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	background-color: #000000;
}
.contentInnerRight .bannerSmall {
	width: 250px;
	height: 110px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	background-color: #000000;
}
.bannerMainTopic {
	width: 760px;
	height: 290px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #000000;
	margin: 0px 0px 20px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ STOCKTICKER START HERE ~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.stockTicker, .stockTickerMarquee {
	width: 240px;
	margin: 0px 0px 10px 0px;
	height: 220px;
	overflow: hidden;
	background-color: #202020;
	border: solid 5px #000000;
	line-height: 120%;
}

.stockTicker {
	height: 220px;
}
.stockTickerMarquee {
	height: 100px;
}

.stockTicker h1, .stockTickerMarquee h1 {
	padding: 15px 0px 15px 15px;
	font: bold 13px Helvetica, Arial, Sans-serif;
	line-height: 100%;
	color: #FB9D00;
	text-transform: uppercase;
}
.stockTickerMarquee h1 {
	padding: 8px 0px 8px 15px;
}

.stockTicker ul, .stockTickerMarquee ul {
	margin: 0px;
	padding: 0px 0px 25px 0px;	
}
.stockTickerMarquee ul {
	padding: 0px 0px 5px 0px;
}
.stockTicker ul li, .stockTickerMarquee ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 2px 0px;
	color: #CCCCCC;
	height: 27px;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 27px;
	background-color: #545454;
}

.stockTickerMarquee span {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 2px 0px;
	color: #CCCCCC;
	height: 27px;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 27px;
	background-color: #545454;
}

.stockTickerMarquee ul li {
	padding: 0px 0px 0px 0px;
}

.stockTicker p, .stockTickerMarquee p {
	padding: 20px 0px 0px 15px;
	color: #CCCCCC;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
}
.stockTickerMarquee p {
	padding: 0px 0px 0px 15px;
}

.stockTicker a, .stockTickerMarquee a {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 120%;
	background-image: url(../img/link_identifier_arrow_right_orange.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 15px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ CLOSER START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.chooserCloser {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 700px;
	width: 100%;
	z-index: 9999;
	/*background-color: #ff0000;*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ CONTACT START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contact {
	width: 740px;
	background-color: #CCCCCC;
	padding: 0px 10px 30px 10px;
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.contact h1 {
	font: bold 13px Lucida Sans Unicode, Verdana, Arial, Sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.contact h2 {
	font: bold 13px Helvetica, Arial, Sans-serif;
	line-height: 100%;
	color: #000000;
	margin: 18px 0px 0px 0px;
}
.contactHeadline {
	font: bold 13px Helvetica, Arial, Sans-serif;
	line-height: 100%;
	color: #000000;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}
.contact .breadcrumb {
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
}
.contact .breadcrumb a {
	line-height: 30px;
}
.contactInner {
	background-color: #E9E9E9;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	border: solid 1px #E9E9E9;
}
.contactInnerLeft {
	width: 470px;
	margin: 0px;
	background-image: url(../img/contact_pointet_line_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	float: left;
}
.contactInnerRight {
	width: 230px;
	margin: 0px;
	padding: 0px 10px 0px 20px;
	overflow: hidden;
	float: left;
}
.contactTab {
	width: 147px;
	height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 20px 5px 0px 0px;
	font: bold 13px Helvetica, Arial, Sans-serif ;
	line-height: 30px;
	float: left;
}
.contactTabActive {
	background-color: #E9E9E9;
	color: #000000;
}
.contactTabInActive {
	color: #989898;
	background-color: #FFFFFF;
}

.contactEntry {
	padding: 18px 0px 0px 162px;
	font: normal 12px Helvetica, Arial, Sans-serif;
	color: #000000;
}
.contactEntry a, .contactLink {
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #B96200;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background-image: url(../img/link_identifier_internal.gif);	
}
.contactEntry .line {
	margin: 18px 0px 0px 0px;
	height: 1px;
	background-image: url(../img/contact_pointet_line.gif);
	background-repeat: repeat-x;
}
.contectStep03Entry, .contectStep03Entry h1, .contectStep03Entry h2 {
	font: normal 12px Helvetica, Arial, Sans-serif;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
.contectStep03Entry {
	margin: 0px 0px 28px 0px;
}
.contectStep03Entry h1 {
	width: 132px;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	float: left;
}
.contectStep03Entry h2 {
	width: 275px;
	float: left;
	margin: 0px;
}


.subBreadcrumb ul li{
	list-style-type: none;
	margin: 0;
}

.subBreadcrumb ul{
	padding-left: 15px;
}


#contactInnerLeftContainer{
	height: 250px;
}

#specialAdressData p{
	font-family: Helvetica, Arial, Sans-serif;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ SELECTOR START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.selectorRoundedOpen, div.selectorRoundedClose {
	width: 260px;
	height: 25px;
} 
div.selectorRoundedOpen {
	top: -5000px;
	position: absolute;
	z-index: -10000;
}
div.selectorRoundedOpen .input, div.selectorRoundedClose .input {
	height: 25px;
	background-image: url(../img/selector_input_bg.gif);
	background-repeat: no-repeat;	
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	font: normal 12px Helvetica, Arial, Sans-serif;
	color: #000000;
	line-height: 25px;
}
div.selectorRoundedOpen .flyout {
	padding: 2px 1px 2px 1px;
	color: #000000;
	width: 257px;
}
div.selectorRoundedOpen .selectorBg {
	position: absolute;
	top: 25px;
	width: 260px;
	background-image: url(../img/selector_flyout_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
div.selectorRoundedOpenSmall, div.selectorRoundedCloseSmall {
	width: 120px;
	height: 25px;
} 
div.selectorRoundedOpenSmall {
	top: -5000px;
	position: absolute;
	z-index: -10000;
}
div.selectorRoundedOpenSmall .input, div.selectorRoundedCloseSmall .input {
	height: 25px;
	background-image: url(../img/selector_input_small_bg.gif);
	background-repeat: no-repeat;	
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	font: normal 12px Helvetica, Arial, Sans-serif;
	color: #000000;
	line-height: 25px;
}
div.selectorRoundedOpenSmall .flyout {
	padding: 2px 1px 2px 1px;
	color: #000000;
	width: 118px;
}
div.selectorRoundedOpenSmall .selectorBg {
	position: absolute;
	top: 25px;
	width: 120px;
	background-image: url(../img/selector_flyout_small_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
div.selectorRoundedOpenBig, div.selectorRoundedCloseBig {
	width: 200px;
	height: 25px;
} 
div.selectorRoundedOpenBig {
	top: -5000px;
	position: absolute;
	z-index: -10000;
}
div.selectorRoundedOpenBig .input, div.selectorRoundedCloseBig .input {
	height: 25px;
	background-image: url(../img/selector_input_big_bg.gif);
	background-repeat: no-repeat;	
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	font: normal 12px Helvetica, Arial, Sans-serif;
	color: #000000;
	line-height: 25px;
}
div.selectorRoundedOpenBig .flyout {
	padding: 2px 1px 2px 1px;
	color: #000000;
	width: 197px;
}
div.selectorRoundedOpenBig .selectorBg {
	position: absolute;
	top: 25px;
	width: 200px;
	background-image: url(../img/selector_flyout_big_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

div.selectorRoundedOpenToolBox, div.selectorRoundedCloseToolBox, div.selectorRoundedOpenToolBoxWide, div.selectorRoundedCloseToolBoxWide {
	width: 165px;
	height: 18px;
}
div.selectorRoundedOpenToolBoxWide, div.selectorRoundedCloseToolBoxWide {
	width: 200px;
} 
div.selectorRoundedOpenToolBox, div.selectorRoundedOpenToolBoxWide {
	top: -5000px;
	position: absolute;
	z-index: -10000;
}
div.selectorRoundedOpenToolBox .input, div.selectorRoundedCloseToolBox .input, div.selectorRoundedOpenToolBoxWide .input, div.selectorRoundedCloseToolBoxWide .input {
	height: 18px;
	background-image: url(../img/selector_input_toolbox_bg.gif);
	background-repeat: no-repeat;	
	line-height: 18px;
	padding: 0px 0px 0px 8px;
	font: normal 11px Lucida Sans Unicode, Verdana, Arial, Sans-serif;
	color: #000000;
	line-height: 18px;
}
div.selectorRoundedOpenToolBoxWide .input, div.selectorRoundedCloseToolBoxWide .input {
	background-image: url(../img/selector_input_toolbox_wide_bg.gif);
}
div.selectorRoundedOpenToolBox .flyout, div.selectorRoundedOpenToolBoxWide .flyout {
	padding: 2px 1px 2px 1px;
	color: #000000;
	width: 155px;
}
div.selectorRoundedOpenToolBoxWide .flyout {
	width: 200px;
}
div.selectorRoundedOpenToolBox .selectorBg, div.selectorRoundedOpenToolBoxWide .selectorBg {
	position: absolute;
	top: 18px;
	width: 154px;
	background-image: url(../img/selector_flyout_toolbox_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
div.selectorRoundedOpenToolBoxWide .selectorBg {
	width: 200px;
	background-image: url(../img/selector_flyout_toolbox_wide_bg.gif) !important;
}

div.selectorRoundedOpen .flyout a, div.selectorRoundedOpenSmall .flyout a, 
div.selectorRoundedOpenBig .flyout a, div.selectorRoundedOpenToolBox .flyout a, div.selectorRoundedOpenToolBoxWide .flyout a {
	font: normal 12px Helvetica, Arial, Sans-serif;
	padding: 0px 10px 0px 8px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
}
div.selectorRoundedOpenToolBox .flyout a, div.selectorRoundedOpenToolBoxWide .flyout a {
	font: normal 11px Lucida Sans Unicode, Verdana, Arial, Sans-serif;
	padding: 0px 10px 0px 8px;
	display: block;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
}
div.selectorRoundedOpen .flyout a:hover, div.selectorRoundedOpenSmall .flyout a:hover, div.selectorRoundedOpenBig .flyout a:hover, 
div.selectorRoundedOpenToolBox .flyout a:hover, div.selectorRoundedOpenToolBoxWide .flyout a:hover {
	display: block;
	background-color: #EED2A3;
	color: #000000;
}
div.selectorCloser {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background-color: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ RSS START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.rssButton {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(../img/rss_button2.gif);
	background-position: 0px 0px;
	width: 41px;
	height: 12px;
	margin: 0px 0px 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ BUTTONS START HERE ~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.button01 {
	padding: 3px 5px 3px 5px;
	background-image: url(../img/button01_bg.gif);
	background-repeat: repeat-x;
	line-height: 18px!important;
	height: 18px!important;
}
.button01Round {
	padding: 0px 5px 0px 5px;
	background-image: url(../img/button01_bg.gif);
	background-repeat: repeat-x;
	line-height: 18px!important;
	height: 20px!important;
	display: inline;
}
.button01RoundingLeft {
	padding: 0px 0px 0px 4px!important;
	background-image: url(../img/button01_rounding_left_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px!important;
	height: 20px!important;
	display: inline;
}
.button01RoundingRight {
	padding: 0px 3px 0px 0px!important;
	background-image: url(../img/button01_rounding_right_bg.gif);
	background-repeat: no-repeat;
	background-position: right 0px!important;
	height: 20px!important;
	display: inline;
}
.button01 a, .button01Round a {
	font: bold 11px Helvetica, Arial;
	background-image: url(../img/button01_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px!important;
}

a.button02Round {
    background: transparent url('../img/button02_rounding_right_bg.gif') no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: bold 11px Helvetica, Arial;
    height: 20px;
    padding: 0px 8px 0px 0px;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button02Round span {
    background: transparent url('../img/button02_rounding_left_bg.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 4px 10px 5px 18px;
    margin: 0px;
}




.displayBlock {
	display: block;	
}

.pfTreeNode {text-decoration: none; color: #ccc; font-size: 12px; font-family: Lucida Sans Unicode, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
.pfLevel1 {height: 20px;background-color:#545454;text-decoration: none; color: #ccc; font-size: 12px; font-family: Lucida Sans Unicode, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
.pfLevel2 {height: 20px;background-color:#626262;text-decoration: none; color: #ccc; font-size: 12px; font-family: Lucida Sans Unicode, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
.pfLevel3 {height: 20px;background-color:#6D6D6D;text-decoration: none; color: #ccc; font-size: 12px; font-family: Lucida Sans Unicode, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
.pfLevel4 {height: 20px;background-color:#767676;text-decoration: none; color: #ccc; font-size: 12px; font-family: Lucida Sans Unicode, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
.pfLevel5 {height: 20px;background-color:#999999;text-decoration: none; color: #ccc; font-size: 12px; font-family: Lucida Sans Unicode, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
a.pfLinkList:link {color: #ccc; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; }
a.pfLinkList:visited {color: #ccc; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; }
a.pfLinkList:active {color: #ccc; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; }
a.pfLinkList:hover {color: #ccc; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; }
a.pfLinkList:hover {color: #ccc; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ PRODUCTINFO START HERE ~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.productInfoTabLinksFrame {
	width:245px;
	margin:0px;
	overflow: hidden;
	padding:0px;
	border: solid 5px #000000;
	background-color:black;
}

.flashOrImageFrame {
	background-color:black;
	width:500px;
	margin:0px;
	overflow: hidden;
	float: right;
	padding-left:5px;
}

#marginal_text_frame { 
	background:transparent;
	padding-top:5px;
	padding-left:5px; 
}

#marginal_text_frame_noFlash {
   background:transparent none repeat scroll 0 0;
   padding-left:5px;
   padding-top:5px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ TABS START HERE ~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tabs {
	list-style: none;
	margin:0;
	padding:0;
	border-top: solid 1px #CCCCCC;
}
.tabs li {
	list-style: none;
	float: left;
	height: 20px; 
	width:130px;
	line-height: 25px;
	padding: 8px 0px 0px 10px;
	display: block;
	margin: 0px 5px 0px 0px;
	background-color: #FFFFFF;
	line-height: 120%;
	font: bold 12px Helvetica, Arial, Sans-serif; 
	color: #9A9A9A;
	cursor: pointer;
}

.tabs .active {
	background-color: #E9E9E9;
	color: #000000;
	cursor:default;
}

.tabs a {
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~ EVENT CALENDAR START HERE ~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.calendarList {
	height:100% !important;
	padding:0px !important;
	margin:0px !important;
	text-transform: uppercase;
}

.calendarList ul {
	list-style: none;
	margin:0px 0px 10px 0px;
/*	padding:2px 0 0 25px;*/
	padding:0px 0px 0px 0px;
}
.calendarList li {
	font: bold 11px Helvetica, Arial, Sans-serif;
	list-style: none;
	margin:0;
	padding:0;
	color:#FFFFFF;
	background-color:#545454;
	cursor: pointer;
	text-indent: 11px;
	border: 1px solid #646464;
	line-height:19px;
	margin-bottom: 1px;
}
.calendarListOpened {
	display: block;
}
.calendarListClosed {
	display: none;
}
.calendarListSelected {
	background-color:#FB9D00 !important;
	cursor: default !important;
	color:#000000 !important;
}
.calendarListMore{
	text-transform: lowercase;
	font: normal 11px Helvetica, Arial, Sans-serif;
	padding:0px 15px 0px 0px;
	color:#FB9D00!important;
}
.calendarListMore span {
	background-image: url(../img/text_identifier_chooser.gif);
	background-position: right 6px;
	background-repeat: no-repeat;
	padding-right: 13px;
}
.calendarListTop {
	background-color: #202020;
	padding: 0px 5px 0px 5px;
	border:5px solid #1c1c1c;
	margin: 0px 0px 10px 0px;
	min-height:220px;
/*	border-bottom-width: 75px;*/
}
.calendarListTop div{
	height: 100px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	font: normal 11px Lucida Sans Unicode, Helvetica, Arial;
	line-height: 150%;
	color: #CCCCCC;
}
.calendarListTop h1, .calendarListTop a{
	font: normal 12px Lucida Sans Unicode, Helvetica, Arial;
	color: #FB9D00;
	text-decoration: none;
	line-height: 120%;	
}
.calendarListTop h1 {
	background-image: url(../img/link_identifier_arrow_right_orange.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding: 0px 0px 0px 10px;
}
.calendarListTop h2 {
	font: bold 13px Helvetica, Arial, Sans-serif;
	line-height: 120%;
	color: #FB9D00;
	text-transform: uppercase;
	padding: 10px 0px 10px 10px;
}

/***** AJAX ******/
div.loader {
	background:transparent url(../img/ajax-loader.gif) no-repeat scroll center center;
	height:100%;
	width:100%;
}


/* ###########  ThreeTeaserOverview ####################### */
/* ###########  MAINTOPIC ############## */
.threeTeaserOverview .mainTopic  {
	margin-bottom: 10px !important;
	height: 190px;
	width: 740px;
	padding-right: 0;
}


.threeTeaserOverview .mainTopic .ovImg {
	float:right;
	height:200px;
	width:385px;
	margin-bottom:-5px;
	margin-top:-5px;
}

.threeTeaserOverview .mainTopic h3, .mainTopic h3 a {
	width: 345px;
}

.threeTeaserOverview .mainTopic p {
	width:345px;
}



/* #########  SUBTOPICS ############## */

.subTopicTeaser .subtopicImgRight {
	width: 375px;
	height: 200px;
}

.subTopicTeaser .subtopicImgRight p, .subTopicTeaser .subtopicImgRight h1 {
	width:165px;
	float: left;
}

.subTopicTeaser .ovImg {
	height:200px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	width:160px;
	float:right;
}

.teaserLeft{
	float: left;
}

.teaserRight{
	float: left;
	margin-left: 10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~ HORIZONTAL NAVIGATION START HERE ~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.horizontalMenu ul {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px; 	
	margin-bottom: 0px;
	list-style-type: none;
}
.horizontalMenu  li {
	float:left;
	margin-right: 2px;
	list-style-type: none;
    text-align: center;
}
.horizontalMenu p {	margin:0px;}
.horizontalMenu  a, .horizontalMenu  p span {
	background-image: url(../img/horiz_navibg.gif);
	background-position:0px 1px;
	background-repeat: no-repeat;
	display: block;
	min-width: 150px;
	min-height: 33px;
	color: #FFFFFF !important;
    font: 11px/1.3em Verdana,Helvetica,Arial !important;
	padding-bottom:1px;
	text-decoration: none;
	
}
.horizontalMenu  a:hover {
	background-image: url(../img/horiz_navibg_hover.gif);

}
.horizontalMenu  a.isActive, .horizontalMenu  p span{
	background-image: url(../img/horiz_navibg_active.gif) !important;
	background-position:0px 1px;
	background-color:transparent !important;
}
.horizontalMenu  a.isActive:hover, .horizontalMenu  p span:hover{
background-image: url(../img/horiz_navibg_active_hover.gif) !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~ HORIZONTAL NAVIGATION END HERE ~~~~~~~~~~~*/

/*~~~~~~~~~~~~~ SCALED IMAGE START HERE ~~~~~~~~~~~~~~~~~~*/
div.showScaledUpImg {
	background-image: url(../img/show_big_img.gif);
	background-position:0px 1px;
	background-repeat: no-repeat;
	width:30px;
	cursor:pointer;
	position:relative;
	top:-20px;
}
/* the overlayed element */
.simple_overlay, .apple_overlay {
	/* must be initially hidden */
	display:none;
	background-image:none !important;
}
/*~~~~~~~~~ SCALED IMAGE AND OVERLAY END HERE ~~~~~~~~~~*/

<!--[if IE 7]>
<style type="text/css">

.details {
	position:relative;
	margin-top: 5px;
	margin-right: 20px;
	text-align: left;
	max-height: 60px;
    overflow: hidden;
    float:left;
    max-width: 550px;
}

.apple_overlay {
	display:none;
	background-image:none !important;
	padding: 38px 20px 70px;
	font-size:11px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	float:right !important;
	overflow:hidden;
}

</style>
<![endif]-->
/*~~~~~~~~~ SCALED IMAGE AND OVERLAY END HERE ~~~~~~~~~~*/
