

/*******************************/
/*    *=  GENERAL              */
/*******************************/


* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 105.01%;
  background: url(pics/bg.png) #000;  
  background : #000;
  height: 100%;
  color: #000000;
}
body {
  font: 14px Verdana, Arial, Helvetica, Sans-Serif;
  background-color: #fff;
  background-image: url(/pics/bodybg2.jpg);    
  background-repeat:no-repeat;
  background-attachment:fixed;
  /*color: #000; */
  /*background-color: #EAEAEA;    */
  background-color: #fff;
  width: auto;
  border-left: 0px solid #1e1e1e;
  border-right: 10px solid #1e1e1e;
  margin: 0 auto 20px auto;

}
a {
  text-decoration:none;
  color:#700;
}
a:hover {
	color: #000000;
}

a img {
  border:0;
}

p {
  margin-bottom:10px;
}
ul {
  list-style-type: none;
}

.bold {
font-weight: bold;
}

.clearer {
	clear: both;
	float: none;
	width: 1px;
	height: 1px;
	line-height: 1px;
}

.clear {
clear:both;
}

.center {
	text-align: center;
}



/****************************/
/*     *= LAYOUT            */
/****************************/

#wrapper {
width: 1010px;
margin: 20px auto;
}

/* there is the menu */
#leftcolumn {
float: left;
width: 200px;
height: 750px;
background-color: #730000;
}

/* there is all content */
#rightcolumn  {
float: right;
width: 800px;
min-height: 700px;  
background-color: #ffffff;
padding-bottom: 10px;
margin-left:10px;
}

#foot {
 font-family: Times;
  clear: both;
  padding: 5px;
  text-align: center;
  background-color: #450000 ; /*#1e1e1e; */
  color: #D9D9D9;
  font-size: 1.3em;
  position: fixed;
  z-index:2;
  width: 100%;
  bottom: 0px;
}

#foot a { color: #F4F4F4; }

#foot a:hover {
text-decoration: underline;
color: #ffffff;
}

/*   Layout - END       */

/************************/
/*     *= MENU          */
/************************/
                
#fever-logo {
width: 126px;
height:100px;
margin-top:15px;
margin-left: 40px;
}


ul#menu {
  margin-top: 15px;
  padding: 0px 5px 10px 5px;
  background-repeat: repeat-y;
}
#menu li {
  border-bottom: 2px solid #600;
  line-height: 32px;
  padding-left: 30px;
}
#menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#menu li.activ {
  background: url(pics/disc.gif) no-repeat;
  background-position: 5px 8px;
}
#menu li.activ a {
  color: #000;
}
#menu li a:hover {
  text-decoration: underline;
}

/*    Menu - END         */

/***************************************/
/*   *= ALL CONTENT in rightcolumn     */
/***************************************/

#content-box {
padding: 5px;
padding-left: 10px;
}

.event-img {
float:right;
margin-left: 20px;
}
              
.event {
  /* background-image: url(pics/events/default.png);      */
  background-position: 5px 5px;
  background-repeat: no-repeat;
  /* padding: 2px 2px 2px 270px; */
  padding: 5px;
  /* border-top: 2px solid #600; */
  border-top: 3px solid #530000;
  height: auto;
  margin: 0px auto;
  

  }
  
.event h2 {
  color: #600;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 2px;

}
.event h3 {
  font-size: 14px;
  font-weight:bold;
  padding-bottom: 10px;
}
.event .eintritt {
  font-weight: bold;
}

.event h1 {
  font-style: italic;
  margin-bottom: 10px;
}
.head {
  background-color: #000;
  background-repeat: no-repeat;
  width: 590px;
  height: 241px;
  margin-bottom: 20px;
}
span.ladiesFree {	
	font-weight: normal;
	font-size: 12px;
}
* html #head {
  background-position: 0 0;
}

.headtel {
  text-align: right;
  font-size: 26px;
  font-weight: bold;
  padding-right: 30px;
}
.location {
  text-align: left;
  font-style: italic;
  padding-right: 10px;
}

h2 {
	margin-bottom: 15px;
}



/********************************/
/*   *= Gästebuch               */
/********************************/

.datum {
	float: right;
	font-size: 12px;
	text-align: right;
}
.gbEntry {
	background: #EEEEEE;
	padding: 2px 10px 1px 10px;
	border-top: 1px solid black;
}

.input input, .input textarea {
	font-size: 14px;
	border: 1px solid #666666;
	padding: 1px 5px;
	background: #EEEEEE;
}

/*    Gastebuch - END          */



/***************************************************/
/*   *= jQuery - event slider   BxSlider.com       */
/***************************************************/
.slides1_wrap {
	position: relative;
	padding: 20px 0 37px 49px;        
	width: 750px;
}

#slides1 {
	overflow: hidden;
	min-height: 500px;
}


#slides1 li {
	list-style: none;
	width: 670px;
	height: 500px;
	padding: 2px;
  border-top: 4px solid #730000;
}

      
.slides1_wrap .prev {
	position: absolute;
	left: -3px;
	top: 20px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 20px;
	top: 20px;
	outline: 0;
}

.slides1_wrap a:active {
	top: 22px;
}


/****ie6 warning popup*****/
body { height: 100%; }
#ie6-warning { text-align: center; }
#ie6-warning .ie6_transparent { position:absolute; top:0; left:0; width:100%; height:100%; background:#000000; filter:alpha(opacity=40); opacity: 0.4; z-index: 9998; }
#ie6-warning #ie6_main { position:absolute; top:40%; left:50%;margin:-80px 0 0 -250px; padding: 20px; border:2px solid #ff0010; width:500px; height:185px; background:#FFFFFF; z-index: 9999; }
#ie6-warning #ie6_main .ie6_title,
#ie6-warning #ie6_main .ie8,
#ie6-warning #ie6_main .firefox,
#ie6-warning #ie6_main .chrome, 
#ie6-warning #ie6_main .opera, 
#ie6-warning #ie6_main .safari { background: url(js/ie6_warning.png) no-repeat; }
#ie6-warning #ie6_main .ie6_title { float:left;  padding:0; width:155px; height:86px; margin: 0; }
#ie6-warning #ie6_main .ie8 { background-position:-156px 0; }
#ie6-warning #ie6_main .firefox { background-position:-156px -18px; }
#ie6-warning #ie6_main .chrome { background-position:-156px -36px; }
#ie6-warning #ie6_main .opera { background-position:-156px -54px; }
#ie6-warning #ie6_main .safari { background-position:-156px -72px; }
#ie6-warning #ie6_main .ie6_cont { float:right; margin:0px; padding-left: 20px;width:310px; font:12px/180% Verdana!important; text-align:left; color:#5B5B5B; }
#ie6-warning #ie6_main #ie6_browsers { clear: both; overflow: hidden; padding-top: 10px; }
#ie6-warning #ie6_main #ie6_browsers li { float: left; margin: 0 0 0 15px; }
#ie6-warning #ie6_main #ie6_browsers li a { padding-left: 19px; }
#ie6-warning #ie6_main #ie6-continue { width: 100%; margin: 13px 0 0 0; }
