/* -------------------------------------------------------------------------- */
/* Körper ohne Rand */
body {
	margin:0px;
	border:0px;
	background-color:#FFFFFF;
	color:#000000;
}

/* -------------------------------------------------------------------------- */
/* Links ohne Unterstrich, nur bei Aktuelles|Aktivitäten */
a {
	text-decoration:none;
}

a.line {
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

/* -------------------------------------------------------------------------- */
/* Aktuelles und Informationen aus der Datenbank */
.infokast {
	border-color:#5461FF;
	border-style:solid;
}

.infokast1 {
	border-style:none;
	border-width:thin;
	font-weight:bold;
	background-color:#5461FF;
	color:#EEEEEE;
}

.infokast2 {
	border-style:none;
	font-size:10pt;
}

/* -------------------------------------------------------------------------- */
/* Schriften */
h1 {
	font-family:Arial;
	font-size:16pt;
	text-align:center;
}

h2 {
	font-family:Arial;
	font-size:12pt;
	text-align:center;
}

h3 {
	font-family:Arial;
	font-size:12pt;
}

p,td,th {
	font-family:Times;
	font-size:12pt;
}

/* -------------------------------------------------------------------------- */
/* Tabellen */
th {
	background-color:#5461FF;
	text-align:left;
	font-weight:bold;
	color:#EEEEEE;
}

.z1 {
	background-color:#FFFFFF;
}

.z2 {
	background-color:#F3F3F3;
}

/* -------------------------------------------------------------------------- */
/* Design-Eigenschaften */
.autor {
	font-family:Tahoma,Arial;
	font-size:7pt;
	margin-left:5px;
}

.design {
	font-family:Arial;
	font-size:8pt;
}

.startseite {
	font-family:Arial;
	font-size:8pt;
	text-align:center;	
}

.fehler {
	font-family:Times;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
	text-decoration:blink;
	color:#FF0000;
}

.info {
	text-decoration:overline;
	text-align:center;
	font-size:10pt;
}

.bild {
	font-family:Arial;
	font-size:10pt;
	text-align:center;
}

/* -------------------------------------------------------------------------- */
/* Seiten-Formatierung */
#titlebild {
	visibility:hidden;
}

#menuebild {
	visibility:hidden;
}

#titel { 
	position:absolute;
	top:40px;
	left:180px;
	width:400px;
	height:70px;
	z-index:3;
}

#logos {
	visibility:hidden;
}

#menuges {
	visibility:hidden;
}

#stefan {
	visibility:hidden;
}

#content {
	position:absolute;
	top:150px;
	z-index:1;
	background:#FFFFFF;
}

#logodruck {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}