/* basic elements */

html {
	
  margin: auto;
  padding: 0;
  }

body { 
background-image: url('../images/bjoes_bg.jpg'); 
background-color: #000;
background-position:Center Center; 
 background-attachment:fixed; 
 background-repeat:no-repeat; 
position:relative;
z-index:0;
 font-family: arial, georgia, sans-serif;
 font-size: 12px;
 color: #FFFFFF; 
 }

a {text-decoration: none; color: #E3170D; font-family: arial, georgia, sans-serif; font-size:13px;border:none;}

a:active {font-size:13px; text-decoration: none; font-family: arial, georgia, sans-serif; color: #800000;border:none;}
  
a:visited {text-decoration: none; color: #E3170D; font-family: arial, georgia, sans-serif; font-size:13px;border:none;}

a:hover {font-size:13px; text-decoration: none; font-family: arial, georgia, sans-serif; color: #8C1717;border:none;}
} 
p { 
 margin-top: 0;	
 text-align: justify;
}


span.headline {
	font-weight: bold;
	text-align: left;
	color: #E3170D;
}

span.subheadline {
	font-style: italic; 
      	font-weight: normal;
	text-align: left;
	color: #696969;
}

span.subject {
	font-style: none; 
      	font-weight: bold;
	text-align: left;
	color: #696969;
}

span.subjectPOP {
	font-style: none; 
      	font-weight: bold;
	text-align: left;
	color: #990000;
}


#footer {
 font-family: arial, georgia, sans-serif;
 font-size: 9px;
 text-decoration: none; 
 color: #FFFFFF; 
}

#footer a:link { 
	
 font-family: arial, georgia, sans-serif;
 font-size: 10px;
 font-weight: bold; 
 text-decoration: none; 
 margin-right: 10px; 
 margin-left: 10px; 
 color: #000000;
	 }



#footer a:visited { 
 font-family: arial, georgia, sans-serif;
 font-size: 10px;
 font-weight: bold; 
 text-decoration: none; 
 margin-right: 10px; 
 margin-left: 10px; 
 color: #000000;
	}



#footer a:hover { 
 font-family: arial, georgia, sans-serif;
 font-size: 10px;
 text-decoration: no underline;
 margin-right: 10px; 
 margin-left: 10px;
 color: #696969; 
}

#footer a:active { 
 font-family: arial, georgia, sans-serif;
 font-size: 10px;
 text-decoration: no underline;
 margin-right: 10px; 
 margin-left: 10px;
 color: #FFFFFF; 
}





/* Container elements */

#maincontent {
 margin: 0 auto  ;
  text-align: left;
  top:0;
  left:0;
  width:800px;
}

#header {
 margin: 0 auto;
  text-align: left;
  top:0;
  left:0;
  width:800px;
  height:144px;
}

#tablealign{
position:relative;
text-align: left;
width: 800px;
}

#leftpanel {
float: left;
left: 0px;
width: 245px;
margin-top:5px;
margin-bottom:5px;
margin-right:5px;
}

#rightpanel {
float: right;
text-align:left;
top:0px;
right:0px;
width: 566px;
margin-top:5px;
margin-bottom:5px;
}

#tour {
position:relative;
z-index: 3;
top:0px;
}

#pictures { 
margin-top:5px;
}

#tshirt { 
margin-top:5px;
}

#mp3player {
margin-top:5px;
padding-right:10px;
padding-left:10px;
}

#news {
position:relative;
z-index: 3;
top:0px;
text-align:left;
}

#media {
position:relative;
margin-top:5px;
z-index: 0;
}

#mailinglist {
margin-top:5px;
font-size: 12px;
}


#footer {        
background-image: url('');
background-position:Center Top; 
background-repeat:no-repeat; 
 clear:both;
    text-align: center;
  bottom:0;
  left:0;
padding-top: 20px;
  width:800px;
  height:40px;
overflow: hidden;
} 



input.btn{
   color:#3D3D3D;
   font-family:arial, georgia, sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#8298A7;
   border:1px solid;
   border-top-color:#E3170D;
   border-left-color:#8C1717;
   border-right-color:#E3170D;
   border-bottom-color:#8C1717;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#8C1717');}

input.field{
   color:#3D3D3D;
   font-family:arial, georgia, sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#FFFFFF;
   border:1px solid;
   border-bottom-color:#8C1717;
   border-left-color:#8C1717;
   border-right-color:#E3170D;
   border-top-color:#E3170D;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#8C1717');}



input.btnhov{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;}
