/* Links */

a{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

#navigation .nav_lvl_1, #navigation .nav_lvl_2{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 0.76em;
}

#navigation .nav_lvl_1{
	padding-left: 5px;
	border-right: 2px solid #e2dd77;
	border-bottom: 1px solid #e2dd77;
	color: #000000;
	background-color: #f4ed59;
	background-image: url("../images/background_nav1_low.gif");
	background-position: right center;
	background-repeat: repeat-y;
}

#navigation .nav_lvl_1:hover, #navigation .nav_lvl_1:active{
	background-image: url("../images/background_nav1_high.gif");
}

#navigation .nav_lvl_2{
	padding-left: 10px;
	border-right: 2px solid #556c98;
	border-bottom: 1px solid #445f8d;
	color: #ffffff;
	background-color: #556c98;
	background-image: url("../images/background_nav2_low.gif");
	background-position: right center;
	background-repeat: repeat-y;
}

#navigation .nav_lvl_2:hover, #navigation .nav_lvl_2:active{
	background-image: url("../images/background_nav2_high.gif");
}

.fusszeile a{
	padding-right: 10px;
	padding-left: 10px;

	font-size: 0px;
	border-left: 1px solid #103a71;
}

.contentblock a{
	font-weight: bold;
}

#netigo{
	margin-left: 5px;
	font-size: 0.67em;
	font-weight: bold;
	color: #eeeeee;
}