table.tab_table {
        width: 100%;
	border: 0px solid #F2F2F2;
}

table.tab_table th{
	background-color: #F2F2F2;
	text-align: center;
	padding: 6px 10px 6px 10px;
	border: 1px solid #FC0100;
            
}

table.tab_table td{
	padding: 5px 5px 5px 5px;
	text-align: left;
}




#tabmenu {
	color: black;
	margin: 0;
	padding: 0px 4px 5px 0 !important;
	z-index: 1;
margin: 0 0 0 0px !important;
}

#tabmenu li a#country_di{
        background-image: url(images/di.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

#tabmenu li a#country_ch{
        background-image: url(images/ch.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

#tabmenu li a#country_de{
        background-image: url(images/de.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

#tabmenu li a#country_at{
        background-image: url(images/at.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

#tabmenu li a#country_ns{
        background-image: url(images/ns.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;

}

#tabmenu a{
	color: #000000;
	background: white;
	FONT-WEIGHT: normal;
	border: 1px solid #FC0100;
	padding: 5px 8px 5px 8px;
	margin: 0px;
	text-decoration: none;
	/*padding-left: 0px;*/
	font-size: 13px;
}

#tabmenu a.activeTab{
	background-color: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
        color: #000000;
	FONT-WEIGHT: normal;
	border-top: 1px solid #FC0100;
	border-left: 1px solid #FC0100;
	border-right: 1px solid #FC0100;
	padding: 5px 8px 5px 8px;
	margin: 0px;
	text-decoration: none;
}

#tabmenu a:hover {
	color: #bfbfbf;
}

#tabmenu a:visited {
	color: black;
}

#tabmenu a.activeTab:hover {
	color: #000000!important;
}
