/* Allgemeines */
BODY{
	FONT-FAMILY: Times New Roman;
	color: black;
	FONT-SIZE: 18px;
	background-color: #D6DEFF;
	cursor: default;
}
TD{
	FONT-FAMILY: Times New Roman;
	FONT-SIZE: 18px;
	color: black;
}
FORM{ margin: 0; }

/* MAIN Links */
A, A:visited {
	color: black;
	text-decoration: underline;
}
A:hover {
	color: black;
	text-decoration: none;
}

/* Oberetabelle */
.maintbl_top {
	border-left: 2px #576FDE solid;
	border-right: 2px #576FDE solid;
	background-color: #899AE1;
}

/* Menu */
.maintbl_menu {
	border: 1px #576FDE solid;
	background-color: #899AE1;
}
.maintbl_menu_element {
	border: 1px #576FDE solid;
	text-align: center;
	font-weight: bold;
	color: black;
	height: 30px;
}
.maintbl_menu_element A {
	line-height: 30px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: black;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

.maintbl_menu_element A:hover,
 .maintbl_menu_element A.hl,
 .maintbl_menu_element A.hl:hover,
 .maintbl_menu_element A.hl:visited {
	color: white;
	text-decoration: none;
	background-color: #6B85EC;
}

/* Haupttabelle */
.maintbl_main {
	border-left: 2px #576FDE solid;
	border-right: 2px #576FDE solid;
	border-bottom: 1px #576FDE solid;
	background-color: #899AE1;
	padding: 10px;
	text-align: justify;
}

/* Unteretabelle */
.maintbl_bottom {
	border-left: 2px #576FDE solid;
	border-right: 2px #576FDE solid;
	border-bottom: 2px #576FDE solid;
	background-color: #899AE1;
}
.maintbl_bottom_element {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
}

.frankentipps {
	width: 270px;
	font-family: Arial, Verdana, sans-serif;
}

.frankentipps A {
	display: block;
	border-left: 1px solid #576FDE;
	width: 269px;
	height: 45px;
	text-decoration: none !important;
	color: white !important;
}

.frankentipps IMG {
	border: none;
	float: left;
}

.frankentipps .big {
	font-size: 23px;
	font-weight: bold;
}

.frankentipps .small {
	font-size: 13px;
}

