body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #EEE;
}

#mainbox {
  margin: 15px auto;
  border: 4px ridge #fefefc;
  width: 987px;
}

#bannertop {
  background-image: url(header.jpg);
  background-position: center center;
  height: 268px;
  cursor: pointer;
}

#menubox {
  text-align: center;
}

#logobox {
  width: 350px;
  height: 527px;
  cursor: pointer;
  float: left;
}

#contentbox {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 950px;
  float: left;
}

#footbox {
  border-top: 1px solid black;
  text-align: center;
  font-size: 0.8em;
  padding: 2px 0 2px 0; 
}

#copyright {
  text-align: center;
  font-size: 0.7em;
}

#menubox a {
  background: url(link_button.png) no-repeat center center;
  width: 129px;
  height: 25px;
  margin: 0 1px;
  display: inline-block;
  text-align: center;
  color: #b90000;
}

#menubox a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #111;
  background-image: url(link_button_hover.png);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	color: #dd0000;
}

h2 {
	border-bottom: 1px dotted gray;
  font-size: 2.0em;
}

h3 {
  font-size: 1.8em;
  text-decoration: underline;
}

h4 {
  font-size: 1.5em;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

a {
  text-decoration: none;
  color: #b5b5b5;
}

img {
  border: 1px solid #D0D1C7;
  margin: 3px 8px 3px 8px;
}

#locationbox{
  height: 700px;
  width: 415px;
  float: left;
  display: inline;
  margin-right: 20px;
  position: relative;
}

img.mapmark {
  margin: 0;
  border: 0;
  position: absolute;
  cursor: pointer;
}

ul {
  margin-left: 25px;
  margin-bottom: 15px;
}

input, textarea, select {
  border-width: 1px;
  border-style: solid;
}

a:hover {
  text-decoration: underline;
}

div.infobox {
  display: none;
  width: 380px;
  border: 3px ridge #dd0000;
  float: left;
  padding: 5px;
  margin-left: 10px;
  margin-top: 300px;
  background-image: url("../gfx/info.gif");
  background-position: right top;
  background-repeat: no-repeat;
}

input, select, textarea {
  background-color: white;
  padding: 2px;
}
input.radio {
  color: #dd0000;
}

input.quantity {
  width: 30px;
  text-align: right;
}

span#totalall {
  font-weight: bold;
}

.sponsoren img {
  border: 0;
}


div.linkbox {
  float: right;
  font-size: 2em;
  border: 3px ridge #dd0000;
  padding: 10px;
}


.gb_page {
  text-align: right;
  font-style: italic;
  font-size: 10px;
}
.gb_newentry {
  display: block;
  text-align: center;  
}
.gb_entry {
  border-bottom: 1px dotted black;
  margin-bottom: 30px;
}
.gb_name {
  font-weight: bold;
}
img.gb_avatar {
  float: right;
}
.gb_msg {
  font-style: italic;
}
.gb_email, .gb_homepage, .gb_icq {
  padding: 1px 5px;
  border: 0;
}
.gb_older {
  float: left;
}
.gb_new {
  float: right;
}
