*,html{
	margin:0;
	padding:0;
}
body{
	background-color:#111214;
	background-image:url(../img/diabg.gif);
	background-repeat:repeat;
}
#leftbg{
	background-image:url(../img/left.gif);
	background-repeat:no-repeat;
	background-position: top right;
}
#rightbg{
	background-image:url(../img/right.gif);
	background-repeat:no-repeat;
	background-position: top left;
}
#centertd{
	width:860px;
	background-color:#343434;
	background-image:url(../img/centerbg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#lbar{
    float:left;
	width:205px;
}
#rbar{
	float:right;
	width:170px;
}
#middle{
	padding:0px 0 0 10px;
	width:469px;
}
#content{
	margin-left:205px;
}
#header{
	float:left;
	margin-bottom:10px;
}
#clear{
	clear:both;
}
#footer{
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:110px;
}
#logo{
	text-align:center;
	padding:30px 0px 35px 0px;
}
#sponsoren{
	text-align:center;
	padding:20px 0;
}
#lang,#music,#adv{
	text-align:center;
	padding:5px 0px 15px 0px;
}
.mootog{
	background-color:#4d4d4d;
	padding:10px 15px;
	font-size:18px;
	font-weight:bold;
}

.mootog:hover{
	cursor:pointer;
	background-color:#6e6e6e;
}
.accordion{
	background-color:#3d3d3d;
	padding:10px 15px;
	border-top:2px solid #343434;
	border-bottom:2px solid #343434;
	line-height:16px;
	margin-top:2px;
	margin-bottom:10px;
	background-image:url(../img/newsbodybg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}
.accordion div{
	margin:15px 0;
}
.formbody td.col_0{
	text-align:left;
	vertical-align:middle;
	width:75px;
}
.contactform input, textarea{
	width: 350px;
}
input.submit{
	width: 150px;
	border:1px solid #333;
	font-size:11px;
}