.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }
#navigation {
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px solid #c1c1c1;*/
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
#navigation div {
	background-color: #f7f7f7;
	
}
#navigation p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 15px;
	text-align: justify;
}
 #navigation a.rub {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	background-color: #d9d9d9;
	background-image: url("../images/AccordionTab0.gif");
}
 #navigation a.rub:hover {
	background-color: white;
	background-image: url("../images/AccordionTab2.gif");
}
 #navigation a.rub.selected {
	color: #666666;
	background-color: #d9d9d9;
	background-image: url("../images/AccordionTab0.gif");
}


#navigation ul  {
	text-align: left;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}

#navigation a{
	color: #666666;
}	
#navigation hr{
	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 1px;
	border: 0;
}	

