*{
    margin:0;
    padding:0;
}

html, body{
    font-family:arial,verdana;
    font-size:9pt;
    color:#fff;
}
html{
    min-width:100%;
    height:100%;
    min-height:100%;
    background:url('../images/design/bg.png') top repeat-x #525151;
}
body{
    min-width:100%;
    min-height:100%;
}


/* Div um alles rum */
#all{
    width:1017px;
    height:100%;
    margin:0 auto;
}

#space{
	width:1017px;
	height:6px;
}

/* Header */
#header{
    width:100%;
    height:172px;
    background:url('../images/design/header.png') no-repeat;
}
#header2{
    width:100%;
    height:172px;
    background:url('../images/design/header_logged.png') no-repeat;
}
#header_head{
	margin-top:20px;
    width:100%;
    height:29px;
    background:url('../images/design/header_head.png') no-repeat;
}
#header_head_text{
	padding-top:7px;
	padding-left:7px;
    width:100%;
	color:#000;
	font-weight: bold;
}

#header_slide {
	color: #333333;
	width: 1017px;
	float: left;
	height: 141px;
	margin: 0px 0px 0px 0px;
}
#header_banner {
	width: 468px;
	height: 60px;
	position:absolute;
	margin: 50px 0px 0px 452px;
}

.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 119px;
	height: 34px;
	background:url('../images/design/login_button.png');
	z-index: 20;
	cursor: pointer;
	line-height:33px;
}

.panel_button:hover {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 119px;
	height: 34px;
	background:url('../images/design/login_button.png');
	z-index: 20;
	cursor: pointer;
}

.panel_button img {
	position: relative;
	top: 0px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #ffffff;
}

#toppanel {
	margin: 0px auto;
	width: 1017px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 1017px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background:url('../images/design/header2.png') no-repeat;
	height: 172px;
	width: 1017px;
	position: absolute;
	z-index: -1;
}

#panel_contents2 {
	background:url('../images/design/header3.png') no-repeat;
	height: 172px;
	width: 1017px;
	position: absolute;
	z-index: -1;
}

/* Loginbereich allgemein */
#headerlogin{
    float:left;
    margin-top:50px;
    width:1017px;
    height:100px;
}
#headerlogin .submit{
    width:44px;
    height:23px;
}
#headerlogin .passsubmit, .pass2submit{
    width:113px;
    height:23px;
}
#headerlogin .submit:hover, #headerlogin .submit:active{
	background:url('../images/design/button_login_hover.png') no-repeat;
}
#headerlogin .passsubmit:hover, #headerlogin .passssubmit:active{
	background:url('../images/design/button_login_hover.png') no-repeat;
}
#headerlogin .pass2submit:hover, #headerlogin .pass2ssubmit:active{
	background:url('../images/design/button_login_hover.png') no-repeat;
}
/* Loginbereich User */
#headerlogin form.user{
    float:left;
    width:200px;
    height:100%;
    margin-left:490px;
}
#headerlogin form.user .username{
    position:relative;
    margin-top:13px;
    margin-left:5px;
    width:150px;
    height:15px;
    background:none;
    border:none;
    color:#fff;
}
#headerlogin form.user .passwort{
    position:relative;
    margin-top:9px;
    margin-left:5px;
    width:150px;
    height:15px;
    background:none;
    border:none;
    color:#fff;
}
#headerlogin form.user .submit, #headerlogin form.user .passsubmit{
    margin-top:7px;
    background:none;
    border:none;
}


/* Loginbereich Sponsor */
#headerlogin form.sponsor{
    float:right;
    width:237px;
    height:100%;
}
#headerlogin form.sponsor .username{
    position:relative;
    margin-left:5px;
    margin-top:13px;
    width:150px;
    height:15px;
    background:none;
    border:none;
    color:#fff;
}
#headerlogin form.sponsor .passwort{
	position:relative;
	margin-left:5px;
    margin-top:9px;
    width:150px;
    height:15px;
    background:none;
    border:none;
    color:#fff;
}
#headerlogin form.sponsor .submit, #headerlogin form.sponsor .pass2submit{
    margin-top:7px;
    background:none;
    border:none;
}

#foto{
	float:left;
    position:relative;
    left:30px;
    top:24px;
    width:92px;
    height:113px;
}
#kontoinfos{
	float:left;
	position:relative;
    margin-left:43px;
    margin-top:42px;
    width:400px;
    height:113px;
    color:#fff;
}

/* Header Laufband */
#headerlaufschrift{
    float:left;
    width:1017px;
    height:40px;
}
.texte{
    padding-top:10px;
    margin-left:10px;
}
.texte a{
    text-decoration: none;
    font-weight:bold;
    color:#fff;
    font-size:10pt;
}

/* Ab hier die Buttons */
#headermenu2{
    position:relative;
    left:210px;
    top:125px;
    width:850px;
    height:35px;
}

#headerwerbung{
	padding-top:40px;
}


#headermenu{
    position:relative;
    left:150px;
    top:-12px;
    width:850px;
    height:35px;
}
.menu {
	width: 850px;
	height: 40px;
	display: block;
 	margin:0 auto;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu ul li {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 40px;
}
.menu ul li a {
    position: relative;
    display: block;
    width: 120px;
    height: 40px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.menu ul li a span {
    position: absolute;
    left: 0;
    width: 115px;
}
.menu ul li a span.out {
	top: 0px;
}
.menu ul li a span.over,
.menu ul li a span.bg {
	top: -40px;
}
#menu ul li a {
	color: #000;

}
#menu ul li a span.over {
	color: #fff;
}
#menu ul li span.bg {
    height: 34px;
    background: url('../images/design/menu_button_hover.png') center center no-repeat;
}

#middlebg{
    background:url('../images/design/middle_bg.png') repeat-y;
}

/*content */
#content{
    width:658px;
    float:left;
    margin-left:5px;
    background:url('../images/design/middle_bg.png') repeat-y;
}
#content .head{
    width:100%;
    height:54px;
    background:url('../images/design/cont_head.png') no-repeat;
}
#content .head h1{
    position:relative;
    top:5px;
}

#content .head h1 a{
    font-size:10pt;
	color:#fff;
	text-decoration: none;
}



#content .cont{
    width:658px;
    padding:1px 0;
    margin:0 auto;
    background:url('../images/design/cont_middle.png') repeat-y;
}
#content .cont .all2{
    width:630px;
    height:100%;
    margin:0 auto;
    color:#000;
    font-size:10pt;
}

#content .cont .all2 a{
	color:#D8A85C;
}

#content .foot{
    width:100%;
    height:27px;
    background:url('../images/design/cont_foot.png') no-repeat;
}


/* Navigation rechts und links */
#navi_links,
#navi_rechts{
	width:170px;
}
#navi_links{
    float:left;
    margin-left:4px;
}
#navi_rechts{
    float:right;
    margin-right:4px;
}
#navi_links .head,
#navi_rechts .head{
    width:100%;
    height:50px;
    background:url('../images/design/nav_head.png') no-repeat;
}
#navi_links .head h1{
    position:relative;
    float:left;
    font-size:10pt;
    margin-top:4px;
    margin-left:8px;
    color:#fff;
}
#navi_rechts .head h1{
    position:relative;
    float:right;
    font-size:10pt;
    margin-top:4px;
    margin-right:8px;
    color:#fff;
}
#navi_links .cont,
#navi_rechts .cont{
    width:100%;
    height:100%;
    background:url('../images/design/nav_middle.png') repeat-y;
	padding:1px 0 0;
	margin:0 auto;
}
#navi_links .cont menu,
#navi_rechts .cont menu{
	margin-left:8px;
    width:152px;
    height:100%;
	list-style-type:none;
}
#navi_links .cont menu li,
#navi_rechts .cont menu li{
    padding-left:10px;
    padding-top:5px;
    height:25px;
	background:url('../images/design/nav_button.png') no-repeat;
}
#navi_links .cont menu li:hover,
#navi_rechts .cont menu li:hover{
    padding-left:10px;
    padding-top:5px;
    height:25px;
	background:url('../images/design/nav_button2.png') no-repeat;
}
#navi_links .cont menu li a,
#navi_rechts .cont menu li a{
    text-decoration:none;
    font-size:10pt;
    color:#fff;
}
#navi_links .foot,
#navi_rechts .foot{
    width:100%;
    height:32px;
    background:url('../images/design/nav_foot.png') no-repeat;
}


/* Footer */
#footer{
    width:100%;
    height:57px;
    background:url('../images/design/footer.png') no-repeat;

}
#footer_text{
	padding-top:14px;
    text-align:center;
    color:#fff;
    font-size:10pt;
}

#footer_text a{
	color:#fff;
}
#footer_foot{
    width:100%;
    height:20px;
    background:url('../images/design/footer_foot.png') no-repeat;
}


.clear{clear:both}
