body { 
   margin:0;
   padding:0; 
   background-color:#FFFFFF;
   color:#000000;
   font-family:arial, helvetica, sans-serif;
   font-size:11px;
   line-height:15px;
   }
   
#divUpControl {
	Z-INDEX: 1;
	LEFT: 10px;
	WIDTH: 320px;
	POSITION: absolute;
	TOP: 10px;
	HEIGHT: 15px;
	TEXT-ALIGN: right
}
#divDownControl {
	Z-INDEX: 1;
	LEFT: 10px;
	WIDTH: 320px;
	POSITION: absolute;
	TOP: 270px;
	HEIGHT: 17px;
	TEXT-ALIGN: right;
}
#divContainer {
	LEFT: 10px;
	OVERFLOW: hidden;
	WIDTH: 346px;
	CLIP: rect(0px,400px,195px,0px);
	POSITION: absolute;
	TOP: 179px;
	HEIGHT: 195px;
	visibility: visible;
}
#divContent {
	POSITION: absolute; LEFT: 4px; TOP: 0px
}
#divObjects {
  POSITION: absolute; LEFT: 261px; TOP: 390px; HEIGHT: 75px; WIDTH: 375px; Border: 0px black solid;
}
#divPics {
  POSITION: absolute; LEFT: 661px; TOP: 175px; HEIGHT: 300px; WIDTH: 170px; Border: 0px black solid;
}
      
/* gilt fuer alle texte in den seiten */
p,td,th,div,li,span,b,i {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

/*ueberschrift*/
h1 {
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	color:#666666;
	font-weight: bold;
}

/*zwischentitel*/
h2,h3,h4,h5,h6 {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
	font-weight: bold;
}
.content_starttitel {
	font-family:arial, helvetica, sans-serif;
	font-size:27px;
	line-height:20px;
	color:#cc9900;
	font-weight: normal;
}
.content_titel {
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	line-height:14px;
	color:#cc9900;
	font-weight: normal;
}


/*diverser text*/
.highlight {
	font-family:arial, helvetica, sans-serif;
	color:#cc9900;
}
 
/* links */  

a {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	line-height:14px;   
	font-style:normal;
}
a:link {
	text-decoration:none;
	color:#cc9900;
}

a:visited {
	text-decoration:none;
	color:#cc9900;
}

a:hover {
	text-decoration:underline;
	color:#cc9900;
}

a:active {
	text-decoration:none;
	color:#cc9900;
}