body {  margin:0%;  padding:0%;  width:1280px;  height:1707px;	font-family: Times New Roman;	background-image: url(img/background.png);	background-repeat: no-repeat;	text-align: center;}

#logo{
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	width: 295px;
	height: 20px;
	position: fixed;
	margin-left: 50px;
	margin-top: 30px;
}

#right_box{
	width:200px;
	position: fixed;
	right: 50px;
	margin-top: 30px;
	text-align: center;
}

#newsletter{
	background-image: url(img/transparent.png);
	width: 200px;
	padding-right: 10px;
	text-align: right;
}

input{
	font-family: Times New Roman;
	border:1px solid black;
	margin-top: 10px;
	width: 185px;
	text-align: right;
	padding-right: 3px;
}

a{
	text-decoration: none;
	color: #000;
	font-family: Times New Roman;
	font-size: 10pt;
}

a:hover{
	color: #969696;
}

#text{
	font-family: Courier;
	font-size: 10pt;
	width:650px;
	height: 438px;
	position: fixed;
	margin-left: 50px;
	margin-top: 100px;
	overflow:auto;
}

#bild{
	width: 190px;
	padding: 10px;
	background-image:url(img/transparent.png);
	right: 50px;
	text-align: left;
	margin-top: 15px;
	color: #000;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
}

.info{
	font-size: 9.8pt;
	color: #000;
	font-family: Times New Roman;
	text-align: center;
	font-weight: bold;
}

#werbung{
	width: 190px;
	padding: 10px;
	background-image:url(img/transparent.png);
	right: 50px;
	margin-top: 15px;
	padding-bottom: 5px;
}

#archiv{
	width: 190px;
	padding: 10px;
	background-image:url(img/transparent.png);
	right: 50px;
	margin-top: 15px;
	padding-bottom: 5px;
}

#unten{
	position: fixed;
	bottom:10px;
	right: 45px;
	width: 190px;
	background-image: url(img/transparent.png);
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	padding-bottom: 4px;
}

#copy{
	width: 500px;
	height: 20px;
	background-image: url(img/copy.png);
	background-repeat: no-repeat;
	top: 140%;
	position: absolute;
	left: 25%;
}

#stream{
	position: fixed;
	margin-left: 50px;
	bottom: 10px;
	overflow: hidden;
	width:627px;
	height:297px;
	white-space: nowrap;
}

/* scrollable div area */
			#scrollable1 {
				font-family: Courier;
				font-size: 10pt;
				position: fixed;
				margin-left: 50px;
				margin-top: 50px; /*100px!!!*/
				overflow: hidden;
				white-space: nowrap;
			}
			
			/* vertical track */
			#track1 {
				width: 5px;
				margin-top: 50px; /* 100px!!! */
				background-color: #fff;
				position: fixed;
			}
			
			/* vertical track handle */
			#handle1 {
				width: 5px;
				height: 10px;
				background-color: #000;
				cursor: move;
			}
			
