/*
 * Extends the jQuery UI Helvetia theme
 *
 * /* LAYOUT */ 


/* Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

/* show scroll bar in firefox even if viewport is large enough */
html {
	overflow-y: scroll;
}

/* offscreen content for screenreaders only */
.inv {
	position: absolute !important;
	left: -2000px !important;
	top: -2000px !important;
	width: 0 !important;
	height: 0 !important;
}

input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	background-color: #fff;
	color: #000;
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dadfe5;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3e3;
}

body {
	font: 81.3%/ 120% Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
}

#wrap {
	background-color: #fff;
	height: auto;
	margin: 0 auto;
	text-align: left;
	width: 1008px;
}

/* HEADER */
#header {
	position: relative;
	overflow: hidden;
	height: 57px;
}


.logo {
	position: absolute;
	top: 2px;
	right: 0;
}

#header ul {
	padding-left: 18px;
	position: absolute;
	top: 40px;
	left: 437px;
	font-size: 0.923em;
	
}

#header ul.lang {
	left: 257px;
}

#header li {
	display: inline;
	list-style-type: none;
	margin-right: 9px;
	
}

#header ul.lang li {
	margin-right: 5px;
	font-weight: bold;
}

#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	color: #484848;
	text-decoration: none;
}

#header ul.lang li a, #header ul.lang-landing li a, #header ul.serv li a {
	font-weight: normal;
}

#header span {
	color: #484848;
	font-weight: bold;
	text-decoration: none;
}	

.title {
	position: absolute;
	bottom: 8px;
	left: 0px;
	font-size: 1.786em;
}

/* CONTENT */
.content {
	border-style: none;
	margin-top: 10px;
	padding-left: 4px;
	padding-top: 4px;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color: #b80718;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#contentwrap {
	float: left;
	width: auto;
	display: inline;
	position: relative;
	margin-left: 36px;
}

#contentwrap #content {
	float: left;
	width: 741px;
	margin-left: 21px;
	position: relative;
	min-height: 400px;
}

#contentwrap h1 {
	font-size: 1.786em;
	margin: 25px 0 23px 0;
}

#content h2 {
	font-size: 1.538em;
	line-height: 1.2em;
}

#content h3 {
	font-size: 1.385em;
	margin: 20px 0 15px 0;
}

#content h4 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 2px;
}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:hover,
#content h2 a:active,
#content h4 a:link,
#content h4 a:visited,
#content h4 a:hover,
#content h4 a:active
	{
	color: #484848;
	text-decoration: none;
}

#content h2 a:hover,
#content h4 a:hover {
	color: #b80718;
}

#content p {
	margin-bottom: 30px;
}

#content p a {
	white-space: nowrap;
}

/* Paging styles */
p.paging {
	float: left;
	width: auto;
	display: inline;
}

p.paging span.searchtitle {
	margin-right: 30px;
}

p.paging span.searchresult {
	margin-left: 30px;
}

p.paging a {
	margin: 0 5px;
}

p.paging a.active {
	color: black !important;
	font-weight: bold !important;
}

#content p.paging a:link,
#content p.paging a:visited,
#content p.paging a:active
	{
	color: #b80718;
	text-decoration: none;
}

#content p.paging a:hover {
	color: #333;
	text-decoration: none;
}



/* Tool tip */
a.info {
	position: relative;
	z-index: 24;
	color: #000;
	text-decoration: none !important;
	background: transparent url("/ch/b2ctools/isaB2C/jakarta.faces.resource/images/tooltippassive.gif.xhtml") 0 0
		no-repeat;
	padding: 2px 7px;
}

* html a.info { /*IE6 opt*/
	vertical-align: super;
	top: 4px;
}

*+html a.info { /*IE7 opt*/
	vertical-align: super;
	top: 4px;
}

a.info:hover {
	z-index: 25;
	background: transparent; /* ie6 needs this */
}

a.info span {
	display: none;
}

a.info:hover span {
	position: absolute;
	top: 0em;
	left: 0em;
	display: block;
	width: 15em;
	background: #f4f4f4 url("/ch/b2ctools/isaB2C/jakarta.faces.resource/images/tooltipactive.gif.xhtml") 0 0 no-repeat;
	color: #000;		
	padding: 1px 30px;
	
	
}

/** ERROR HANDLING **/


.messageserror {
	border: 1px solid #3e9a00;
	border-color: #b80718;
	padding: 16px 23px 16px 3px;
	color: #D8000C;
	background-color: #FFBABA;
	font-size: 12px;
	font-weight: bold !important;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
}

.messageok ul, .messageerror ul {
	margin-top: 5px !important;
}

.messageok li, .messageerror li {
	list-style-type: none;
}


/* motto above footer */
#footer h5 {
		float: left;
		width: auto;
		display: inline;
		margin: 1px 1px 5px 1px;
		font-size: 1.231em;
		color: #6d6d6d;
}

/* footer */
.printfooter {
	display: none; /* required for print version */
}

#footer {
	clear: both;
	float: left;
	width: 641px;
	display: inline;
	margin: 60px 0px 6px 36px;
	border-bottom: 40px solid #fff;
}
	
#footer p {
	font-size: 0.846em;
	width: auto;
}

#footer strong {
	margin-right: 13px;
}

#footer span {
	margin: 0 5px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active  {
	color: #898989;
	text-decoration: none;
}

img {
	border: 0;
}

/* clear float */

br.clear {
	clear: both;
	line-height: 0;
}