html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	/* background-color: rgb(255, 245, 245); */
	background: #5a87a1 url(page_background.jpg) left top repeat-x;
	font-family: arial;
	font-size: 12px;
	color: rgb(0, 0, 0);
	font-weight: 100;
	text-align:center;
}
#border1 {
	margin:auto;
	width:802px;
	margin-top: 30px;
}
#border2 {
	text-align: center;
	border:1px solid rgb(91,5,6);
	background-color: rgb(255, 255, 255);
}
#border2 #search {
	text-align: center;
	margin-top:10px;
	margin-bottom:20px;
}
#border2 #search input {
	width:150px;
}
#border2 #search #bildsuche.active {
	color:#000000;
}
#border2 #search #bildsuche.inactive {
	color:#999999;
}
#border2 #expl {
	width:450px;
	margin:auto;
	text-align:left;
	font-size:13px;
	color:rgb(91,5,6);
	margin-bottom:20px;
}
#border2 #expl div {
	width:450px;
	text-align:center;
	font-weight:900;
	margin-bottom:20px;
}
#border2 #ad_banner {
	width:580px; 
	text-align:right; 
	margin:auto;
}
#border2 #kleinanzeigen {
}
#border2 hr {
	border-width: 0;
	height: 2px;
	color: rgb(222,222,222);
	background-color: rgb(200,200,200);
	width: 500px;
	margin-bottom:20px;
}
#border2 hr.imgtop {
	border-width: 0;
	height: 2px;
	color: rgb(222,222,222);
	background-color: rgb(200,200,200);
	width: 580px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#border2 #kleinanzeigen_text {
	clear:both;
	margin: 10px 120px 30px 120px;
	color:rgb(33,33,33);
}
#footer {
	text-align: right;
	color: rgb(222,222,222);
	font-size: 11px;
}
#footer a {
	color:rgb(222,222,222);
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}