/***************************************************
   HTML elements
 ***************************************************/

body {
	border:0;
	padding:0;
	color: #000;
	font-family: Arial, sans-serif;
	font-style:normal;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing:0.05em;
}

h1 {
	color: #000;
	font-size: 13px;
	font-style:normal;
}

h2 {
  color: #000;
  font-size: 16px;
}

h3 {
  color: #999;
  font-size: 10px;
  border-bottom: 1px dotted #999;
  text-transform: lowercase;
}

ul {
  list-style: square;
}

ul.decimal {
  list-style: decimal;
}

a {
  color: #9c9e9f;
  text-decoration: none;
}

a:hover {
  color: #000;
}

img {border:0;}

/***************************************************
   Containers
 ***************************************************/

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 94px;
	color: #000;
	background: #fff;
	padding: 0px;
}

#nav1 {
	position: absolute;
	top: 60px;
	left: 617px;
	width:300px;
	height: 30px;
	color: #000;
	background: #fff;
	padding: 0px;
}

#nav ul {
  margin: 0px;
  padding: 0px;
}

#nav ul li {
  list-style: none;
}

#nav li a {
  display: block;
  color: #F90;
  padding: 0 5px 0 5px;
  text-decoration: none;
  text-transform: lowercase;
}

#nav li a:hover {
  color: #630;
  background: #FFF;
}

#banner {
	position: absolute;
	top: 110px;
	left: 185px;
	width: 550px;
	height: 300px;
	padding: 0px;
}

#logo {
	position: absolute;
	top: 97px;
	left: 865px;
	width: 50px;
	height: 320px; 
}

#sidebar {
	position: absolute;
	top: 104px;
	left: 14px;
	width: 170px;
	color: #000;
}

#sidebar1 {
	position: absolute;
	top: 370px;
	left: 14px;
	width: 170px;
	color: #000;
}

#box {
	position: absolute;
	top: 446px;
	left: 204px;
	width: 575px;
	color: #333;
	padding: 0 0 0 24px;
	line-height: 1.5em;
}

#footer {
	position:absolute;
	padding: 15px 0 15px 220px;
	text-align: left;
	bottom: 0px;
	font-size:9px;
	color:#666666;
}

#footer a {
  color: #690;
}

#footer a:hover {
  color: #9C0;
}

/***************************************************
   Misc
 ***************************************************/

blockquote {
  margin: 0px;
  padding:  5px 10px;
  border-left: 5px solid #690;
  background: #EEE;
}

blockquote.right_blue {
  margin: 0px;
  padding: 5px 10px;
  border: 0px;
  border-right: 5px solid #069;
  background: #EEE;
}

blockquote.top_orange {
  margin: 0px;
  padding: 5px 10px;
  border: 0px;
  border-top: 5px solid #F90;
  background: #EEE;
}

blockquote.top_grey {
  margin: 0px;
  padding: 5px 10px;
  border: 0px;
  border-top: 5px solid #999;
  background: #EEE;
}

#nav img {float:left;
	border:0;}

.TXThell {
	color:#9c9e9f;
}

.TXTeins{
	padding:42px 0 0 228px;
}

.abstandG{
	margin-left:200px;
	color:#9c9e9f;
}

.abstandK{
	margin-left:70px;
	color:#9c9e9f;
}
