/* ... Hier wird erstmal alles auf "Null" gesetzt ... */
body, h1, h2, h3, h4, h5, h6, p, div, table, td, dd, dt, dl, blockquote, address, hr, pre {
    margin: 0;
    padding: 0;
    }
/* ... Bis hier wurde erstmal alles auf "Null" gesetzt ... */

body {
    font-family: Optima, Monaco, Verdana, Geneva, Arial, Helvetica, sans-serif; 
    background-color: #ffffcc;
    color: #000;
    }

/* ... Positionierung der divs ... */


/* ... Positionierung Logohintergrund (logoh) und Logo */
#logoh  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 3;
    background-color: #ffffcc;
    }

#logo  {
    position: fixed;
    top: 10px;
    left: 20px;
    width: 720px;
    height: 140px;
    z-index: 3;
    }

/* ... Positionierung und Gestaltung der Navigation */
#navi	{
	position: fixed;
	top: 200px;
	left: 0px;
	width: 140px;
	height: 143px;
	z-index: 3;
	}

#navi ul	{
    width: 130px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0px;
	}

#navi li	{
	height: 30px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0 25px 0 0;
	}

#navi li.lichtan {
	background-image: url("pics/lichtan.gif");
	background-repeat: no-repeat;
	background-position: top right;
	border: 0px;
    }

#navi li.keinlicht {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	border: 0px;
    }

#navi li.keinlicht:hover { background-image: url("pics/licht.gif"); }

#navi li a	{
	text-decoration: none;
	padding: 2px 0;
	color: black;
	}

#scheinhome {
    position: fixed;
    left: 124px;
    width: 96px;
    height: 47px;
    z-index: 1;
    }

#scheinangeb {
    position: fixed;
    left: 124px;
    width: 96px;
    height: 47px;
    z-index: 1;
    }

#scheinaktion {
    position: fixed;
    left: 124px;
    width: 96px;
    height: 47px;
    z-index: 1;
    }

#scheintermin {
    position: fixed;
    left: 126px;
    width: 96px;
    height: 47px;
    z-index: 1;
    }

#scheinkontakt {
    position: fixed;
    left: 126px;
    width: 96px;
    height: 47px;
    z-index: 1;
    }

/* ... Positionierung des Inhalts */
#inhalt	{
	position:absolute;
	top: 165px;
	left: 200px;
	width: 550px;
	padding: 20px;
	z-index: 2;
	background-color: #dae852;
	}

#inhalt1{
	position:absolute;
	top: 165px;
	bottom: 0;
	left: 200px;
	width: 550px;
	padding: 20px;
	z-index: 2;
	background-color: #dae852;
	}

#inhalt li	{
	margin-left: 10px;
	}

p.bild {
    margin-left: 110px;
    }

img.right
	{
	float: right;
	margin-left: 10px;
	border: 0px;
	}

img.left
	{
	float: left;
	margin-right: 10px;
	border: 0px;
	}


h1	{
	margin-left: 150px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: Optima, Helvetica;
	}

h2	{
	font-family: Optima, Monaco;
	margin-bottom: 10px;
	}

h3	{
	font-family: Optima, Monaco;
	font-size: 10pt;
	font-weight: normal;
	}

p	{
	margin: 30px;
	}

.fett   {
    font-weight: bold;
    }

.t {
    margin-left: 20px;
    margin-top: -20px;
    }

#term   {
    border: 1px dotted gray;
    margin-left: 20px;
    cellpadding: 0;
    cellspacing: 0;
    font-size: 10pt;
    }
    
#vcf    {
    margin-left: 150px;
    }

/* ... Positionierung des Firefoxbanners */
#fire	{
	position: fixed;
	right: 3px;
	bottom: 0px;
	z-index: 3;
	font-size:10px;
	}
	

/* ... Positionierung und Gestaltung der unteren Fußleiste */
.datum   {
    width: 100px;
    height: 20px;
    text-align: right;
    }
    
.ort   {
    width: 350px;
    height: 20px;
    text-align: left;
    padding-left: 10px;
    }
	
input	{
	background-color: #dae852;
	}

.textfield {
	background-color: #DAE852;
	}