/**********************************
   homepage styles
***********************************/

body {
	font: 80%/134% Arial,Helvetica,Verdana,sans-serif;
	color: #424242;
	margin: 0 0 0 20px;
	padding: 0;
	background-color: #fff;
}
img {border:0; margin:0; padding:0;}

img.withoutHeader {
	margin-top:1px;
}

* {font-size: 1em; margin:0; padding:0;}

DIV.promotion { text-align:center; border:1px solid #f0f0f0;}

DIV.promotion h3.transportheader {
	background-color:#f0f0f0;
	height:37px;
	margin:0;
	width:199px;
}
DIV.promotion h3.promoheader {
	height:37px;
}
DIV.promotion h3.promoheader BR {
	clear:both;
}
DIV.promotion h3.promoheader div.headertext {
	float:left;
	text-align:left;
	width:140px;
	line-height:15px;
	margin-top:4px;
}

DIV.promotion h3.promoheader span.text
{
	display:block;
	float:left;
	width: 140px;
	text-align: left;
}

DIV.promotion h3.promoheader span.mehr
{
	display:block;
	float:right;
	font-weight: normal;
}

DIV.promotion h3.promoheader div.mehr {
	float:right;
	line-height:15px;
	margin-top:4px;
}

h3.promoheader div.mehr a {
 font-weight:normal;
}
br.clear {clear:both;line-height:0;}

.nowrap {white-space:nowrap;}

.objinfo {font-size: .9em;}

.structure { display:none; }


#wrapper {
	width:925px;
}

#header {
	background-color:#fff;
	width:930px;
	display:block;
	float:left;
	background: url(logo.gif) bottom right no-repeat;
	margin:0 0 5px 0;

}
#headerbox {
	padding-left:6px;
}


#searchbox, #servicelanguage, #servicelinks {
	float: left;
	margin:46px 0 0 0;
	vertical-align:top;
}

#searchbox {
	width:240px; padding-bottom:10px;
}

#servicelanguage {
	width:90px;
}
#servicelinks {
	width:270px;
}

#textchange {
	/*
		update for ie7 :
		replaced margin-right:240px by position:relative, right:240px
	*/
	position:relative;
	right:240px;
	float:right;
	margin:46px 0 0 0;
	width:90px;
}

#servicelanguage, #textchange, #servicelinks a { white-space: nowrap; }

#servicelanguage a, #textchange a {display:block; float:left; margin-right:2px;}

#servicelanguage a img {visibility:hidden;}
#servicelanguage a#lang-de {background:url(icon_de_pas.gif) no-repeat;}
#servicelanguage a:hover#lang-de {background:url(icon_de_act.gif) no-repeat;}
#servicelanguage a#lang-fr {background:url(icon_fr_pas.gif) no-repeat;}
#servicelanguage a:hover#lang-fr {background:url(icon_fr_act.gif) no-repeat;}
#servicelanguage a#lang-it {background:url(icon_it_pas.gif) no-repeat;}
#servicelanguage a:hover#lang-it {background:url(icon_it_act.gif) no-repeat;}

#servicelanguage a#lang-de-active {background:url(icon_de_act.gif) no-repeat;}
#servicelanguage a#lang-fr-active {background:url(icon_fr_act.gif) no-repeat;}
#servicelanguage a#lang-it-active {background:url(icon_it_act.gif) no-repeat;}

#servicelinks a {padding-right:0.8em;}

#textchange a img {visibility:hidden;}
#textchange a#switch-basic {background:url(icon_sml_act.gif) no-repeat;}
#textchange a:hover#switch-basic {background:url(icon_sml_act.gif) no-repeat;}
#textchange a#switch-medium {background:url(icon_med_pas.gif) no-repeat;}
#textchange a:hover#switch-medium {background:url(icon_med_act.gif) no-repeat;}
#textchange a#switch-large {background:url(icon_lar_pas.gif) no-repeat;}
#textchange a:hover#switch-large {background:url(icon_lar_act.gif) no-repeat;}



#content {
	clear:both;

	background: url(bg_home.gif);
	background-position: repeat-y;
}

html>body #content {border-left:1px solid #f2f3f5;background-position:-1px 0;}

#content table, #content td {
	border-collapse: collapse;
	border-spacing: 0;



}
#content table td, #content table th {
	vertical-align:top;
	padding:0;
	margin:0;

}

#content table td.mainbox, #content table td.contacthome {
	border: 1px solid #dddee0;
	background-color:#f0f0f0;
}

#content table td.mainbox {
	border-bottom: 0;
}

html>body #content table td.mainbox {
	width:214px; margin:0;
}

#content table td.spacer {
	width:16px;
}

#content table td.mainbox img {
	margin:0px;
}


#content table div.boxcontent {
	padding:0;
	padding-bottom:10px;
}

div.boxcontent hr {
	margin:5px 5px;
}

#content table div.boxcontent LI { margin: 0 0 2px 0; }

/* ueber_helvetia startbox servicelinks  */
#content table div.boxcontent .uu_servicelinks LI { padding:0 0 12px 0; }

#content table div.boxcontent OPTION.big { width:230px; }
#content table div.boxcontent OPTION.tiny { width:198px; }

td.pri .title { background: transparent url(hom_pri_tit.gif) left top no-repeat; }
td.bus .title { background: transparent url(hom_bus_tit.gif) left top no-repeat; }
td.abu .title { background: transparent url(hom_abu_tit.gif) left top no-repeat;}


.pri {
	/*background: #f2f3f5	url(pribox_bottomborder.gif) left bottom repeat-x;*/
	background: #fafafa	url(pribox_bottomborder.gif) left bottom repeat-x;
}
.bus {
	background: #f2f3f5 url(busbox_bottomborder.gif) left bottom repeat-x;
}
.abu {
	/*background: #f2f3f5	url(abubox_bottomborder.gif) left bottom repeat-x;*/
	background: #f00 url(abubox_bottomborder.gif) left bottom repeat-x;
}


#contact {
	color: #2c2c2d;
}


#contact h3, #news h3, #teaser h3, #partner h3 {
	background:#b4b5b7;
	color: #fff;
	padding:.4em .4em .4em .6em;
	margin: 2px;
	position:relative;
	font-weight: bold;
}

#contact h3 {
	border:2px solid #fff;
	margin:0px;
}

#contact .contactcontent {
	background-color: #f0f0f0;
	padding: 2px 0 4px 0;
	margin:1px 1px 1px 1px;
}

.contactcontent ul { margin:0 9px 10px 9px;}

#contact .contactcontent li { margin: 0 0 5px 0; }

#contact .contactcontent H4 { margin-bottom:7px;}

/*html>body #contact .contactcontent {
	margin-bottom: 0;
}*/

#contact .contactcontent FORM {
	margin-bottom:10px;
}

html>#contact .contactcontent FORM {
	margin-bottom:0px;
}

#news, #partner, #teaser {
	/*margin-top: 26px;*/
	border: solid 1px #f2f3f5;
	border-bottom: solid 0 #f2f3f5;
}

#teaser .box p, #teaser .box ul, #news .box {padding-bottom:.8em;}

#news h3, #partner h3, #teaser h3 {
	background:#f0f0f0;
	color: #626363;
}

#news h3 span {
	position:absolute;
	right:1em;
	color: #000;
	font-weight: normal;
}

#teaser h3 a {color: #626363;}

#teaser p img {
	margin-left:-.45em;
	_text-indent:-.4em;
	_margin-left:0;
}
#teaser p {
	padding-left:.5em;
	margin:0;
}

#teaser ul {margin-bottom:0;}

#teaser li  {
	margin-left:-.1em;
	padding: 0;

}


#partner .partnercontent {
	padding-top: 10px;
	padding-bottom: 6px;
}

dl {
	position:relative;
	margin: 0;
	padding: 0;
}
dt {
	display:block;
	float:left;
	color: #9f9a97;
	padding: .55em 0 0 .6em;
	margin-right:10px;
}
dd {
	display:block;
	width:305px;
	margin-left: 90px;
	color: #9f9a97;
	padding: .55em 0 0 .6em;
}


#footer {
	clear: left;
	color: #424242;
	background: url(footer.gif) top left no-repeat;
}

#footerleft {
	float:left;
	margin-top: 8px;
}
#footerright {
	float:right;
	margin-top: 8px;
}

ul  {
	margin: 0 0 0 .6em;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

hr {
	 height: 1px;
	 line-height:1px;
	 padding: 0;
	 margin: 0 .6em;
	 color: #dddee0;
	 background-color: #dddee0;
	 border: none;
}

html>body hr {
	margin: .62em .6em;
	margin:0;
	width:199px;
	font-size:0.65em;
}

li.spacer {
	background-image:url(spacerline.gif);
	background-position:center;
	background-repeat:repeat-x;
}

#contact form, #contact h4, #contact p {
	margin: .1em .3em .1em .6em;
}

p {
	margin: .1em .1em .1em .6em;
}

.telnumber {
	font-size: 18px;
	color: #424242;
	line-height: 28px;
}

.telnumbersml { color: #424242; }
/*
-------------------------------------
 Links
-------------------------------------
*/

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #626363;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

a:link.pricolor {
	color: #000;
	text-decoration: none;
}
a:visited.pricolor {
	color: #000;
	text-decoration: none;
}
a:hover.pricolor {
	color: #00aaa0;
	text-decoration: none;
}
a:active.pricolor {
	color: #000;
	text-decoration: none;
}

a:link.pricolor2, a:visited.pricolor2, a:hover.pricolor2, a:active.pricolor2 {
	color: #00aaa0;
	text-decoration: none;
}

a:link.buscolor {
	color: #000;
	text-decoration: none;
}
a:visited.buscolor {
	color: #000;
	text-decoration: none;
}
a:hover.buscolor {
	color: #626363;
	text-decoration: none;
}
a:active.buscolor {
	color: #000;
	text-decoration: none;
}

a:link.buscolor2, a:visited.buscolor2, a:hover.buscolor2, a:active.buscolor2 {
	color: #885f9d;
	text-decoration: none;
}

a:link.abucolor {
	color: #000;
	text-decoration: none;
}
a:visited.abucolor {
	color: #000;
	text-decoration: none;
}
a:hover.abucolor {
	color: #ff1122;
	text-decoration: none;
}
a:active.abucolor {
	color: #000;
	text-decoration: none;
}

a:link.abucolor2, a:visited.abucolor2, a:hover.abucolor2, a:active.abucolor2 {
	color: #cc0e1b;
	text-decoration: none;
}

a:link.brocolor2, a:visited.brocolor2, a:hover.brocolor2, a:active.brocolor2 {
	color: #000;
	text-decoration: none;
}

a:hover.brocolor2 {
	color: #fccc00;
	text-decoration: none;
}


a img	{
	border:0;
}

#footer a {
	color: #424242;
}


/* Input/Select */

form {}

.btnsearch {
	background: transparent url(icon_go.gif) right 50% no-repeat;
	border: 0;
	font-weight: normal;
	cursor: pointer;
	padding: 0 1.1em 1px 1px;
	text-align:right;

	overflow:visible;
	width:auto;
}


form, select, input, textarea {
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

.xxl {width:400px;}
.long {width:270px;}
.xlong {width:200px;}
.medium {width:126px;}
.small {width:118px;}
.xxsmall {width:50px;}

.xxl, .long, .medium, .small, .xxsmall {
	border-top: 1px solid #57585a;
	border-right: 1px solid #b4b5b7;
	border-bottom: 1px solid #919296;
	border-left: 1px solid #2c2c2d;
}
.xxsmall { margin: 0 0 0 8px; }
.xlong {margin : 0 0 8px 0; }

.xlong option {width:210px;}
.pk_select { color:#00aaa0;}
.fk_select { color:#626363; }
.mandatory {
	background: #fff url(star.png) center right no-repeat;
}
.warn {
	background: #ffe8e9 url(warn.gif) center right no-repeat;
}

.macie { border:2px solid #000; background-color:#dedee6; padding:.8em; color:#000;}

/* Hides from IE-mac \*/
.macie { display: none; }
/* End hide from IE-mac */



