/* CSS Document */

/* all the layout elements */

.bodyColour{
background-color:#ffffff;
}

#leftHolder {
	position: relative;
	top: 10px;
	left: 23px;
	width: 157px;
	z-index: 10;
}

TD#centralColumnNoBack BR {
	display: none;
}

TD#centralColumnNoBack DIV BR {
	display: block;
}

#navigationTop{
	top: 0px;
	position: relative;
	width: 920px;
	z-index:50;
	background-repeat: no-repeat;
	height: 30px;
}


.backdrop{
	background-repeat: no-repeat;
	vertical-align: top;
	height: 430px;
}

#leftCentralColumn{
	clear: both;
	height: 430px;
	width: 190px;
	background-repeat: no-repeat;
	background-position: center;
}


#centralColumn{
	clear: both;
	height: 430px;
	width: 540px;
	background-repeat: no-repeat;
	background-position: center;
}


#centralColumnTop{
	height: 200px;
	width: 540px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	
	float: left;
	padding: 0px;
	margin-bottom: 3px;
}

#centralColumnLower{
	height: 207px;
	width: 263px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	
	float: left;
	margin: 0px 0px 2px 2px;
	padding: 0px;
}

TD.centralContentBody TABLE {
	margin-top: 10px;
}

/* navigational text and image elements */

.buttonLink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#272626;
	text-decoration:underline;
/*	height: 20px; */
/*	background-repeat: repeat-x; */
	text-align: center;
	vertical-align: top;
}

.buttonLink a:link{ /* this also takes care of the buttons on the page */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#272626;
	text-decoration:underline;
/*	height: 20px; */
}

.buttonLink a:visited{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#272626;
	text-decoration:underline;
}

.buttonLink a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#a1c920;
	text-decoration:underline;
}

.buttonLink a:active{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#272626;
	text-decoration:underline;
}

.bottomLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272626;
	text-decoration: none;
	padding-left: 10px;
	text-align: right;
}
.bottomLink a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272626;
	text-decoration: none;
}
.bottomLink a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272626;
	text-decoration: none;
}

.bottomLink a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b1b2b4;
	text-decoration: none;
}

.bottomLink a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272626;
	text-decoration: none;
}

.leftStepSpacer {
	border-left: 1px #ffffff solid;
	padding: 0px;
	width: 14px;
}

TD.first {
	padding-top: 8px;
	border-top: 1px #ffffff solid;
}

TD.last {
	padding-bottom: 8px;
	border-bottom: 1px #ffffff solid;
}

.leftStepLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	border-right: 1px #ffffff solid;
	padding: 2px 12px;
}
.leftStepLink a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
}
.leftStepLink a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
}
.leftStepLink a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
}
.leftStepLink a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
}

.leftStepLink2ndLevel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	padding: 2px 15px 2px 25px ;
}
.leftStepLink2ndLevel IMG {
	margin-left: -10px;
}
.leftStepLink2ndLevel a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
}
.leftStepLink2ndLevel a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
}
.leftStepLink2ndLevel a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
}
.leftStepLink2ndLevel a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
}

.leftStepLink3rdLevel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	padding: 2px 15px;
}
.leftStepLink3rdLevel a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
}
.leftStepLink3rdLevel a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
}
.leftStepLink3rdLevel a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
}
.leftStepLink3rdLevel a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
}


.leftStepLink3rdLevelParent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	padding: 2px 15px;
}
.leftStepLink3rdLevelParent a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
}
.leftStepLink3rdLevelParent a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-decoration: none;
}
.leftStepLink3rdLevelParent a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
}
.leftStepLink3rdLevelParent a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2e11c;
	text-decoration: none;
}

.leftStepSubLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6f6f6f;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
.leftStepSubLink a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6f6f6f;
	text-decoration: none;
}
.leftStepSubLink a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6f6f6f;
	text-decoration: none;
}

.leftStepSubLink a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b2e11c;
	text-decoration: none;
}

.leftStepSubLink a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b2e11c;
	text-decoration: none;
}

.copyText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #080b1e;
	text-decoration: none;
	padding-right: 10px;
}

TD#langNav IMG {
	width: 30px;
	height: 14px;
}
.langNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #272626;
	padding-right: 4px;
	padding-left: 3px;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	font-style: normal;
	}
	.langNav a:link {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #272626;
	text-decoration: none;
	font-style: normal;
	}

	.langNav a:visited {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #272626;
	text-decoration: none;
	font-style: normal;
	}
	.langNav a:hover {
	color: #b2e11e;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	}
	.langNav a:active {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #b2e11e;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	}
	
#languageSelect{
	float: right;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #f7f8f7;
	z-index: 200;
	background-repeat: repeat-x;
}



.centralTableTop{
	background-color: #b2e11c;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}




/**
* the styles below belong to the topnavigation with dropdowns
* making changes here can have unexpected results
* please keep make copy before making changes
*
* thanks
**/

#barHolder {
	height:20px;
	z-index:50;
	position: relative;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

#menubar a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:3px;
	
}

#menubar li {
	float: left;
	width: auto;
	vertical-align: middle;
}

#menubar li ul, #menubar ul li  {
	width: 12em;
	vertical-align: middle;
}

#menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#menubar li ul {
	position: absolute;
	display: none;
	background-repeat: repeat-x;
	background-color: #f0f0f1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #53768f;
	border-right-color: #53768f;
	border-bottom-color: #53768f;
	border-left-color: #53768f;
}

#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.portalhvr a {
	color: #000524;
}

#menubar li:hover ul, #menubar li.portalhvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the portal script.
The color set should match the normal Sub-Level link color
in the rule: #menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#menubar li:hover ul a, #menubar li.portalhvr ul a {
	color: #000524;
	background-color: transparent;
	text-align: left;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#menubar ul a:hover {
	background-color: #606060!important;
	color: #606060!important;
	background-repeat: repeat-x;
}
/* \  */
#menubar li {width: auto;
}#navigationTop { 
background-image: url(/images/eu/ch_de/navbar_grad_tcm156-10678.jpg);
 } 
.backdrop { 
background-image: url(/images/eu/ch_de/backdropHome_tcm156-10679.jpg);
 } 
#leftCentralColumn { 
background-image: url(/images/eu/ch_de/navBackLeft_tcm156-10589.jpg);
 } 
#centralColumn { 
background-image: url(/images/eu/ch_de/centralFieldBig_all_tcm156-10590.jpg);
 } 
#centralColumnTop { 
background-image: url(/images/eu/ch_de/topField_tcm156-10597.gif);
 } 
#centralColumnLower { 
background-image: url(/images/eu/ch_de/lowerFieldBlank_tcm156-10681.gif);
 } 
.buttonLink { 
background-image: url(/images/eu/ch_de/leftsideButton_tcm156-10591.gif);
 } 
#languageSelect { 
background-image: url(/images/eu/ch_de/leftsideButton_tcm156-10691.gif);
 } 
#menubar li ul { 
background-image: url(/images/eu/ch_de/voipTopDrop_tcm156-10593.jpg);
 } 
#menubar ul a:hover { 
background-image: url(/images/eu/ch_de/voipSubTopDrop_tcm156-10592.jpg);
 } 
.centralTableTop { 
background-image: url(/images/eu/ch_de/leftsideButton_tcm156-10691.gif);
 } 

