<?php

$farbe_indexinfomeldungbasis = '#505050';
$farbe_indexinfomeldungokbutton = '#ff9900';
$schrift_indexinfomeldungenbasis = '#ffffff';
?>


#indexinfobereich {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	position: absolute;
	left: 100px;
	top: 30px;
	}
	#indexinfobereich_scroll {
		width: 650px;
		height: 490px;
		background-color: <?php echo $farbe_indexinfomeldungbasis;?>;
		color: <?php echo $schrift_indexinfomeldungenbasis;?>;
		overflow: auto;
		border: 1px solid #808080;
		font-size: 12px;
		font-family: arial;
		margin: 0px;
		padding: 0px;
		border: 0px;
		position: absolute;
		left: 0px;
		top: 0px;
		}
		#indexinfobereich_label1 {
			color: <?php echo $schrift_indexinfomeldungenbasis;?>;
			font-size: 16px;
			font-family: arial;
			font-weight: normal;
			margin: 0px;
			padding: 0px;
			border: 0px;
			position: absolute;
			left: 30px;
			top: 30px;
			}
		#indexinfobereich_okbutton {
			width: 70px;
			height: 30px;
			background-color: <?php echo $farbe_indexinfomeldungokbutton;?>;
			color: <?php echo $schrift_indexinfomeldungenbasis;?>;
			font-size: 12px;
			font-family: arial;
			font-weight: bold;
			text-align: center;
			margin: 0px;
			padding: 0px;
			border: 0px;
			position: absolute;
			left: 30px;
			top: 70px;
			}
		#indexinfobereich_tb1 {
			width: 550px;
			height: 320px;
			background-color: <?php echo $farbe_indexinfomeldungbasis;?>;
			color: <?php echo $schrift_indexinfomeldungenbasis;?>;
			font-size: 12px;
			font-family: arial;
			font-weight: normal;
			line-height: 1.4;
			margin: 0px;
			padding: 0px;
			border: 0px;
			overflow: auto;
			position: absolute;
			left: 60px;
			top: 125px;
			}
