/* CSS Document */
/* common styling */

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}

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

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

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

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}

#Banner {
	position:absolute;
	left:-3px;
	top:0px;
	width:852px;
	height:90px;
	z-index:1;
}
#SeitenTitle {
	position:absolute;
	left:250px;
	top:13px;
	width:599px;
	height:71px;
	z-index:2;
	text-align: left;
	vertical-align: bottom;
	display: block;
	line-height: 23px;
	background-position: center;
}
#Inhalt {
	position:absolute;
	left:250px;
	top:155px;
	z-index:3;
	width: 599px;
	height: 223px;
}
.aktiveSeite {
	font-weight: bolder;
	color: #0000FF;
}
.inaktiveSeite {
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


#navihalter {
	text-align: center;
	vertical-align: top;
	position: absolute;
	top: 113px;
	left: 250px;
	width: 600px;
	height: 25px;
	visibility: visible;
	z-index: 4;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	width:600px;
	position:relative;
	font-size:14px;
}

/*menutitel */

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:117px;
	height:20px;
	text-align:center;
	color:#666666;
	border:1px solid #666666;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#FFFFFF;
	background-color: #D7D7FF;
}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}


/*so sehen die subverweise aus */

.menu ul li:hover ul li a.hide {
	color:#666666;
	background-color: #E8E1FF;
}

/* so sehen die subverweise im rollover aus */

.menu ul li:hover ul li:hover a.hide {
	color:#FFFFFF;
	background-color: #D7D7FF;
}

/* so sehen die menuuntertitel aus */

.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	color:#666666;
	background-color: #E8E1FF;
}

/*so sehen die menuuntertitel im rollover aus */
.menu ul li:hover ul li a:hover {
	color:#FFFFFF;
	background-color: #D7D7FF;
}

.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:118px;
	top:0;
	
}
.menu ul li:hover ul li:hover ul.left {left:-118px;}

#Inhalt #bild {
	width: 60%;
	float: right;
}

#laufbild {
	position:absolute;
	left:20px;
	top:375px;
	width:181px;
	height:110px;
	z-index:8;
}

#language {
	position:absolute;
	left:20px;
	top:110px;
	width:181px;
	height:50px;
	z-index:9;
}

