@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#CCC;
font: normal 11px Verdana;
}

b{font-size: 110%;}
img {border:0}

#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #fff url(images/bg_top_site.gif) no-repeat top left;
height: 250px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 600px; /*Set left margin to LeftColumnWidth*/
background: #6f7b1e;
height:100%;

}

#leftcolumn{
float: left;
width: 550px; /*Width of left column*/
margin-left: -940px; /*Set left margin to -(MainContainerWidth)*/
background: #fff;
padding:20px 20px 20px 35px;
}

#leftcolumn h1{
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color:#6f7b1e;
	border-bottom:1px #666 dotted;
}

#leftcolumn h2{
	font: normal 20px Georgia, "Times New Roman", Times, serif;
}

#fliesstext {
	font: normal 11px Verdana, Geneva, sans-serif;
	line-height:20px;
}

#footer{
clear: left;
width: 100%;
background: #6f7b1e;
color: #FFF;
text-align: right;
padding: 4px 0;
font: normal 11px Verdana;
}


#footer a, #footer a:visited, #footer a:hover{
	font: normal 11px Verdana;
	color:#fff;
	text-decoration:none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}



/*MENU */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
	width:490px;
overflow: hidden;
padding-top:20px;
margin-left: 10px;
text-align: left;
border:0px #ff9900 solid;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: normal 11px Verdana;
list-style-type: none;
text-transform:uppercase;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 15px; /*padding inside each tab*/
color: #fff;
}

.mattblacktabs li a:visited{
color: #fff;
}

.mattblacktabs li a.aktiv{
color: #000;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: #330; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


#spielplan td{
	padding:7px;
	border-bottom:1px #000 dotted;
}

#spielplan td a, #spielplan td a:visited{
	color:#6f7b1e;
	text-decoration:none;
	font-weight:bold;
}

#spielplan td a:hover{
	color:#666;
}

#fliesstext a, #fliesstext a:visited{
	color:#6f7b1e;
	text-decoration:none;
	font-weight:bold;
}

#fliesstext a:hover{
	color:#666;
}








