* {
	font-family:					arial, sans-serif;
	font-size:						16px;
	margin:							0;
	padding:						0;
}

/* Eigene Klassen */

table#start,
table#start_bottom {
	border:							1px solid #005da0;
}

table#start_bottom {
	border:							none;
}

td.divider {
	background-color:				white;
}

/* Die Link-Elemente */

td#links {
	background-color:				#005da0;
	vertical-align:					top;
}

table#links {
	width:							100%;
}

tr.normal,
tr.hover {
	background-color:				#a7cfe9;
	color:							#002f71;
    cursor:							pointer;
    font-weight:					bold;
}

tr.hover {
	background-color:				#5a9ecf;
	color:							#fffdf4;
}

tr.normal td,
tr.hover td {
	border-bottom:					1px solid #005da0;
	height:							51px;
	padding-left:					18px;
	width:							50%;
}

a.noscript,
a.noscript:link,
a.noscript:active,
a.noscript:visited,
a.noscript:hover,
a.noscript:focus {
	color:                          #002f71;
}

a.noscript:hover,
a.noscript:focus {
	color:							red;
}

/* Unten */

td#bottom_left {
	background-color:				#cb1d16;
}

td#bottom_right {
	background-color:				#5a9ecf;
}

/* Standardklassen */

div#mainframe {
	margin:							8px auto;
	width:                          961px;
}
