/*******************************************************************************

	Project		:	FDP Kreisverband Altenburger Land
	Copyright	:	GRIEGER GMBH - www.grieger.de

*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	display: none;
}

/* ### Header ############################################################### */
#header {
	background: #CCCCCC url(fdp-kopfzeile-1.jpg) no-repeat;
}

/* ### Teaser ############################################################### */

#main-teaser {
	background: url(main_teaser.gif) no-repeat;
}

/* ### Start-block Background ################################################# */

#main-block {
	position: absolute;
	background-color: #888999;
	padding-bottom: 40px;
}

* html body #main-block { height: 580px; } /* IE 6 / 5.5 Hack */

/* ### main-block => MainContent ################################################### */

#main-content-block {
	padding-right:20px;
}

/* ### Donate ###################################################################### */

#donate {
	display: none;
}