body, table {
  font-size:12px;
  font-family:Arial,Helvetica,sans-serif;
  background-color:#fff;
}
table {
  width:600px;
}

iframe#vorschau_rahmen {
  width:720px;height:280px;border:1px solid #bebebe;background-color:white;
}

textarea#eingabefeld, input[type=text] {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:14px;
  background-color:#fff;
  line-height:18px;
  padding:2px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
}

input[type=text]:hover, textarea:hover {
  border-color:cornflowerblue;
}

input[type=button] {
  font-weight:bold;
  background-color:cornflowerblue;
  color:white;
  padding:2px;
  border-style:solid;
  border-color:#bebebe;
  border-width:1px;
  margin:2px;
  margin-right:10px;
}

input[type=button]:hover {
  color:cornflowerblue;
  background-color:#fff;
  border-color:cornflowerblue;
  cursor:pointer;
}

table,td {
  border-collapse:collapse;
  padding:0px;
  margin:0px;
}
ul, li {
  padding-top:0px;
  margin-top:0px;
  padding-bottom:0px;
  margin-bottom:0px;
}
ul li {
  list-style-type:none;
  margin-left:-30px;
  text-indent:-8px;
}
ul li:before {
  content:'- ';
}
.hinweis {
  font-size:0.8em;
  color:#696969;
  width:640px;
}
div.hinweis a.unauffaellig {
  color:#696969;
}
div.hinweis a.unauffaellig:hover {
  color:#f60;
}

