/* alle abstände erstmal auf 0, weil sich die browserabstände unterscheiden */
html { overflow: -moz-scrollbars-vertical; }
* { margin: 0; padding: 0; }

/* das ist so ein hack für den ie, damit bei schriftgrößenänderungen alles sauber aussieht */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
font-size: 12px;
background-image: url(images/textur_holz.jpg);
} 

/* so erstmal ein allumschliessendes div, welches unsere seite 780px breit macht und zentriert (margin: auto tut zentrieren) */
#Seite {
 width:779px;
 margin:auto;
 background-color: #FFFFFF;
}

#Kopf {
	width: 779px;
	height: 104px;
  }

#Navigation {
	float: left;
	width: 192px;
	height: 300px;
	/* background-color: #339962; */
}
  
#RechteLeiste {
	float: right;
	width: 76px;
	height: 500px;
  }
  
#Bildumfluss {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	width: 200px;
	font-size: 9px;
}

#Bildumfluss img{
	margin-bottom: 2px;
}

 
#Inhalt {
	margin-left: 192px;
	margin-right: 76px;
	/* min-height:400px; */
	padding: 10px;
}

#Inhalt hr {
	height: 1px;
	margin-top: 12px;
}

#Fusszeile {
	clear: both; 
	background-color: #339962;	
	margin-left: 192px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
}

#Fusszeile {
	font-size: 9px;
	color: #FFFFFF;
}

#Fusszeile a {
	font-size: 9px;
	color: #FFFFFF;
}

#Inhalt font{
	color: #000000;
	font-size: 12px;
}

/* Abhängige Formatierungen --------------------------------------------------------------------------- */
  
#Navigation ul {
	list-style: square;
	margin-left: 53px;
	list-style-type: square;
	list-style-image: url(file:///d|/SOMEWARE/SOMEWARE%20projekte/Friesenmilch%20Okt%2006/web/images/listenpunkt.gif);
	list-style-position: outside;
}

#Navigation ul li {
	margin-top: 10px;
}

#Navigation a:hover {
 	color: #000000;
} 

#Navigation a {
	color: #FFFFFF;
	text-decoration: none;
  }
  
#Navigation a.naviginaktiv {
	color: #FFFFFF;
}

#Navigation a.navigaktiv  {
	color: #000000;
}

p a {
	color: #000000;
	font-weight: normal;
	}

h2 {
	color: #339962;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-bottom: 12px;
}

h1 {
	color: #0033FF;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#Inhalt a {
	color: #339962;
}

#Inhalt table td {
	vertical-align: top;
	padding: 3px;
}

#toppage {
	margin-top: 15px;
	font-size: 9px;
	text-align: right;
}	
	
.tabellenheader {
	color: #0033FF;
	width: 210px;
}

.tabellenheader_nofix {
	color: #0033FF;
}


.tabellendaten {
	/*border-bottom: 1px solid #CCCCCC; */
	background-image: url(images/schraffur.gif);
}

#Inhalt a:hover {
 	color: #000000;
} 

#Inhalt ul {
	list-style-type:square;
	list-style-image:  url("images/punktblau.gif");
	list-style-position: outside;
	padding: 0px 0px 0px 20px;
	line-height: 18px;
	color:#000000;
	margin-right: 22px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
}

#RechteLeiste .Bildunterschrift {
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 15px;
}

#RechteLeiste p {
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	border: 0px;
}

#RechteLeiste .smalltext {
	font-size: 9px;
	text-align: left;
	color: black;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	border:0px;
	line-height:11px;
}   

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.todo {
	background-color: #FFFF00;
}

.Textfeld {
	border: 1px solid;
	background-image: url(images/schraffur.gif);
	width: 260px;
}

.Knopf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid;
	background-image: url(images/schraffur.gif);
	padding: 2px;
}

