@charset "utf-8";
/* CSS Document */
body {
	font-family: "Courier New", Courier, monospace;
	background-color: white;
	text-align: center;
	font-size: 90%;
}

p { }
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.67em 0;
}
h2 { font-size: 1.5em; font-weight: bold; margin: 0.83em 0; }

td { }

a:link {
	color: #0099ff;
	text-decoration: none
}

a:visited {
	color: #0099ff;
	text-decoration: none
}

a:hover {
color:#000000;	
 }

#seite {
	text-align: left;
	position: relative;
	width: 949px;
	height: 674px;
	margin: auto;
	background-image: url(../img/bg.png);
}

#contentbox {
	position: absolute;
	left: 318px;
	top: 137px;
	width: 520px;
	height: 420px;
}


.scroll-pane {
	width: 520px;
	height: 420px;
	overflow: auto;
	float: left;
}

a.jScrollArrowUp {
	background-image: url(../img/up.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.jScrollArrowDown {
	background-image: url(../img/dn.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}


/*-----------Menu--------------*/

#menubox {
	font-weight: bold;
	position: relative;
	left: 26px;
	top: 136px;
	width: 250px;
}

#menuoben {
	background-image: url(../img/menuoben.png);
	position: static;
	height: 96px;
	width: 250px;
	left: 0px;
	top: 0px;
}
#menufill {
	background-image: url(../img/menuelement.png);
	background-repeat: repeat;
	width: 250px;
	overflow: visible;
	position: relative;
	top: 0px;
}

#menuunten {
	position: relative;
	height: 81px;
	width: 250px;
	background-image: url(../img/menuunten.png);
}

#menu {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #0099FF;
	position: relative;
	left: 32px;
	width: 186px;
	font-size: 16px;
	font-weight: bold;
}

.menu-eintrag {
/*	height: 16px;*/
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-indent: -20px;
}

.menu-level1-no {
	color: #0099FF;
	width: 146px;
	padding-left: 30px;
}

.menu-level1-act {
	width: 146px;
	padding-left: 30px;
}


.menu-level2-no {
	width: 126px;
	padding-left: 50px;
	color:#0099FF;	
}
.menu-level2-act {
	width: 126px;
	padding-left: 50px;
}

a.act {
	color:#000000
}

a.no {
}



/*--------------jscroll-------------*/

a.jScrollArrowUp {
	background-image: url(../img/up.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.jScrollArrowDown {
	background-image: url(../img/dn.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url(../img/track.png);
}

.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../img/drag.png);
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 20px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 20px;
}