/* Global Settings */
/* Schriftgöße */
body {
	font: normal 85%/130% Arial, sans-serif;
}
div {
/* border: 1px dotted gray; */
}
div#main {
 color: inherit;
 background: white url(../images/background.jpg) top center no-repeat;
 width: 800px;
 height: 635px;
 /* margin: 50px 0 0 150px;*/
 position:static;
 margin-left:auto;
 margin-right:auto;
}
div#main-inner{
 padding: .5px 1em;
}
div#content {
 position: absolute;
 margin-top: 85px;
 margin-left: 400px;
 width: 300px;
}
div#logo {
 position:absolute;
 top:490px;
 margin-left:580px;
 width: 150px;
 height: 83px;
}

h1 {
 color: #e2001a;
 backround-color: inherit;
 font-size: 26px;
 margin-top:5px;
}
/*p {
 font-size: 17px;
 line-height: 1em;
}*/
fieldset {
 margin-bottom: 15px;
 border: 1px solid #c5bbbc;
}

input[type="radio"] {
 vertical-align: middle;
}
img {
 border: 0;
}

/* @section Links und Anker */
a:link {
  color: #e2001a;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}
a:visited {
  color: #e2001a;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}
a:hover, a:focus {
  color: #f02833;
  background-color: transparent;
  text-decoration: none;
//  font-weight: bold;
  font-size: 17px;
}
a:active {
  color: #f02833;
  background-color: transparent;
  text-decoration: none;
//  font-weight: bold;
  font-size: 17px;
}
/*legend {
 font-size: 17px;
 font-weight: bold;
}*/
th {
 float: left;
}
input {
 margin-left: 22px;
}
p#submit {
 position: absolute;
 top: 380px;
 left: -20px;
}
table#tel {
 margin-left: -3px;
 margin-top: -20px;
}