body{
         background-color: #C0C0C0;
}

#centerwindow{
	width: 800px;
	height: 2200px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	background-image: url(bg.gif);
}

a{
	text-decoration:none;
	color: blue;
	font-weight:bold;
}
img{
	border: 0px;
         align: middle;
}
table{
	font-family: Arial;
	background-color: white;
}
/* Schriften */
.h2{
	font-family:Arial,sans-serif;
	font-size:140%;
	color:#000000;
	line-height:150%;
	white-space:normal;
}

.big{
	font-family:Verdana,sans-serif;
	font-size:110%;
	color:#000000;
	line-height:150%;
	white-space:normal;
}

.normal{
	font-family:Arial,sans-serif;
	font-size:100%;
	color:#000000;
	line-height:150%;
	white-space:normal;
}

.small{
	font-family:Arial,sans-serif;
	font-size:90%;  <!--85% -->
	color:#000000;
	line-height:150%;
	white-space:normal;
}

.little{
	font-family:Arial,sans-serif;
	font-size:70%;  <!--85% -->
	color:#000000;
	line-height:150%;
	white-space:normal;
}

.mini{
	font-family:Arial,sans-serif;
	font-size:55%;  <!--85% -->
	color:#000000;
	line-height:150%;  <!--150% -->
	white-space:normal;
}

.courier{
	font-family:Courier;
	font-size:70%;  <!--85% -->
	color:#000000;
	line-height:150%;
	white-space:normal;
}
.Feld{
	background-color: yellow;
}

/* Frames */

#background_top {
	width:800px;
	height:20px;
	top:0px;
	left:0px;
	position:absolute;
	background-image: url(bg_top.gif);
}

#banner{
	width:750px;
	height:75px;
	top:25px;
	left:25px;
	position:absolute;
         background-image: url(banner3.gif);
}

#laufen{
         width:745px;
	height:25px;
	top:102px;
	left:25px;
	position:absolute;
         background-image: url();
}
#laufen input{
         width:745px;
}

#navigation{
	width:750px;
	height:25px;
	top:127px;
	left:25px;
	position:absolute;
         /*background-image: url(test.gif);*/
}


#bg_left{
	width:156px;
	height:2000px;
	top:154px;
	left:25px;
	position:absolute;
         background-image: url(bg_left5.jpg);
}

#bg_right{
	width:590px;
	height:2000px;
	top:154px;
	left:185px;
	position:absolute;
         background-image: url();
}

#textframe_l {
	width:130px;
	height:1900px;
	top:170px;
	left:40px;
	position:absolute;
}

#textframe_r {
	width:575px;
	height:1950px;
	top:170px;
	left:201px;
	position:absolute;
	overflow:auto;      <!-- Automatische Scrollbalken -->
}

#background_bot {
	width:800px;
	height:20px;
	top:2180px;
	left:0px;
	position:absolute;
	background-image: url(bg_bot.gif);
}