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

.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;
}