/* CSS Document */
html {
	height: 100%;
}
body, html {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
body {
	background-color:#fff;
}
	


/****STARTSEITE*****/
#hg {
	width: 968px;
	height: 624px;
	background-color:#262626;
	}

#navi {
	position:relative;
	width: 968px;
	height: 20px;
	padding-top: 292px;
	color: #FFFFFF;
	text-align: center;
	overflow:hidden;
	}	


/****NAVIGATION***/
#navi {
	text-align: center;
}
#navi a:link, #navi a:visited {
	font-family: courier;
	text-decoration: none;
	color:#FFFFFF;
	 display:block; 
}

#navi table {
	width: 96%;
	margin: 0 auto;
}
#navi td {
	width: 15%;
	text-align: center;
	
}
/***UNTERSEITE***/
#container {
  position:absolute;
  top: 50%;
  left: 50%;
  width: 968px;
  height: 624px;
  margin-left: -484px;
  margin-top: -312px;
  background-color:#FFFFFF;
}

#menue {
	width: 114px;
	height: 624px;
	background:#262626;
	float:left;
}

#menueback {
	margin-top: 312px;
	margin-right: 4px;
	width: 110px;
	font-family:"Courier New", Courier, monospace;
	text-align:right;
	}

#content {
	width: 854px;
	height: 624px;
	float: right;
	overflow: auto;
	position: relative;
	
	}
#innercontent {
	display: block;
	width: 814px;
	margin-left: 18px;
	margin-top: 8px;

	min-height: 400px;
}
#text {
	width: 796px;
	margin-left: 18px;
	margin-top: 45px;
	}
/***COPYRIGHT****/
#copyright {
	position:absolute;
	width: 85px;
	left: 26px;
	/* top: 608px; */
	top: 550px;
	text-align:left;
}
#lastupdate {
	position: relative;
	padding-top: 6px;
	margin-left: 6px;
	color:#2D2D2D; 
	font-size: 9px;
	color: #797979;
}
	
	
/****SCHRIFTEN****/
body {
font-family: Verdana;
	font-size: 16px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	color: #993399;
}
a:hover, a:focus {
	text-decoration: none;
	color:#000000;
}
h1, h2, h4, h5, h6, p {
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color:#2D2D2D;
	line-height: 1.42em;
	margin: 0;
	padding: 0;
	}
.csc-header-n1 {
	margin-top: 45px;
}
h2, h3, h4, h5, h6, p {
	font-weight: normal;
	}
.titel {
	font-size: 0.9em;
	font-weight: bold;
}
p {
	line-height: 1.30em;
	margin-bottom: 1.49em;
}

p.legende, .csc-textpic {
	line-height: 1.39em;
	margin-bottom: 1.49em;
	color:#2D2D2D;
}
.csc-textpic-caption {
	font-size: 9px;
	line-height: 12px;
}
#copyright h6 {
	font-size: 9px;
	color: #797979;
	line-height: 10px;
}
#navi h1 {
	font-size: 12px;
	font-weight: normal;
}
/***ROLLOVER**/

a#menuelink {
	font-family: courier;
	font-size: 12px;
	display:block;
	width: 110px;
	}
#menueback a:link, #menueback a:visited {
	color: #FFFFFF;
	text-decoration:none;
	background-image:url(bilder/rollover.gif);
	background-position: 0 -3px;
	background-repeat: no-repeat;

}

#menueback a:focus, #menueback a:hover {
	background-position: 0 -23px;
}

.vscrollerbar {
	width: 8px;
	/* following is the bit that allows us fixed height scrollbars */
	height: 50px !important;
}




/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
visibility: visible !important;
}

/* fleXcroll adapts to this CSS setting and sets positions correctly */
/* And style your scrollbar like you normally do */

.vscrollerbase {
width: 11px;
background: #fff;
}

.vscrollerbar {
width: 11px;
background: #fff url(bilder/basebarcaps_verticalbarbody.png) -7px 0px no-repeat;
}
.vscrollerbar:hover, #vscrollerbar:focus  {
background: #fff url(bilder/basebarcaps_verticalbarbody.png) -78px 0px no-repeat;
}

.vscrollerbar {
padding: 10px;
z-index: 2;
}

.vscrollerbarbeg {
width: 11px;
height: 2px !important;
}

.vscrollerbarend {
width: 11px;
height: 8px;
}


.scrollerjogbox {
width: 11px;
height: 8px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

.vscrollerbasebeg {
background: url(bilder/basebarcaps_verticalbarbody.png) -18px -30px no-repeat;
width: 9px;
height: 16px !important;
}
.vscrollerbasebeg:hover, .vscrollerbasebeg:focus {
background: url(bilder/basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
}

.vscrollerbaseend {
background: url(bilder/basebarcaps_verticalbarbody.png) -46px -28px no-repeat;
height: 16px !important;
width: 9px;
}
.vscrollerbaseend:hover, .vscrollerbaseend:focus {
background: url(bilder/basebarcaps_verticalbarbody.png) -58px -28px no-repeat;
}


.scrollerjogbox:hover {
background: #5E828C url(bilder/basebarcaps_verticalbarbody.png) -24px -8px;
}

/* Scroll Bar Master Styling Ends Here */

