@charset "utf-8";
/* CSS Document */


* { margin:0; padding:0; }
html {
  overflow-y: scroll;
  font-family:Euphemia UCAS, Verdana, Arial, Helvetica, sans-serif;
  font-size:90%;
}

h1 {
	
	}
	h1#logo {
	width:798px;
	height:211px;
	background: url(img/header_bg.jpg) no-repeat center center;
	text-indent: -9999px;
	}

.floatleft {float:left;}
.floatrigth {float:right;}
.clear {clear:both;}

#wrapper {
	margin:0 auto;
	width:798px;

	}

	#main {
	padding: 0 40px 10px 40px;
	background:url(img/text_bg.jpg) repeat-y;
	}
	#forum {
	padding: 40px 0px 0px 15px;
	background:url(img/text_bg.jpg) repeat-y;
	}
	#fotog {
	padding: 20px 40px 10px 40px;
	background:url(img/text_bg.jpg) repeat-y;
	}
	#text {
	width:500px;
	float:left;
	padding:10px 0 0 0;
	}
	#side {
	text-align:center;
	width:200;
	float:right;
	padding:10px 0 0 0;
	}
	


#header {background-image:url(img/header_bg.jpg);
height:211px; }

#ul {list-style: none inside;}
a {outline: none;}
a img {outline: none;}

.meta {background-color:#FFFF99;}


ul#nav {

	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a, ul#nav li span {
			display: block;
			height: 27px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			width: 147px;
			background:url(img/home.jpg) bottom center;
			}
		ul#nav li.home span {
			width: 147px;
			background:url(img/home.jpg) top center;
			}
			
		ul#nav li.training a {
			width: 127px;
			background:url(img/training.jpg) bottom center;
			}
		ul#nav li.training span {
			width: 127px;
			background:url(img/training.jpg) top center;
			}
			
		ul#nav li.spiele a {
			width: 126px;
			background:url(img/spiele.jpg) bottom center;
			}
		ul#nav li.spiele span {
			width: 126px;
			background:url(img/spiele.jpg) top center;
			}
		
		ul#nav li.fotos a {
			width: 125px;
			background:url(img/fotos.jpg) bottom center;
			}
		ul#nav li.fotos span {
			width: 125px;
			background:url(img/fotos.jpg) top center;
			}
			
		ul#nav li.forum a {
			width: 127px;
			background:url(img/forum.jpg) bottom center;
			}
		ul#nav li.forum span {
			width: 127px;
			background:url(img/forum.jpg) top center;
			}	

		ul#nav li.navend span {
			width: 146px;
			background:url(img/naviend.jpg);
			}	

			
			ul#nav li a:hover {
			background-position: top;}

			
#footer {
min-height:30px;
background:url(img/footer_bg.jpg) no-repeat;
text-align:center;
}
