/* Formate für Webseite FlascheLeer Berlin */

* {
	 margin: 0; padding: 0;
}

body {
  	color: black; background-color: #3d9b35;
  	font-size: 100.01%;
  	font-family: 'Century Gothic', Arial, sans-serif;
  
}

ul#Navigation {
	width: 6em;
  	float: left;
  	padding: 0.4em 0 0.4em 0.4em;
  	background-color: #99ff99;
}

ul#Navigation a:link {
  	display: block;
  	font-size: 1em;
  	text-decoration:none; 
  	marging: 0.4em 0;
	padding: 0.2em 0.4em;
  	color: #3d9b35; 
	background-color: #99ff99;
}
ul#Navigation a:visited {
  	display: block;
  	font-size: 1em;
  	text-decoration:none; 
  	marging: 0.4em 0;
	padding: 0.2em 0.4em;
  	color: #666; 
  	background-color: #99ff99;
}
ul#Navigation a:hover {
  	color: #3d9b35; 
  	background-color: white;
}
ul#Navigation a:active {
  	color: white; 
  	background-color: gray;
}

ul#Navigation a#aktMenupunkt {
  	display: block;
  	font-size: 1em;
  	font-weight: bold;
  	text-decoration:none; 
  	marging: 0.4em 0;
	padding: 0.2em 0.4em;
	color: white;
  	background-color: #3d9b35;
}

div#Seitenkopf {
	height: 220px;
	background-color: #3d9b35;
	background-image: url(gruene_flasche.jpg);
	background-repeat: no-repeat;
	background-position: 6em;
 }
 
div#main {
	background-color: #99ff99;
	padding: 1em 1em 1em 3em;
	position: relative;
}

*#impressum {
	font-size: 0.8em;
	text-decoration:none; 
	marging: 1em;
	padding: 1em;
	color: #99ff99; 
}

*.gross {
	font-size: 1.5em;
}

*.zentriert {
	text-align: center;
}

h1 {
	padding-top: 1em;
}

h2 {
	padding-top: 1em;
}

h3 {
	padding-top: 0.5em;
}

ul {
	list-style-type:circle;
	padding-left: 3em;
}
pre {
	font-size: 1.2em;
}

table#score {
	border-collapse: collapse;
	text-align: center;
	margin: 0.5em;
}

table#score th{
	border-style: solid;
	border-width: thin;
	padding: 0.3em;
}

table#score td{
	border-style: solid;
	border-width: thin;
	padding: 0.2em;
}

table.Fotos {
	text-align: center;
}

table.Fotos td{
	border-style: none;
	border-width: thin;
	padding: 1em;
}

table.Fotos td img{
	padding: 3px;
	background-color: white;
}
