/* CSS Workaround nur fur OPERA */
body { 
font-size: 100.01%; }

html, body{	background-color:#DFFFBF;
font-family:Arial, Helvetica, sans-serif;
width:100%;
height:100%; }

html>body {
	/* Das will der Rest. */
	height:		auto;}

html, body, div, table, td {margin:0px; padding:0px;}
ul, ol {	list-style-position:outside}
p {line-height:140%}

 /* Titelleiste Ueberschriften 5px hoeher und kuerzer als normal --------------------  */
  
h1.homepageh1 {background-color:transparent;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:280%;
	line-height:5%;
	text-align:left;
  	margin: 22px 0px 0px 20px;
}


h2.homepageh2 {background-color:transparent;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:95%;
	line-height:120%;
	text-align:left;
  	margin: 10px 0px 0px 20px;
}

/* Layer  ---------------  */

#Layer1{ position:absolute; 
left:0px; 
top:0px; 
width:1005px;   /*  1005px; */
height:87px; 
background-color:#360; 
background-image: url(./Teile/titelleiste_re_oben_o_TXT.gif); 
background-position:top right; 
background-repeat:no-repeat; 
/*  overflow:hidden;   */
z-index:2;}

#Layer4 {position:absolute; 
	left:670px; 
	top:110px; 
	width:325px; 
	height:100%; 
	background-color:#DFFFBF; 
	background-image:url(./Teile/F_Flaeche_foto_02.gif); 
	background-position:top right; 
	background-repeat:no-repeat;
	display:block; 
	overflow:hidden; 
	z-index:1;}
	
/* BODYTEXT -----------   */
.vorspann{
  	line-height:140%;
}

.body{ 
  	line-height:140%;
}

.bodybold{ 
  	line-height:140%;
}

.bodyboldrechts{
	line-height:140%;
}


.abschlussatz {
  	line-height:140%;
}


/*  Unordered Lists ------------- */



ul { background-color:transparent;
  	font-size:80%;
  	margin: 30px 50px 0px 50px;
}

.ulkasten { background-color:transparent;
  	font-size:80%;
  	margin: 30px 20px 10px 10px;
		padding:0px 0px 20px 0px;
	border-bottom:2px dotted #360;
}

li{ background-color:transparent;
	color:#360;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:110%;
  	line-height:130%;
  	font-weight:normal;
  	text-align:left;
  	margin: 5px 5px 0px 10px;
	list-style-type:none;
}

.disc{list-style-type:disc;
  	margin: 10px 0px 0px 10px;
	padding:5px;}
	
li.disckasten{list-style-type:disc;}
