body,td,th {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
  color: #d9907f;
  background-color: black;
}

#wrapper {
  position: relative;
  width: 650px;
  margin: 15px auto;
  background-image: url(pics/back_wrapper.gif);
  background-repeat: y-repeat;
  

}

#header {
	width: 650px;
	height: 170px;
	background-color: transparent;
	background-image: url(pics/header.jpg);
}

#menu {
  float: left;
  width: 330px;
}

#inhalt {
  float: right;
  width: 280px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(pics/back_content.jpg);
  background-repeat: no-repeat;
}

#footer {
	clear: both;
	background-image: url(pics/footer.gif);
	width: 650px;
	height: 60px;
}


.title {
font-family: Times New Roman, Lucida Sans, Tahoma, sans-serif;
color: #69433b;
font-size: 16px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
background-image: url(pics/back_title.gif);
background-repeat: no-repeat;
background-position: right;
width: 100%;
margin-bottom: 15px;
margin-top: 20px;
}

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


a:link {
  text-transform: uppercase;
  text-decoration: none;
	color: #6f3e35;
  
}

a:active {
  text-transform: uppercase;
   text-decoration: none;
	color: #6f3e35;
}

a:visited {
  text-transform: uppercase;
   text-decoration: none;
	color: #6f3e35;
}

a:hover {
  text-transform: uppercase;
  font-weight: bold;
	color: #6f3e35;
  
}

input, select, option {
  border: 1px;
  border-style: solid;
  border-color: #b26452;
  background-color: #432523;
  color: #b26452;
}

textarea {
  border: 1px;
  border-style: solid;
  border-color: #b26452;
  background-color: #432523;
  color: #b26452;
  width: 250px;
}