@charset "utf-8";

html, body {
margin: 0;
padding: 0;
min-height:: 600px;
}

._container_fest {
	position:fixed;
	top:0%;
	z-index:1;
	width:100%;
	}

._header {
	background-image:url(bilder/rasen2.gif);	
	position:fixed;
	margin: auto;
	width:100%;
	z-index:2;
	}
	
._brcrmp {
	position:fixed;
	background-color:#66CC33;
	margin: auto;
	width:100%;
	}

._container_dyn {
	z-index:-1;
	position:absolute;
	width:100%;
	top:175px;
	}

._menu {
	position:fixed;
	background-color:#FFFFFF;
	float:left;
	width:10%;	
	}

._main {
	background-color:#FFFFFF;
	float:right;
	width:100%;
	height:100%;
	}

._footer {
	background-color:#66CC33;
	width:100%;
	position:fixed;
	bottom:0%;
	}

.div_main {
	height:400px;
	width:500px;
	margin:auto;
	}

.iframe_map {
	height:100%;
	width:100%;
	}

.table_header {
	z-index:2;
	width:100%;
}

.table_menu {
	background-color:#66CC33;
	width:100px;
	}

.table_menu_td {
	background-image:url(bilder/fussball_small.gif);
	background-repeat:no-repeat;
	background-position:right;	
	}

.table_liga_top {
	background-color:#CCCCCC;
	}

.table_liga_left {
	background-color:#9999CC;
	font-family:"Courier New", Courier, monospace;
	}

.table_liga_vs_r{
	background-color:#00CC33;
	text-align:left;
	}

.table_liga_vs_l {
	background-color:#00CC33;
	text-align:right;
	}

a:link {  text-decoration:none; }
a:visited {  text-decoration:none;}
a:active {  text-decoration:none; }

img { border: 0; } 

.p_center {
	text-align:center;
}