/* Parti Tab CSS */
.shadetabs_parti{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 2px;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #004b96;
	width: 580px;
}
.shadetabs_parti li{
	display: inline;
	margin: 0;
}
.shadetabs_parti li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 1px;
	margin-right: 3px;
	color: #a9a9a9;
	background: #ffffff;
}
.shadetabs_parti li a:visited{
	color: #a9a9a9;
}
.shadetabs_parti li a:hover{
	font: bold 12px Arial;
	color: #0d417d;
	background:url(http://www.jdl.lu/img/struktur/hover_back.gif);
	background-repeat:repeat-x;
}
.shadetabs_parti li a.selected{ /*selected main tab style */
	position: relative;
	font: bold 12px Arial;
	color: #0d417d;
	border-bottom: 1px solid #004b96;
	background:url(http://www.jdl.lu/img/struktur/selected_back.gif);
	background-repeat:repeat-x;
}
.tabcontent_parti {
	display:none;
}
@media print {
	.tabcontent_parti {
		display:block !important;
	}
}

/* Parti Tab CSS */
.shadetabs_newsletter{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 2px;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #004b96;
	width: 580px;
}
.shadetabs_newsletter li{
	display: inline;
	margin: 0;
}
.shadetabs_newsletter li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #a9a9a9;
	background: #ffffff;
}
.shadetabs_newsletter li a:visited{
	color: #a9a9a9;
}
.shadetabs_newsletter li a:hover{
	font: bold 12px Arial;
	color: #0d417d;
	background:url(http://www.jdl.lu/img/struktur/hover_back.gif);
	background-repeat:repeat-x;
}
.shadetabs_newsletter li a.selected{ /*selected main tab style */
	position: relative;
	font: bold 12px Arial;
	color: #0d417d;
	border-bottom: 1px solid #004b96;
	background:url(http://www.jdl.lu/img/struktur/selected_back.gif);
	background-repeat:repeat-x;
}
.tabcontent_newsletter {
	display:none;
}
@media print {
	.tabcontent_newsletter {
		display:block !important;
	}
}

/* Top News CSS */
.indentmenu{
	font: bold 11px Arial;
	text-decoration:none;
	width: 155px;
	background:url(http://www.jdl.lu/img/struktur/back.jpg);
	background-repeat:repeat-x;
	/*position:relative;*/
	float:left;
}
.indentmenu ul{
	margin: 0px;
	padding-left:5px;
	float: left;
	width: 155px;
}

.indentmenu li{
	display: inline;
	width:155px;
}
.indentmenu li a{
	text-decoration: none;
	color: #8b8787;
}
.indentmenu li a:visited{
	color: #8b8787;
}
.indentmenu li a:hover{
	text-decoration: none;
	font: bold 11px Arial;
	color: #0d417d;
}
.indentmenu li a.selected{ /*selected main tab style */
	font: bold 11px Arial;
	color: #0d417d;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 0px;
	width: 432px;
	margin: 0px;
	padding: 0px;
}
.tabcontent{
	/*position:relative;*/
	float:right;
	border-left:1px solid #004b96;
	border-right:1px solid #004b96;
	width:432px;
	padding: 0px;
	height:265px;
}
@media print {
	.tabcontent {
		display:block !important;
	}
}