/***************************************************************
*
*          (c) Copyright socialeffect Solutions GmbH
*
*                     www.socialeffect.de
*
*       Individuelle Kommunikations- und Prozesslösungen
*
****************************************************************
*  This copyright notice MUST APPEAR in all copies of the script
***************************************************************/


div.twtr-ft div a,
div.twtr-ft div span {
display: none;	
}


/* @group Layout */

body {
	background: #E5E1DA url(images/layout_page.png) repeat-x top;
}

#outerContentWrap {
	background: transparent url(images/layout_container.png) repeat-y;
}

/* @end Layout */


/* @group Header */

#header {
	background: transparent url(images/layout_header.png) no-repeat top;
}

#headerLogo {
	margin-top: 58px;
}

#headerBottom {
	background: transparent url(images/layout_teaser.png) no-repeat top;
}


/* @group Main Menu */

#mainMenu {
	background: transparent url(images/layout_tab.png) repeat-x left bottom;
}

#mainMenu a {
	color: #FFF;
}

#mainMenu a:hover, #mainMenu a:focus, #mainMenu li.active a {
	text-decoration: none;
	background: transparent url(images/layout_tab_act.png) no-repeat left bottom;
}

/* @end Main Menu */

/* @end Header */


/* @group Footer */

#digestWrap {
	background: transparent url(images/layout_digest.png) repeat-y;
}

#digest {
	color: #F2F0EC;
}

#digest hr {
	border-bottom: 1px solid #F2F0EC;
	color: #F2F0EC;
}

#footer {
	background: transparent url(images/layout_footer.png) no-repeat bottom;
}

#footer, #footer a {
	color: #F2F0EC;
}

/* @end Footer*/

/* @end */
