body {
	color: black;
	font-size: 100%;
	font-family: arial;
	margin: 0; padding: 1em 0;
	text-align: center;/* Zentrierung im Internet Explorer */
	background: #F8F8F8 url(images/verlaufblau.jpg) repeat-y 0% 10%;
}

div#Seite {
	color: black;
	background-color: white;
	text-align: left;	/* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;	/* standardkonforme horizontale Zentrierung */
	width: 775px;
	padding: 0;
	border: 2px ridge silver;
/*	-moz-border-radius:10px */
}
html>body div#Seite {
	border-color: gray;/* Farbangleichung an den Internet Explorer*/
	background-color: #C3D9FF;
}

h1 {
	font-style: bold;
	font-size: 1.5em;
	text-align: right;	/* Seiteninhalt rechts ausrichten */
	margin: 0; padding: .3em;
	background: #E8EEF7 url(images/bitobito.jpg) no-repeat 0% 0%;
	border-bottom: 1px solid silver;
	height: 65px;
}

div#Login {
	font-size: .8em;
	float: right; 
	width: 180px;
	margin: 0 0 1.2em; 
	padding: 0;
}

ul#Navigation {
	font-size: .8em;
	float: left;
	width: 200px;
	margin: 0 0 1em 20px;
	padding: 0;
/*	background-image:url(images/300_turm_nebel_h.jpg);  */
	color:#273B92;
	background-color: #C1BDBF;
}
ul#Navigation li {
	list-style: none;
	margin: 0; 
	padding: 0.5em;
}
ul#Navigation a {
	display: block;
	padding: 0.2em;
	font-weight: bold;
}
ul#Navigation a:link {
	color: #273B92;
/*	color: white; */
	background-color: transparent;
}
ul#Navigation a:visited {
	color: white; background-color: transparent;
}
ul#Navigation a:hover {
	color: red; background-color: transparent;
}
ul#Navigation a:active {
	color: white; background-color: #C0C0C0;
}

div#Inhalt {
	margin: 0 0 1em 260px;
	padding: 0 1em;
	width: 450px;
	background-color: white;
}
* html div#Inhalt {
	height: 1em;/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	margin-bottom: 0;
}
div#Inhalt h2 {
	font-size: 1.2em;
	margin: 0.2em 0;
	color: navy;
}
div#Inhalt p {
	font-size: 1em;
	margin: 1em 0;
}

p#Fusszeile {
	clear: both;
	font-size: 0.83em;
	margin: 0; padding: 0.1em;
	text-align: center;
	background-color: #E8EEF7;
	border-top: 1px solid silver;
}

A { COLOR: #800000; FONT-SIZE: 10pt; FONT-FAMILY: Arial Narrow; TEXT-DECORATION: none }

a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:#FF9966; text-decoration:none; }
a:active { font-weight:bold; color:black; text-decoration:underline; }

A.blue:link {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #800000; FONT-FAMILY: "Arial Narrow"; TEXT-DECORATION: none
}
A.blue:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #800000; FONT-FAMILY: "Arial Narrow"; TEXT-DECORATION: none
}
A.blue:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #800000; FONT-FAMILY: "Arial Narrow"; TEXT-DECORATION: none
}
A.blue:active {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #800000; FONT-FAMILY: "Arial Narrow"; TEXT-DECORATION: none
}
TD {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: "Arial Narrow"
}
