/*
** Stylesheet 
** {
**   Lifestyle-Event.de;
**   version: 0.0.2 (22/07/2008);
** }
*/
/* ======| HTML-Elemente |====== */
body
{
  background: #000 url(images/bg_black.jpg); /* #F7DF8C;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
 /* cursor: url(images/lecursor.png), auto; */
}
p
{
  font-size: 12px;
}
h1,h2,h3,h4,h5,h6
{
  font-weight: bold;
  font-size: 14px;
  color: #D64103;
}
form
{
  padding:0;
  margin:0;
}
input, textarea, select 
{ 
  color: #D64103;  
  font-size: 12px;
  font-family: Arial;  
  border: none;
  text-decoration: none;  
  background: #F7DF8C;
  border:1px solid #F4BF3F;  
}
.radio, input[type=radio],  input[type=checkbox]
{
  background: none;
  border: none;
}
img, img a 
{
 border: 0px none;
 padding: 0;
 margin: 0;
}
hr
{
  height: 0px; 
  border: dotted #D64103 0px;
  border-top-width: 1px;
  width: 90%;
}
/* ======| Layout |====== */
#wrapper
{
  width: 990px;
  margin: 0 auto;
}
#header
{
  background: url(images/header.jpg) no-repeat;
  height: 75px;
  width: 990px;
  padding-top: 75px;
}
#body
{
  border: 2px solid #d59236;
  background: #FAD773;
  min-height: 500px;
  
}
#footer
{
  width: 990px;
  height: 40px;
  background: url(images/footer.jpg) no-repeat;
  text-align: center;
  padding: 10px 0 0 0;
}

/* ======| Hnavi |====== */
#hnavi
{
  background: url(images/hnavi.jpg) repeat-x;
  height: 25px;
  border-bottom: 2px solid #d59236;
  text-align: right;
  padding-top: 8px;
  margin-bottom: 15px;

}
#hnavi a
{
  font-family: Verdana, Arial;
  font-weight: bold;
  color: #D85701;
  font-size: 14px;
  padding: 0 5px; 
}
#hnavi ul
{
 margin: 0;
   margin-right: -1px;
 padding: 0;
}
#hnavi ul li
{
 float: right;
 list-style: none;
 font-size: 10px;
 padding: 0 5px;
 border-right: 1px solid #d59236;
}

/* ======| Links |====== */
#links
{
  width: 234px;
  float: left;
}
#bigbuttons img
{
  display: block;
}
.sbox
{
  margin: 10px 0; 
}
.sb_lbox
{
  background: url(images/sb_l.png) repeat-y;
  padding: 15px 0 0 0;
}
.sb_lhead
{
  background: url(images/sb_l_top.png) no-repeat;
  height: 30px;
  padding: 2px;
}
.sb_lfoot
{
  background: url(images/sb_l_bottom.png) no-repeat;
  height: 35px;
}
#Musikplayer .sb_lbox, #Musikplayer .sb_lhead, #Musikplayer .sb_lfoot,
#Buttons .sb_lbox, #Buttons .sb_lfoot,
#Partybilder .sb_lbox, #Partybilder .sb_lhead, #Partybilder .sb_lfoot
{
 background: none;
}
#Buttons .sb_lfoot, #Buttons .sb_lhead, #Musikplayer .sb_lfoot
{
  display: none;
}
/* ======| Content |====== */
#mitte
{
  width: 510px;
  float: left;
  margin: 12px 33px;
}
#mitte_head
{
  background: url(images/mitte_head.jpg);
  height: 11px;
  padding: 10px 15px;
}
* html #mitte_head
{
  padding: 5px 15px;
}

#mitte_content
{
   background: url(images/mitte_line.jpg) repeat-y;
   padding: 5px;
   white-space: normal; /* muaha endlich bug gefixt -> Wichtig */
}
#mitte_foot
{
  background: url(images/mitte_foot.jpg);
  height: 31px;
}

/* ======| Rechts |====== */
#rechts
{
  width: 175px;
  float:left;
}
.sb_rbox
{
  background: url(images/sb_r.jpg) repeat-y;
  text-align: center;
  padding-top: 15px;
}

.sb_rbox p {
   margin: 0;
}

.sb_rhead
{
  background: url(images/sb_r_top.jpg) no-repeat;
  height: 18px;
  padding: 5px 15px;
}
.sb_rfoot
{
  background: url(images/sb_r_bottom.jpg) no-repeat;
  height: 35px;
}

/* ======| Pseudo-Formate |====== */

a:link, a:visited, a:active { 
	color: #000; 
	font-family: Arial; 
	font-size: 12px; 
	text-decoration: none; 
	font-style: normal;
}

a:hover {   
	color: #000; 
	font-family: Arial; 
	font-size: 12px; 
	text-decoration: underline; 
	font-style: normal;
}

a.box { 
	color: #000; 
	font-family: Arial; 
	font-size: 12px; 
	text-decoration: none; 
}

a.box:hover {   
	text-decoration: underline; 
	color: #000;
}
/* ======| Spezielles |====== */
.picofx
{
  border: 1px solid #FFE38F;
}
.picofx:hover
{
  border: 1px solid #F9A11B;
}
a .calday /* Tag an dem Event gehighlightet werden soll `*/ 
{
  font-weight: bold;
  font-size: 16px;
  color: #D64103;
}
a .calday:hover
{
  font-weight: bold;
  color: #000;
}
.kal1
{
  font-size: 16px;
}
.kal1 a
{
  font-size: 16px;
  font-weight: bold;
  color: #D64103;
}
* html .hmenu
{
  margin: 0;
  padding: 0;
}
.hmenu a, .hmenu a:hover
{
  font-size: 16px;
  color: #D64103;
  text-decoration: none;
}

.j2010, .j2009, .j2008, .j2007, .j2006, .j2005, .j2004
{
padding-top: 65px !important;
padding-left: 0px !important;
text-align: center;
}
.Flirt
{
  display:none;
  visibility: hidden;
}
a.buttonlink
{
  color: #D64103;  
  font-size: 12px;
  font-family: Arial;  
  border: none;
  padding: 2px;
  text-decoration: none;  
  background: #F7DF8C;
  border:1px solid #F4BF3F;  
}

a.buttonlink:hover
{
  text-decoration: none;
  color: #D64103; 
}
