

body {
        margin: 0;
        background-color: #383737;
        font-family: arial;
        font-size: 8pt;
        color: #AFAFAF;
        background-image:url(images/hintergrund.jpg);
        background-repeat:repeat;
		background-attachment:fixed; 
		padding:0px;
        }
a:link {
  color:					#ff0000;
  text-decoration:			none;
}	
a:visited {
  color:					#ff0000;
  text-decoration:			none;
}			
a:hover {
  text-decoration:          none;
  color:					#ffcc00;
}
#sponsorAdDiv {
	position:absolute;
	height:1;
	width:1px;
	top:0;
	left:0;
}
#switchbox {
        width: 998px;
        height: 190px;
        float: left;
        background-color: transparent;
}
#main {
	width:				998px;
    margin: 5px auto;
		
}
#clanbanner {
	background-image:	url('images/clanbanner.jpg');
	width:				998px;
	height:				200px;
	float:				left;
}

#bleft {
        width: 170px;
        height: 30px;
        float: left;
        background-image: url(images/buttonlinks.jpg);
}
#bright {
        width: 170px;
        height: 30px;
        float: left;
        background-image: url(images/buttonrechts.jpg);
}
.lefts {
        width: 170px;
        padding-right: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        background-color: transparent;
        float: left;
}
#main_inner {
	background-image:	url('images/main_back.jpg');
	background-repeat:	repeat-y;
	width:				998px;
	float:				left;
}
#left2 {
	width:				170px;
	padding:				0px 2px 0px 2px;
	float:				left;
	font-family:        arial;
    font-size:          10pt;
    background-color:   transparent;
}
#login {
        width:				478px;
	    height:				38px;		
        background-image: url(images/login.jpg);
		float: left;
        color: #c6c6c6;
		padding:5px 0 0 0;
		text-align:center;
}
#content {
	width:				650px;
	padding:				0px 0px 0px 0px;
	float:				left;
	margin:0px;
}
#right2 {
	width:				170px;
	padding:				0px 2px 0px 2px;
	float:				left;
	font-family:        arial;
	font-size:          10pt;
    background-color:   transparent;
}
#footer {
	background-image:	url('images/footer.jpg');
	width:				998px;
	height:				30px;
	float:				left;
	font-family:        arial;
    font-size:          6pt;
    color:              #FF0000;
}


.button {
	display:block;
	width:				170px;
	height:				25px;
	font-weight: 			bold;
}

.inner_frame {
	width:				139px;
	padding:				5px 5px 5px 5px;
	float:				left;
}

.inner_frame_l {
	width:				139px;
	padding:				5px 5px 5px 5px;
	float:				left;
}

.rightcnt {
        width: 166px;
        padding-left: 2px;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 4px;
        background-color: transparent;
        float: left;
}
#cntswitch {
        width: 650px;
        height: 180px;
        float: left;
}
#switchbox {
        width: 325px;
        height: 190px;
        float: left;
        background-color: transparent;
}
#cntswt0 {
        margin-left: 0px;
        margin-top: 0px;
}
#centerfield {
        width: 650px;
        float: left;
        background-color: transparent;
}


/* Von hier an Navibuttons */

<!--- Von hier an Dropdown-Menü ----->
div#Rahmen {
    float: left;
        height: 43px;
        width: 998px;        /* Navigationsrahmen */
  }

  div#Rahmen div {
    clear: left;
  }
  ul#Navigation {
    margin: 0;
        padding: 0;
    text-align: left;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    position: relative;
  }

  ul#Navigation li ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
  }

  ul#Navigation li ul li {
    float: none;
    display: block;
        width: 130px;
  }

  ul#Navigation a {
    display: block;     /* Farben für die ULs */
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;

  }

  ul#Navigation li>ul {
    display: none;
        top: 42px;        /* Entfernung zwischen Button und DropDown */
  }
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
  }
  /* Workaround fuer den IE 7 */
  *:first-child+html ul#Navigation ul {
    background-color:#333333;   /* Hintergrundfarbe IE7 */
    padding-bottom:0px;
  }

  * html ul#Navigation li ul {
    left: -1.5em;
    lef\t: -0.4em;
  }

  * html ul#Navigation li {
    margin-bottom: -0.4em;
  }

  * html ul#Navigation a, * html ul#Navigation span {
    width: 100%;
    w\idth: 6.4em;
  }

  *:first-child+html ul#Navigation li {
    margin-bottom: -0.1em;
  }