* {
  font-family: 'Verdana', sans-serif;
  color: #333;
  font-size: 1em;
}

img {
  border: none;
}

h3 {
  font-size: 1.2em;
}

h3 a:hover {
  text-decoration: none;
}

h3.headline {
  color: #fab400;
  text-transform: uppercase;
  font-size: 1.8em; 
}

table {
  border: 1px solid #ccc;
  border-collapse:collapse;
  border-right: 1px solid #CCCCCC; /* Wegen IE, Safari und Opera... */
}

table#domains {
  border: none;
}

tr {
  border-bottom: 1px solid #CCCCCC;
}

table#domains tr {
  border: none;
}

td {
  padding: 5px;
  border-left: 1px solid #CCCCCC;
  text-align: center;
  border-right: 1px solid #CCCCCC; /* Wegen IE, Safari und Opera... */
}

table#domains tr td {
  border: none;
  text-align: left;
  padding: none;
}

td.noborder {
  border: none;
}

td.nocenter {
  text-align: left;
}

td.boxheader {
  background-color: #E8E8E8;
  background-image :url('http://www.hosteurope.de/pics/boxheader.gif');
  background-position: top;
  background-repeat: repeat-x;
  width: 89px;
}

td.boxheader-90 {
  background-color: #E8E8E8;
  background-image :url('http://www.hosteurope.de/pics/boxheader.gif');
  background-position: top;
  background-repeat: repeat-x;
  width: 90px;
}

td span a.button {
  background: url(img/btn_normal.png) no-repeat;
  background-position: center;
  display: block;
	width: 62px;
	height: 20px;
}

td span a.button:hover {
  background: url(img/btn_over.png) no-repeat;
  background-position: center;
  display: block;
	width: 62px;
	height: 20px;  
}

td span a.button {
	color: #fff;
	font-size: 0.9em;  
	font-weight: bold;
	padding: 6px 0 0 4px;
	text-decoration: none;
}

body {
  background-position: absolute;
  top:0;
  background-color: #999;
  background-image: url('img/bg.png');
  background-repeat: repeat-x;
  text-align: center;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

#wrapper {
  margin: auto;
  width: 750px;
  /* border: 1px solid red; */
  /* height: 100%; */
}

#logo {
  background-image: url('img/logo.png');
  background-repeat: no-repeat;
  width: 750px;
  height: 80px;
  margin-top: 20px;
  display: block;
  text-indent: -9999px;
}

#topbox {
  margin-top: 50px;
  margin-left: 2px;
  width: 744px;
  height: 150px;
  background-color: #fff;
  border: 1px solid #999;
}

#he-logo {
  background-image: url('img/he-logo.png');
  background-repeat: no-repeat;
  width: 700px;
  height: 135px;
  display: block;
  text-indent: -9999px;
  margin-top: -5px;
  margin-left: 15px;
}

#middlebox {
  margin-top: 15px;
  margin-left: 2px;
  width: 744px;
  height: 815px;
  background-color: #fff;
  border: 1px solid #999;
}

.content {
  text-align: left;
  font-size: 0.8em;
  padding: 5px 10px 5px 10px;
}

#leftmiddlebox {
  float: left;
  width: 470px; /* 370 */
  /* border: 1px solid red; */
  /* height: 300px; */
}                       /* 4px in der Mitte frei... */
                  
#rightmiddlebox {
  float: right;
  width: 270px; /* 370 */
  /* border: 1px solid blue; */
  /* height: 300px; */
}

/*
#auszeichnungen {
  margin-top: 148px;
}
*/

#featurebox-top {
  width: 249px; /* 244 */
  /* height: 250px; */
  border-top: 1px solid #ccc; /* #bcbcbc */
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f8f8f8;
}

#featurebox-middle {
  width: 249px; /* 244 */
  /* height: 250px; */
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f8f8f8;
}

#featurebox-bottom {
  width: 249px; /* 244 */
  /* height: 250px; */
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f8f8f8;
}

.featurebox-img {
  float: left;
  padding: 10px;
}

.domainRequestNotInProgress{
  background: #ffffff url('http://www.hosteurope.de/pics/not-loading.gif') center left no-repeat;
}

.domainRequestInProgress{
  background: #ffffff url('http://www.hosteurope.de/pics/loading.gif')right no-repeat;
  width: 280px;
}

#domainRequestNotice {
  color: green;
}

#footer {
  margin-top: 15px;
  width: 748px;
  text-align: right;
  font-size: 0.6em;
}
