﻿/* Styles für die main.htm */
.center {
	text-align: center;
}
.body_infozeile {
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
	color: #000000;
	background-color: #FFFAC2;
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 28px;
	right: 28px;
}
.body_images {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 209px;
}
table {
	position: absolute;
	z-index: auto;
	top: 0px;
	left: 0px;
}
td {
	/*text-align: center;*/
	font-family: Verdana;
	font-size: small;
}
.left {
	text-align: left;
	font-family: Verdana;
	font-size: small;
}
.table_border {
	border-width: 0px;
}
.bild_rahmen {
	border-style: solid;
	border-color:yellow;
	border-width: 2px;
}
.block_gelb {
	color: #FFFF00;
}
/* Bilderrand*/
.rechts {
	background-image: url('../images/rechts.jpg');
	background-repeat: repeat-y;
	width: 19px;
}
.unten {
	background-image: url('../images/unten.jpg');
	background-repeat: repeat-x;
}
.ecke {
	background-image: url('../images/ecke.jpg');
	background-repeat: no-repeat;
}
/* Ende Bilderrand*/

/* Links auf der Hauptseite */
#links a{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
#links a:hover{
	color: #808080;
}
#links a:visited{
	
}

/* Ende Links auf der Hauptseite */
.th_banner {
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 209px;
}

/* Schalter auf der Hauptseite */

#navi a {
	/*width: 139;*/
	display: block;
	font-family: Verdana;
	text-align: left;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#navi a:hover {
	color: #808080;
}

/* Ende Schalter auf der Hauptseite */


.images {
	border: 2px solid #FFFF00;
}
#space_1 {
	padding-left: 28px;
}
#space_2 {
	padding-left: 30px;
}
#space_3 {
	padding-left: 220px;
}

#space_4 {
	padding-left: 80px;
}
.navi_abstand {
	font-family: Verdana;
	font-size: 5px;
}
.impressum {
	left: 51px;
	background-color: #FFFF00;
}
a {
	font-family: verdana;
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #808080;
}
.text {
	position: relative;
	left: 316px;
	width: 400px;
}

