
html {
	padding:0px;
	margin:0px;
}
body, table, p{
	font-family: verdana, arial, serif;
	font-size: 18px;
}
body{
	background-color: #9cb460;
	margin:0px;
	padding:10px;
}

img {
	border: 0px;
}

a{
	color: #000000;
}

a:hover{
	color: #ffdd00;
}
input, select{
	width: 120px;
}

form {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#container {
	width: 820px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

#outer{
   	margin-top: 5px;
	float: left;
	width: 100%;
}

#bigleft{
	width: 969px;
	float: left;
}
#leftpanel {
	width: 195px;
	float: left;
   	margin-right:5px;
	background-color: #9cb460;
	
}

#content {
	float: left;
	width: 674px;
	margin: 0px;
	padding-bottom: 3em;
	/*background-image: url("geisschropfheadergreen.png");
	background-repeat: no-repeat;	
  background-position: bottom;
  background-size: contain;*/
}

#content table{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 5px;	
	background-color:#DDDDDD;
}

#content table th{
	border: 1px;
	text-weight: bold;
	padding: 2px;
	font-weight: bold;
	font-size: 14pt;
	
}

#content table td{
	border: 1px;
	border-style: solid;
	vertical-align: top;
	font-size: 14pt;
}

table.program{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 5px;	
	background-color:#DDDDDD;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  color: #000000;
}

table.proram p{
  font-weight:bold;
  color:#000000;
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

#leftpanel p, #rightpanel p, #content p{
	padding: 5px;
	margin: 0px;

}
#content h2, #leftpanel h2, #rightpanel h2, #content h3, #leftpanel h3, #rightpanel h3{
	margin: 0px;
	padding: 5px;
	font-size: 12pt;
	font-weight: normal;
	color: white;
         display: block;
}

#leftpanel table{
	border-spacing: 5px;
	border-collapse: collapse;
	padding: 5px;
	margin-left:5px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#leftpanel table th{
	text-weight: bold;
	padding: 2px;
	font-weight: bold;
	font-size: 14pt;
	
}

#leftpanel table td{
	border: 0px;
	border-style: none;
	vertical-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#leftpanel table td a{
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#inner{
	margin:0;
	width:100%;
}

#header {
}
#header img{
  opacity: 0.4;
}

#header h1{
	font-size: 36pt;
	text-align: left;
	font-weight: bold;
	font-family: Impact, Charcoal, sans-serif;
	color: #ffdd00;
}

#footer{
	display: block;
	height: 154px;
}
#footer img{
}


#spielzeit {
	font-size: 14pt;
	text-align: left;
	color: #E75114;
	margin-right: 20px;
	display: inline;
}

#spiel {
	font-size: 14pt;
	text-align: left;
	display: inline;
}

#food {
	font-size: 22pt;
	text-align: left;
	display: block;
	margin: 30px;
	font-family: mistral; 
}

#ruhetag {
	font-size: 22pt;
	text-align: left;
	display: block;
	margin: 30px;
	font-style: italic;
}

#time {
	text-align: left;
	display: block;
	font-weight: bold;
}

#tablefood {
	text-align: left;
	display: block;
	font-style: italic;	
}

#floattext {
	text-align: justify;
	display: block;
	font-family: arial;
	font-size: 14pt;
	line-height: 1.5em;	
	margin-top: 25px;
	margin-bottom: 25px;
}


div.bottomBorder {
	border-bottom: 20px #A1120E solid;
}