* { margin: 0; padding: 0; }

body{
  color: #000000;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  text-transform: lowercase;
}

h1 {
	font-size: 1.1em;
	margin: 14px 0;
}

h2 {
	font-size: 0.95em;
}

h4, h3 {
	font-size: 0.95em;
  margin-top:13px; 
}

a {
 text-decoration: none;
 color: #000000;
}

a:hover {
 color: #333333;
 text-decoration: underline;
}

a img { border: none; }

.clear { clear: both; }

#content-wrapper { padding: 42px 0 42px 42px; width: 806px; }

#main-navigation { margin-bottom: 18px; }
#main-navigation ul, #sidebar ul, #subnavigation ul { list-style: none; }
#main-navigation li { float: left; margin-right: 8px; }

.box { padding: 10px; background-color: #fff; }

#sidebar { width: 140px; float: left; margin-right: 2px; }
#sidebar ul li {
 background: url('/images/line.gif') repeat-x bottom;
 text-align: right;
}
#sidebar ul li.last { background: transparent; }
#sidebar ul li a {
  display: block;
  padding: 8px 0;
}
#sidebar ul li.active a { font-weight: bold; }

#subnavigation { width: 270px; float: left; margin-right: 2px; }
#article #subnavigation { width: 140px; }

#subnavigation li a { display: block; padding: 8px 0 3px 0; }
#subnavigation .active a { font-weight: bold; }

#content { width: 312px; float: left; }
#article #content { width: 462px; }

#event .month { margin-bottom: 16px; font-weight: bold; }
#event #subnavigation table { margin-bottom: 15px; border-spacing: 0; }
#event #subnavigation td.date { width: 25px; padding-bottom: 8px; }
#event #subnavigation td.day { width: 20px; padding-bottom: 8px; }
#event #subnavigation td.title { padding-bottom: 8px; }
#event #subnavigation.box { padding: 18px 10px 10px 10px; }

#main-navigation .nav-btn {
  display:block;
  height: 85px;
  margin:3px 3px 0px 0px;
  text-indent:-999px
}
#btn-restaurant {
  width: 273px;
  background: url('/images/resti.png') no-repeat;
}
#btn-club {
  width: 138px;
  background: url('/images/clubRauch.png') no-repeat;
}
#btn-sonderbar {
  width: 71px;
  background: url('/images/sonderbar.png') no-repeat;
}
li.active #btn-club, li.active #btn-restaurant, li.active #btn-sonderbar {
  background-position: 0px -169px;
}
#btn-club:hover, #btn-restaurant:hover, #btn-sonderbar:hover {
  background-position: 0px -84px;
}

.text { line-height: 16px; }

#gallery-images .box { margin: 0 2px 2px 0; float: left; width: 100px; padding: 3px; }

p { margin-bottom: 12px; }

#content table { width: 462px !important; border-spacing: 0; }
#content table td { padding-bottom: 2px; }
#content table td.menu-first-col { width: 90%; }
#content table td.menu-second-col { width: 10%; }

* html #subnavigation li a, * html #sidebar li a { height: 1em; }

#article #content.box, #event #content.box { padding: 16px 10px; }

#newsletter-address { width: 300px; }
#newsletter-address h1 { margin: 0 0 10px 0; font-size: 12px; }
#newsletter-address .heading, #login-box .heading { margin-bottom: 4px; }
#newsletter-address .form-field, #login-box .form-field { margin-bottom: 15px; }
#newsletter-address .form-field .textfield, #login-box .form-field .textfield { border: 1px solid #000; padding: 3px; font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 12px; }
#newsletter-address .submit, #login-box .submit { border: none; padding: 4px; background-color: #000; color: #fff; }
#newsletter-address ul { list-style: none; }
#newsletter-address li { margin-bottom: 3px; }
#login-box { width: 200px; }

.errorExplanation {
  background-color: #FEF1EC;
  border: 1px solid #CD0A0A;
  color: #CD0A0A;
  padding: 15px;
  margin: 10px 0;
}
.errorExplanation h2 {
  margin-bottom: 4px;
  font-size: 12px;
}
.errorExplanation ul {
  list-style: none;
  margin-top: 10px;
}

.notice { margin-bottom: 10px; color: green; }
