body {	
	margin: 0px;
	width: 98%;  /*opera spinnt sonst rum*/
	text-align: center;
}


html{
	/* \*/
	width: 100%;/* */
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 0px;
}

#inhalt{
	margin: 0px auto;
	margin-top: 100px;
	width: 702px;
}

.logo{

	float: right;
}

h1{
	margin: 0px;
}


/* scroller */
#p7scroller1{
	position:relative; 
	font-family: Trebuchet MS;
	width:702px; 
	height:20px; 
	z-index:100; 
	left: 0px; 
	top: 15px; 
	overflow: hidden; 
	clip: rect(0px 702px 20px 0px); 
	visibility: visible;
	text-align: left;
	border: 2px solid #D4CB6D;
	border-left: none;
	border-right: none;
}
  
#p7s1content1 { 
position: absolute; 
width: 702px; 
z-index: 99; 
left: 702px; 
top: 0px; 
visibility: visible;

 }

#p7s1content1 h1{
 	margin: 0px;
	font-size: 14px;
	font-weight: normal;
 }
 
 #p7s1content1 h1 a{
 text-decoration: none;
 color: #333;
 }
 
  #p7s1content1 h1 a:hover{

 color: #015A7C;
 }