body,td,th {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
  color: #56563b;
  background-color: #bbbb7c;
  background-image: url(pics/back.gif);
  background-repeat: repeat-x;
  text-align: center;
}

#wrapper {
  position: relative;
  width: 800px;
  margin: 15px auto;
  text-align: left;
 }

#header {
	width: 800px;
	height: 100px;
	background-color: transparent;
	background-image: url(pics/header.gif);
}

#menu {
  float: right;
  width: 300px;
}

#inhalt {
  float: left;
  width: 500px;
  height: 470px;
  background-image: url(pics/back_content.gif);
  background-repeat: no-repeat;
}



.title {
font-family: Lucida Sans, Tahoma, sans-serif;
color: #bbbb7c;
font-size: 12px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
border-bottom: 1px dashed;
width: 95%;
margin-bottom: 15px;
margin-top: 15px;
}

.linie {
  border-bottom-color: #4c2429;
  border-bottom-width: 1px;
  border-bottom-style:solid;
  margin-left: 330px;
}


a:link {
  text-decoration: none;
	color: #bbbb7c;
   border-width: 1px;
   border-style: dashed;
   border-top: none;
   border-left: none;
   border-right: none;
   cursor: crosshair;
}

a:active {
   text-decoration: none;
	color: #bbbb7c;
    border-width: 1px;
   border-style: dashed;
   border-top: none;
   border-left: none;
   border-right: none;
   cursor: crosshair;
}

a:visited {
   text-decoration: none;
	color: #bbbb7c;
    border-width: 1px;
   border-style: dashed;
   border-top: none;
   border-left: none;
   border-right: none;
   cursor: crosshair;
}

a:hover {
  font-weight: bold;
	color: #64641b;
    border-width: 1px;
   border-style: dashed;
   border-top: none;
   border-left: none;
   border-right: none;
   cursor: crosshair;
  
}

input, select, option {
  border: 1px;
  border-style: solid;
  border-color: #56563b;
  background-color: #bbbb7c;
  color: white;
}

textarea {
  border: 1px;
  border-style: solid;
  border-color: #56563b;
  background-color: #bbbb7c;
  color: white;
  width: 250px;
}
