/* -------------------------------------------------------------------------- */
/* Körper ohne Rand und mit IE-Scrollbars */
body {
	margin:0px;
	border:0px;
	background-color:#FFFFFF;
	color:#000000;

	scrollbar-face-color:"#5461FF";
	scrollbar-highlight-color:"#5461FF";
	scrollbar-shadow-color:"#FFFFFF";
	scrollbar-3dlight-color:"#FFFFFF";
	scrollbar-arrow-color:"#FF0066";
	scrollbar-track-color:"#EEEEEE";
	scrollbar-darkshadow-color:"#FFFFFF";
}

/* -------------------------------------------------------------------------- */
/* 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;
}

/* -------------------------------------------------------------------------- */
/* Menü */
.menu {
	width:105px;
}

a.menuhaupt {
	display:block;
	padding:1px;
	text-decoration:none;
	font-family:Tahoma,Arial;
	font-size:10pt;
	font-weight:bold;
	text-indent:8px;
	text-align:left;
}

a.menuunter {
	display:block;
	padding:1px;
	text-decoration:none;
	font-family:Tahoma,Arial;
	font-size:8pt;
	text-indent:16px;
	text-align:left;
}

a.menuhaupt:link, a.menuhaupt:visited, a.menuunter:link, a.menuunter:visited {
	color:#F2F2F2;
}

a.menuhaupt:active, a.menuunter:active {
	color:#FF0066;
}

a.menuhaupt:hover, a.menuunter:hover {
	color:#000000;
	background-color:#BBBBBB;
	text-decoration:none;
}

/* -------------------------------------------------------------------------- */
/* Design-Eigenschaften */
.autor {
	font-family:Tahoma,Arial;
	font-size:7pt;
	margin-left:5px;
	color:#bbbbbb;
}

.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 {
	position:absolute;
	top:0px;
	left:160px;
	width:840px;
	height:108px;
	z-index:2;
/*	background:#F0F0F0; */
}

#menuebild {
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	height:536px;
	z-index:3;
/*	background:#5461FF; */
}

#titel {
	position:absolute;
	top:0px;
	left:300px;
	width:420px;
	height:70px;
	z-index:4;
}

#logos {
	position:absolute;
	top:2px;
	left:830px;
	width:160px;
	height:90px;
	z-index:5;
}

#menuges {
	position:absolute;
	top:130px;
	left:3px;
	z-index:6;
}

#impressum {
	position:absolute;
	top:550px;
	left:0px;
	z-index:7;
}

#content {
	position:absolute;
	top:125px;
	left:190px;
	height:600px;
	width:810px;
	z-index:1;
	background:#FFFFFF;
}

#logodruck {
	visibility:hidden;
}
