BODY {
	height 101%;
	font-family: verdana, Helvetica, mono, monospace;
	font-size: 8px; /*reagiert aber trotzdem nur auf TABLE!!!!!!!!*/
	color: #000000;
	margin: 0px; 
	background-color: #cdd1ae;
	/*scrollbar-face-color: #a76449; /*Draufsicht*/
	/*scrollbar-arrow-color: #ffffff;	
	scrollbar-base-color: #a76449; 
	scrollbar-track-color:#e4c898; /*ScrollSpur FFFFFF=weiss*/
	/*background-image: url("../../pics/bgd2.gif");*/
	background-attachment: fixed;
	background-repeat: repeat
}
TABLE {
	font-size: 10px
}
TH {
	/*background-color: #EBEBEB; funktioniert über BODY*/
	font-size: 9px;
	font-weight: bold
}
B {
	font-weight: bold;
	color: #000000;
}
/*________________________________________________________________________________________________________*/


.theadline1 {
	width: 100%;
	/*BACKGROUND-COLOR: #d4d0c8;*/
	border-top: 0px solid #555555;
	border-left: 0px solid #555555;
	border-bottom: 0px solid #555555;
	border-right: 0px solid #555555
}

.theadline2 {
	width: 100%;
	height: 10px;
	/*BACKGROUND-COLOR: #d4d0c8;*/
	border-top: 0px solid #666666;
	border-left: 0px solid #555555;
	border-bottom: 0px solid #666666;
	border-right: 0px solid #555555
}

.headline1 {
	FONT-SIZE: 20pt;
	COLOR: #000000;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial, Helvetica, mono, monospace;
	font-style: normal;
}

.headline2 { 
FONT-SIZE: 10pt; 
COLOR: #000000; 
FONT-WEIGHT: bold; 
FONT-FAMILY: Arial, Helvetica, mono, monospace;
}

.griech { 
FONT-SIZE: 10pt; 
COLOR: #000000; 
FONT-WEIGHT: bold; 
FONT-FAMILY: Symbol, Verdana, Tahoma;
}

.meld_status { 
COLOR: #000000; 
FONT-STYLE: italic;
FONT-WEIGHT: bold; 
}

.meld_error { 
COLOR: #000000; 
FONT-STYLE: italic;
FONT-WEIGHT: normal; 
}

.tfooter {
	width: 100%;
	/*BACKGROUND-COLOR: #d4d0c8;*/ 
	COLOR: #d4d0c8; 
	border-top: 0px solid #555555;
	border-left: 0px solid #555555;
	border-bottom: 0px solid #555555;
	border-right: 0px solid #555555
}

.ftlink { 
/*BACKGROUND-COLOR: #a0a0a0;*/ 
FONT-SIZE: 9pt; 
COLOR: #122334; 
FONT-WEIGHT: normal; 
FONT-FAMILY: Arial, Helvetica, mono, monospace;
}

.ftcopyr { 
/*BACKGROUND-COLOR: #ffffff;*/ 
FONT-SIZE: 9pt; 
COLOR: #a76449; 
FONT-WEIGHT: normal; 
FONT-FAMILY: Arial, Helvetica, mono, monospace;
}

.ftlink:link { COLOR: #000000; TEXT-DECORATION: none }  
.ftlink:active { COLOR: #000000; TEXT-DECORATION: none }
.ftlink:visited { COLOR: #000000; TEXT-DECORATION: none }  
.ftlink:hover { COLOR: #a76449; TEXT-DECORATION: none }
 
/*a:link { color: #7e6b4a; text-decoration: underline; }
a:visited { color: #7e6b4a; text-decoration: underline; }
a:hover { color: #7e6b4a; text-decoration: underline; }
a:active { color: #666666; text-decoration: underline; }*/

 #main { 
 	border: 1px solid red; 
 	width: 400px; 
 	height: 400px; 
 	margin-top: -30px; 
 }

 #container { 
 	/* border: 1px solid blue; */
 	margin-right: 200px; 
 }

 #here_we_go { 
 	background-color: yellow; 
 	border: 1px solid red; 
 	padding: 4px; 
 	width: 100px; 
 	height: 50px; 
 	font-weight: bold; 
 	font-size: 40px; 
 }

div#id1 {
position:relative;
}
div#id2 {
	position:absolute;
	top:14px;
	z-index:2;
	background:none;
	width: 123px;
	height: 138px;
	left: -142px;
}
