#test{
	position: relative;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
    width: 100%;
	z-index: 999;
}
	
body{
	background-image: url(../images/battelfield-bad-company-21.jpg);
	background-repeat: no-repeat;
	background-color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#head {
	height: 206px;
	width: 981px;
	margin: 0px;
}
#logo {
	float: left;
	height: 97px;
	width: 335px;
	background-image: url(../images/logo_bg.png);
}
#logo img{
	margin-top: 40px;
	margin-left: 30px;
}
#head_flash {
	float: right;
	height: 206px;
	width: 638px;
	margin-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#login {
	float: left;
	height: 110px;
	width: 334px;
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
	margin-left: 1px;
}
#navigation {
	float: left;
	height: 43px;
	width: 616px;
	background-image: url(../images/navi_bg.jpg);
}
#topgame {
	float: right;
	height: 156px;
	width: 364px;
	background-image: url(../images/topgame_bg.png);
	background-repeat: no-repeat;
	background-position: -4px 0px;
}
#last {
	float: left;
	height: 112px;
	width: 616px;
	background-image: url(../images/last_bg.png);
	background-repeat: no-repeat;
}
#midle {
	float: left;
	height: 155px;
	width: 980px;
}
#midle_top {
	height: 21px;
	width: 979px;
	float: left;
	background-repeat: no-repeat;
}
#content_top {
	background-image: url(../images/content_top_bg.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 980px;
	float: left;
}
#content {
	width: 980px;
	float: left;
	margin-top: 10px;
}
#content_main {
	float: left;
	background-image: url(../images/wrapper_bg2.png);
	width: 980px;
}
#content_right {
	float: left;
	width: 230px;
	background-image: url(../images/wrapper_bg2.png);
	margin-left: 5px;
	padding: 5px;
	margin-bottom: 8px;
}


#content_buttom {
	background-image: url(../images/content_buttom_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 980px;
}
#content_footer {
	background-image: url(../images/footer.png);
	height: 190px;
	width: 959px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_footer li {
	color: #000;
	list-style-type: disc;
}
#footer_left{
	float: left;
	width: 300px;
	margin-left: 50px;
}
#footer_left a{
	color: #000;
	text-decoration: none;
}
#footer_mittle{
	float: left;
	width: 300px;
}
#footer_right{
	float: left;
	width: 300px;
}
#footer_right img{
	margin-left: 10px;
}
#footer_buttom{
	float: left;
	margin-left: 250px;
	margin-top: 30px;
}
#content_footer h1 {
	font-size: 14px;
	color: #FFF;
}
#main {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 700px;
	float: left;
	margin-left: 7px;
	margin-bottom: 10px;
	background-image: url(../images/wrapper_bg2.png);
	padding: 10px;
}
#main_d2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 940px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(../images/wrapper_bg2.png);
	padding: 10px;
}
#main a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #CCC;
	}
#main_d2 a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	}
#forummenu{
	width: 947px;
	background-image: url(../images/cell.png);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #404040;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #121212;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3c3c3c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #131313;
	color: #ff9000;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#hmenu{
	color: #ff9000;
	font-weight: bold;
	float: left;
	padding-top: 5px;	
	
}
#hmenu a{
	color: #ff9000;
	font-weight: bold;
}
#search {
	float: right;
	margin-right: 10px;
}
#search form {
	float: left;
}
#search a {
	float: left;
}
#footer_copyright {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 20px;
	text-align: center;
}
#footer_copyright a{
	color: #000;
	text-decoration: none;
}
#laberbox {
	float: left;
	margin-left: 29px;
}
a:focus {
outline: none;
}
a.trigger{
	position: absolute;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	font-weight: bold;
	z-index:2;
	margin-left: 962px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 24px;
}
a.trigger.left {
	left: 0;
}
a.trigger.right {
	right: 0;
}
a.trigger:hover {
}
a.active.trigger {
}
.panel {
	color:#CCC;
	position: absolute;
	display: none;
	width: 300px;
	height: auto;
	z-index:1;
	background-image: url(../images/side_bg.png);
	border: 1px solid #CCC;
}
.panel.left {
	left: 0;
	margin-left: 553px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 100px;
}
.panel.right {
	right: 0;
	padding: 20px 100px 20px 30px;
}
.panel p {
	font-size:11px;
}
#w3c {
	position: absolute;
	margin-top: 50px;
	margin-left: 850px;
}
#sitelinks{
	margin-bottom: 10px;	
}
#sitelinks a{
	padding: 5px;
	text-decoration: none;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-color: #F90;
	color: #000;
	border: 1px solid ;
	-moz-border-radius:5px;

}
#sitelinks a#active{
	padding: 5px;
	background-color: #FB5;
	color: #000;
}
#sitelinks a:hover{
	padding: 5px;
	background-color: #FFF;
	color: #000;
}
#testen {
	float: left;
}


#down {
	position: absolute;
	z-index: 999;
	margin-top: 80px;
	margin-left: 180px;
	font-size: 11px;
	color: #F90;
}
#kom_area {
	border: 1px solid #F93;
	background-image: url(../images/pb.png);
	color: #FFF;
}

#kom_name {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	color: #FFF;
}

