body,html{
	background-color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;	
	margin: 0 0 0 0;
	height:100%;	
}
a:focus {
	outline:none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight : bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight : bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight : bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight : bold;
}
td, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight : normal;
	color: #990000;
}
.bold{
	font-weight : bold;
}
.navoben {
	background-color: #CC6633;
	height: 20px;
}
.pipe{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight : bold;
	padding-top : 3px;
}
.scroll{
	overflow: auto;
	height:94%;
	width:94%;
	padding-left : 2px;
}
 /*von der index.htm*/
.scrollindex{
	overflow: hidden; 
	height: 100%;
	width:100%;
	background-color: #CC6633;
}
.inhalt{
	height : 390px;
	background-color: #CC6633;
}
.h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-weight : bold;
}
.h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight : bold;
}
/*pressestimmen*/
.hr{	
	background-image : url(../bilder/pix1.gif);
	background-repeat: repeat-x;	
}
.innnereTab{
	margin-left: 30px;
}
.td60{
	width: 60%;
}
.td40{
	width: 40%;	
}
.aussenTab{
	/*background-color:#FFCC99;*/
	border-bottom : 1px solid;
	border-color: #000000;
	border-top : 1px solid;
	border-color: #000000;
	border-left : 1px solid;
	border-color: #000000;
	border-right : 1px solid;
	border-color: #000000;	
	height: 430px;
}
.sbody{
	background-color:#000000;
	height: 390px;/*wie .dis_iframe*/
}
.dis_iframe{
	width: 670px;
	height: 390px;
	background-color: #FFCC99;
}
.scrolllayer{
	background-image: url(../bilder/scrollbg.jpg);
	background-attachment: fixed;
	background-position: 78% 65%;
	background-repeat: no-repeat;
	height: 1000%;
}
a.imp:link, a.imp:visited{ 
	color: #990000;
	font-Family: Verdana, Arial, Helvetica, sans-serif; 
	font-Size:10px; 
	font-weight: bold;
	text-decoration: underline;
	border:0pt;		
}
a.pressem:link, a.pressem:visited { 
	color: #990000;
	font-Family: Verdana, Arial, Helvetica, sans-serif; 
	font-Size:10px;	 
	font-weight: bold;
	text-decoration: underline;
	border:0pt;	
}
.rot{
	color: #FF0000;
	font-weight: bold;
}
hr{
	background-color:#CC6633; /* Mozilla 1.4 */
	color:#CC6633; /* IE 6 */
	border: #CC6633; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe width:50px;*/
}
/*fuer menue*/
#menu { 
	width: 100%; background: #cc6633; float: left; 
}
#menu ul { 
	list-style: none; margin: 0; padding: 0;  float: left;text-align:left;
}
#menu ul liste0 liste1 liste2 liste3 liste4 liste5 liste6 liste7 liste8 {
	width: 10px;
}
#menu a, #menu h2 { 
	font: bold 11px arial, helvetica, sans-serif;
  	display: block;
  	margin: 0; 
	padding: 2px 2px; 
}
#menu h2 { color: #fff; background: #cc6633; }
#menu a { color: #fff; background: #cc6633; text-decoration: none; }
#menu a:hover { color: #fff; background: #cc6633; }
#menu li { position: relative; }
#menu ul ul { 
	position: absolute; z-index: 500; width: 80px; /*weite der untermenues*/
}
#menu ul ul ul { 
	position: absolute; top: 0; left: 100%; 
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul  {
	display: block;
}
/*ende menue*/
