
/* DomainCheck Styles
******************************/



/* Allgemein
******************************/

* {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}

p {
  padding: .25em 0;
  margin: .25em 0;
}

a {
  color: #1687a1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

fieldset {
  border: none;
}

ul {
  list-style-type: none;
}

th, td {
  text-align: left;
}


/* HTML / Body
******************************/

body {
  width: 100%;
  font: normal 12px/18px Arial, Helvetica, Sans-Serif;
  background: #FFF;
}



/* Aufbau
******************************/

#container {
  width: 770px;
  margin: 50px auto;
}

#content {
  float: left;
  width: 550px;
  padding: 0 0 20px 0;
}

#sidebar {
  float: left;
  width: 200px;
  margin: 10px 0 20px 10px;
}

.sidebarbox {
  margin: 0 0 10px 0;
  padding: 5px 15px;
  border: 1px solid #E9E9E9;
}

.hotlinenumber {
  font-size: 15px;
  font-weight: bold;
  color: #c2131b;
}


/* Header
******************************/

#header {
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;
  border-bottom: 24px solid #F0F0F0;
}

#header a {
  display: block;
  width: 251px;
  height: 50px;
  background: url(images/logo_domaincheck.jpg) top left no-repeat;
}

#header a span {
  display: none;
}

#header h1 {
  margin: 0;
  padding: 0;
}


/* Domaincheck Formular
******************************/

#domaincheck {
  margin: 15px 0 20px 0;
}

input.text,
input.submit {
  border: 3px solid #9dbdc5;
}

#domainInput {
  width: 470px;
  margin: 5px 0;
  padding: 4px 4px;
  border: 3px solid #9dbdc5;
}


/* Headlines
******************************/

h1 {
  padding: 1em 0;
  font-size: 18px;
  font-weight: bold;
}

h2 {
  padding: .25em 0;
  font-size: 13px;
  font-weight: bold;
}


/* Domain Ergebnis Tabelle
******************************/

table#domainresults {
  width: 530px;
  border-collapse: collapse;
  display: none;
}

table#domainresults th,
table#domainresults td {
    padding: 5px 16px;
	white-space: nowrap;
}

table#domainresults td+td+td+td+td {
	margin: 0 auto;
	text-align: center;
}

table#domainresults .results_row {
	display:  table-row;
}

table#domainresults .highlight {
	border: 3px solid #9DBDC5;
	
}

table#domainresults .hidden {
	display: none;
}

table#domainresults .visible {
	display: block;
}

/** notwendig um checkboxes zu zentrieren **/
table#domainresults input.visible {
	display: inline;
}

table#domainresults thead th {
  font-weight: bold;
  background: #F0F0F0;
}

tr.alternative td {
  background: #e8fbff;
}

table#domainresults .busy {
  font-weight: bold;
  color: #FF0000;
}

table#domainresults .free {
  font-weight: bold;
  color: #2dce4f;
}

table#domainresults .sedo {
  font-style: italic;
  font-weight: bold;
  color: #2d7cff;
}


/* Sidebar Contents
******************************/

.sidebarbox h1 {
	font-size: 12px;
}

#hotline {
	color: #C2131B;
	font-size: 15px;
    font-weight: bold;
}

#domainselect ul {
  padding: 10px 10px 10px 10px;
}

#domainselect ul li {
  padding: 1px 0;
}

#domainselect .hidden {
	display: none;
}

#domainselect .visible {
	display: block;
}

.button_minus {
	clear: both;
}

.button_minus a {
	float: left;
}

.button_minus img {
	width: 25px;
	height: 25px;
}

.button_minus span {
	padding: 3px 0 0 0;
	display: block;
}

/* Bestellformular
******************************/

#order h1 {
	padding: 10px 0 25px 0;
}

#order h2 {
	font-size: 12px;
	padding: 7px 0;
}

#order fieldset {
	border-left: 3px solid #F0F0F0;
	border-bottom: 3px solid #F0F0F0;
	margin-bottom: 25px;
	padding: 0 0 15px 15px;
}

#order .domain {
	width: 150px;
}

#order .price {
	text-align: right;
}

#order .sum td {
	border-top: solid 1px #000;	
}

#order_bill {
	border-collapse: collapse;
}

#order_bill tr {
	height: 23px;
}

#order_bill label {
	padding: 0 5px;
	margin: 10px 0;
}

#sendForm tr td {
	width: 100px;
	text-align: right;
	padding: 3px 10px;
}

#sendForm tr td+td {
	width: 300px;
	text-align: left;
}

#sendForm input, 
#sendForm textarea, 
#sendForm select {
	width: 250px;
	padding: 3px 5px;
	font: 12px Arial, Helvetica;
	border-left: 1px solid #1687A1;
	border-bottom: 1px solid #1687A1;
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
}

#sendForm input:hover,
#sendForm textarea:hover,
#sendForm select:hover {
	background: #DBEFF7;
}

#sendForm input, #sendForm select {
	height: 2em;
}

#sendForm select {
	width: 254px;
}

#submit {
	background: #1687A1;
	cursor: pointer;
	margin: 10px 0 0 0;
	
	border-top: 2px solid #F9F9F9;
	border-left: 2px solid #939393;
	border-bottom: 2px solid #939393;
	border-right: 2px solid #F9F9F9;
}

#submit:hover {
	background: #74B7C7;
	border-top: 2px solid #939393;
	border-left: 2px solid #F9F9F9;
	border-bottom: 2px solid #F9F9F9;
	border-right: 2px solid #939393;
}

#submit a {
	display: block;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	padding: 5px 0;
}

#submit a:hover {
	color: #000;
	text-decoration: none;
}

#error_contact, 
#error_terms, 
#error_b2b {
	display: none;
	background: #ffc1b6;
	font-weight: bold;
}

#error_terms,
#error_b2b {
	padding: 3px 10px;
}

#sendForm #error_contact td, 
#sendForm #error_terms td {
	text-align: left;
}

#terms, 
#b2b {
	padding: 5px 0;
}

#terms input,
#b2b input {
	margin: 1px 10px 0 0;
	float: left;
}


/* 
******************************/


/* 
******************************/


/* 
******************************/








/* Footer
******************************/

#footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #CCC;
}

#footer_info {
	color: #666;
	font-size: 10px;
}




