* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 100.1%;
}

a:link { color: #0099FF; text-decoration: none }
a:visited { color: #0099FF; text-decoration: none }
a:active { color: #FF0000; text-decoration: underline }
a:hover { color: #FF0000; text-decoration: underline }

p {
	font-size: 12px;
	line-height: 16px;
	padding: 3px 0;
}

p.error {
  border: solid 2px #ff0000;
  background-color: #FFAEAE;
  padding: 5px;
  margin-bottom: 10px;
}

p.error strong {
  color: #ff0000;
} 

div#container {
	position: relative;
	left: 50%;
	margin-left: -460px;
	width: 750px;
}

div#header {
	display: block;
	width: 750px;
	height: 370px;
	background-image: url(../images/header.jpg);
	text-align: center;
}

div#header div.padding {
	padding: 315px 101px 0 264px;
}	

div#header h1 a{
  position: absolute;
  display: block;
  width: 500px;
  height: 120px;
  margin-top: -140px;
  margin-left: -60px;
}

div#header h1 span{
	display: none;	
}

div#header ul, div#footer ul {
	list-style: none;
	display: block;
	color: #0099FF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

div#header ul li, div#footer ul li {
	display: inline;
	text-align: center;
}

div#header ul li a, div#footer ul li a {
	padding: 3px 15px;
}

div#header ul li a:link, div#footer ul li a:link { color: #0099FF; text-decoration: none; }
div#header ul li a:visited, div#footer ul li a:visited { color: #0099FF; text-decoration: none; }
div#header ul li a:active, div#footer ul li a:active { color: #0099FF; text-decoration: none; }
div#header ul li a:hover, div#footer ul li a:hover { color: #0099FF; text-decoration: none; background-color: #D1D1D1; }

div#header ul li span, div#footer ul li span {
	color: #ff0000;	
}

div#footer {
	display: block;
	width: 750px;
	height: 269px;
	background-image: url(../images/footer.jpg);
}

div#footer div.padding {
	padding: 75px 101px 0 264px;
}	

div#footer div.left {
	float:left;
	margin: 50px 0 0 0;
}

div#footer div.right {
	float:right;
	margin: 50px 0 0 0;
	text-align: right;	
}

div#content {
	display: block;
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: justify;
}

div#content div.padding {
	padding: 0 101px 0 264px;
}

div#content h2 {
	color: #0099FF;
	font-style: italic;
	border-bottom: solid 3px #FF0000;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
}

div#content h2 span {
	color: #FF0000;
}

div#content h2.margin {
	margin-top: 25px;
}


div#content h3 {
	color: #0099FF;
	font-style: italic;
	border-bottom: solid 2px #0099FF;
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0;
	text-align: left;
}


div#content div.reference {
	padding: 10px 0;
	
}

div#content div.reference h4 {
	font-size: 14px;
	font-weight: bold;	
  text-align: left;
}

div#content div.reference img {
	margin: 0 0 10px 10px;
}

div#content div.reference p.note {
	clear: both;
	font-size: 11px;
	line-height: 14px;
	text-indent: -13px;
	margin: 0 0 0 13px;
}

div#content div.reference p.note span {
	font-weight: bold;
}

div#content div.reference p.note a:link { color: #000000; text-decoration: none }
div#content div.reference p.note a:visited { color: #000000; text-decoration: none }
div#content div.reference p.note a:active { color: #000000; text-decoration: underline }
div#content div.reference p.note a:hover { color: #000000; text-decoration: underline }

div#content div.contact div,
div#content div.domains div {
	padding-top: 10px;
}

div#content div.contact label,
div#content div.domains label {
	font-size: 12px;
	font-weight: bold;
}

div#content div.contact input.text, div#content div.contact textarea,
div#content div.domains input.text, div#content div.domains textarea {
	width: 98%;
	border: 0;
	background-color: #D1D1D1;
	padding: 2px;
	font-family: sans-serif;
	font-size: 12px;
}

div#content div.contact div.captcha input,
div#content div.domains div.captcha input {
  float: left;
  width: 185px;
  height: 56px;
  font-size: 42px;
  font-weight: normal;
  text-align: center;
}

div#content div.contact div.captcha img,
div#content div.domains div.captcha img {
  float: right;
}

div#content div.contact div.actions,
div#content div.domains div.actions {
  clear: both;
}

div#content div.contact div.actions input.reset, div#content div.contact div.actions input.send,
div#content div.domains div.actions input.reset, div#content div.domains div.actions input.send {
	border: 0;
	background-color: #D1D1D1;
	padding: 2px;
	font-family: sans-serif;
	font-size: 12px;
	width: 189px;
	float: left;
}

div#content div.contact div.actions input.send,
div#content div.domains div.actions input.send {
	float: right;
}

div#content div.contact div.actions input:hover,
div#content div.domains div.actions input:hover {
	background-color: #C4C4C4;
	cursor: pointer;
	font-weight: bold;
}

div#content div.domains div.hausnummer,
div#content div.domains div.plz {
  width: 60px;
  float: left;
}

div#content div.domains div.strasse,
div#content div.domains div.ort {
  width: 314px;
  float: left;
}

div#content div.domains div.plz,
div#content div.domains div.land {
  clear: left;
}

div#content div.domains div.plz {
  margin-right: 10px;
}
  
div#content div.domains div.strasse{
  margin-right: 4px;
}

div#content div.domains ul.domains {
  list-style: none;
  margin-top: 10px;
}

div#content div.domains ul.domains li {
  margin-bottom: 5px;  
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

div#content div.domains ul.domains li:hover { 
  background-color: rgba( 0, 153, 255, 0.2 );
}

div#content div.domains ul.domains li,
div#content div.domains ul.domains li label {
  font-weight: normal;
}

div#content div.domains ul.domains li label {
  display: block;
  cursor: pointer;
}

div#content div.domains ul.domains li label span.domain {
  font-size: 16px;
  font-weight: bold;
  color: #0099FF;
}

div#content div.domains ul.domains li label span.domain span {
  color: #FF0000;
}

div#content div.domains ul.domains li label span.gebot {
  float: right; 
  font-size: 16px;
  font-weight: bold;
}

div#content div.domains ul.domains li label input.text {
  text-align: right;
  width: 80px;
}

div#content div.domains ul.domains li span.checkbox { 
  padding: 4px 10px;
  display: block;
  float: left;
}

div#content div.domains ul.domains li.sum label span {
  font-size: 20px;
}

div#content div.agbs ul {
	list-style: lower-alpha;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 0;
	margin-left: 20px;
}

div#content div.more {
  padding: 10px 0;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
  color: #0099FF;  
}
