/* LAYOUT */
#container
{
	position:relative;
	width:900px;
	margin:0 auto 0 auto;
	padding:0;
	background:#99CCFF;
}
#head 
{
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#head #animigif
{
	position:absolute;
	top:111px;
	left:312px;
	float:left;
	width:368px;
	height:30px;
}
#head #stadttelefon
{
	position:absolute;
	top:50px;
	left:300px;
	float:left;
	width:350px;
	height:90px;
}
#main
{
	position:relative;
	margin:0;
	padding:20px 0 0 0;
	overflow:hidden;
}

/* linke Spalte */
#content-left,
#main #main-left
{
	position:relative;
	width:180px;
	float:left;
}
#content-left-top
{
	margin:0 0 0 20px;
}
#content-left
{
	margin:0 0 20px 20px;
}
#content-left-bottom
{
	margin:0 0 0 20px;
}



/* mittlere Spalte */
#main-center
{
	position:relative;
	width:677px;
	float:left;
	margin:0;
}
#inner
{
	min-height:455px;
	margin:0 0 0 20px;
	border-left:1px solid #ffffff;
}
#teaser
{
	background:url(../images/bgs/bg-right.gif) repeat-y 670px 0;
}
#content-top
{
	margin:0 0 0 30px;
}
#content
{
	position:relative;
	width:650px;
	float:left;	
}
#inner #content
{
	margin:0 0 0 30px;
}
#teaser #content
{
	margin:0 0 0 20px;
}
#content-right
{
	position:relative;
	width:205px;
	float:right;
	right:25px;
	border-top:1px solid #ffffff;
}


/* Footer */
#page_foot
{
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}
#page_foot #foot_left
{
	position:relative;
	width:180px;
	float:left;
	height:40px;
}
#page_foot #foot_right
{
	position:relative;
	height:40px;
	width:660px;
	float:left;
	margin:0 0 0 20px;
	
	text-align:center;
}

