/* Style Definitionen um ohne Tabellen auszukommen
/* Das Design wird ausschliesslich über CSS geregelt
/* Angaben für Positionierungen werden in px angegeben
/* Größenangaben für Schriften in em und andere Größenangaben
/* werden in % angegeben.
/* Änderungen und Vorschläge sind erwünscht!!
/* (c)2007 Jürgen Knott und Soft3 GmbH */


html
	{
	height: 100%;

	/*  Rahmen für Tests
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}

body
	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

	/* Rahmen für Tests
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}

div#inhalt
	{
	position: absolute;
	float: right;
	height: 350px;
	width: 800px;
	top: 180px;
	left: 185px;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 0.8em;

	/* für die Eingrenzung und Ausrichtung erstmal eingefügt
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}
#inhalt a, a:hover, a:visited, a:active
	{
	text-decoration: none;
	font-size: 1em;
    font-weight: bold;
	padding: 0px;
	margin: 0px;
	}

#tab_inhalt a
	{
	color: #C90008;
	text-decoration: none;
	font-family: verdana, Verdana, arial, Arial;
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	}

#tab_inhalt a:visited
	{
	color: #C90008;
	text-decoration: none;
	font-family: verdana, Verdana, arial, Arial;
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	}

#tab_inhalt a:hover
	{
	color: #C90008;
	text-decoration: none;
	font-family: verdana, Verdana, arial, Arial;
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	}
#tab_inhalt input
	{
	color:#696969;
	font-size:10px;
	border: 1px solid :#a9a9a9;
	background-color: :#a9a9a9;
	}
td.tabueberschrift
  {
  color: #FFFFFF;
  background-color: #EE6A50;
  }

td.tabinhalt
  {
  background-color: #F0F0F0;
  }
/*################################################################# Tabelle Navigation  */
#tab_navistyle  a
	{
	color: #FFFFFF;
	text-decoration: none;
	font-family: verdana, Verdana, arial, Arial;
	font-size: 100%;
	padding: 10px;
	margin: 0px;
	}

td.navistyle
  {
  font-family: verdana, Verdana, arial, Arial;
  font-size: 100%;
  font-weight:bold;
  color:#FFFFFF;
  background-color: #C90008;
  /*a:hover:	#FFFFFF;*/
  }

/*################################################################# Querbalken oberstes Element  */
div#querbalken
	{
	position: fixed;
	float: left;
	height: 74px;
	width: 100%;
	top: -0.5px;
	left: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #FFFFFF;

	/* Rahmen für Testzwecke
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}

div#menuebalken
	{
	position: fixed;
	float: left;
	width: 175px;
	height: 100%;
	top: 100px;
	left: 2px;
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #C90008;
	}

div#ueberschrift
	{
	/* Position fixiert um ein Scrollen zu verhindern */
	position: fixed;
	/* Höhe Container */
	height: 20px;
	/* Breite des Containers */
	width: 600px;
	/* Abstand von oben */
	top: 1px;
	/* Abstand von links */
	left: 150px;
	/* Container oben links */
	margin: 0px 290px;
	/* Schrift oben links im Conatiner */
	padding: 12px 0px;
	/* Schriftfarbe */
	color: #C90008;
	/* Schriftgröße */
	font-size: 1.5em;

	/* Rahmen für Tests
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}

div#linie
	{
	position: fixed;
	height: 5px;
	width: 100%;
	top: 95px;
	left: 2px;
	margin: 0px 0px;
	padding: 0px 0px;
	color: #C90008;
	/*
	border-left: 2px solid #FF0;
	border-right: 2px solid #FF0;
	border-top: 2px solid #FF0;
	*/
	border-bottom: 2px solid #C90008;
	}
/*#######################################################################  navigation    */
div#navigation
	{
	/* Position fixiert!! */
	position: fixed;
	/* Höhe Container */
	height: 20px;
	/* feste Breite Container */
	width: 100%;
	/* Position von oben */
	top: 79px;
	/* Position von links */
	left: 0px;
	/* Position Container oben links */
	margin: 0px 0px;
	/* Schriftposition im Conatiner oben links*/
	padding: 0px 0px;
	/* Schriftfarbe */
	color: #C90008;
	/* Schriftgröße */
	font-size: 0.9em;
	background-color: #FFFFFF;

	/* Rahmen für Tests
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}

#navigation a, a:hover, a:visited, a:active
{
	font-size: 0.9em;
	text-decoration: none;
	font-family: verdana, Verdana, arial, Arial;
	font-size: 0.85em;
	margin: 0px 10px;

}
/*Container in weisser Backgroundfarbe, damit beim Scrollen nichts schief geht*/
div#suchebg
	{
	position: fixed;
	float: left;
	width: 100%;
	height: 60px;
	top: 102px;
	left: 210px;
	font-size: 0.7em;
	margin: 0px 0px;
	padding: 5px 10px;
	background-color: #ffffff;
	}
div#suche
	{
	position: fixed;
	float: left;
	width: 567px;
	height: 60px;
	top: 102px;
	left: 185px;
    font-size: 75%;
    font-family:Verdana;
    color:#000000;
	margin: 0px 0px;
	padding: 5px 10px;
	background-color: #f5f5f5;
    -moz-border-radius-topright:30px;
    -moz-border-radius-bottomright:30px;
	}
#suche input
	{
	color:#696969;
	font-size:10px;
	border: 1px solid :#a9a9a9;
	}
/*RRR*/
div#htmlsite
    {
	position: fixed;
	float: left;
	width: 82%;
	height: 70%;
	top: 200px;
	left: 180px;
    background-color: #ffffff;
    }
div#logo
	{
	/* Art der Positionierung */
	position: fixed;
	/* ?? */
	float: left;
	/* Position von oben */
	top: 10px;
	/* Position von links */
	left: 0px;
	/* breite des Containers/Bildes */
	width: 100%;
	/* Höhe des Containers/Bildes */
	height: 90px;
	background-color: #ffffff;

	/* Rahmen für Tests
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}
div#logobuch
	{
	/* Art der Positionierung */
	position: fixed;
	/* ?? */
	float: left;
	/* Position von oben */
	top: 10px;
	/* Position von links */
	left: 780px;
	/* breite des Containers/Bildes */
	width: 164px;
	/* Höhe des Containers/Bildes */
	height: 63px;

	/* Rahmen für Tests
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}
div#uhrzeit
	{
	position: fixed;
	height: 10%;
	width: 180px;
	top: 90px;
	left: 19px;
	margin: 0px 0px;
	padding: 15px 5px;
	font-size: 75%;
	font-family: verdana, Verdana, arial, Arial;
	color: #000000;

	text-align: left;

	/* Rahmen für Tests
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}
/*#######################################################################  LOGIN   */
div#login
	{
	position: fixed;
	height: 40%;
	width: 165px;
	top: 200px;
	left: 11px;
	margin: 0px 0px;
	padding: 10px 5px;
	font-family: verdana, Verdana, arial, Arial;
	color: #FFF;
	font-size: 75%;
	font-weight: bold;
	vertical-align: top;
	text-align: left;

	/* Rahmen für Tests
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	}
#login input
	{
	color:#696969;
	font-size:10px;
	border: 1px solid :#a9a9a9;
	background-color: :#a9a9a9;
	}

div#footer
	{
	position: fixed;
	height: 10%;
	top: 450px;
	left: 1px;
	color: #000;
	font-size: 1em;

	/*
	border-left: 1px solid #FF0;
	border-right: 1px solid #FF0;
	border-top: 1px solid #FF0;
	border-bottom: 1px solid #FF0;
	*/
	}

div#blaettern
	{
	position: fixed;
	float: left;
	width: 700px;
	height: 110px;
	top: 510px;
	left: 200px;
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #FFF;
	font-size: 0.8em;
	}
#tab_blaettern a
	{
	color: #C90008;
	text-decoration: none ;
	font-family: verdana, Verdana, arial, Arial;
	font-size: 0.95em;
	padding: 0px;
	margin: 5px;
	}

#tab_blaettern a:hover
	{
	color: #C90008;
	text-decoration: none;
	font-family: verdana, Verdana, arial, Arial;
	font-size: 0.95em;
	padding: 0px;
	margin: 5px;
	}

#tab_blaettern a:visited
	{
	color: #C90008;
	text-decoration: none ;
	font-family: verdana, Verdana, arial, Arial;
	font-size: 0.95em;
	padding: 0px;
	margin: 5px;
	}


div#menue
	{
	position: fixed;
	height: 50%;
	width: 175px;
	top: 100px;
	left: 19px;
	margin: 0px 0px;
	padding: 10px 0px;
	font-family:  arial, Arial,verdana, Verdana;
	font-weight:bold;
	color: #FFF;
	font-size: 0.8em;

    /*
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
    */
	}
#menue a, a:hover, a:visited, a:active
	{
	font-size: 1.2em;
	text-decoration: none;
	font-family: Arial, arial,verdana, Verdana;
	margin: 0px 10px;
	color: #fff;
	margin: 0px 0px;
	}

/* Restliche Formatierungen */
H1
	{
	font-size: 1.55em;
	}

H2
	{
	font-size: 1.25em;
	}

H3
	{
	font-size: 0.95em;
	}

H4
	{
	font-size: 0.90em;
	}

a, a:hover, a:visited, a:active
	{
	color:  #C90008;
	text-decoration: none;
	font-family: verdana, Verdana, arial, Arial;
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	}