/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	background-color: #000066;
	color: White;
	font-family: Verdana, sans-serif;
	margin-left: 27px;
	margin-right: 27px;
}
a:link {
	color: #FFFF00;
}
a:active{
	color: #FF0000;
}

a:visited {
	color: #FFFFFF;
}

table {
	width: 971px;
	font-family: Verdana, sans-serif;
	font-size: 12 pt;
	color: white;
	}
table.invisible {
	border: 0pt none;
}

table.invisible.Rand td{
	padding: 4pt;
	border-spacing: 8pt;
}

table.visible {
	border: 1pt solid white;
	border-collapse: collapse;
}

table.visible td {
	color: white;
	
	padding: 0pt 5.4pt 0pt 5.4pt;
	
	border: 1pt solid white;
	border-bottom: 1pt solid white;
	border-top: 1pt solid white;
	border-left: 1pt solid white;
	border-right: 1pt solid white;
}

#menu {
background-color:#000066;
text-align:center;
padding:10px 0px;
}

table.visible td.ueberschrift {
	background-color: #d9d9d9;
	color: black;	
}
table.visible td.normal {
	color: white;	
}


h2.ueberschrift1 {
	font: bold 16pt;
	
}
h2.ueberschrift2 {
	font: bold 14pt;
}
h2.ueberschrift3 {
	font: 14pt;
}
	