body {
	font: 12px Trebuchet MS, Helvetica, sans-serif;
	color: #D4D4D4;
	background-color: #EBE7D3;
	}

#hauptfenster {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: 1020px;
	height: 604px;
	margin-left: -510px;
	margin-top: -302px;
	background-color: #666666;
}

/*Contentbereich*/
#content_main {
	position: absolute;
	top: 67px;
	right: 0px;
	width: 649px;
	height: 487px;
}
#deen {
	position: absolute;
	top: 4px;
	left: 27px;
	z-index: 5;
	width: 150px;
	height: 20px;
}
a:link.deen, a:active.deen, a:visited.deen {
	font-size: 10pt;
	color: #B7FFB7;
}
a:hover.deen{
	text-decoration: underline;
	color: #B7FFB7;
}
#big_image {
	position:absolute; 
	top: 0px; 
	left:0px; 
	height: 459px; 
	width:338px; 
	padding-top: 28px;
}
#text {
	position: absolute;
	bottom: 20px;
	left: 338px;
	height: 101px;
	height:auto;
	width: 200px;
}
#scroll_image {
	position: absolute;
	top: 28px;
	right: 0px;
	width: 89px;
	height: 438px;
	padding-left: 13px;
	border-left: 1px solid #9F9F9F;
	overflow: auto;
}
.white {
	color: White;
}
hr {
	width: 100%;
	height: 1px;
	background-color: #404040;
	margin: 0px 0px 0px 0px;
	border: none;
	display: block;
}
table.color {
	position: absolute; 
	margin: -16px 0px 0px 70px;
}
/*Contentbereich Ende*/

/*Navigationszeug*/
#nav_back {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 604px;
	width: 366px;
	background-image: url(images/nav_back.jpg);
}

#nav_back_soft {
	position: absolute;
	top: 96px;
	left: 21px;
	/*
	Gesamthöhe - wird individuell im Script bestimmt
	height: 508px;
	*/
	width: 341px;
	background-image: url(images/nav_back_soft.jpg);
	padding: 10px 0px 0px 4px;
}
img.verlauf {
	margin: 0px 0px 0px -4px;
	display:block;
}
#menu_idle {
	position: absolute;
	top: 68px;
	left: 25px;
	width: 300px;
	height: 30px;
}

/*Navigationszeug Ende*/

h1 {
	color: Lime;
	font-size: 12px;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: White;
	text-decoration: none;
}

a:hover {
	color: Lime;
	text-decoration: none;
}

a:link.green, a:active.green, a:visited.green {
	color: Lime;
	text-decoration: none;
}
.green {
	color: Lime;
}
th {
	color: Lime;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid white;
}
input {
	height: 20px;
	border: 1px solid white;
	color: lime;
	background-color: #666666;
}
input.write {
	height: 16px;
	background-color: white;
	color: Black;
}
