/* HTML TAG DEFINITIONEN ######################################################################### */

/* ALLGEMEIN */
body { 
	margin:40px; 
	padding-top:10px;
	padding-right:60px;
	font-size: 0.7em;
}
p, li, ul, ol, div { font-family: Verdana, Arial, Helvetica, sans-serif }
hr {
  border: none;
  background-color: #999;
  height: 1px;
  width:50%;
}

/* UEBERSCHRIFTEN */
h1, h2, h3, h4, h5, h6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #57844F; /* #57844F; #75887A;*/
}
h1 { font-size: 1.6em; font-weight: normal; letter-spacing: 1px; }
h2 { font-size: 1.4em; font-weight: bold }
h3 { 
	font-size: 1.2em; 
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #425C3E;
}
h4 {color: #425C3E; font-size: 1em; }
h5 {color: #486344;  }
h6 {color: #486344;  }

/* LINKS - Reihenfolge wichtig */
a { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;  }
a:link { color: #57844F; text-decoration: none } /*#557FD1 #57844F; */
a:visited { color: #57844F; text-decoration: none}  /*#7588AB*/
a:hover { text-decoration: underline}
a:active { text-decoration: none }

p, ul { 
	font-size: 1em; 
	line-height: 1.4em
}

/*Pfad*/
div.pfad {
	padding-bottom: 10px;
}
div.pfad b {
	color: #555;
}

/* inhalt */
div.inhalt {}

		/*
		div.inhalt h3 p {
			margin: 0px;
			padding: 0px;
		}
		*/

/* Tabellen */
table.arbeitsliste { 
	width: 80%;
	border-top: 1px solid #DDD;
	border-left: 1px solid white;
	font: 1em Verdana;
}
table.arbeitsliste td { 
	border-right: 1px solid white;
	border-bottom: 1px solid #DDD;
	font-size: 1em;
	line-height: 1.4em;
	height: 180px;
}
table.arbeitsliste td img { 
	background-color: #EAE7DD;
}
table.arbeitsliste td.abbildung { 
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}
table.arbeitsliste td.beschreibung { 
	text-align: right;
	vertical-align: bottom;
	padding: 20px;
	letter-spacing: ;
}

/*Fuss*/
div.fuss { 
	margin-top: 40px;
	border-top: 1px dotted #75887A;
}
p.copyright {
	margin-top: 4px;
	color: #666666;
	font-size: 0.8em;
}
