/* CSS Document */
a:link {
	color: #6666FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-width: 0;
}

.textlink a, .textlink a:visited, .textlink a:hover {
	display: block;
	width: 160px;
	height: 26px;
	line-height: 26px;
	margin: 10px 0;
	font-size: 12px;
	text-align: center;
	border: 1px solid #312783;
	border-radius: 5px;
}
.textlink a, .textlink a:visited {
	color: #312783;
	background: #e8e6f4;
}
.textlink a:hover {
	background: #fff59b;
	opacity: 0.75;
}


/* ____________ Flyout Menu ______________________________________________________________________ */

#sidemenu {
	position: absolute;
	z-index: 10;
	top: 190px;
	left: 50%;
	margin-left: -390px;
	width: 160px;
}

#sidemenu ul {
	position: relative;
	left: 0px;
	width: 160px;
	padding: 0px;
	margin: 0px;
}
.navItem, .navItem2, .navSub {
	list-style-type: none;
	height: 1%;
	/*fuer IE*/
	position: relative;
	padding: 0px;
}
.navItem, .navItem2 {
	display: block;
	width: 160px;
	height: 26px;
	line-height: 26px;
	margin: 10px 0;
	font-size: 12px;
	text-align: center;
}

.navItem a, .navItem2 a, .navSub a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fe6100;
}

.navItem a, .navItem2 a {
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	background: url(pics/navi-off.png) no-repeat;
	color: #312783;
}
.navItem2 a {
	background: url(pics/specoff.png) no-repeat;
}
.navItem a:hover {
	background: url(pics/navi-on.png) no-repeat;
}
.navItem2 a:hover {
	background: url(pics/specon.png) no-repeat;
}

.navSub a {
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	background: #f7f6ff;
}
.navSub a, .navSub a:hover {
	padding: 0px 10px;
	background-image: none;
}
.navSub a:hover {
	background: #fff;
}

/*** fly out ***/
#sidemenu ul ul {
	z-index: 11;
	display: none;
}

#sidemenu ul li:hover ul {
	display: block; 
	position: absolute;
	width: 160px; 
	top: 2px; 
	left: 96%;
	padding: 7px 5px 2px 5px;
	border: 1px solid #463c8d;
	border-radius: 10px;
	background: #eae8f3;
}
#sidemenu ul li:hover ul li{
	overflow: hidden;
}
#sidemenu a:hover, a:focus, a:active {
	color: #8F1A1D;
}

/* _________________ content navigation ___________________ */

#contentnavi1, #contentnavi2 {
	float: right;
	margin-right: 10px;
}

#contentnavi1 ul {
	width: 560px;
	padding: 20px 0 0 0;
}
#contentnavi1 li, #contentnavi2 li {
	float: left;
}
#contentnavi1 li a, #contentnavi2 li a {
	font-size: 11px;
	text-align: center;
	margin: 0 1px;
	padding: 0 10px;
	color: #312783;
	border: 1px solid #312783;
	border-radius: 10px 10px 0 0;
}

#contentnavi1 li a:hover, #contentnavi2 li a:hover {
	color: #8F1A1D;
}

#contentnavi2 ul {
	width: 560px;
	padding: 0 0 20px 0;
}
#contentnavi2 li a {
	border-radius: 0 0 10px 10px;
}

/* _________________ footernavi ___________________ */

#back a, #back a:hover {
	float: right;
	width: 26px;
	height: 26px;
	margin: 2px 0;
}
#jumpup a, #jumpup a:hover {
	float: left;
	width: 26px;
	height: 26px;
	margin: 2px 0;
}
#back a {
	background: url(pics/back-off.png) no-repeat;
}
#back a:hover {
	background: url(pics/back-on.png) no-repeat;
}
#jumpup a {
	background: url(pics/up-off.png) no-repeat;
}
#jumpup a:hover {
	background: url(pics/up-on.png) no-repeat;
}
