
#navigation {
	width:100%;
	margin:4px 0px 4px 0px;
	background:#eceded url('images/navigation_background.jpg') repeat-x top;
	border: 1px solid #d0d0d0;
}

.nav_link a {
	padding:3px 20px 4px 20px;
	display:block;
	text-align:center;
	color:#52000f;
	font-weight: bold;
	font-size: 95%;
}
.nav_link a:hover {
	background:#b8bbcd;
}
.enabled {
	background:#b8bbcd;
}

.language {
	padding:3px 30px 2px 20px; 
	width:100%;
	text-align:right;
}
.language a {
	font-size: 95%;
	color:#00256a;
}
.language a:hover {
	text-decoration:none;
}


#bottombar {
	width: 100%;
	height:40px;
	margin:10px 0px 20px 0px;
	padding:4px;
	background:url('images/bottom_bar.jpg') repeat-x top;
}
#bottombar p {
	font-size:90%;
	margin: 0px 30px 4px 30px;
}
.hr_bottom {
	height:1px;
	background:#f3f3f3;
}

