* ------------------------------------------------------------------- 
	Generelle Styles
---------------------------------------------------------------------- */
.clearLeft{ clear:left; }
.clear{ clear:both; }
.clearRight{ clear:right; }
body{
    margin:0;
    padding:0;
	top:0;
	left:0;
	background-color:#FFFFFF;
	background-image:url(../images/bg_head.jpg);
	background-repeat:repeat-x;
}
h2, h3 {
	margin-top: 0;
}
p {
	margin-top:0;
}
img {

	padding: 5px 5px 5px 5px;

}
/* ------------------------------------------------------------------- 
	Kopfbereich // Logo // Lokalisation
---------------------------------------------------------------------- */
#head {
	background-image:url(../images/banner_liesis_heartplace.jpg);
	background-repeat:no-repeat;
	width:1040px;
	height:268px;
}

/* ------------------------------------------------------------------- 
	Layoutspalten // Footer
---------------------------------------------------------------------- */
#content {
	margin: 20px 220px 20px 220px;
	padding: 0px 20px 0px 20px;
	min-height: 250px;
	}
#inhalt{
	margin-left: 190px;
	margin-bottom: 20px;
}

#teaser{
	float: left;
	width: 180px;
	margin-top: 30px;
}
	
#links {
	position: absolute;
	width: 220px;
	top: 260px;
	left: 10px;
	padding: ;
}
#rechts {
	position: absolute;
	width: 190px;
	top: 260px;
	right: 10px;
	padding: ;
}
#footer{
	margin: 10px;
	border-top:#003399 1px solid;
	border-bottom: #003399 1px solid;
}
#sprache{
	margin: 10px;
}