
* {margin:0; padding:0;}

ul {
	list-style: none;
}

body {
background: url("images/fussball-background.jpg") #eae2d1 repeat-x;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color:#26282F;
padding:0;
margin:0;

}
a {color: #0E75EF;}
a:hover {color: #59679F;}
a:active { color:#000000;}


p {
line-height:160%;
}


.center {
	text-align:center;
}

.alignleft {
    float:left;
}

.alignright {
    float:right;
    margin:8px 0 5px 10px;
}


img {
	border:0;
}

img.alignleft,img[align="left"] {
float:left;
margin:8px 10px 5px 0;

}

img.alignright,img[align="right"] {
float:right;
margin:8px 0 5px 10px;
border:3;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
    width: 1000px;
    margin-bottom: 10px;
    margin:0 auto;

}

/* ---------- header -------------- */
#header {
    padding: 0px;
    margin: 0px;
    height: 100px;
    color:#fff;
   /* background:url(rasen.jpg); */
}

#header h1 {
   /* font-size: 24px; */
    text-transform:uppercase;
    padding:5px 0 0 0 ;
    letter-spacing: -1px;
    margin:0
    font-size: 26px;
	font-weight: bold;
}


#header a {
	color:#3b382f;
	text-decoration:none;
	font-weight: bold;
}

#header .logo {
	padding: 20px 0 0 20px;
	float:left;
	text-transform:uppercase;
}

#header .banner {
	padding: 20px 0px 0 0;
	text-align:right;
}



/* ----------topmenu-------------- */

#topmenu {
	height:93px;
	background:url("images/topmenu-empty.gif") repeat-x;
}


#topmenu ul {
	list-style: none;
	line-height: normal;
}

#topmenu li {
	float: left;
	height: 43px;
}

#topmenu li.start {
	height: 43px;
	width:10px;
	background:url("images/topmenu-start.gif") no-repeat;
}

#topmenu li.divider {
	height: 43px;
	width:20px;
	background:url("images/topmenu-divider.gif") no-repeat;
}

#topmenu li.end {
	height: 43px;
	width:25px;
	background:url("images/topmenu-end.gif") no-repeat;
}

#topmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#00e3ff;
    font-size: 18px;
    padding:10px 10px 11px 10px ;
	background:url("images/topmenu-bg.gif");
	display: block;
	border: none;
	text-decoration: none;
}

#topmenu a.green {
	color:#C3EF0E;
}

#topmenu a.red {
	color:#ff6c1c;
}

#topmenu a:hover {
	color:#fff;
}

#topmenu .bar {
	color:#BDB29C;
	padding:20px 0 0 20px;
	clear:both;
	height:50px;
	width:980px;
	background:url("images/topmenu-bar.gif") repeat-x;

}


/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 20px;
margin: 0 300px 0 180px;
}
div#content {
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

#content h2 {
    font-size:21px;
    font-weight: bold;
    padding: 10px 0px;
    margin:0px;
}

#content h3 {
    font-size:16px;
    font-weight: bold;
    padding: 10px 0px;
    margin:0px;
    color: #00A3BF;
}

a.superlink 	{

	color:#fff;
	font-size:16px;
	font-weight:bold;
	vertical-align:center;
	padding: 10px;
	background:#00A3BF;
	margin:10px;
}

a:hover.superlink {
	background:#DF4E00;

}

p, pre{
padding: 5px 0px;
margin:0;
}

/* --------------left navigavtion------------- */

.sidebar { /* allgemeine styles für alle sidebars */


}

.sidebar h2 {
	font-size:14px;
	padding:12px 0 12px 16px;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px dotted #fff;
}
.sidebar h2.blue {background:#00A3BF;}
.sidebar h2.green {background:#8DAF00;}
.sidebar h2.red {background:#DF4E00;}



.sidebar ul a {
	font-weight:bold;
	background: url("images/arrow.gif") no-repeat;
	background-position:18px 14px;
	display:block;
	border-bottom:1px dotted #fff;
	padding:8px 0 8px 28px;
}

.sidebar ul.green a {background-color:#A9CF0C;}
.sidebar ul.red a {background-color:#ff6c1c;}

.sidebar ul a:hover {background-color:#CFC3A8;}


.sidebar1 {
	background:#01bcde;
    float: left;
    width: 180px;
    margin: 0px;
    padding: 0px;
}




/*----------------sidebar2---------------*/


.sidebar1 ul {

	line-height:160%;
}

.sidebar1 a {
	color:#000;
	text-decoration:none;
}


.sidebar2 {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	background:#3B382F;
	color:#BDB29C;
}


.ad {
	padding:10px 0 10px 0;
	background:#282621;
	text-align:center;
}

/* -----------footer--------------------------- */
#footer {
	padding:10px 20px 10px 20px;
    height:80px;
    clear: both;
    margin: 0px;
    text-align: right;
    background:#0F0D09;
    color:#BDB29C;

}
