* {
  margin:0;
  padding:0;
  border: 0;
  }

html, body {
  height:100%;
  }

body {
  background-color: #000000;
  font-size: 100.01%;
  text-align:center; /* horizontal centering for IE Win quirks */
  font-family: Arial, Verdana, sans-serif, "MS Sans Serif";
  }
  
#distance {
  width:1px;
  height:50%;
  margin-bottom:-400px; /* half of container's height */
  float:left;
  }
  
#container {
  margin: 0 auto;
  position:relative; /* puts container in front of distance */
  text-align:center;
  vertical-align: top;
  height:auto;
  width:850px;
  clear:left;
  }
  
#line_top{
  height: 15px;
  min-height: 15px;
  width:  850px;
}

/* HEADER */

#header {
  width: 850px;
  /*background: url(images/header-bg.gif);*/
  height: 100px;
  min-height: 100px;
  }
  
#shopgif {
  width: 79px;
  height: 100px;
  min-height: 100px;
  float: left;
  }
  
img.shopgif {
  margin-top: 21px;
  }

#name {
  float:left;
  }

#nicimage {
  float: right;
  }
  
/* NAVI TOP */
  
#top_nav{
  height: 20px;
  min-height: 20px;
  width:  850px;
  border: 1px solid #d30000;
  font-size: 0.75em;
}

#top_nav li{
  float: left;
  display: block;
  border-right: 1px solid #d30000;
  line-height: 20px;
  height: 20px;
  vertical-align: bottom;
  font-weight: 600;
  color: #ffffff;
}

#top_nav li.last {
  border: 0;
  }
  
#top_nav li:hover {
  background-color: #d30000;
  }
  
#top_nav a:hover {
  background-color: #d30000;
  }
  
#top_nav a {
  padding-left: 22px;
  padding-right: 22px;
  color: #ffffff;
  font-size: 1em;
  height: 20px;
  line-height: 20px;
  }
  
#bc{
  height: 20px;
  min-height: 20px;
  width:  850px;
  background-color: #d30000;
  color: #ffffff;
  border: 1px solid #d30000;
  text-align: left;
  text-indent: 20px;
  font-weight: bold;
}

#space {
  height: 20px;
  min-height: 20px;
  width: 850px;
  }
  
/* CONTENT */
  
#content {
  width: 850px;
  height: auto;
  border-left: 1px solid #000000;
  border-right: 1px solid #d30000;
  text-align: left;
  }
  
#cont_left {
  float: left;
  width: 167px;
}

#cont_left img {
  margin-bottom: 10px;
  }

#cont_right {
  margin: 0 15px;
  float: right;
  width: 650px;
  }

#cont_right_wrapper {
  width: 650px;
}

#buch {
  background-color: #000000;
  height: 190px;
  }

h1, h2, h3 {
  color: #07014b;
  background-color: #d1d1d1;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 640px;
  font-size: 1.1em;
  padding: 5px;
  }
  
h2 {
  font-size: 1.0em;
  border: 0;
  background-color: #f4f2f4;
  }
  
h3 {
  background-color: #d1d1d1;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  }
  
h3.hell {
  background-color: #f4f2f4;
  }
  
h3.hell_1 {
  background-color: #f4f2f4;
  border-top: 0;
  }
  
p {
  background-color: #f4f2f4;
  font-size: 0.8em;
  width: 640px;
  padding: 5px;
  }
  
p.dunkel {
  background-color: #d1d1d1;
  }
  
#cont_right_wrapper a {
  font-size: 1em;
  }
  
p.intro {
  background-color: #000000;
  color: #ffffff;
  font-size: 1em;
  }
  
p:after {
   content: ".";
   height: 0;
   visibility: hidden;
   display: block;
   clear: both;
}

* html p {
   height: 1px; /* oder height: 1%; */
}

p.right {
  text-align: right;
  }
  
p.info {
  color: #d30000;
  }
  
/* Formular */
  
form {
  background-color: #d1d1d1;
  width: 640px;
  padding: 5px;
  font-size: 0.9em;
  }
  
input, textarea {
  border: 1px solid #000000;
  background-color: #f4f2f4;
  }
  
input.reset, input.submit {
  padding: 3px 20px;
  }
  
input.reset:hover, input.submit:hover {
  background-color: #d30000;
  color: #ffffff;
  }
  
textarea {
  width: 400px;
  height: 250px;
  }
  
td.legend {
  padding-right: 15px;
  vertical-align: top;
  }
  
td.submit {
  text-align: right;
  }
  
/* FOOTER */

#footer {
  width: 850px;
  border-left: 1px solid #000000;
  border-right: 1px solid #d30000;
  background: url(images/footer-bg.gif);
  height: 20px;
  min-height: 20px;
  text-align: left;
  }

#line_bottom{
  height: 15px;
  width:  850px;
  vertical-align: bottom;
  line-height: 15px;
  text-align: right;
}

#line_bottom a, #line_bottom a:hover, #line_bottom a:visited {
  color: #d30000;
  text-decoration: none;
  font-size: 0.70em;
  }

img {
  border: 0;
  }
  
/*  OLD    */

a:link {color: #FE6000; text-decoration: none}
a:active {color: #FE6000; text-decoration: none}
a:visited {color: #FE6000; text-decoration: none}

table.cont {
	width: 650px;
	background-color: #d1d1d1; 
	}

td.cont, td.cont_l, td.cont_r {
	width: 33%;
	padding: 10px;
	text-align: center;
	}
	
td.cont_l {
	text-align: left;
	}	
	
td.cont_r {
	text-align: right;
	}		


