#menu {
	clear: both;
	width: 956px;
	height: 75px;
	padding: 0 1px;
	background: url(images/top_panel_bg.jpg) no-repeat;
  	border-right: 1px solid #999999;
  	border-left: 1px solid #999999;
  	letter-spacing: 2px;
}

.indentmenu{
	font: bold 1.5em Arial;
	width: 958px; 
	text-align: center;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	height: 24px;
	background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; 
width: 190px;
text-align: center;
height: 30px;
padding-top: 4px;
text-decoration: none;
border-right: 2px solid #191919; 
background: url(images/menu_bg2.jpg) repeat-x;
outline: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected, .indentmenu ul li a:hover{
color: #6BCF00 !important; /*text color*/

background: black url(images/menu_hover_bg2.jpg) center center;
}

.indentmenu li .last{
	border-right: none;
}

.tabcontentstyle ul li a.selected, .tabcontentstyle ul li a:hover{
color: #6BCF00;
}

.positiontarifs {
    padding: 3px;
    position: absolute; top:10px; left:0px;
  }
  
.tabcontentstyle{ 
clear: both;
width:900px; height: 30px; padding: 20px 28px 0 28px;
color: #fff;
letter-spacing: 2px;
font-size:  1.1em;
}


.tabcontentstyle ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tabcontentstyle li{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.tabcontentstyle li a {
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0 10px 0 5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}