body {
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #272621;
	color: #D3D0BE;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 100.01%;
	/* font-size: 12px; */
	/* background-image: url(images/dg_bckg.jpg); */
	margin: 6px;
	/* text-align: justify; */
	padding: 0px;
}

a:link, a:visited {
	font-weight: bold;
	color: #888870;
	text-decoration: none
}
a:active {
	font-weight: bold;
	color: #CACABA;
	text-decoration: none
}
a[href]:hover {
	font-weight: bold;
	color: #CACABA;
	text-decoration: underline
}

.front {
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 70px;
	left: 0;
	right: 0;
	background-position: left top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-left: 1px solid #888870;
}

.bigheader {
	font-weight: bolder; font-size: 14px; color: #D3D0BE; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none; text-transform:uppercase
}
.header {
	font-weight: normal; font-size: 12px; color: #A3A194; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none
}
.text {
	font-weight: normal; font-size: 12px; color: #D3D0BE; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none
}

.aktiv {
	width: 100px;
	height: 25px;
	font-weight: normal;
	/* font-size: 12px; */
	font-size: 1.0em;
	color: #D3D0BE;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background: #272621;
	border: 1px solid #888870;
	/* border-width: 0px 1px 1px 0px; */
	border-width: 1px 1px 0px 0px;
}

.linkmenu {
	width: 100px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	background: #101010;
	border: 1px solid #888870; 
	border-width: 1px 1px 1px 0px;
}

.linksep {
 width: 2px;
 height: 25px;
 border: 0px;
 background-color: #888870;
}

td.linkmenu:hover {
	background-color: #404038;
	padding: 1px 0 1px 0;
}

.indexeintrag {
	width: 12em;
	text-align: center;
}
td.indexeintrag:hover {
	background-color: #404038;
	padding: 1px 1px 1px 1px;
}

#oben {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	text-align: center;
	padding: 0.1em 0 0;
	margin: 0;
	/* border-bottom: 1px solid #000000; */
	background-color: #303028;
	height: 70px;
	width: 100%;
	font-size: 12px;
	/* background-image: url(images/logo.png); */
}
#oben h2 {
	margin-top: -20px;
	text-align: center;
	padding-left: 16em;
	color: #83807E;
	text-transform: lowercase;
}

#slideheadline {
	text-align: center;
	color: red;
}

#untermenu {
	text-align: center;
}
#untermenu a {
	/* text-align: center; */
	margin: 0 1em 0 1em;
}

#main {
	position: relative; 
	margin-top: 95px;
	padding: 3ex 0 1ex 0;
/*
	margin: 1px 2px 0 0;
	background: url(mainbg.gif) top left repeat-y;
	border-bottom: 1px solid white; 
	border-top: 3px double black; 
	border-right: 5px double white;
*/
}

#lang {
	position: fixed; 
	z-index: 5; 
	top: 40px; 
	left: 3px;
	right: 0;
/*
	width: 94%;
	margin: -1px 0 0; 
	padding: 0.2em 0 0.1em;
	border: 1px solid black; 
	border-width: 0 3px 1px 20px;
	background: #B22222; 
	white-space: nowrap;
*/
}
#lang img {
	margin: 0 3px 0 0; }

#page {
	position: fixed;
	z-index: 5;
	top: 95px;
	width: 98%;
	/* font-weight: bold; */
	/* color: #888870; */
	/* color: #D3D0BE; */
	background: #272621;
	text-align: right;
}

pre.code {
	margin: 5px 25px;
	border: 1px dashed #888870;
	background-color: #101010;
	padding: 3px 2px; }

.option {
	color: #ffff00;
}

