body {
	font-family:sans-serif;
	margin:0;
	font-size:12px;
	background-color:#3B3B39;
	color:white;
}

table {
	font-size:12px;
}

.teamheader {
	color:#FBDB50;
}

/* Captcha */
.s { color: black; background-color: black; }
.w { color: white; background-color: white; }

/* Links */

a:link,a:active,a:visited {
	color:#FBDB50;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

a:hover {
	color:orange;
}

a.more:link,a.more:active,a.more:visited {
	font-size:11px;
}

a.topnavilink:link,a.topnavilink:active,a.topnavilink:visited {
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}

a.topnavilink:hover {
	text-decoration:underline;
}

a.leftnavilink:link,a.leftnavilink:active,a.leftnavilink:visited {
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
}

a.leftnavilink:hover {
	/*color:#FBDB50;*/
	text-decoration:underline;
}

.sponsor {
	border:1px solid black;
}

.kasten_ueberschrift {
	font-size:14px;
}

.teasertable {
border-bottom:1px solid #FBDB50;
}

.detailtable {
border:2px solid #FBDB50;
}

.gb_background_dark {
	background:#3B3B39;
}

.gb_background_light {
	background:#FBDB50;
	color:black;
}

.gb_cmt_background {
	background:#BDBDBD;
	color:black;
}

.transparent
{
color:black;
position:relative;
-moz-opacity:0;
-khtml-opacity:0;
opacity:0; 
filter:alpha(opacity=100);
}

.td1 {
background-color:#FBDB50; 
opacity:0.6;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity:0.6;
color:#404040;
font-weight:bold;
}

.td2 {
color:#FBDB50;
text-align:right;
font-size:11px;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/*
ul.subcategoryitems li a:visited, {
	font-size:9px;
	color:red;
}
*/

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:11pt;
color:white;
/*background: black url(scripts/menu3/titlebar.png) repeat-x center left;*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0px 4px 0px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu.menuheader:hover {
color:black;
}

.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(../scripts/menu3/titlebar-active.png);*/
text-decoration:underline !important;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type:none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
/*background: yellow !important;*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
/*background: white !important;*/
text-decoration:underline;
}

.arrowlistmenu ul li a{
/*color: #A70303;*/
font-weight:normal;
color:white;
/*background: url(scripts/menu3/arrowbullet.png) no-repeat center left;*/ /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 0px solid #dadada;
font-size:11px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*background-color: #CCCCCC;*/
color:white;
text-decoration:underline;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
/*background: black;*/

}

.arrowlistmenu ul li a.subexpandable {
color:white;
}