/* ***************************** */
/* ******* Allgemeines ********* */
/* ***************************** */
* {
  margin: 0;
  padding: 0;
}
html { 
  height: 100%; 
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  border: 0;
  height: 100%;
  margin: 0;
  min-height: 101%;
  padding: 0;
}
.clear:after {
	clear: both;
	content: ".";      
	display: block;
	height: 0;
	visibility: hidden;
}
.clear { 
  display: block; /* für Safari */
}
/* ***************************** */
/* ******* Gerüst ************** */
/* ***************************** */
#content { 
	width: 898px;
}
#inner_content {
	float: left;
	width: 648px;
}
#container {
  float: right;
  padding: 10px;
  width: 180px;
}
#wrapper {
  left: 50%;
  margin-left: -455px; 
  min-height: 100%;
  padding: 25px 0 75px 0;
  position: relative;
	top: 0;
	width: 911px;
}
#header {
  height: 45px;
  padding: 15px 0 0 25px;
}
#footer {
	height: 50px;
	line-height: 50px;
	margin: -50px 0 0 0;
	left: 0px;
	text-align: center;
  position: relative;
}
/* ***************************** */
/* ******* Images ************** */
/* ***************************** */
img {
  border: none;
}
/* ***************************** */
/* ******* Listen ************** */
/* ***************************** */
ul#container_list li {
	background: url(/site/images/list_icon.gif) 0 0 no-repeat;
  list-style: none;
  padding: 0 0 5px 10px;
}