/*
	* Homepage: yorck-von-wartneburg.de
	* Date: 13.08.2005
*/

#navigation_bar_top {
	width: 100%;
	background-color: #deecc7;
	font-family: 'Impact', 'Verdana', monospace;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	color: black;
	border-bottom: thin solid black;
}
#navigation_bar_bottom {
	width: 100%;
	background-color: #deecc7;
	font-family: 'Impact', 'Verdana', monospace;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	color: black;
	border-top: thin solid black;
}
#navigation_bar_top a:link, #navigation_bar_bottom a:link {
	font-weight: normal;
	color: black;
	text-decoration: none
}
#navigation_bar_top a:visited, #navigation_bar_bottom a:visited {
	font-weight: normal;
	color: #000080;
	text-decoration: none
}
#navigation_bar_top a:hover, #navigation_bar_bottom a:hover  {
	font-weight: normal;
	color: #E00000;
	text-decoration: none
}
#navigation_bar_top a:active, #navigation_bar_bottom a:active {
	font-weight: normal;
	color: #E00000;
	text-decoration: underline
}
#navigation_bar_top a:focus, #navigation_bar_bottom a:focus {
	font-weight: normal;
	color: #00E000;
	text-decoration: underline
}
