

html {
	background-image: url(BILDER/backround-all.png);
	background-repeat: repeat;
	position: inherit;
	}
	
html body#home, body#boxer, body#team, body#topthema, body#shop, body#galerie, body#musik, body#boxer1 {
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
	}

div#head {
	color: #FF0000;
	position: relative;
	background-color: #62257e;
	background-position: top;
	width: 100%;
	height: 100px;
	z-index: 4;
	}
		
#Navigation {
	background-image: url(BILDER/backround-navigation.png);
  	padding: 0;
	margin: 0;
	width: auto;
	z-index: 20;					
	}
	
ul#Navigation {
	height: auto;
	margin: 0;
	padding: 0 0 0 55px;
	display: block;
	text-align: left;
	}

#Navigation li {
	display: inline;
	padding: 10px 0 10px 0;
	list-style-type: none;
	}
	
#Navigation a {
	color: #CCCCCC;
	font-weight: bolder;
  	text-decoration: none;
  	padding: 0 8px;
	line-height: 40px;
	}
	
#Navigation a:hover {
	color: #ffff04;
	}

#home .besucht, #boxer .besucht, #team .besucht, #shop .besucht, #boxer1 .besucht {
	color: #ffff04;
	text-decoration: underline;
	}
	
div#laufband {
	background-image:url(BILDER/backround-laufband.png);
	color: #FF3300;
	padding: 15px 272px 15px 272px;
	}	

div#mainbox {
	background-image: url(BILDER/backround-all.png);
	background-repeat: repeat;
	border-color: #6633CC;
	padding: 10px 0 0 0;
	margin: 0;
	display: block;
	}
	
div.leftcontent {
	background-image: url(BILDER/backround-left-content.png);
	background-position: bottom;
	background-repeat: no-repeat;
	border: none;
	position: inherit;
	float: left;
	margin: 0;
	padding: 0;
	width: 130px;
	height: auto;
	}
	
ul#Navi-Left {
	height: auto;
	margin-top: 0;
	margin-left: 0;
	padding: 0 20px 160px 0;
	text-align: right;
	}

#Navi-Left li {
	padding: 0 0 20px 0;
	list-style-type: none;
	}
	
#Navi-Left a {
	color: #CCCCCC;
	font-weight: bolder;
  	text-decoration: none;
  	padding: 0;
	}
	
#Navi-Left a:hover {
	color: #ffff04;
	}
	
div.rightcontent {
	background-image: url(BILDER/backround-right-content.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: none;
	position:inherit;
	float: right;
	margin: 0;
	padding: 0 0 400px 0;
	text-align: center;
	width: 140px;
	}
	
div.rightcontent a{
	border: none;
	margin: 0;
	padding: 0;
	}
	
.rightcontent a:hover {
	border:none;
	}
	
div.midcontent {
	background-image: url(BILDER/backround-content.png);
	background-repeat: repeat-y;
	background-position: top;
	color: #FFFF00;
	margin: 0 150px 10px 140px;
	padding: 10px 10px 20px 10px;
	text-align: center;
	}
	
div#footer {
	clear: both;
	position: inherit;
	color: #CCCCCC;
	width: 900px;
	padding: 20px;
	text-align: center;
	}
	
div.fighter {
	border-color: #FFFF00;
	border-style: none;
	float: left;
	margin:0 10px;
	display: block;
	}
	
div.fightertext {
	text-align: right;
	margin: 10px 20px 20px 0;
	}
	
a 	{
	color: #ffff04;
  	text-decoration: underline;
	}
	
a:hover {
	color: #FF9900;
	}
	