/* DATEI: cms.css  */
/* Tecan Group Ltd */
/* (c) Intersim AG - Burgdorf */
/*--------------------------------------- Elemente ---------------------------------------*/
body {
	background-image:url(/design/images/gradient_01.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#000000;
	padding:0;
	margin:0;
	font-size:11px;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;				/* -- Achtung bei Fixpositionierten Texte -- */
}

p, table, td, th, ul, ol, select, textarea, input, form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}

p {
        padding:0px 0px 5px 0px;
        margin: 0px 0px 0px 0px;
}

input {
	vertical-align:middle;
}

pre {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
}

address {
	font-style:italic;
}

img {
	border:0px none;
        padding:0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

hr {
	color:#d9d9d9;
	height:1px;
}

/* --------- Liste - Aufzaehlung --------- */

UL, OL {
	margin-top:5px;
	margin-bottom:10px;
}

UL, MENU {
	list-style-image: url(/design/images/pict_ULMenu.gif);
}

UL LI {
	list-style-image: url(/design/images/pict_ULMenu.gif);
	padding-left:0px;
	padding-bottom:0px;
	margin-left:-5px;
}

UL LI LI {
	list-style-image: url(/design/images/pict_ULMenu.gif);
	padding-left:0px;
	padding-bottom:0px;
	margin-left:-5px;
}

UL LI LI LI {
	list-style-image: url(/design/images/pict_ULMenu.gif);
	padding-left:0px;
	padding-bottom:0px;
	margin-left:-5px;
}

OL {
	list-style-type:decimal;
}

OL LI {
	list-style-type:decimal;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:-5px;
}

OL LI LI {
	list-style-type:decimal;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:-5px;
}

OL LI LI LI {
	list-style-type:decimal;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:-5px;
}

/* --------- Titel im Hauptteil --------- */
h1	{
	font-size:20px;
	color:#E53120;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	margin:0;
}

h2 {
	font-size:18px;
	/*color:#E53120;*/
	color:#1587a1; /* petrol since 20120131 */
	font-weight:normal;
	padding:0px 0px 7px 0px;
	margin:0;
}

h3 {
	font-size:16px;
	/* color:#000000; */
	color:#1587a1; /* petrol since 20120131 */
	font-weight:bold;
	padding:0px 0px 7px 0px;
	margin:0;
}

h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

h5 {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding:0px 0px 2px 0px;
	margin:0;
}

h6 {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	padding:0px 0px 1px 0px;
	margin:0;
}

/*---------------------- Links ----------------------*/
/* Allgemein im Content-Bereich */
a:link    		{color:#CC0000; background-color:transparent; text-decoration:none;}
a:visited 		{color:#808080; background-color:transparent; text-decoration:none;}
a:hover   		{color:#CC0000; background-color:transparent; text-decoration:underline;}
a:active  		{color:#CC0000; background-color:transparent; text-decoration:none;}

/* Links bei Dokumenten-Suche */
a.doku:link		{color:#CC0000; background-color:transparent; text-decoration:none;}
a.doku:visited		{color:#808080; background-color:transparent; text-decoration:none;}
a.doku:hover		{color:#CC0000; background-color:transparent; text-decoration:underline;}
a.doku:active		{color:#CC0000; background-color:transparent; text-decoration:none;}

/* Links im Teaser */
div#divTeaser a:link    {color:#CC0000; background-color:transparent; text-decoration:none;}
div#divTeaser a:visited {color:#808080; background-color:transparent; text-decoration:none;}
div#divTeaser a:hover	{color:#CC0000; background-color:transparent; text-decoration:underline;}
div#divTeaser a:active	{color:#CC0000; background-color:transparent; text-decoration:none;}

/* Links im Teaser */
div#divTeaserLeft a:link    	{color:#CC0000; background-color:transparent; text-decoration:none;}
div#divTeaserLeft a:visited 	{color:#808080; background-color:transparent; text-decoration:none;}
div#divTeaserLeft a:hover	{color:#CC0000; background-color:transparent; text-decoration:underline;}
div#divTeaserLeft a:active	{color:#CC0000; background-color:transparent; text-decoration:none;}

/*--------------------------------------- Classes ---------------------------------------*/

/*--------- Allegemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {
	padding-left:0px;
	color:#000000;
}

.small {
	font-size:10px;
}

.bold {
    font-weight:bold;
}

/* Schaltfläche */
.bu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; /* normal */
	color:#000000;
	background-color:#cae703; /* FFFFFF */
	border:1px solid #7f9db9;  /* 999999 */
	cursor:pointer;
}

.bu:hover, .bu:focus{
   background                    :  #dbf433;
   /*border                        :  1px solid #CC0000;*/
}


/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {
	background-color:#CCCCCC;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding:0px 2px 0px 2px;
}

/* Normale Zeile */
.AdminTabRowLight {
	color:#000000;
	background-color:#FFFFFF;
}

/* Alternative Zeile */
.AdminTabRowDark {
	color:#000000;
	background-color:#F1F1F1;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	color:#000000;
	background-color:#DFEAEE;
}

/* Links in der Admin Titelzeile*/
a.AdminTabTitle:link, th.AdminTabTitle a:link    	{color:#000000; background-color:transparent; text-decoration:none;}
a.AdminTabTitle:visited, th.AdminTabTitle a:visited 	{color:#000000; background-color:transparent; text-decoration:none;}
a.AdminTabTitle:hover, th.AdminTabTitle a:hover		{color:#000000; background-color:transparent; text-decoration:underline;}
a.AdminTabTitle:active, th.AdminTabTitle a:active	{color:#000000; background-color:transparent; text-decoration:none;} 

/*--------- Classes Teaser  ---------*/

/* Titel-Div */
.teaserTitle {
	width:170px !important; /* fuer Mozilla + Netscape */
	width /**/:180px; /* fuer IE */
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0;
	border:0px none;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:black;
}

/* SubTitel-Div */
.teaserSubTitle {
	width:170px !important; /* fuer Mozilla + Netscape */
	width /**/:180px; /* fuer IE */
	height:auto;
	padding:5px 0px 5px 0px;
	margin:0;
	border:0px none;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:black;
}

/* Titelzeilen-Text */
.teaserEntry {
}

/* Inhalt-Div */
.teaserCont {
	width: 170px !important; /* fuer Mozilla + Netscape */
	width: 180px; /* fuer IE */
	height: auto;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 15px 0px;
	border: 0px none;
	font-size: 11px;
	text-align:left;
}

/* Mehr... nach Teaser Content */
.tMore {
	float:right;
	background-color:#FFFFFF;
	color:#333399;
	font-size:11px;
	text-decoration:underline;
	cursor:pointer;
	color:black;
}

.tMoreLink {
	display:block;
	text-align:center;
}

/* New! neben Teaser-Titel */
.tNew {
	float:right;
	background-color:#C8E600;
	color:#000000;
	font-size:10px;
	margin:0;
	text-decoration:none;
}

.tNewLink {
	display:block;
	text-align:left;
}

.teaserContSmall {
}

.teaserFooter {
}



/*--------- Classes Content-Auflistung -------*/

/* Inhalt-Div */
.cContList {
	clear:both;
	padding:4px 0px 0px 0px;
	margin:0px;
}

/* Inhaltkopf-Div */
.cContListHeader {
	clear:both;
}

/* Headlines */
h4.cContListHeaderCompact {
 display:block;
 font-weight:bold;
 margin-bottom:-10px;
}

/* Headlines */
h2.cContListHeader {
	font-size:12px;
	color:#000000;
}

/* Headlines */
h1.cContListHeader {
	font-size:12px;
	color:#000000;
}

/* Inhalt-Div */
.cContListText {
	float:left;
	padding-left:10px;
	margin-top:10px;
	clear:both;
}

/* Inhalt-Spalte1 */
.cContListTextCol1 {
	float:left;
	margin-top:10px;
	clear:both;
}

/* Inhalt-Spalte2 */
.cContListTextCol2 {
	float:left;
	padding-left:10px;
	margin-top:10px;
	clear:both;
}

/* Inhaltfuss-Div */
.cContListFooter {
	clear:both;
	height:20px;
}

/* Mehr... */
.cMore {
	float:right;
	background-color:#FFFFFF;
	color:#333399;
	font-size:10px;
	text-decoration:underline;
	cursor:pointer;
}

/* Neu! */
.cNew {
	float:right;
	background-color:#C8E600;
	color:#000000;
	font-size:10px;
	padding:0px 1px 0px 1px;
	margin:0px 0px 0px 3px;
	text-decoration:none;
}
.cNewLink {
	cursor:pointer;
}

.cContListImageLink {
}

.cContListImage {
	float:left;
}

.cMoreLink {
	float:right;
}



/* --------- Suche --------- */
/* Class vom DIV */
.searchPos {
	margin:0px 0px 0px 0px;
	background-color:transparent;
}

/* Class vom FORM */
.searchForm {
	margin:0px;
	padding:0px;
}
.searchFor {
	width:113px;
}


/* Class vom INPUT submit */
/*
.SearchButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color:transparent;
	margin:0;
	padding:0;
	border:0px none;
	cursor:pointer;
}
*/

.SearchButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; /* normal */
	color:#000000;
	margin:0;
	padding:0;
	background-color:#cae703; /* bfdee1, transparent */
	border:1px solid #7f9db9;  /* 999999 */
	cursor:pointer;
	height:20px;
	width:55px;
}

.SearchButton:hover, .SearchButton:focus{
   background                    :  #dbf433;
   /*border                        :  1px solid #CC0000;*/
}




/*--------------------------------------- DIV's ---------------------------------------*/



/*--------- Main DIV's ---------*/
#divContainer {
                text-align: left; /* Seiteninhalt wieder links ausrichten */
                margin: 0 auto; /* standardkonforme horizontale Zentrierung */
                margin-top:15px;
					 width: 990px;
                height: 100%;
                padding: 0px 0px 0px 0px;
                clear: both;
}


#divTop {
position: relative;
	clear:both;
	width:990px;
	height:90px;
	background-image:url(/design/images/bg_divTop.jpg);
	background-repeat:no-repeat;
	background-position:0px;
	padding:0;
	z-index:101;
}

#divMiddle {
position: relative;
	clear:both;
	width:990px;
	height:600px;
	padding:0;
	margin:0;
	z-index:100;
	/*background-color:transparent;*/
	background-image:url(/design/images/bg.gif);
	background-repeat:repeat-y;
}

/*--------- Top DIV's ---------*/
#divHead {
	position:absolute;
	top:18px;
	left:20px;
	width:148px;
	height:38px;
	padding:0;
	margin:0;
	background-color:transparent;
	z-index:1;
}
#divTopnav {
	position:absolute;
	top:70px;
	left:21px;
	width:780px;
	height:16px;
	padding:0;
	margin:0;
	background-color:transparent;
	z-index:9999;
}
#divSearch {
	/* test */
	position:absolute;
	top:66px;
	left:787px;
	background-color:transparent;
	width:183px;
	height:22px;
	padding:0;
	margin:0;
	border:0px none;
	text-align:right;
	z-index:3;
}

/*--------- Middle DIV's ---------*/
#divMenu {
	position:absolute;
	top:0px;
	left:2px;
	width:208px;
	height:auto;
	padding:0;
	margin:0;
	background-color:transparent;
	z-index:101;
}

#divMenuTop{
	margin:0px 0px 10px 0px;
}

#divMenuMiddle {
	width:208px;
}

#divMenuBottom {
	display:none;
}

#divPrintview {
	position:absolute;
	top:20px;
	left:721px;
	width:22px;
	height:22px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	z-index:103;
}

#divContentTop {
	position:absolute;
	top:10px;
	left:232px;
	width:auto;
	height:auto;
	text-align:left;
	margin:0;
	z-index:100;
}

#divContent {
	position:absolute;
	top:25px;
	left:232px;
	width:505px;
	height:auto;
	text-align:left;
	margin:0;
	z-index:100;
}

#divContentBottomHome {
  border-top:2px solid #dcddde; 
  margin-top:20px;
  width:780px;
}

#divContentBottomHome p {display: none; font-size:10px; margin-left:20px; margin-bottom:10px;}

#divContentBottom {
  margin-top:20px;
  margin-left:0px;
  margin-bottom:10px;
}

#divContentBottom p {border-top:2px solid #dcddde; font-size:10px; 	width:505px;}

/* div unterhalb divContentBottom -> nur bei Popus einblenden!*/
#divContentBottomPopup {
	display:none;
}

#divTeaserLeft {
	position:absolute;
	top:156px;
	left:563px;
	width:180px;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
	z-index:100;
}

#divTeaser {
	position:absolute;
	top:20px;
	left:795px;
	width:180px;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
	z-index:100;
}

#divTeaserTop {
	display:none;	
}

#divTeaserBottom {

}

.top_adminTeaser {
	display:none;
}

#divApp1 {
}

#divApp2 {
	position:absolute;
	top:115px;
	left:232px;
	width:auto;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
	z-index:101;
}

#divBottom {
	margin-top:0px;
}

#footer {
	width:990px;/*779px;*/
}

.cDisclaimer {
   margin-top: 0px;
   padding-top: 7px;
   /*padding-left: 18px;*/
   border-top: 2px solid #e5e4de; 
   /*background-color: #E5E4DE; */
   color: #808080; 
   background-color: #ffffff; 
   width: 989px; /* fuer IE */
   width: 990px !important; /* fuer Mozilla + Netscape */
   height: 15px;
}
.cDisclaimer a:link    { color:#808080; }
.cDisclaimer a:hover   { color:#CC0000; }
.cDisclaimer a:visited { color:#808080; }


.TecanFooter2010                { background-color: #E5E4DE; }
table.TecanFooter2010 a:link    { color:#808080; }
table.TecanFooter2010 a:hover   { color:#CC0000; }
table.TecanFooter2010 a:visited { color:#808080; }


#ButtonTable td {
	font-weight: bold;
	background-color: #CAE703; /* #CAE703 = TecanLime */
	height: 10px;
	width: 100%;
	vertical-align:center;
	padding: 5px;
}
#ButtonTable td a:link {font-weight:bold; color:#000000; text-decoration:none;}
#ButtonTable td a:visited {font-weight:bold; color:#000000; text-decoration:none;}
#ButtonTable td a:hover {font-weight:bold; color:#ffffff; text-decoration:none;} /* #ffffff */
#ButtonTable td a:active {font-weight:bold; color:#E53120; text-decoration:none;}

#ButtonTable2 td {
	font-weight: bold;
	background-color: #CAE703; /* #CAE703 = TecanLime */
	height: 26px;
	/*width: 100%;*/
	vertical-align:center;
	padding: 0px;
}
#ButtonTable2 td a:link {font-weight:bold; color:#000000; text-decoration:none;}
#ButtonTable2 td a:visited {font-weight:bold; color:#000000; text-decoration:none;}
#ButtonTable2 td a:hover {font-weight:bold; color:#ffffff; text-decoration:none;} /* #ffffff */
#ButtonTable2 td a:active {font-weight:bold; color:#E53120; text-decoration:none;}


/* "... next page ->" Button DIV's - Last Change: 20101122 */
#divBTNext {
	position:relative;
	top:40px;
	bottom:40px;
	width:100%;
	height:26px;
	z-index:1;
	text-align: right;
	background-color: #FFF; /* #CAE703 = TecanLime */
	background-image: url("http://www.tecan.com/design/images/TecanNextPage.gif");
	background-repeat: no-repeat;
	background-position: right;
}
#divBTNextText {
	/*position:inherit;*/
	background-color: #CAE703; /* #CAE703 = TecanLime */
	/*width:120px;*/
	height:15px;
	margin-right: 26px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	float: right;
	z-index:1;
}
#divBTNextText a:link {font-weight:bold; color:#000000; text-decoration:none;}
#divBTNextText a:visited {font-weight:bold; color:#000000; text-decoration:none;}
#divBTNextText a:hover {font-weight:bold; color:#ffffff; text-decoration:none;} /* #ffffff */
#divBTNextText a:active {font-weight:bold; color:#E53120; text-decoration:none;}


table.CenterLinksBox {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	/*width: 730px;*/
	background-color: #fff;
	/*border: 0px;*/
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px #CCC solid;
}



table.CenterLinks {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	/*width: 730px;*/
	background-color: #666;
	/*border: 0px;*/
	border-collapse: collapse;
	border-spacing: 0px;
	/*border: 1px #CCC solid;*/
}

table.CenterLinks tr{
	height: 22px;
} 

table.CenterLinks td{
	/*
	background-color: #CCC;
	*/
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	/*border: 1px #CCC solid;*/
}

table.CenterLinks td.img{
	background-color: #CAE703;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 7px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

table.CenterLinks td.tit{
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

table.CenterLinks tr.trtit{
		height: 30px;
} 

table.CenterLinks td.ti2{
	background-color: #666; /* #CCCCCC */
	color: #fff;
	padding: 4px;
	text-align: left;
	border-top: 7px #fff solid;
	border-bottom: 5px #fff solid;
	font-size: 12px;
	font-weight: bold;
	height: 10px !important; /*Wert ohne Paddings + Borders für FF*/
	height /**/:30px; /*ie5 hack Breite inkl. Paddings + Borders für IE*/
} 

table.CenterLinks tr.cnt1{
	background-color: #FFF;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
		height: 18px !important; /*Wert ohne Paddings + Borders für FF*/
	height /**/:22px; /*ie5 hack Breite inkl. Paddings + Borders für IE*/
} 

table.CenterLinks tr.cnt1 td.hite{
	background-color: #FFF;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 11px;
	font-weight: normal;
	height: 18px !important; /*Wert ohne Paddings + Borders für FF*/
	height /**/:22px; /*ie5 hack Breite inkl. Paddings + Borders für IE*/
} 
table.CenterLinks tr.cnt1 td.hite a:link    		{color:#E53120; text-decoration:none;}
table.CenterLinks tr.cnt1 td.hite a:visited 		{color:#E53120; text-decoration:none;} /* #808080 */
table.CenterLinks tr.cnt1 td.hite a:hover   		{color:#E53120; text-decoration:underline;} /* text-decoration:underline; */
table.CenterLinks tr.cnt1 td.hite a:active  		{color:#E53120; text-decoration:none;}


table.CenterLinks tr.cnt2{
	background-color: #E5E4DE;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
	height: 18px !important; /*Wert ohne Paddings + Borders für FF*/
	height /**/:22px; /*ie5 hack Breite inkl. Paddings + Borders für IE*/
} 

table.CenterLinks tr.high{
	background-color: #CAE703;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
		height: 18px !important; /*Wert ohne Paddings + Borders für FF*/
	height /**/:22px; /*ie5 hack Breite inkl. Paddings + Borders für IE*/
} 

table.CenterLinks td a:link    		{color:#000000; text-decoration:none;}
table.CenterLinks td a:visited 		{color:#000000; text-decoration:none;} /* #808080 */
table.CenterLinks td a:hover   		{color:#FFFFFF; text-decoration:none;} /* text-decoration:underline; */
table.CenterLinks td a:active  		{color:#E53120; text-decoration:none;}




table.ContactBox {
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	width: 175px;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px #CCC solid;
}
table.ContactBox td{
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #666666;
	padding: 1px;
	text-align: left;
	border-bottom: 1px #CCC solid;
	border-right: 1px #CCC solid;
}
table.ContactBox td.title{
	background-color: #efefeb;
	height: 16px !important; /*Wert ohne Paddings + Borders für FF*/
	height /**/:22px; /*ie5 hack Breite inkl. Paddings + Borders für IE*/
	padding: 3px 4px 3px 4px;
	font-weight: bold;
} 
table.ContactBox td.content{
	padding: 5px;
	vertical-align:central;
} 
table.ContactBox td.image{
	padding: 0px;
} 
table.ContactBox td.footer{
	padding: 3px 3px 3px 4px;
	font-weight: bold;
	text-align:right;
	height: 16px !important; /*Wert ohne Paddings + Borders für FF*/
	height /**/:22px; /*ie5 hack Breite inkl. Paddings + Borders für IE*/
} 



table.NewsBox {
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	width: 175px;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0px;
	/*border: 1px #CCC solid;*/
}
table.NewsBox td{
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #666666;
	padding: 1px;
	text-align: left;
}
table.NewsBox td.tabletitle{
	border-top: 1px #CCC solid;
	background-color: #efefeb;
	height: 15px !important; /*Wert ohne Paddings + Borders für FF*/
	height /**/:22px; /*ie5 hack Breite inkl. Paddings + Borders für IE*/
	padding: 3px 4px 3px 4px;
	font-weight: bold;
} 
table.NewsBox td.content{
	border-top: 1px #CCC solid;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align:central;
}

table.NewsBox td.content_trustmark {
    border-top: 1px solid #CCCCCC;
    padding: 0px 0px 0px;
}
table.NewsBox td.footer{
	border-bottom: 1px #CCC solid;
	height: 16px !important; /*Wert ohne Paddings + Borders für FF*/
	height /**/:22px; /*ie5 hack Breite inkl. Paddings + Borders für IE*/
	padding: 1px 3px 4px 4px;
	font-weight: bold;
	text-align:right;
}


#ButtonTable3 {
	float:right;
}
#ButtonTable3 td {
	font-family: Verdana, Geneva, Helvetica, sans-serif ;
	font-size: 9px;
	color: #000;
	font-weight: bold;
	background-color: #CAE703; /* #CAE703 = TecanLime */
	height: 16px;
	vertical-align:center;
	padding: 0px;
	border: 0px #CCC solid;
	border-spacing: 0px;
}
#ButtonTable3 td.spacer{
	background-color: red;
} 

#ButtonTable3 td a:link {font-weight:bold; color:#666666; text-decoration:none;}
#ButtonTable3 td a:visited {font-weight:bold; color:#666666; text-decoration:none;}
#ButtonTable3 td a:hover {font-weight:bold; color:#ffffff; text-decoration:none;} /* #ffffff */
#ButtonTable3 td a:active {font-weight:bold; color:#E53120; text-decoration:none;}



table.HighLightLinks {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.HighLightLinks td{
	padding: 0px;
}

table.HighLightLinks td.img{
	color: #fff;
	padding: 0px;
} 

table.HighLightLinks td.normal{
	background-color: #E5E4DE;
	color: #000;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	vertical-align:central;
	font-size: 12px;
	font-weight: bold;
} 
table.HighLightLinks td.high{
	background-color: #CAE703;
	color: #000;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	vertical-align:central;
	font-size: 12px;
	font-weight: bold;
} 

table.HighLightLinks td a:link    		{color:#000000; text-decoration:none;}
table.HighLightLinks td a:visited 		{color:#000000; text-decoration:none;} /* #808080 */
table.HighLightLinks td a:hover   		{color:#FFFFFF; text-decoration:none;} /* text-decoration:underline; */
table.HighLightLinks td a:active  		{color:#E53120; text-decoration:none;}





table.ProdComparison {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	/*width: 730px;*/
	background-color: #666;
	/*border: 0px;*/
	border-collapse: collapse;
	border-spacing: 0px;
	/*border: 1px #CCC solid;*/
}

table.ProdComparison tr{
	height: 18px !important; /*Wert ohne Paddings + Borders für FF*/
}

table.ProdComparison td{
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	/*vertical-align:top;*/
}

table.ProdComparison td.img{
	background-color: #FFFFFF; /* #CAE703 */
	color: #fff;
	padding: 1px;
	text-align: left;
	border-bottom: 5px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

table.ProdComparison td.tit{
	background-color: #7f7f7f; /* #666 */
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

table.ProdComparison tr.trtit{
	height: 30px;
} 

table.ProdComparison td.ti2{
	background-color: #7f7f7f; /* #666 */ /* #CCCCCC */
	color: #fff;
	padding: 4px;
	text-align: left;
	border-top: 7px #fff solid;
	border-bottom: 5px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

table.ProdComparison tr.cnt1{
	background-color: #FFF;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	/*font-weight: bold;*/
} 
table.ProdComparison tr.cnt2{
	background-color: #E5E4DE;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	/*font-weight: bold;*/
} 

table.ProdComparison tr.high{
	background-color: #CAE703;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	/*font-weight: bold;*/
} 

table.ProdComparison td a:link    		{color:#000000; text-decoration:none;}
table.ProdComparison td a:visited 		{color:#000000; text-decoration:none;} /* #808080 */
table.ProdComparison td a:hover   		{color:#FFFFFF; text-decoration:none;} /* text-decoration:underline; */
table.ProdComparison td a:active  		{color:#E53120; text-decoration:none;}



/* -------------------------------------------------------------------------------------------- */
/* START - Table PhaseOut  (2011-06-24/anta)                                                    */
/* -------------------------------------------------------------------------------------------- */
table.TabPhaseOut {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.TabPhaseOut td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 4px;
	text-align: right;
	vertical-align:top;
}

table.TabPhaseOut tr.trtit td{
	background-color: #CCCCCC; /* #666 */
	font-weight: bold;
} 

table.TabPhaseOut tr.trtit td.lefty{
	text-align: left;
} 

table.TabPhaseOut tr.cnt1{
	background-color: #FFF;
} 

table.TabPhaseOut tr.cnt1 td.lefty{
	text-align: left;
} 


table.TabPhaseOut tr.cnt2{
	background-color: #F1F1F1;  /* #E5E4DE */
} 

table.TabPhaseOut tr.cnt2 td.lefty{
	text-align: left;
} 

table.TabPhaseOut tr.high{
	background-color: #CAE703;
} 

table.TabPhaseOut tr.high td.lefty{
	text-align: left;
} 


table.TabPhaseOut tr.info td{
	padding-bottom: 0px;
	text-align: left;
}

table.TabPhaseOut td a:link    		{color:#000000; text-decoration:none;}
table.TabPhaseOut td a:visited 		{color:#000000; text-decoration:none;} /* #808080 */
table.TabPhaseOut td a:hover   		{color:#E53120; text-decoration:underline;} /* text-decoration:none; */
table.TabPhaseOut td a:active  		{color:#E53120; text-decoration:none;}

/* -------------------------------------------------------------------------------------------- */
/* END - Table PhaseOut                                                                         */
/* -------------------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------------------- */
/* START - Table CenterBasic  (2011-08-11/anta/pasp)                                                    */
/* -------------------------------------------------------------------------------------------- */
table.CenterBasic {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.CenterBasic td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 4px;
	text-align: left;
	vertical-align:top;
}

table.CenterBasic tr.trtit td{
	background-color: #CCCCCC; /* #666 */
	font-weight: bold;
} 

table.CenterBasic tr.trtit td.righty{
	text-align: right;
} 

table.CenterBasic tr.cnt1{
	background-color: #FFF;
} 

table.CenterBasic tr.cnt1 td.righty{
	text-align: right;
} 


table.CenterBasic tr.cnt2{
	background-color: #F1F1F1;  /* #E5E4DE */
} 

table.CenterBasic tr.cnt2 td.righty{
	text-align: right;
} 

table.CenterBasic tr.high{
	background-color: #CAE703;
} 

table.CenterBasic tr.high td.righty{
	text-align: right;
} 


table.CenterBasic tr.info td{
	padding-bottom: 0px;
	text-align: left;
}

table.CenterBasic td a:link    		{color:#000000; text-decoration:none;}
table.CenterBasic td a:visited 		{color:#000000; text-decoration:none;} /* #808080 */
table.CenterBasic td a:hover   		{color:#E53120; text-decoration:underline;} /* text-decoration:none; */
table.CenterBasic td a:active  		{color:#E53120; text-decoration:none;}

/* -------------------------------------------------------------------------------------------- */
/* END - Table CenterBasic                                                                      */
/* -------------------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------------------- */
/* START - DIV MouseOverInfo (2011-08-22/pasp)                                                  */
/* -------------------------------------------------------------------------------------------- */

.MouseOverInfoStandard{
	display: block; 
	padding: 5px; 
	background-color: #e7e3da;
}

.MouseOverInfoHover{
	display: none;  
	padding: 5px; 
	background-color: #e7e3da;
}


/* -------------------------------------------------------------------------------------------- */
/* END - DIV MouseOverInfo                                                                      */
/* -------------------------------------------------------------------------------------------- */





/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-image:none;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	padding:0;
	margin:0;
	font-size:11px;
}

span {											/* .net-generierte span */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}

.status {										/* error + allg. Meldungen */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#CC0000;
}

/*-- News Modul; Glossary Modul--*/

.nlglNav {				/* Registertitel - standard */
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;
	border-bottom:1px solid #828486;
	text-align:center;
}

.nlglNavSel {			/* Registertitel - selected */
	font-weight:bold;
	color:#000000;
	background-color:#F1F1F1;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;
	border-bottom:1px solid #828486;
	text-align:center;
}

.nlglNavNotAvailable {		/* Registertitel - nicht vorhanden */
	font-weight:normal;
	color:#999999;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;
	border-bottom:1px solid #828486;
	text-align:center;
}

.nlglNavHeader {			/* Kapiteltitel  */
	font-size:11px;
	color:#E53120;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
	margin:0;
	padding:0px 0px 3px 0px;
}

.nlglListHeader {			/* Titel Listelement  */
	font-weight:bold;
	padding:3px 0px 3px 0px;
	margin:0px;
}

.nlglListCompact {
	padding:10px 0px 0px 0px;
}

.nlglListCompactDate {
	padding:10px 0px 0px 0px;
	font-weight:bold;
}


td.nlglNav a:link, td.nlglNavSel a:link, td.nlglListHeader a:link, td.nlglListCompact a:link, td.nlglListCompactDate a:link 			{color:#000000; background-color:transparent; text-decoration:none;}
td.nlglNav a:visited, td.nlglNavSel a:visited,  td.nlglListHeader a:visited, td.nlglListCompact a:visited, td.nlglListCompactDate a:visited 	{color:#000000; background-color:transparent; text-decoration:none;}
td.nlglNav a:hover, td.nlglNavSel a:hover, td.nlglListHeader a:hover, td.nlglListCompact a:hover, td.nlglListCompactDate a:hover		{color:#CC0000; background-color:transparent; text-decoration:underline;}
td.nlglNav a:active, td.nlglNavSel a:active, td.nlglListHeader a:active, td.nlglListCompact a:active, td.nlglListCompactDate a:active 		{color:#000000; background-color:transparent; text-decoration:none;}

/*--------- Polling ---------*/
div.teaserCont form {			/* Teaser-Formular */
	padding:0px;
	margin:0px 0px 0px 6px;
	border:0px;
}

ul.cTeaserUl {			/* Teaser-ul */
	margin-top:0px;
	margin-bottom:0px;
}

form p.pTeaserCont span.tMore {	/* Teaser-Formular */
	float:none;
	padding-left:10px;
}

table.polling {					/* Resultate Detailsseite */
	border-collapse:collapse;
}

table.polling td {				/* Resultate Detailsseite */
	margin:0px;
	padding:3px;
	border:1px solid #D9D9D9;
}

/* ------- Gästebuch -------- */
.gbEntryListItemFooter{
	border-top:1px solid #D9D9D9;
}
.gbEntryListItemHeader {
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
	background-color: #F1F1F1;
}

/*--------------------------------------- Tecan special definitions ---------------------------------------*/

/* Produktbeschreibung */
.prodDesc_tbl {
	width:100%;
	border-top:1px solid #646566;
	border-bottom:1px solid #646566;
        padding:0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

table.prodDesc_tbl tr td h3 {
	margin-left:10px;
}

/* Overview Tabelle */
.overviewTitle {
	font-weight: bold;
	font-size: 11px;
	padding:2px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   background-image: url(images/overview_pfeil.gif);
   background-repeat: no-repeat;
}

.overview {
	font-weight: bold;
	font-size: 11px;
	padding:2px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
  
}

/* Seiten ohne Teaser */
body.contentFull {
	/*background-image:url(/design/images/bg_contentFull.gif);*/
	/*background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	color:#000000;
	padding:0;
	margin:0;
	font-size:11px;
}

#divContentFull {
	position:absolute;
	top:115px;
	left:232px;
	width:700px;
	height:auto;
	text-align:left;
	background-color:#FFFFFF;
	margin:0;
	z-index:100;
}
/* Top Navigation - Site Map */
.white {
	color:#FFFFFF;
	margin-right:8px;
}

#divTopnavPlus {
	position:absolute;
	top:70px;
	left:945px;
	width:68px;
	height:25px;
	padding:0;
	margin:0;
	border:0px none;
}

div#divTopnavPlus a:link    	{font-size:11px; font-weight:normal; color:#000000; background-color:transparent; text-decoration:none;}
div#divTopnavPlus a:visited 	{font-size:11px; font-weight:normal; color:#000000; background-color:transparent; text-decoration:none;}
div#divTopnavPlus a:hover	{font-size:11px; font-weight:normal; color:#666666; background-color:transparent; text-decoration:none;}
div#divTopnavPlus a:active	{font-size:11px; font-weight:normal; color:#000000; background-color:transparent; text-decoration:none;}

/* Top Navigation */
div#divTopnav a  {margin-right:25px;}

/* Tecan Header - Wechselbilder pro Bereich  */
#divHeaderPics {
	position:absolute;
	top:21px;
	left:232px;
	width:550px;
	height:94px;
	padding:0;
	margin:0;
	border:0px none;
}

div#divHeaderPics img {
	border:5px solid #C8E600;
	margin-right:6px;
}

/* Download-Tabellen */
.AdminTabRowLightFixHeight {
	color:#000000;
	background-color:#FFFFFF;
	height:22px;
	padding:0px 2px 0px 2px;
}
.AdminTabRowDarkFixHeight {
	color:#000000;
	background-color:#F1F1F1;
	height:22px;
	padding:0px 2px 0px 2px;
}
.AdminRowFixHeight {
	height:22px;
}

/* Class Copyright-Text */
.Copyright {
	text-align:left;
	margin:0px;
	padding:20px 4px 4px 10px;
}

a.pCopyright:link	{color:#000000; background-color:transparent; text-decoration:underline;}
a.pCopyright:visited	{color:#000000; background-color:transparent; text-decoration:underline;}
a.pCopyright:hover	{color:#336699; background-color:transparent; text-decoration:underline;}
a.pCopyright:active	{color:#999966; background-color:#FFFFFF; text-decoration:underline;}

/*--- sitemap ---*/

.cSitemapTab {
	border: 0px;
	 width:50%;
}

.cSitemapTab.cMenuX1_td 	/* aufgeklappter Menupunkt */
{
	padding-left : 10px;
	border-bottom:10px solid #D9D9D9;
}


/*--------- Pictures Modul ---------*/

.picSeparator {
	border-top:1px solid #828486;
}

/*--------- Lightbox ---------*/

#overlay{
	background-color: #B1B1B1;
}

/*-------- stock quotes iframes -------------*/
#stockFrame {
	margin:-10px;
	padding:0px;
	width:525px;
}

#stockchart {
	margin : 0px 0px 0px 0px  !important; /* fuer Mozilla + Netscape */
	margin : 0px 0px 0px -10px;  /* for IE */
	padding : 0px;
}

/*-------- Suchbegriff-Marker -------------*/

.cMarker {
	background-color:#C9E602;
}

.cSearchItem {
	font-size:12px;
	padding-bottom:10px;
}

.cSearchItem span {
	font-size:12px;
	font-style:italic;
}

.cSearchItem span.cMarker {
	font-size:12px;
	color:black;
	background-color:#C9E602;
	font-style:normal;
}

/* Flashbereich im Header im Seitentyp ohne Menü*/
.divContentHeader {
	left: 0px;
	margin: 0px;
	width: 100%;
}

/*-------- BU startpages -------------*/

#divBUstartpage {
	float:left;
	width:505px;
	height:auto;
	text-align:left;
	border: 0px none;
	margin:0px 0px 11px 0px;
	padding:0;
	z-index:100;
}

#divBUstartpageCell {
	float:left;
	width:245px !important; /* fuer Mozilla + Netscape */
	width /**/:245px; /* fuer IE */
	height: auto;
	text-align:left;
	border: 1px solid #dcddde;
	margin:0px 0px 0px 0px;
	padding:0;
	z-index:100;
}

#divBUstartpageSpacer {
	float:left;
	width:11px !important; /* fuer Mozilla + Netscape */
	width /**/:11px; /* fuer IE */
	height:auto;
	background-image: url(images/spacer.gif);
	text-align:left;
	border: 0px none;
	margin:0px 0px 0px 0px;
	padding:0;
	z-index:100;
}


.startpageTitle {
	float:left;
	width:235px !important; /* fuer Mozilla + Netscape */
	width /**/:245px; /* fuer IE */
	height:auto;
	padding:2px 5px 2px 5px;
	margin:0;
	border:0px none;
	background-color: #dcddde;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:black;
}

/* Titelzeilen-Text */
.startpageEntry {
	float:left;
}

/* Inhalt-Div */
.startpageCont {
	float:left;
	width: 235px !important; /* fuer Mozilla + Netscape */
	width/**/: 245px; /* fuer IE */
	height:auto;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
	border: 0px none;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
}

.startpageFooter {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#divBUstartpageCell LI {
	list-style-type:square;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:-24px;
}

/*-------- BU subpages -------------*/

#divBUsubpage {
	float:left;
	width:505px;
	height:auto;
	text-align:left;
	border: 0px none;
	margin:0px 0px 11px 0px;
	padding:0;
	z-index:100;
}

#divBUsubpageCell {
	float:left;
	width:245px !important; /* fuer Mozilla + Netscape */
	width /**/:245px; /* fuer IE */
	height: auto;
	text-align:left;
	border: 1px solid #dcddde;
	margin:0px 0px 0px 0px;
	
	padding:0;
	z-index:100;
}

.subpageTop {
	float:left;
	width:243px !important; /* fuer Mozilla + Netscape */
	width /**/:245px; /* fuer IE */
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px none;
	background-color: #dcddde;
	float:left;
	clear:both;
}

.subpageTitle {
	float:left;
	width:119px !important; /* fuer Mozilla + Netscape */
	width /**/:127px; /* fuer IE */
	height:auto;
	padding:2px 3px 2px 5px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:black;
	
}

.subpageTitleImage {
	float:right;
	width:116px !important; /* fuer Mozilla + Netscape */
	width /**/:116px; /* fuer IE */
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0;
		
}

/* Titelzeilen-Text */
.subpageEntry {
	float:left;
}

/* Inhalt-Div */
.subpageCont {
	float:left;
	clear: both;
	width: 222px !important; /* fuer Mozilla + Netscape */
	width/**/: 240px; /* fuer IE */
	height: auto;
	padding: 0px 5px 0px 13px;
	margin: 2px 0px 5px 5px;
	background-image: url(images/pict_BUsubpage.gif);
	background-repeat:no-repeat;
	border: 0px none;
	font-size: 11px;
	font-weight:normal;
	
}

/* Minimalhoehe setzen, damit Footer von Anfang an in etwa richtigt steht */
#divMiddle {
	min-height: 600px;
}

.cInput
{
    width:244px;
}

.cInputSupport
{
    width:304px;
}

.cInputSquare
{
    width:14px;
}

.cInputCity
{
    width:189px;
}

.cInputCitySupport
{
    width:245px;
}

.cInputZip
{
    width:46px;
}

/* HP Logo*/
#divHP {
	position:absolute;
	top:9px;
	left:192px;
	width:42px;
	height:42px;
	padding:0;
	margin:0;
	background-color:transparent;
	z-index:1;
}

#divLoginInfo {
	color:#808080;
	float:right;
	padding-top:4px;
	padding-right:5px;
	font-size: 10px;
}

div#divLoginInfo a:link    	{font-size:10px; font-weight:normal; color:#808080; }
div#divLoginInfo a:visited {font-size:10px; font-weight:normal; color:#808080; }
div#divLoginInfo a:hover	{font-size:10px; font-weight:normal; color:#808080; }
div##divLoginInfo a:active	{font-size:10px; font-weight:normal; color:#808080; }





/*------------------ Event Modul ------------------*/

div#divContentEvent {
	position:absolute;
	top:25px;
	left:232px;
	width:520px;
	height:auto;
	text-align:left;
	margin:0;
	z-index:100;
}

form#EventFilterForm{
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

/*IE7 Fix*/
*+html form#EventFilterForm {
	 padding-top: 1px;
}

table.EventFilter {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background-color: #666;

}

table.EventFilter tr {
	height: 31px !important; /*Wert ohne Paddings + Borders für FF*/
}

table.EventFilter tr td {
	color: #000;
	padding-top: 1px;
	text-align: left;
	background-color: #E5E4DE; /* #666 */
	text-align: left;
	border-bottom: 2px #fff solid;
	margin: 0;
}

table.EventFilter tr td select.cbo{
	width: 109px;
}

table.EventFilter tr td.EventButton input {
    margin: 0;
    padding-right: 10px;
}

/*IE7 Fix*/
*+html table.EventFilter tr td.EventButton input {
	 padding-top: 1px;
         padding-right: 0px;
         margin-right: 1px;
}


table.Event {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background-color: #666;
	border-collapse: collapse;
	border-spacing: 0px;

}

table.Event tr{
	height: 18px !important; /*Wert ohne Paddings + Borders für FF*/
	margin: 0;
}

table.Event td{
	color: #000;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	text-align: left;
	/*vertical-align:top;*/
}

table.Event tr.trtit{
	height: 30px;
} 

table.Event tr.EventRow{
    cursor: pointer;
}

table.Event td.ti2{
	background-color: #7f7f7f; /* #666 */ /* #CCCCCC */
	color: #fff;
	padding: 4px 4px 4px 5px;
	text-align: left;
	border-top: 7px #fff solid;
	border-bottom: 5px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

table.Event tr.tyear td{
	padding: 0;
	background-color: #FFF;
	color: #000;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
}

table.Event tr.tyear td h2{
	padding: 0;
}

table.Event tr.cnt1{
	background-color: #FFF;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	/*font-weight: bold;*/
} 

table.Event tr.cnt2{
	background-color: #E5E4DE;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	/*font-weight: bold;*/
} 

table.Event tr.paging{
	background-color: #FFF;
	color: #000;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	border-bottom: 2px #fff solid;
	font-size: 12px;
}

table.Event tr.paging td{
	text-align: right;
}

table.Event tr.paging td span{
	color: #CC0000;
}

table.Event tr td.EventDate{
	text-align: right;
	width: 63px;
	padding-right: 20px;
}

table.Event tr td.EventPlace{
	width: 90px;
	padding-right: 5px;
	padding-left: 5px;
}

table.Event tr td.EventBooth{
	width: 50px;
	padding-right: 5px;
	padding-left: 5px;
}

table.Event tr td.EventDesc{
    color: #CC0000;
	padding-left: 5px;
}

table.EventTableDetail tr td span{
        margin: 0;
        padding: 0;
	margin-left:1px;
}

a#EventMail:link {background-color: transparent; color: #000000; text-decoration: none}
a#EventMail:visited {background-color: transparent; color: #000000; text-decoration: none}
a#EventMail:hover {background-color: transparent; color: #CC0000; text-decoration: underline}
a#EventMail:active {background-color: transparent; color: #CC0000; text-decoration: none}

#EventMailImg {
    margin-right: 4px;
}

.EventDetailContent {
        margin: 0;
        padding: 0;
	margin-left:1px;
        margin-top: 20px;
}

table.EventTableDetail tr td {
    text-align: left;
	padding-top:2px;
	padding-bottom:2px;
}

table.EventTableDetail tr td.TitleDetail {
    width: 101px;
}

table.EventTeaser {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    width: 175px;
}

table.EventTeaser td.tabletitle {
    color: #666666;
    background-color: #EFEFEB;
    border-top: 1px solid #CCCCCC;
    font-weight: bold;
    height: 15px !important;
    padding: 3px 4px;
}
table.EventTeaser td.content {
    border-top: 1px solid #CCCCCC;
    padding: 0;
    padding-top: 5px;
}

table.EventTeaser tr td table tr{
	height: 15px !important; /*Wert ohne Paddings + Borders für FF*/
	cursor: pointer;
}

table.EventTeaser tr td table tr td span{
	color: #CC0000;
	padding-right:10px;
}

table.EventTeas td{
	color: #000;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-align: left;
	/*vertical-align:top;*/
}

table.EventTeas td.tabletitle {
    color: #666666;
    background-color: #EFEFEB;
    border-top: 1px solid #CCCCCC;
    font-weight: bold;
    height: 15px !important;
    padding: 3px 4px;
}
table.EventTeas td.content {
    border-top: 1px solid #CCCCCC;
    padding: 0;
    padding-top: 5px;
}
table.EventTeas tr td table tr td span{
	color: #CC0000;
	padding-right:5px;
}


table.EventTeaser tr td table tr.cnt1{
	background-color: #FFF;
	color: #000;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	/*font-weight: bold;*/
} 
table.EventTeaser tr td table tr.cnt2{
	background-color: #E5E4DE;
	color: #000;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	/*font-weight: bold;*/
} 

