/* LINKS sind alle schwarz, hovern underline */

a:link.nav, a:active.nav, a:visited.nav {
	text-decoration: none;
	color: #000000;
	}
a:hover.nav {
	text-decoration: underline;
	color: #000000;
	}

/* BLÖCKE
	nav: um die navigation rundherum
	unav: unternavigation, mit border (für kein JS)
	unavabs: absolut positioniert (für mit JS)
*/

table#navtable {
	width: 160px;
	min-width: 160px;
	margin-bottom: 36px;
	background-image: url(../img/bg_navigation.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #EFEBEF;
	}
div#nav {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	}
div.unav {
	border: none;
	position: static;
	font-size: 10px;
	font-weight: normal;
	background-color: #EFEBEF;
	visibility: visible;
	}
div.unavabs {
	border: 1px solid #A3A3A3;
	position: absolute;
	top: 0px;
	left: 160px;
	font-weight: normal;
	font-size: 10px;
	background-color: #EFEBEF;
	z-index: 10;
	width: 140px;
	min-width: 140px;
	}


/* NAVIGATIONSPUNKTE
	navp: haupt-navigations-punkte
	unavp: unternav.-punkte
*/

div.navp {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #FFCC00;
	/*height: 20px;*/
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	visibility: visible;
	/*background-color: #EFEBEF;*/
	z-index: 0;
	}
div.unavp {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #FFCC00;
	padding: 3px;
	position: static;
	background-color: #EFEBEF;
	}

/* LOGINS */
div#logins {
	width: 80%;
	margin-top: 50px;
	}

/* FLAGGENPART */
img.flag {
	width: 20px;
	height: 16px;
	margin: 4px;
	border: none;
	}
div#flags {
	margin-top: 50px;
	text-align: center;
	}

/* DATUM */
div#datum {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	}