/**** Style-CSS für www.Seitenname.XX ****/

html, body{
	background-image: url(design_pics/bg.jpg);
	background-color: #f0f0f0;
}

/* Alle Abstände auf Null setzten */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/**********************************************************************************************/

/* Allgemein gültige Formatierungen werden gesetzt */
a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #fe0000;
	text-decoration: underline;
}

a:active {
	color: #fe0000;
	text-decoration: underline;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

h1 {
	font-size: 1.0em;
	color: #FE0000;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 0.8em;
	color: #FE0000;
	margin-bottom: 0.4em;
}

p, ul {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #666;
	margin: 0;
}

/**********************************************************************************************/
/* Sektionsweit Formatieren */
#container {
	width: 782px;
	margin: auto;
	padding: 10px;
}

#header {
	height: 108px;
	background-image: url(design_pics/banner.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 589px;
	float: left;
	margin-top: 10px;
}

#content_t {
	height: 30px;
	background-image: url(design_pics/menu.jpg);
	background-repeat: no-repeat;
}
/*
#content_t ul{
	text-align: center;
	padding: 0.3em;
}

#content_t li{
	list-style-type: none;
	display: inline;
	padding: 0em 1em;
	font-size: 1em;
	font-weight: bold;
}*/

#content_m {
	background-image: url(design_pics/content_bg.jpg);
}

#content_text{
	padding: 10px;
	padding-top: 15px;
	background-image: url(design_pics/content_bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#content_b {
	height: 8px;
	background-image: url(design_pics/content_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#box_content {
	width: 182px;
	float: right;
}

.box{
	margin-top: 10px;
}

.box_t{
	height: 30px;
	background-image: url(design_pics/box_titel.jpg);
	background-repeat: no-repeat;
}

.box_t p{
	text-align: center;
	padding: 0.3em 1em;
	font-weight: bold;
}

.box_m{
	background-image: url(design_pics/box_content.jpg);
	padding: 10px;
}

.box_b{
	height: 8px;
	background-image: url(design_pics/box_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	
}

#footer {
	margin-top: 10px;
	height: 24px;
	background-image: url(design_pics/footer.jpg);
	background-repeat: no-repeat;
}

#footer p{
	text-align: center;
	padding: 0.3em 1em;
	font-weight: bold;
}

.toptd{
	background-color: #323232;
	text-align: center;
}

.gallery{
	font-size: 0.75em;
	line-height: 1.5em;
	color: #666;
	margin: 0;
}

.gallery table{
	width: 100%;
}
.zeiten
{
	font-size: 0.75em;
	width: 570px;
	text-align: left;
	border-collapse: collapse;
}
.zeiten th
{
	padding: 12px;
	font-weight: normal;
	font-size: 1em;
	color: #666;
}
.zeiten td
{
	padding: 9px 6px;
	color: #a2a2a2;
	border: 1px solid #666;
	vertical-align: top;
}

.zeiten tbody td
{
	background-color: #464646;
}

.fighters{
	border: 0px solid #666;
	font-size: 0.8em;
	border-spacing: 5px;
}

.bildtext img {
	float: left;
	padding-right: 10px;
}

.bildtext p {
	margin: 0;
	padding: 0;
}

.bildtextc {
	clear: left;
	font-size: 1px;
	line-height: 0;
}
/**********************************************************************************************/