#mainnavi{
	position: absolute;
	left:5.4em;
	top:8em;
	width:6em;
	height:22em;
	border: 1px;
	border-style:none;
	border-color:#707172;
	visibility: visible;
	z-index: 3;
}

#subnavi{
	position: absolute;
	left:12em;
	top:6.3em;
	width:41em;
	height:1.5em;
	border: 1px;
	border-style:none;
	border-color:#ffdd00;
	float:left;
	z-index: 3;
	visibility: visible;

}

#specnavi{
	position: absolute;
	right:4em;
	top:4.5em;
	width:188px;
	height:26px;
	border: 1px;
	border-style:none;
	border-color:#ffdd00;
	float:left;
	visibility: visible;
	z-index: 3;
}

#naviMainBack{
	width:7.49em;
	height:25.76em;
}

ul.navigation{
	width:auto;
	height:auto;
	list-style-type:none;
	font-family:sans-serif;
	font-variant:small-caps;
	margin:0em;
	padding:0em;
	text-align: left;

}

ul.navigation li{
	margin:0em;
	padding:0.4em 0em;
}

ul.navigation li.subnavi{
	margin-top:2em;
	padding:0.5em;
	padding-top:1em;
	display:inline;
}

ul.navigation li.breadcrumb{
	display:inline;
}

/*Haupnavigation Links*/
ul.navigation a:link {font-family: sans-serif; font-variant: small-caps; font-style: normal; font-size: 0.7em; font-weight: normal; text-decoration: none; color: #707172;}
ul.navigation a:visited {font-family: sans-serif; font-variant: small-caps; font-style: normal; font-size: 0.7em; font-weight: normal; text-decoration: none; color: #707172; }
ul.navigation a:focus {font-family: sans-serif; font-variant: small-caps; font-style: normal; font-size: 0.7em; font-weight: normal; text-decoration: none; color: #707172;}
ul.navigation a:hover {font-family: sans-serif; font-variant: small-caps; font-style: normal; font-size:0.7em; font-weight: normal; text-decoration: underline; color: #707172; background-color:#FFDF00;}
ul.navigation a:active {font-family: sans-serif; font-variant: small-caps; font-style: normal; font-size: 0.7em; font-weight: normal; text-decoration:underline; color: #FF0000;}


/*Breadcrumb Links*/
#breadcrumb a:link {font-family: sans-serif; font-style: normal; font-size: 0.6em; font-weight: normal; text-decoration: none; color: #707172;}
#breadcrumb a:visited {font-family: sans-serif;  font-style: normal; font-size: 0.6em; font-weight: normal; text-decoration: none; color: #707172;}
#breadcrumb a:focus {font-family: sans-serif;  font-style: normal; font-size: 0.6em; font-weight: normal; text-decoration: none; underline: #707172;}
#breadcrumb a:hover {font-family: sans-serif;  font-style: normal; font-size:0.6em; font-weight: bold; text-decoration: underline; color: #707172;}
#breadcrumb a:active {font-family: sans-serif; font-style: normal; font-size: 0.6em; font-weight: bold; text-decoration: none; color: #00aa97;}

/*Content Links*/
.content a:link {font-family: sans-serif; font-style: normal; font-size: 0.9em; font-weight: normal; text-decoration:underline; color: #707172;}
.content a:visited {font-family: sans-serif;  font-style: normal; font-size: 0.9em; font-weight: normal; text-decoration: underline; color: #707172;}
.content a:focus {font-family: sans-serif;  font-style: normal; font-size: 0.9em; font-weight: normal; text-decoration: underline; underline: #707172;}
.content a:hover {font-family: sans-serif;  font-style: normal; font-size:0.9em; font-weight: normal; text-decoration: underline; color: #707172;  background-color:#FFDF00;}
.content a:active {font-family: sans-serif; font-style: normal; font-size: 0.9em; font-weight: normal; text-decoration: underline; color: #707172;}

