/* CSS Document */
body {
	margin: 0px ;
	padding: 0px;
	background-color: #cc0000;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}
a{
  color: #cc0000;
  text-decoration: none;
}
a:hover{
  color: white;
}
a img{
  border: none !important;
  
}
 a:hover img{
  border: none !important;
  
}
#menu a img{
  border: none !important;
  
}

#bookus{
  position: absolute;
  padding:156px 59px;
  
}

p{
  margin: 5px 0 5px 0;
}
.info{
  font-size: 9px;
  margin:  0;
  color: #303030;
  margin-bottom: 3px;
} 
#wrap {
	background-image: url(Bilder/strech.jpg);
	background-repeat: repeat-y;
	width: 950px;
	margin: 0 auto;
}
#main {
	background-image: url(Bilder/main.jpg);

  background-repeat: no-repeat;
	width: 950px;
	min-height: 600px;
}
#sidebar{
  width: 220px;
}
#left_c {
	width: 290px;
	float: left;
	padding-right: 15px;
}
#left_c1 {
	width: 510px;
	float: left;
	padding-right: 15px;
}
#right_c {
	width: 210px;
	float: left;
	padding-right: 20px;
}
#head{
  height: 240px;
}

#menu {
	width: 155px;
	float: left;
	margin-left: 105px;
	margin-top: 8px;
	
}
#menu img{
  float: left;
  clear: both;
  
}


h1 , h2{
	font-size: 15px;
	color: #cc0000;
	margin: 0;
	display: block;
  
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 35px;
}
h1{
  background-image: url(Bilder/h1.png);
  background-color: #000;
}


h2{
background-image: url(Bilder/h2.png);
 background-color: #000;
}

.ce_text{
  margin-bottom: 13px;;
}

ul{
  margin: 0;
  padding: 0;
}
li{
  list-style-type: none;
}
.pagination li{
  float: left;
  margin-right:5px ;
}

.comment_default{
  margin-top: 10px;
}