body {
	margin: 0;
	padding: 0;
	background-color: #DDD;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
  font-weight: bold;
}

a:link{
  color: #182C4F;
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  text-decoration: none;
  color: #931414;
}

a:visited:hover{
  text-decoration: none;
  color: #931414;
  font-weight: bold;
}

a:visited{
  color: #182C4F;
  text-decoration: none;
}

a.link_selected{
  color: #931414;
  text-decoration: none;
  font-weight: bold;
}

table td{
  vertical-align: top;
}

div#site {
	margin: 0 auto 0 auto;
	background-color: #fff;
	width: 796px;
}

div#header {
  height: 150px;
  background-image: url(/images/header.png);
}

div#middle {
  margin-top: 10px;
}

div#footer {
  background-color:#333;
  text-align: center;
  margin: 20px 0px 0px 0px;
  color: #FFF;
}

td#menue{
  width: 160px;
  font-size: 12px;
}

#menue ul {
  margin-left: 30px;
  padding: 0px;
}

#menue li {
  list-style-type: square;
}

#menue li.menue {  
}

#menue li.menue_selected { 
  font-weight: bold;
  color: #931414;
}


.prices td, .prices th {
	border:1px solid #DDDDDD;
	padding: 5px;
}


th {
	font-weight: bold;
	background-color: #EEEEEE;
}

td#space{
  width: 10px;
}

td#space_right{
  width: 20px;
}

td.trenner {
  background-color: #DDD;
}

td#content{
  width: 606px;
}

div#middle h1{
  font-size: 16px;
  font-weight: bold;
}

div#middle h2{
  font-size: 12px;
  font-weight: bold;
}

div#middle p, div#middle table{
  font-size: 12px;
}

.absatz{
	clear: both;
	margin-top: 10px;
}

div#middle p{
  clear: both;
}

p.error {
  font-weight: bold;
  color: red;
}

div.info{
  font-size: 11px;
  color: #777;
}

div.content_img_div_right {
  float: right;
  margin: 0px 0px 10px 10px;
  width: 200px;
}

div.content_img_div_left {
  float: left;
  margin: 0px 10px 10px 0px;
  width: 200px;
}

div.img_description{
  margin: 5px 5px 5px 5px;
  font-size: 10px;
  color: #777;
}

img.content_img {
  margin: 5px 5px 5px 5px;
  width: 190px;
  border: 0px;
}

.textinput {
  width: 300px;
}

.plz_textinput{
  width: 50px;
}

.ort_textinput{
  width: 247px;
}

div#content_header{
  text-align: right;
  font-size: 11px;
  border-bottom: 1px solid #DDD;
}

div#content_footer{
  text-align: right;
  font-size: 11px; 
  border-top: 1px solid #DDD;
}
