/* @group Allgemeine Definitionen */

/* @group Seite */

body
{	
	background: white;
}

div#site
{
	width: 714px;
	background: none;
}

/* @end */

/* @end */

/* @group Kopfbereich */

div#head 
{
    display: none;
}

div#subnav 
{
    display: none;
}

div#breadCrumbs {
    display: none;
}

div#contentFlashTeaser {
    display: none;
}

div#startFlashTeaser {
    display: none;
}

div#homeFlashTeaser {
    display: none;
}

div#quickfinder {
    display: none;
}

/* @end */

/* @group Hauptbreich */

div.main 
{
	clear: both;
	width: 674px;
	padding-top: 21px;
}

/* @group Inhalt */

div.content
{
	margin: 0 0 0 20px;
}

*html div.content /* IE 6 Hack */
{
	margin-left: 20px;
}

/* @group Rechte Spalte */

div.content div.rightCol 
{
	float: right;
	width: 222px;
}

/* @end */

/* @end */

/* @end */

/* @group FuĂ?bereich */

div#footer 
{
	margin: 20px;
}

/* @end */