html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#37596E;
	position:absolute;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: repeat-x;
	margin:0px;
	top:0; left:0; right:0;
    min-height:100%;
    padding:0;
    width:100%;

}

table, tr,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	vertical-align:top;
	padding-left:8px;
	padding-bottom:4px;
	padding-right:8px;
	padding-top:4px;
}

.tabelle {
	border-style:dashed;
	border-top:0px;
	border-right:0px;
	border-width:1px;
	border-color:#D6DDE1;
}

img {
	border:0px;
}

hr {
	margin-left:0px;
	width: 838px;
	height: 0px;
 	border-bottom: 1px dashed #D6DDE1;
	border-top: 0px;
}

.left {
	clear:both;
}

/* Die Linkdekorationen */

a:link { color:#0099FF; text-decoration:none; }
a:active { color:#0099FF; text-decoration:none; }
a:visited { color:#0099FF; text-decoration:none; }
a:hover { color:#003399; text-decoration:none; }

/* Verschiedene Schrifttypen */

.Seitenueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	letter-spacing: 1px;
	color:#0099FF;
}

.Artikelueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#0099FF;
}

.blinken {
	text-decoration:blink;
}

.dick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

/* Die vier Hauptbereiche der Seite */

.box-main {
	position: relative;
	margin-left:45px;
	width:900px;
	height:100%;
	background-color:#FFFFFF;
}

.ads {
	position: fixed;
	top: 20px;
	left: 900px;
	width: 200px;
	z-index:10;
	background-color:#FFFFFF;
}

.box-navi {
	width:900px;
	height:172px;
}

.box-content {
	width:838px;
	min-height:100%;
	padding-top:25px;
	padding-left:30px;
	padding-right:0px;
	padding-bottom:25px;
	z-index:1;
	background-color:#FFFFFF
}

.box-end {
	clear:left;
	width:900px;
	padding-left:30px;
	padding-right:30px;
	color:#AFBDC6;
	margin-bottom:15px;
}

/* Box auf der Startseite f�r die Aktualisierungen */

.box_index {
	width:840px;
	clear:both;
	z-index:2;
}

.box-startseite_aktualisierungsbild {
	float:left;
	width:156px;
	height:auto;
	margin-right:5px;
	z-index:3;
}

.box-startseite {
        float:left;
	width:640px;
	height:100%;
	z-index:3;
}

.box-startseite_titel {
	width:640px;
	height:22px;
	z-index:4;
}

.box-startseite_content {
	width:640px;
	height:100%;
	background-image:url(../images/hintergrund_tabelle.jpg);
	background-repeat:no-repeat;
	list-style-type:circle;
	z-index:4;
}
.box-startseite_rechts {
    float:right;
    z-index: 5;
    width: 100px;
    height: auto;
    margin-left:5px;
 }