body {
	margin-top: 40px;
	background-color: #FFF;
	background-image: url(../img/himmel_bg.jpg);
	background-attachment: fixed;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
}
p {
	margin-top: 0px;
}
#center {
	position: relative;
	margin: 0px auto;
		width: 870px;	
}
#box {
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	border: 3px solid #CCC;
	width: 850px;	
}
.fuss {
	text-align: right;
	padding-top: 5px;
	color: #CCC;
	font-size: 11px;
}
.fuss a{
	color: #CCC;
	text-decoration: none;
}
.fuss a:hover{
	text-decoration: underline;
}
.fuss2 {
	text-align: right;
	padding-top: 5px;
	color: #CCC;
	font-size: 11px;
}
.fuss2 a{
	color: #666;
	text-decoration: none;
}
.fuss2 a:hover{
	text-decoration: underline;
}
.weiter {
	position: absolute;
	width: 84px;
	left: 780px;
	top: 344px;
}
.weiter a{
	color: #000;
	text-decoration: none;
}
.weiter a:hover{
	color: #09C;
}
.impressum {
	position: absolute;
	width: 529px;
	left: 34px;
	top: 75px;
	height: 263px;
	overflow: auto;
	padding-right: 10px;
}
.impressum a{
	color: #000;
	text-decoration: none;
}
.impressum a:hover{
	color: #09C;
}
.impressum h2{
	font-size: 14px;
}
input {
	width: 250px;
	background-color: #E5E5E5;
}
textarea {
	width: 250px;
	background-color: #E5E5E5;
}
/* ticker */

code {
width:850 px;	
font: normal 11px 'Courier New', Courier, Fixed;
color: #000;
display: block;
padding: 1em;
margin: 1em 0;
background-color: #eee;
border: 1px solid #d3d3d6;
border-left-width: 5px;
white-space: pre;
overflow-x: auto;
}
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 813px; 
height: 27px; 
margin-left: 17px; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 790px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 900px;
	font: bold 11px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #0A8163;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	padding: 0px 0px 0px 0px;
	background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 100px 0 0;
} 
ul.newsticker .black {
	color: #666;
	padding: 0px 15px 0px 15px;
} 
.flieder {
	color: #09C;
}
