html, body {
    	height: 100%;
}
html{
    	height: 100%;
	background-color: #000000;
}
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family:"Courier New", Courier, monospace;
	font-size: 10.5pt;
}
div#page {
	height: 100%;
	margin: 0 auto;
	width: 1098px;
	text-align: left;	
}
div#header {
	margin: 0 auto;
	height: 280px;
	width: 1098px;
	background-image: url(../images/head.jpg);
}
div#footer {
	background-image: url(../images/foot_bg.jpg);
	background-repeat: no-repeat;	
	height: 99px;
	width: 1098px;
	float: left;
	padding-top: 45px;
	text-align: center;
	color: #ffffff;
	font-family:"Arial",Courier New, Courier, monospace;
	font-size: 9pt;
}
a:visited {
	color: #333333;
}
a.footerlink{
	text-decoration: none;
}
a.footerlink:link {
	color: #ffffff;
}
a.footerlink:visited {
	color: #cccccc;
}
a.footerlink:hover {
	color: #333333;
}
div#container{
	width: 1098px;
	background-color: #1F874D;
	background-image: url(../images/bg_h.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
div#leftframe{
	width: 336px;
	height: 708px;
	background-image: url(../images/bg_l_big.jpg);
	background-repeat: no-repeat;
	float:left;
}
div#rightframe{
	width: 23px;
	height: 708px;
	background-image: url(../images/bg_green_r.jpg);
	background-repeat: no-repeat;
	float: right;
}
div#menu{	
	width: 739px;
	height: 116px;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-y;
	float: left;
}
div#contentframe{
   	width: 739px;
	float: left;
	background-image: url(../images/page.jpg);
	background-repeat: no-repeat;
}
.content{
	padding-left: 105px;
	padding-right: 50px;	
}
.content_spieldaten{
	padding-left: 50px;
	/*padding-right: 20px;*/
	font-size: 9pt;
}
.content_kritiken{
	padding-left: 50px;
	padding-right: 20px;
}
.content_kontakt{
	padding-left: 105px;
	padding-right: 20px;
	font-size: 13pt;
	font-weight: bold;
}

.link{
	font-size:18pt;
	color:#000000;
	font-family:courier, sans-serif;
	text-decoration:none;
}

table#main{
	background-image: url(../images/bg_h.jpg);
	background-repeat: repeat-y;
}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
}
