/* General */

* {
  margin: 0px;
  padding: 0px;
}

body { 
  background-color: #7e5b3f; 
	background-image: url(../images/bg.png);
  background-repeat: repeat;
  color: #000000; 
  text-align: center;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #0000a7; }
a:visited { color: #0000a7; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }

.fieldWithErrors {
  color: red;
  font-weight: bold;
}

.formError {
  color: red;
  background-color: #999999;
  padding-bottom: 5px;
}
/*
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
*/
/* Div Container */

#hase {
	width:100%;
	text-align:center;
}

#root {
  width: 950px;
  margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #333333;
  text-align: left;
}

#left {
  float: left;
  width: 130px;
  font-size: 18px;
  padding: 10px;
}

#container {
  /*background-image: url(../images/left.png);
  background-repeat: repeat-y;*/
}

#right {
  width: 200px;
  float: right;
  text-align: center;
  padding: 10px;
}

#banner {
  height: 250px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: bottom;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000000;
}

#banner a { color: #000000; text-decoration: none; padding-right: 20px; }
#banner a:visited { color: #000000; text-decoration: none; padding-right 20px; }
#banner a:hover { color: #0000a7; text-decoration: none; padding-right: 20px; }
#banner a:active { color: #0000a7; text-decoration: none; padding-right: 20px; }

.menu_left a { color: #000000; background:url(../images/stern.png) no-repeat left #ffffff; text-decoration: none; padding-left: 20px; font-size: 15px; line-height: 25px;}
.menu_left a:visited { color: #000000; background:url(../images/stern.png) no-repeat left #ffffff; text-decoration: none; padding-left: 20px; font-size: 15px; line-height: 25px;}
.menu_left a:hover { color: #db0000; background:url(../images/stern2.png) no-repeat left #ffffff; text-decoration: none; padding-left: 20px; font-weight: bold; }
.menu_left a:active { color: #db0000; background:url(../images/stern2.png) no-repeat left #ffffff; text-decoration: none; padding-left: 20px; font-weight: bold; }

#content {
  margin-left: 150px;
  margin-right: 220px;
  padding: 10px;
}

#footer {
  clear: both;
  padding: 10px;
  font-size: 10px;
}

#menu-bottom {
  padding: 5px;
  clear: both;
}

#menu-bottom a { color: #000000; }
#menu-bottom a:visited { color: #000000; }
#menu-bottom a:hover { color: #ffffff; text-decoration: none; }
#menu-bottom a:active { color: #ffffff; text-decoration: none; }

/* Layout */

.menu_left {
  list-style-type: none;
}

h1 {
  padding-bottom: 20px;
}

h3 {
  color: #000000;
  padding-bottom: 10px;
}

/* Guestbook */

.gbentry {
  padding-bottom: 15px;
  padding-top: 15px;
}

.gbhead {
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
}

.gbname {
  font-weight: bold;
  float: left;
}

.gbdate {
  font-style: italic;
  text-align: right;
}

.gbclear {
  clear: both;
}

/* Band */

.band {
  width: 100%;
  padding-bottom: 20px;
}

.bandpic {
  float: left;
  padding-right: 10px;
}

.banddescription {
  height: 170px;
}

/* News */

.newsentry {
  padding-bottom: 15px;
  padding-top: 15px;
}

.newshead {
  padding-bottom: 3px;
}

.newsname {
  font-weight: bold;
  font-size: 15px;
  float: left;
}

.newsdate {
  font-style: italic;
  text-align: right;
}

