@media screen, projection {

body
{
  margin: 0;
  padding: 0 !important;
  background: url('../../img/main/bg_verlauf.png') repeat-y #818181;
}

div#container_muster {
	background: url('../../img/main/bg_muster.png');
	height:100%;
	width:100%;
}

div#container_muster_ball {
	background: url('../../img/main/bg_muster_ball.png') center top no-repeat;
	height:100%;
	width:100%;
}

div#container_shine {
	background: url('../../img/main/bg_shine.png') center top no-repeat;
	height:100%;
	width:100%;
}

iframe {
  border: 0;
}


div.clear
{
  clear: both;
  margin: 0;
  padding: 0;
  height:0;
  line-height:0;
  visibility:hidden;
}

/************ CONTAINER */

#container
{
  width: 986px;
  margin: 0px auto;
  position: relative;
}

#container_inner
{
	padding: 0 7px;
	margin: 0px auto;
  background:#000000;
}




/************ LOGO + BANNER */

.logo
{
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 5px;
}

#header_ad
{
  position: absolute;
  z-index: 10;
  top: 33px;
  right: 0px;
  width:728px;
  height:90px;
  overflow:hidden;
}


/************ CONTENT */

.content
{
  padding: 274px 0px 20px 0;
}

div#left {
  float: left;
  width: 208px;
  font-size: 12px;
}

div.main_container
{
  float: left;
  width: 555px;
  min-height: 500px;
  height:auto !important;
  height:500px;
}


div#right {
  float: right;
  width: 208px;
  font-size: 12px;
}

div.content_main
{
  width: 100%;
}

div.content_main .inner
{
  padding: 7px 20px 20px 20px;
}


/************ HEADER */

#header
{
  position: absolute;
  z-index: 12;
  width: 972px;
  top: 45px;
}

#header .header_inner {
  position: relative;
}

#header .header_inner .menu
{
  width: 100%;
  height: 29px;
  background: url(  '../../img/main/bg_mainnav.png' );
  font-size: 12px;
}

#header .header_inner .snow_head {
	width:100%;
	height:10px;
	position: absolute;
	z-index:1000;
	top:-1px;
	left:-5px;
}

#header .header_inner .head_dynamic {
  width:100%;
  height:200px;
  background:#000;
  position:relative;
}

/**** Flash Elementes */

#header .header_inner .head_dynamic div.claim {
  position:absolute;
  top:15px;
  left:30px;
  z-index:10;
}


#header .header_inner .head_dynamic div.player {
  position:absolute;
  top:0px;
  right:0px;
  z-index:11;
}


#header .header_inner .head_dynamic div.nextgame {
  position:absolute;
  top:40px;
  right:240px;
  z-index:12;
}



#header .header_inner .blood {
  width:100%;
  height:165px;
  position: absolute;
  z-index: 999;
  left:0;
  bottom:-136px;
}

#header .header_inner .hbl {
  position: absolute;
  z-index:1000;
  bottom: -120px;
  right:15px;
}

#header .header_inner .jugendarbeit {
  position: absolute;
  z-index:1000;
  bottom: -100px;
  left:15px;
}

#header .header_inner .fcgd {
  position: absolute;
  z-index:1000;
  bottom: -20px;
  right:5px;
}

#header .header_inner .snow_head_left {
	width:208px;
	height:56px;
	position: absolute;
	z-index:10;
	bottom:-9px;
}

#header .header_inner .snow_head_right {
	width:208px;
	height:15px;
	position: absolute;
	z-index:200;
	bottom:-9px;
	right:0px;
}

/************ TOPNAV/META */

#meta
{
  position: absolute;
  z-index: 11;
  top: 10px;
  right: 0px;
  color:#6b6b6b;
}


div#topnav
{
  float: right;
  height: 20px;
  line-height: 19px;
  margin-left: 4px;
}

div#topnav a
{
  background: url('../../img/main/li.png') no-repeat left 4px;
  color: #6b6b6b;
  text-decoration: none;
  font-size: 11px;
  padding: 0 8px;
}

div#topnav a.rss
{
  background: url('../../img/main/icon_rss.png') no-repeat left -1px;
  color: #09a77f;
  padding: 0 14px;
}

div#topnav a.mygwd
{
  background: url('../../img/main/icon_buddy.png') no-repeat left -1px;
  color: #09a77f;
  padding: 0 14px;
}

div#topnav a:hover
{
  color: #09a77f;
}

div#topnav a.highlight
{
  color: #09a77f;
}


/************ BREADCRUMB */

#breadcrumb
{
  font-size: 11px;
  color: #09a77f;
  margin-bottom:20px;
}

#breadcrumb a
{
  color: #6b6b6b;
  text-decoration: none;
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  background: url('../../img/main/li.png') no-repeat left 4px;
}

#breadcrumb a:hover
{
  color: #fff;
  text-decoration: none;
}

/************ FOOTER */

#foot
{
  position:relative;
  font-size: 11px;
  text-align: left;
  margin-top: 0;
  color: #000;
  /*line-height:29px;*/
}

#foot a
{
  color: #000;
  text-decoration: none;
}

#foot a.print {
  background: url( '../../img/main/printer.gif' ) no-repeat left 2px;
  padding-left: 18px;
  margin-left: 10px;
}

#foot a:hover
{
  color: #2b2b2b;
  text-decoration: none;
}

.left_foot
{
  position:absolute;
  left:5px;
  top:40px;
  float: left;
  padding-left:7px;

}

.right_foot
{
  position:absolute;
  right:5px;
  top:40px;
  float: right;
  padding-right:7px;
}


/** LANGUAGE Selection **/

div#language {
    position:absolute;
    line-height:21px;
    font-size:11px;
    left:470px;
}

div#language a {
    text-decoration:none;
    padding-right:20px;
    display:block;
    color: #626262;
}

div#language a.nl {
    background:url('../../img/main/nl.gif') no-repeat right center;
}

div#language a.de {
    background:url('../../img/main/de.gif') no-repeat right center;
}

div#language a:hover {
    color: #000;
}


/**RSS- FEED**/

div.rss_abo_ico{
float:left;
}

div.rss_abo_txt{
float:left;
width:130px;
height:41px;
padding-top:3px;
}


}