
body 
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #434343;	
}

#body {
	width: 966px;
	margin: 0px;
	padding: 0px;
}

#body.homepage
{
}
#body.overview-teaser
{
}
#body.overview-no-teaser
{
}
#body.standard-teaser
{
}

#close-box
{
	position: absolute;
	top: 180px;
	left: 700px;
	z-index: 150;
}

#head-wrap-section
{
	clear: both;
	padding-bottom: 19px;
}
#middle-wrap-section
{
	clear: both;
	margin-left: 12px;
}
#footer-wrap-section 
{
	clear: both;
	margin: 30px 0px 0px 12px;
	padding: 4px 10px;
	height: 1%;
	background: url('img/footer_border.jpg') left top repeat-x;
}

/* --------------------------------------------
	Head
   ------------------------------------------- */

#head-wrap-section #head-left-wrap-section
{
	float: left;
	width: 367px;
	margin-right: 2px;
}

#head-wrap-section #head-right-wrap-section
{
	position: relative;
	display: block;
	height: 1%;
	float: right;
	width: 597px;
	
}

#head-wrap-section #head-right-wrap-section #head-right-top-wrap-section
{
	float: right;
	padding: 0px;
	margin: 0px 0px 25px 5px;
}


/* --------------------------------------------
	Navigation Menu
   ------------------------------------------- */

#left-menu-wrap-section
{

	float: left;
	margin: 3px 22px 0px 0px; /*margin-top to get menu with breadcrumb on a line*/
	padding: 0px 0px 0px 0px;
	width: 222px;
	border: 0px;
}

/* --------------------------------------------
	Content
   ------------------------------------------- */

#main-wrap-section
{
	float: left;
	padding: 0px;
	margin: 0px;
}

body.homepage #main-wrap-section 
{
	width: 954px;
}
body.standard-teaser #main-wrap-section
{
	margin-right: 22px;
	width: 466px;
}
body.overview-teaser #main-wrap-section,
body.overview-no-teaser #main-wrap-section
{
	width: 710px;
}


#main-wrap-section #intro-section
{
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#content-section
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
body.homepage #content-section
{
	/*feste Höhe;*/
	margin-bottom: 10px;
}
body.standard-teaser #content-section
{
	float: left;
}
body.overview-teaser #content-section,
body.overview-no-teaser #content-section,
body.standard-teaser #content-section
{
	
	margin-bottom: 22px;
}

body.overview-teaser #main-top-wrap-section
{
}
body.overview-teaser #main-bottom-wrap-section
{
}
body.overview-teaser #main-bottom-wrap-section #main-bottom-content-wrap-section
{
	float: left;
	width: 466px;
}

body.homepage #phone-banner-wrap-section
{
	margin: 0px 0px 10px 0px;
	/*margin: bottom: ...*/
}
body.homepage #phone-banner-wrap-section #phone-wrap-section
{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	/*margin-right: Xpx;*/
	width: 380px;
	margin: 0px;
}

/* --------------------------------------------
	Teaser
   ------------------------------------------- */

#teaser-section
{	
	width: 222px;
	padding: 0px;
	margin: 0px;
}

body.standard-teaser #teaser-section
{
	float: left;
	/*margin-left: 10px; */
}
body.overview-teaser #teaser-section,
body.standard-teaser #teaser-section
{
	float: right;
	margin-top: 3px;
	/*margin-left: 10px; */
}

body.overview-teaser #teaser-section,
body.standard-no-teaser #teaser-section
{
	float: right;
	margin-top: 0.25em;
}

body.homepage #teaser-section
{
	border-top: 1px solid #DFDFDF;
	padding-top: 20px;
	width: 100%;
	clear: both;
	clear: both;
	margin-bottom: 10px;
	/*keine Höhe; // bekommt sie von den einzelnen Teaserboxen
	margin-top: ..
	margin-bottom: ..
	border-top: 1px solid #XXXXXX;
	*/
}

/* --------------------------------------------
	Footer
   ------------------------------------------- */
   

