@charset "utf-8";



/* RESET */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0px; 
    padding:0px; 

} 
fieldset,img {  
    border:0px; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0px; 
}
a{
    text-decoration:none;
}


html{
    height:100.1%;
}

body{
    font-family:arial;
    font-size:11px;
    height:100.1%;
}




/* Page backgrounds */

body#home{
background:#000000 url(../images/home_bg.jpg) no-repeat top center;
}
body#imprint{
    background:#000000 url(../images/imprint_bg.jpg) no-repeat top center;
}
body#downloads{
    background:#000000 url(../images/goodies_bg.jpg) no-repeat top center;
}
body#about{
    background:#000000 url(../images/about_bg.jpg) no-repeat top center;
}
body#guestbook{
    background:#000000 url(../images/fanbook_bg.jpg) no-repeat top center;
}
body#pics{
    background:#000000 url(../images/photos_bg.jpg) no-repeat top center;
}


#page{
    margin:auto;
    width:452px; /* 952px - 500px */
    height:835px;
    padding-left:500px;

}




/* Header */

#header{
    float:left;
    width:458px;
    height:90px;
	position:relative;
}
#header h3{
    display:none;
}

#header ul li{
    float:left;
}


/*
#header #languages{
    float:right;
    width: 184px;
	top:52px;
	left:250px;
}

#header #languages li a span{
display:none;
}

#header #lang_de,
#header #lang_pt{
    float:left;
    margin-top:52px;
}
*/#header #club{
    float:right;
    margin-top:16px;
}


/*
#header #lang_de a{
    float:left;
	display:block;
	width:63px;
	height:43px;
    font-size:0px;
	background: url(../images/german.gif) no-repeat;
}

#header #lang_pt a{
    float:left;
	display:block;
	width:63px;
	height:43px;  
    font-size:0px;
	background:url(../images/portuges.gif) no-repeat;
}

*/

#header #club{
    top:0px;
	left:120px;
	width:72px;
	height:72px;
}
#header #club span {
    display:none;
}
#header #club a{
    float:left;
	display:block;
	width:72px;
    height:72px;
    background:url(../images/bvb_oben.gif) no-repeat top left;
}
#header #club a:hover{
    background:url(../images/bvb_oben_hover.gif) no-repeat top left;
}




/* Navigation */

#navigation{
    float:left;
    width:420px;
    height:48px;
	
}
#navigation ul{
    float: left;
    width:420px;
    height:96px;
    padding-left:30px;
    padding-top:0px;
}
#navigation ul li{
    float:left;
    list-style:none;
	
}
#navigation ul li a{
    display:block;
    float:left;
    height:48px;
}
#navigation ul li a span{
    display:none;
}
#navigation_home a{
    background:url(../images/navigation/home_btn.gif) no-repeat top left;
    width:56px;
}
#navigation_about a{
    background:url(../images/navigation/about_btn.gif) no-repeat top left;
    width:68px;
}
#navigation_photos a{
    background:url(../images/navigation/photos_btn.gif) no-repeat top left;
    width:83px;
}
#navigation_goodies a{
    background:url(../images/navigation/goodies_btn.gif) no-repeat top left;
    width:85px;
}
#navigation_guestbook a{
    background: url(../images/navigation/fanbook_btn.gif) no-repeat top left;
    width:87px;
}
#navigation_home a:hover,
#home #navigation_home a{
    background-position: bottom left;
}
#navigation_about a:hover,
#about #navigation_about a{
    background-position: bottom left;
}
#navigation_photos a:hover,
#pics #navigation_photos a{ 
    background-position: bottom left;
}
#navigation_goodies a:hover,
#downloads #navigation_goodies a{
    background-position: bottom left;
}
#navigation_guestbook a:hover,
#guestbook #navigation_guestbook a{
    background-position: bottom left;
}




/* Subnavigation */

#subnavigation {


    float:left;
    width:400px;
    height:61px;
	margin-left:18px;
	
}

#about #subnavigation,
#downloads #subnavigation {

	background: url(../images/subnavi_bg.jpg) no-repeat top left;
}



#subnavigation ul {
	

    float:left;
    width:340px;
    height:10px;
	padding-left:45px;
}
#subnavigation ul li {
    float:left;
}
#subnavigation ul li a{
    float:left;
    padding:15px 8px;    
    color:#ffffff;
    font-size:11px;
	font-weight:bold;
}
#subnavigation ul li a:hover,
#subnavigation ul li.active a{
    color: #000000;
	padding: 15px 8px;
    /*background-color:#ededed;*/
}




/* Content */



#content{
    float:left;
    width:400px; /*452px - 35px (padding left) */
    min-height:330px;    
    padding:120px 0px 50px 75px;
    
    color: #ffffff;
    font-family: arial;
    font-size:11px;
    line-height:17px;
}
#content span{
   background-image: url(../images/pattern.gif);
    padding:0px 2px 0px 0px;
}

#content strong{
	font-weight:bold;
	color: #666c71;
}

#content h1{
    display:none;
}
#content h4{
    width:330px;
    float:left;
    font-weight:bold;
    padding-bottom:5px;
}
#content p{
    float:left;
    width:330px;
    padding-bottom:20px;

}
#content p a{
    padding-left:15px;
    background:url(../images/bullet.gif) no-repeat 4px 5px;
    color:#666c71;
}
#content p a:hover{
    color:#ffffff;
	background-color:#000000;
}
#content p a.back{
    padding-left:20px;
    padding-right:5px;
    background:#000000 url(../images/bullet_back.gif) no-repeat 3px 5px;
}

#content p a.back:hover{
    color:#ffffff;
    background-color:#000000;
}
#content table{
    width:360px;
    margin-bottom:30px;
    float:left;
}
#content table td{
    background:url(../images/pattern.gif);
    width:180px;
    padding-bottom:2px;
    padding-left:30px;
    padding-right:4px;
}
#content table td.spalte1{
    background-color:#000000;
    width:105px;
}

/* Bildergalerien Übersicht */

#content dl,
#content dt,
#content dd{
    float:left;
}
#content dl{
    width:360px;
    padding:0px 0px 15px 0px;
}
#content dl.gallery dd{
    padding-left:10px;
    font-size:11px;
}
#content dl.gallery dd a{
	
    padding-left:15px;
    background:url(../images/bullet.gif) no-repeat 4px 5px;
    color:#666c71;
    font-size:13px;
    font-weight:bold;
}
#content dl.gallery dd a:hover{
    color:#ededed;
    background: url(../images/bullet.gif) no-repeat 4px 5px;
}
#content dl.gallery dt {
	display:block;
    width:135px;
    height:102px;
	padding:0px;
	border: 3px solid #666c71;   
}
#content dl.gallery dt a{
    float:left;
    display:block;
    width:135px;
    height:102px;
}

/* Bildgalerie */

#content ul.gallery {
    float:left;
    width:400px;
    padding:0px 0px 30px 0px;
}

#content ul.gallery li {
    float:left;
    width:160px;
    height:120px;
    margin:0px 20px 20px 0px;  
    display:inline;
	border:3px solid #666c71;
}

#content ul.gallery li a,
#content ul.gallery li a:hover {
    margin-top:0px;
    float:left;
    width:160px;
    height:120px;
    padding:0px;
    background:none;
    color:#666c71;
    text-align:center;
}
#content p.gallery-title {
  
    padding-bottom:37px;
    width:219px;
    font-size:14px;
    font-weight:bold;
	color: #666c71;
}
#content p.gallery-back{
    
    text-align:left;
    float:left;
    width:80px;

    padding:0px 0px 0px 80px;

}


/* Downloads */

#content dl.goodies dd{
    width:170px; /* 210px - 15px Padding */
    padding-left:10px;
}
#content dl.goodies dd a{
    padding-left:15px;
    margin-bottom:10px;
    color:#666c71;
    font-size:11px;
    background:url(../images/bullet.gif) no-repeat 4px 5px;
	background-color:#000000;
}
#content dl.goodies dd a:hover{
    color:#ffffff;
    background-color:#000000;
}
#content dl.goodies dt{
    
	border:3px solid #666c71;

}
#content dl.goodies dt.autograph{
    height:174px;
}
#content dl.goodies dt img{
    padding:0px;
	display: block;
    
}
#content dl.goodies dt.autograph img{
    background-image: url(../images/thumbtable_autograph.gif);
}

/* Guestbook */

#content p.guestbook-addentry{
    color:#666c71;
    width:auto;
    padding-bottom:40px;
    padding-left:0px;
}
#content p.guestbook-addentry a{
    font-size:14px;
    font-weight:bold;
    color:#666c71;
    background: url(../images/bullet.gif) no-repeat 4px 5px;
}
#content p.guestbook-addentry a:hover{
    color:#ffffff;
   background-color:#000000;
}
#content div.guestbook-pager{
    float:left;
    width:auto;
	height:10px;
    padding:0px 30px 40px 185px;
}
#content div.guestbook-pager ul{
    float:left
}
#content div.guestbook-pager ul li{
    float:left;
    padding-left:5px;
   background:#000000;
}
#content div.guestbook-pager ul li a{
    color:#666c71;
}
#content div.guestbook-pager ul li a:hover{
    color:#ffffff;
}
#content dl.guestbook-entry{
    padding-bottom:25px;
}
#content dl.guestbook-entry dt{
	padding-left:7px;
    width:330px;
    padding-bottom:7px;
    background: url(../images/guestbook_name_header.gif) no-repeat;
    height:50px;
}

#content dl.guestbook-entry dt.player{
    background:url(../images/guestbook_name_header_player.gif) no-repeat;
}
#content dl.guestbook-entry dt strong{
	
    font-weight:bold;
    font-size:13px;
    color:#666c71;
}
#content dl.guestbook-entry dt span{
	
    font-size:11px;
    background:none;
}
#content dl.guestbook-entry dt a,
#content dl.guestbook-entry dt span.website{
	
    color:#666c71;
    font-size:11px;
    background:none;
}
#content dl.guestbook-entry dd{
    padding-left:5px;
	width:340px;
}
#content dl.guestbook-entry dd span{
    
	background:none;
}
#content dl.guestbook-entry.player dd span{
    background:none;
}

/* Guestbook Form */

#content form.guestbook{
    float:left;
}
#content form.guestbook input{
padding-right:20px;
}
#content form.guestbook label,
#content form.guestbook textarea {
    float:left;
}
#content form.guestbook label {
    width:80px;
}

#content form.guestbook input,
#content form.guestbook textarea {
    width:250px;
    background:url(../images/guestbook_form_bg.gif) repeat;
    border:1px solid #ededed;
    padding:2px;
    color:#ffffff;
}
#content form.guestbook input:focus,
#content form.guestbook textarea:focus{
    background:#666c71;
}
#content form.guestbook textarea{
    width:330px;
    height:200px;
    overflow:auto;
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
}
#content p.guestbook-title {
    width:auto;
    padding-bottom:5px;
    font-size:13px;
    font-weight:bold;
    color:#666c71;
}
#content p.guestbook-back{
    float:right;
    width:auto;
    padding:0px 50px 0px 0px;
}
#content form.guestbook p{
    float:left;
    display:inline; /* ie bugfix */
    width:330px; /* 382px - 2*6px */
    margin:0px 1px 1px 0px;
    padding:6px;    
    background:url(../images/guestbook_form_bg.gif);
}
#content form.guestbook p.align-right {
    text-align:left
}
#content form.guestbook p.notice{
    font-size:10px;
    color:#ffffff;
    line-height:14px;
}

/* History */

#content p span img.umfluss{
	float:left;
	padding-right:9px;

}


/* About */

#content dl.faq dt{
    width:330px;
    float:left;
    font-weight:bold;
}
#content dl.faq dt span,
#content dl.faq dd span{
    background:url(../images/pattern.gif);
}
#content dl.faq dd{
    padding-bottom:15px;
    padding-right:20px;
}


 /*Main-Headlines*/

/*#home #content {
    background:url(../images/headlines/home.gif) no-repeat 20px 17px;
}
#imprint #content {
    background:url(../images/headlines/imprint.png) no-repeat 20px 17px;
}
#about #content {
    background:url(../images/headlines/about.gif) no-repeat 20px 17px;
}
#pics #content {
    background:url(../images/headlines/photos.gif) no-repeat 20px 17px;
}
#downloads #content {
    background:url(../images/headlines/goodies.gif) no-repeat 20px 17px;
}
#guestbook #content {
    background:url(../images/headlines/guestbook.gif) no-repeat 20px 17px;
}
#imprint #content {
    background:url(../images/headlines/imprint.gif) no-repeat 20px 17px;
}
*/




/* Footer */

#footer {
    float:left;
    width:410px;
    padding-top:130px;
    padding-bottom:100px;
    background:none;
}
#footer ul{
    float:left;
    width:410px;
	padding-left:45px;
}
#footer ul li{
    float:left;
    margin-right:40px;
}
#footer ul li.last{
    margin-right:0px;
}
#footer p{
    float:left;
    width:250px;
    padding-top:15px;
    padding-left:115px;
    text-align:center;
}
#footer p a{
    margin:10px 0px 0px 10px;
    font-size:10px;
    color:#ffffff;
}
#footer p a:hover{
    color:#666c71;
    background-color:#000000;
}