/*
	Stylesheet für Mozilla und Co.

	(noch fix kodiert)
	Hintergrund neu:	#c3d9e3 (195, 217, 227)
	Border-Farbe:		#c3d9e3
	
	Schrift war: Verdana,Arial,Helvetica,sans-serif;

*/

/*
	Browserspezifische Definitionen
*/


body {
	margin: 0px;
	height: 100%;

	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.0em; 
	background-color:white;
	color:black;
}
.menu{
	position: fixed;
	color: black;
	background-color: #c3d9e3;
	left: 0px;
	top: 0px;
	width: 160px;
	height : 100%;
}
.inhalt{
	position: static;
	margin: 0px 0px 0px 165px;
	background-color: white;
	padding: 5px;
}

/* 
	Allgemeine Definitionen
*/

p {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.0em; 
	color:black;
}

li {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.0em; 
	color:black;
}

/* Überschriften */

h1 {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.75em;
	color:black;
	text-align:center;
	margin-top:1.75em;
	margin-bottom:1.75em;
}

h2 {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.50em;
	color:black;
	text-align:center;
	margin-top:1.50em;
	margin-bottom:1.50em;
}

h3 {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.25em; 
	color:black;
	text-align:center;
	margin-top:1.25em;
	margin-bottom:1.25em;
}

hr {
	border-top-width:2px;
	border-color:#c3d9e3;
	border-style:solid;
}

/* Tabellen-Elemente */

table {
	width:550px;
}


th {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.0em;
	font-weight:bold;
	background-color:#DFDFDF;
	color:black;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:black;
}

td {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.0em; 
	color:black;
	vertical-align:top;
}

td.navigation {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:0.8em; 
	font-weight:bold;
	color:black;
	background-color:white;
/*
	padding-left:2px;
*/
	border-width:1px;
  	border-style:solid;
  	border-color:black;
}

td.navigationaktiv {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:0.8em; 
	font-weight:bold;
	color:black;
	background-color:#DCDCDC;
/*
	padding-left:2px;
*/
	border-width:1px;
  	border-style:solid;
  	border-color:red;
}

td.zeile1 {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.0em;
	background-color:#c3d9e3;
	color:black;
	border-width:1px;
	border-style:solid;
	border-color:black;
}

td.zeile2 {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.0em;
	background-color:white;
	color:black;
	border-width:1px;
	border-style:solid;
	border-color:#c3d9e3;
}

td.zeile3 {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.0em;
	background-color:white;
	color:black;
	border-width:1px;
	border-style:solid;
	border-color:black;
}

/* Links */

a:link { 
	text-decoration:underline;
	color:black;
}

a:visited { 
	text-decoration:underline; 
	color:black; 
}

a:active { 
	text-decoration:underline; 
	color:red; 
}

/* Links in der Navigation */

a:link.navigation { 
	text-decoration:none;
	color:black;
}

a:visited.navigation { 
	text-decoration:none; 
	color:black; 
}

a:active.navigation { 
	text-decoration:none;
	color:red; 
}

/* Allgemeine Definitionen */

div.center {
	text-align:center;
}

div.right {
	text-align:right;
}

div.center table {
	margin:0 auto;
	text-align: left;
}

div.right table {
	margin:0 0 0 auto;
	text-align: left;
}

.border1grey {
	border-width:1px;
  	border-style:solid;
  	border-color:#DCDCDC;
}

.titel1 {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.6em;
	color:black;
    background-color:white;
}

.titel2 {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.4em;
	color:black;
        background-color:white;
}

.eingabefeld {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:1.0em;
	color:black;
}

.logo {
	font-family:"Courier New", "Times New Roman",Times,serif;
	font-size:4.0em;
	color:#c3d9e3;
    background-color: white;
}


/* Farben */

.bggrey {
	background-color:#DCDCDC;
}

.fgred {
	color:red;
}

/* Spezielle Rahmen-Geschichte */

.colorborder {
	border-width:2px;
  	border-style:solid;
  	border-color:#c3d9e3;
}