#tabcontainer {
    width:100%;
    background:white;
    margin:0;
    padding:0;
}

#tabcontainer a {
    font-weight: normal;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#tabs {
    width: 1000px;
    background:white;
    text-align:left;
    margin:0 auto;
}

#tab-bdpo {
    background: #ccc;
    color: white;
}

#tab-geretsried {
    background: #999;
    color: white;
}

#tab-buca {
    background: #fff;
    color: #999;
}

#tab-kampa {
    background: #666;
    color: white;
}

#tab-flags {
    background: #666;
    color: white;
}


#tabs li {font-size:100%;}

.center {text-align:center;}

/* start list code */

#tabs ul {
	/*text-align: center;*/
	padding-bottom:3px;
	padding-top:2px;
	padding-left:0;
	margin-top:0; /* cancels gap caused by top padding in Opera 7.54 */
	margin-left:0;
	background-color:#666;
	width:100%;
	line-height:18px; /* fixes Firefox 0.9.3 */
}

#tabs ul li {
	display:inline;
	padding-left:0;
	padding-right:0;
	padding-bottom:5px; /* matches link padding except for left and right */
	padding-top:5px;
}

#tabs ul li a {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;	
	text-decoration:none;
	border-right:none;
}

#tabs ul li a:hover {
    text-decoration: underline;

}
