@charset "utf-8";

/*<![CDATA[/*>*/
/***************************************************************/
/* SCREEN CSS FOR COMET:CH                                     */
/* CSS Code by MEDIAparx.com | Hansmartin Geiser | July 2007   */
/***************************************************************/
/* RELEASED UNDER:                                             */
/*-------------------------------------------------------------*/
/* Creative Commons 2.5 Schweiz                                */
/* Namensnennung - NichtKommerziell                            */
/* http://creativecommons.org/licenses/by-nc-nd/2.5/ch/        */
/***************************************************************/
/* Table of Contents:                                          */
/* ------------------------------------------------------------*/
/* 1. Basic Container Definitions                              */
/* 2. ServiceNavigation                                        */
/* 3. Search                                                   */
/* 4. Header                                                   */
/* 5. ColumnLeft                                               */
/* 6. ColumnCenter                                             */
/*    6.1 Special Elements                                     */
/*    6.2 Form Styles                                          */
/*    6.3 Sitemap                                              */
/*    6.4 Searchresults                                        */
/*    6.5. Gallery Styles                                      */
/* 7. ColumnRight                                              */
/*    7.1 Element Styles                                       */
/*    7.2 Navigation                                           */
/*    7.3 Homepage/News                                        */
/* 8. Footer                                                   */
/***************************************************************/

*{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
}

a{
	text-decoration: none;
	color:#003399;
}

a:hover{
	text-decoration: none;
	color: #ff0000;
}

img{
	border:0px none;
}


body{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background:url(../auxx/layout/background.gif);
}

/*************************************************/
/* 1. Basic Container Defintions                 */
/*************************************************/

#contentMain{
	width: 100%;
	text-align:center;
	background-color: #fff;
}

#contentTop{
	width: 100%;
	text-align:center;
}


#contentTop .contentCenter,
#contentMain .contentCenter{
	text-align: left;
	margin: auto;
	width: 900px;
}


#ColumnLeft{
	float: left;
	width: 205px;
	margin-top: 27px;
	letter-spacing: 0.05em;
}

#ColumnCenter{
	float: left;
	width: 488px;
	margin-top: 31px;
	line-height: 1.8;
}

#ColumnRight{
	float: right;
	width: 180px;
	margin-top: 28px;
	padding-bottom: 12px;
	background-color: #dbdbdb;
	border: 1px solid #C3C3C3;
	overflow: hidden;
	/*IE-HACK*/
	_overflow-x:hidden;
}

#ColumnLeftIntro{
	float: left;
	width: 342px;
	margin-top: 25px;
	padding-bottom: 12px;
	padding-left: 9px;
	background-color: #FFF;
}

#ColumnMiddleSWX{
	float: left;
	width: 160px;
	margin-top: 25px;
	padding-bottom: 12px;
	padding-left: 19px;
	padding-right: 10px;
	background-color: #FFF;
}

#ColumnRightLarge{
	float: left;
	width: 360px;
	margin-top: 25px;
	padding-bottom: 12px;
	background-color: #dbdbdb;
}

#contentBottom{
	clear: both;
	width: 100%;
	height:60px;
	text-align:center;
}

#contentBottom a{
	color: #000000;
}


/*************************************************/
/* 2. ServiceNavigation                          */
/*************************************************/

#ServiceNavigation{
	float:right;
	padding-top: 14px;
}

#ServiceNavigation li{
	font-size: 9px;
	float: left;
	list-style: none;
	margin-left: 6px;
	margin-right: 6px;
	color: #666666;
}

#ServiceNavigation li a{
	color: #666666;
}

#ServiceNavigation li a:hover,
#ServiceNavigation li a.active{
	color: #ff0000;
}

#ServiceNavigation li.spacer{
	color: #aaa7a7;
}


/*************************************************/
/* 3. Search                                     */
/*************************************************/

#Search{
	float:right;
	display:block;
	padding-left:18px;
	padding-top:10px;
	min-height:30px;
}

#Search #InputSearch{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-left:1px solid #717171;
	border-top:1px solid #717171;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	width: 120px;
	margin-right:3px;
	padding: 3px;
}

#Search img{
	vertical-align: text-bottom;
}


#Search a{
	color: #666666;
}

#Search a:hover,
#Search a.active{
	color: #ff0000;
}


/*************************************************/
/* 4. Header                                     */
/*************************************************/

#head{
	padding-top: 16px;
}

#navigationTop{
}

#navigationTop img{
	float: left;
}

#navigationTop ul{
	padding-left: 46px;
	list-style: none;
	margin-top: 65px;
	float: left;
}

#navigationTop li{
	float: left;
	display: block;
	position: relative;
}

#navigationTop li:hover .sub{
	display: block;
}

#navigationTop li a{
	float: left;
	color: #333;
	font-size: 11px;
	padding-bottom: 16px;
	padding-right: 17px;
	padding-left: 5px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background:url(../auxx/layout/link_line.gif) no-repeat;
}

#navigationTop li a:hover,
#navigationTop li a.hover,
#navigationTop li a.active{
	background:url(../auxx/layout/link_line_long.gif) no-repeat;
	color: #ff0000;
}

#navigationTop li .sub{
	display: none;
	position: absolute;
	margin-top: 29px;
	background-color: #dbdbdb;
	left: 0px;
}

#navigationTop li .sub ul{
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 1.8;
}

#navigationTop li .sub ul li{
	border-bottom: 1px solid #bababa;
	padding-left: 10px;
	padding-right: 10px;
	display:block;
	width: 180px;
	clear: both;
}

#navigationTop li .sub ul li a{
	margin: 0px;
	padding: 0px;
	background:none;
	z-index: 10;
	display: block;
	width: 180px;
	clear: both;
	font-size: 10px;
}
#navigationTop li .sub ul li a:hover{
	background:none;
	color: #ff0000;
}


/***************************************************************/
/* 5.1 Fast Access                                             */
/***************************************************************/
#fastAccess{
	float: left;
}
#fastAccess div{
	float: left;
	width: 180px;
	height: 225px;
}
#fastAccess1{
	background:url(../auxx/layout/img_head_1.jpg) no-repeat;
}
#fastAccess2{
	background:url(../auxx/layout/img_head_2.jpg) no-repeat;
}
#fastAccess3{
	background:url(../auxx/layout/img_head_3.jpg) no-repeat;
}
#fastAccess4{
	background:url(../auxx/layout/img_head_4.jpg) no-repeat;
}
#fastAccess5{
	background:url(../auxx/layout/img_head_5.jpg) no-repeat;
}
#fastAccess select{
	width: 160px;
	margin-top: 200px;
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-left:1px solid #717171;
	border-top:1px solid #717171;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

/***************************************************************/
/* 5. ColumnLeft                                               */
/***************************************************************/

#ColumnLeft .title{
	font-size: 11px;
	display: block;
	color: #333;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 7px;
	width: 173px;
	text-transform: uppercase;
	border-bottom: 1px solid #c3c3c3;
	font-weight: bold;
}

#ColumnLeft ul#Navigation ul{
	padding-left: 5px;
	list-style: none;
}
#ColumnLeft ul#Navigation{
	list-style: none;
	padding: 0px;
	padding-bottom: 28px;
	overflow: hidden;
	width: 180px;
	font-size: 11px;

	line-height: 1.45;
}
#ColumnLeft ul#Navigation li{
	border-bottom: 1px solid #c3c3c3;
	padding-top: 3px;
	padding-bottom: 3px;
}
#ColumnLeft ul#Navigation li *{
	border-bottom: 0px solid !important;
	padding: 0px !important;
	padding-left: 7px !important;
}

#ColumnLeft ul#Navigation a{
	color: #333;
	display: block;
}

#ColumnLeft ul#Navigation a.active{
	color: #f00;
}
#ColumnLeft ul#Navigation a:hover,
#ColumnLeft ul#Navigation a.current{
	color: #f00;
	background-image: url(../auxx/layout/bullet_red.gif);
	background-repeat: no-repeat;
 	background-position: 0px 7px;

}

/***************************************************************/
/* 6. ColumnCenter                                             */
/***************************************************************/

#ColumnCenter h1,
#ColumnCenter h2,
#ColumnCenter h3,
#ColumnCenter h4,
#ColumnCenter h5,
#ColumnCenter h6{
	font-size: 11px;
	font-weight: normal;
	color: #444;
}

#ColumnCenter h1{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding-bottom:14px;
}

#ColumnCenter h2{
	font-weight: bold;
	color: #000;
}
#ColumnCenter h3{
	font-weight: bold;
}

#ColumnCenter p{
	padding-bottom: 14px;
}

#ColumnCenter ul{
	padding-bottom: 14px;
	line-height: 1.8;
	list-style: none;
}

#ColumnCenter ol{
	padding-bottom: 14px;
	padding-left:35px;
}

#ColumnCenter ul li{
	padding-left: 8px;
	background-image: url(../auxx/layout/bullet_black.gif);
	background-repeat: no-repeat;
 	background-position: 0px 9px;
}

#ColumnCenter img{
	padding-bottom: 14px;
	border: 0px none;
}


#ColumnCenter table{
	border: 0px none;
	border-top: 1px solid #b0b0b0;
	margin-bottom: 14px;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0px;
	float:right;
}

#ColumnCenter table td{
	border-bottom: 1px solid #b0b0b0;
	margin: 0px;
	padding-left: 5px;
	vertical-align: top;
}

.vc {
	border: 1px solid #b0b0b0;
}

.vctitle {
	border: 1px solid #b0b0b0;
	text-align:center;
}

#ColumnCenter table td.first{
	font-weight: bold;
}


#ColumnCenter table th{
	border-bottom: 1px solid #b0b0b0;
	margin: 0px;
	padding-left: 5px;
	vertical-align: top;
	background-color: #dbdbdb;
	font-weight: bold;
	color: #333
}

#ColumnCenter thead td{
	border-bottom: 1px solid #b0b0b0;
	margin: 0px;
	padding-left: 5px;
	vertical-align: top;
	background-color: #dbdbdb;
	font-weight: bold;
	color: #333

}

/* removement of styles on nesting elements */

#ColumnCenter table td *{
	padding-bottom: 0px !important;

}
#ColumnCenter p img{
	padding: 0px !important;
}

#ColumnCenter .NaviNumbers{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	font-size:120%;
	line-height:140%;
	margin-top:0.75em;
}

#ColumnCenter .NaviNumbers li{
	float:left;
	margin-right:3px;
	background:url();
	padding-left:0px;
}

#ColumnCenter .NaviNumbers li a{
	text-decoration:none;
}

#ColumnCenter .NaviNumbers li a.active{
	font-weight:bold;
}

/***************************************************************/
/* 6.1 Special Elements                                        */
/***************************************************************/
#ColumnCenter .product{
	float: left;
	width: 125px;
	margin-right: 10px;
	min-height: 300px;
	padding-bottom: 14px;
}
#ColumnCenter .product .title{
	width: 115px;
	display: block;
	font-weight: bold;
	background-color: #dbdbdb;
	color: #333;
	padding-left: 10px;
	margin-bottom: 10px;
}
#ColumnCenter .product img.productImage{
	border-bottom: 1px solid #b4b3b3;
	margin-bottom: 5px;
}


/*------------------------------*/
/* 6.2 Form Styles              */
/*------------------------------*/
#ColumnCenter form{
	padding-top:8px;
}

#ColumnCenter form .LabelLeft{
	float:left;
	width:145px;
	margin-bottom:2px;
	margin-right:7px;
	padding-top:2px;
	padding-bottom:2px;
}

#ColumnCenter form .LabelLeftError{
	float:left;
	width:145px;
	margin-bottom:2px;
	margin-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	color:#ff0000;
}

#ColumnCenter form .Select{
	float:left;
	margin-bottom:3px;
	width:248px;
	border-left:1px solid #717171;
	border-top:1px solid #717171;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding-top:1px;
	padding-bottom:1px;
}

#ColumnCenter form .InputTextField{
	float:left;
	margin-bottom:2px;
	width:242px;
	border-left:1px solid #717171;
	border-top:1px solid #717171;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:2px;
}

#ColumnCenter form .InputFile{
	float:left;
	margin-bottom:2px;
	margin-top:3px;
	border-left:1px solid #717171;
	border-top:1px solid #717171;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:2px;
}

#ColumnCenter form .Textarea,
#ColumnCenter form .TextareaBig{
	float:left;
	width:242px;
	border-left:1px solid #717171;
	border-top:1px solid #717171;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:2px;
	height:80px;
}

#ColumnCenter form .TextareaBig{
	height:250px;
}

#ColumnCenter form .DummyFormList{
	float:left;
	width:242px;
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:3px;
	margin-bottom:3px;
}

#ColumnCenter form .DummyFormList li{
	width:242px;
	float:left;
	padding-left:0px;
	background:none;
}

#ColumnCenter form .DummyFormList input{
	float:left;
	width:16px;
	height:16px;
	margin-right:2px;
	margin-top:3px;
}

#ColumnCenter form .DummyFormList label{
	float:left;
	width:220px;
}

#ColumnCenter form .ButtonSubmit{
	float:left;
	border-right:1px solid #717171;
	border-bottom:1px solid #717171;
	border-left:2px solid #dfdfdf;
	border-top:2px solid #dfdfdf;
	font-weight:bold;
	background:#f0f0f0;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	margin-top:15px;
	margin-right:5px;
	margin-left:150px;
}

#ColumnCenter form h6{
	font-size:90%;
	color:#ff0000;
	margin-bottom:11px;
	font-weight:bold;
}

#ColumnCenter form .ErrorText{
	color:#ff0000;
	font-weight:bold;
}

#ColumnCenter form .ErrorInput,
#ColumnCenter form .ErrorSelect{
	background:#ff0000;
	color:#fff;
}

/*------------------------------*/
/* 6.3 Sitemap                  */
/*------------------------------*/
#ColumnCenter ul#Sitemap{
	display:block;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	width:100%;
	margin-bottom:0px !important;
	margin-top:0px !important;

}

#ColumnCenter ul#Sitemap li{
	display:block;
	padding-left:0px;
	background:none;
}

#ColumnCenter ul#Sitemap li a{
	display:block;
	width:96%;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	padding-left:2%;
	padding-right:2%;
	background:#dbdbdb;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	color:#000;

}

#ColumnCenter ul#Sitemap li ul{
	list-style:none;
	margin-top:0.5em;
	margin-left:0px;
	padding-left:0px;

}

#ColumnCenter ul#Sitemap li ul li{
	border-bottom:none;
	margin-top:0.25em;
	padding-bottom:2px;
}

#ColumnCenter ul#Sitemap li ul li a{
	background:#FFFFFF;
	border:none;
	font-size:110%;
	font-weight:normal;
	line-height:110%;
	color:#000;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	padding-top:0.25%;
	padding-bottom:0.25%;
}

#ColumnCenter ul#Sitemap li ul li ul{
	margin-left:10px;
	padding-bottom:0px !important;
	padding-top:0px !important;

}

#ColumnCenter ul#Sitemap li ul li ul li a{
	background:none;
	font-size:100%;
	border:none;
}

#ColumnCenter ul#Sitemap li ul li ul li ul{
	margin-left:10px;
}

#ColumnCenter ul#Sitemap li ul li ul li ul li a{
	font-size:100%;
	font-weight:normal;
	background:none;
}

#ColumnCenter ul#Sitemap li ul li ul li ul li ul{
	margin-left:10px;
}

#ColumnCenter ul#Sitemap li ul li ul li ul li ul li a{
	font-size:90%;
	line-height:110%;
	font-weight:normal;
}


#ColumnCenter #news, #newsdetail{
	width:96%;
	padding-top:0.25em;
	padding-bottom:0.25em;
	color:#000;
}

#ColumnCenter #news{
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #c3c3c3;
}

#ColumnCenter #job, #jobdetail{
	width:96%;
	padding-top:0.25em;
	padding-bottom:0.25em;
	color:#000;
}

#ColumnCenter #job{
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #c3c3c3;
}

#ColumnCenter #event, #eventdetail{
	width:96%;
	padding-top:0.25em;
	padding-bottom:0.25em;
	color:#000;
}

#ColumnCenter #event{
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #c3c3c3;
}


#ColumnCenter #pressrelease, #pressreleasedetail{
	width:96%;
	padding-top:0.25em;
	padding-bottom:0.25em;
	color:#000;
}

#ColumnCenter #pressrelease{
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #c3c3c3;
}

/*------------------------------*/
/* 6.4 Searchresults            */
/*------------------------------*/
#ColumnCenter #UISearch{
	float:left;
	width:100%;
}

#ColumnCenter #UISearch form{
	padding-top:0px;
}

#ColumnCenter #UISearch .InputTextField{
	width:100px;
	padding:0.35em;
}

#ColumnCenter #UISearch .ButtonSubmit{
	float:left;
	margin-top:0px;
	margin-left:5px;
}

#ColumnCenter #UISearch #pager{
	width:auto;
	height:20px;
}

#ColumnCenter #UISearch li{
	margin-bottom:15px;
}

#ColumnCenter #UISearch li ol,
#ColumnCenter #UISearch li ul{
	margin-top:5px;
}

#ColumnCenter #UISearch li li{
	margin-bottom:2px;
}


/*------------------------------*/
/* 6.5  Gallery Styles          */
/*------------------------------*/
#ColumnCenter .GalleryEntry,
#ColumnCenter #GalleryEntryOverview{
	float:left;
	width:547px;
	margin-bottom:11px;
	background:url(/auxx/layout/img-separator-news.gif) 143px 0px no-repeat;
}

#ColumnCenter #GalleryEntryOverview{
	background:none;
}

.GalleryEntry .Image,
#GalleryEntryOverview .Image{
	float:left;
}

#GalleryEntryOverview .Image{
	margin-right:10px;
}

.GalleryEntry .Text{
	float:left;
	width:394px;
	padding:5px;
	background:url(/auxx/layout/img-separator-news.gif) bottom no-repeat;
	min-height:89px;
}

#ContainerContent .GalleryEntry .Text h1{
	background:none;
	margin:0px;
	padding:0px;
	margin-bottom:0.1em;
}

#ContainerContent .GalleryEntry .Text h2{
	margin:0px;
}


/***************************************************************/
/* 7. ColumnRight                                              */
/***************************************************************/

#ColumnRight .title{
	font-size: 11px;
	display: block;
	color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #c3c3c3;
	text-transform: uppercase;
	border-bottom: 1px solid #e7e7e7;
	font-weight: bold;
}

#ColumnRight a{
	color: #003399;
}

#ColumnRight a:hover,
#ColumnRight a.active{
	color: #ff0000;
}

/***************************************************************/
/* 7.1 Element Styles                                          */
/***************************************************************/

#ColumnRight h1,
#ColumnRight h2,
#ColumnRight h3,
#ColumnRight h4,
#ColumnRight h5,
#ColumnRight h6{
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	color: #333;
}

#ColumnRight h1{
	font-size: 11px;
	font-weight: bold;
}

#ColumnRight h2{
	font-size: 10px;
	font-weight: bold;
}

#ColumnRight p{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	line-height: 1.8;
}

#ColumnRight ul{
	padding-left: 13px;
	padding-right: 10px;
	padding-top: 12px;
	line-height: 1.8;
	list-style: none;
}

#ColumnRight ol{
	padding-left: 10px;
	padding-top: 12px;
	line-height: 1.8;
	list-style-position: inside;
}

#ColumnRight ul li{
	padding-left: 8px;
	background-image: url(../auxx/layout/bullet_black.gif);
	background-repeat: no-repeat;
 	background-position: 0px 9px;
}


#ColumnRight table{
	margin-left: 7px;
	margin-right: 10px;
	margin-top: 12px;
	border: 0px none;
}

/* removement of styles on nesting elements */

#ColumnRight p img{
	margin-left: -10px;
}

#ColumnRight table *{
	padding: 0px !important;
}


/***************************************************************/
/* 7.2 Navigation                                              */
/***************************************************************/

#ColumnRight ul.Navigation{
	padding-left: 5px;
}

#ColumnRight ul.Navigation li{
	padding-left: 8px;
	background-image: none;
}

#ColumnRight ul.Navigation li a{
	padding-left: 8px;
	background-image: url(../auxx/layout/bullet_blue.gif);
	background-repeat: no-repeat;
 	background-position: 0px 5px;
}

#ColumnRight ul.Navigation li a:hover,
#ColumnRight ul.Navigation li a.active{
	padding-left: 8px;
	background-image: url(../auxx/layout/bullet_red.gif);
	background-repeat: no-repeat;
 	background-position: 0px 5px;

}

/***************************************************************/
/* 7.3 Hompage/News                                            */
/***************************************************************/

#ColumnLeftIntro .TitleBox{
	float:left;
	width:342px;
	border-bottom: 1px solid #aaa7a7;
	padding-top: 14px;
	line-height: 1.8;
	margin-bottom: 10px;
}

#ColumnMiddleSWX .TitleBox{
	float:left;
	width:160px;
	border-bottom: 1px solid #aaa7a7;
	padding-top: 14px;
	line-height: 1.8;
	margin-bottom: 10px;
}

#ColumnLeftIntro  .title{
	float: left;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

#ColumnMiddleSWX  .title{
	float: left;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

#ColumnRightLarge .NewsBox{
	float:left;
	padding-top: 14px;
	line-height: 1.8;
	margin-bottom: 10px;
	padding-left:10px;
	padding-right:22px;
	width:328px;
}

#ColumnRightLarge .TitleBox{
	float:left;
	border-bottom: 1px solid #aaa7a7;
	line-height: 1.8;
	margin-bottom: 10px;
	width:328px;
}

#ColumnRightLarge .title{
	float: left;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

#ColumnRightLarge .date{
	float: right;
	text-transform: uppercase;
	color: #333;
}

#ColumnLeftIntro, #ColumnRightLarge .NewsText, #ColumnMiddleSWX  .NewsText{
	float:left;
	line-height: 1.8;
	color: #333;
}

#ColumnRightLarge .NewsText{ width:100%; }



/***************************************************************/
/* 8. Footer                                                   */
/***************************************************************/

#contentBottom a{
	text-decoration: none;
	color:#003399;
}

#contentBottom a:hover{
	text-decoration: none;
	color: #ff0000;
}



#contentTop {
	background:#fff;
}

#contentTop {
	background-image:url(/auxx/layout/img_menubg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:60px;
}

#logo {
	margin: 0 0px;
}

#navigationTop ul {
	margin-top:21px;
	padding-bottom:0px;
	padding-left:82px;
}

#navigationTop ul li a {
	padding:0 0 16px 12px;
	margin:0 0 16px 12px;
}

#navigationTop li .sub {
	left:12px;
}



/*]]>*/