body#home {
	background-image: url(../images/bg/home.jpg);
	}
body#home div#content {
	border-top: solid 1px blue;
	border-bottom: solid 1px blue;	
	min-height: 30px;
	height: 30px;  
	margin-left: 50px; 	
	padding: 0px;
}
* html body#home div#content {
	height: 30px;
	padding: 0px;
}
body#home div.teaser {
	display: none;
}
body#home div#footer {
	background-image: none;	
}
body#home div#content_wrapper {
	
	padding-bottom: 30px;
}
* html body#home div#content_wrapper {
	padding-bottom: 0px;
}
body#home div#content h2 {
	display: none;
}
div#mailinglist_teaser {
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	overflow: visible;
	border: none;
	width: 320px;
	display: block !important;
}
