/*
Author: Jürgen Pemsel, P3 Concept :: Media Design
Website:  opitz.p3-concept.com
Version: 1.0
Datum: 04.06.2010
*/

/**************************************************************/
/* outerContainer */
/**************************************************************/
div#outerContainer {
	margin-left:-980px;
}


/**************************************************************/
/* leftBottom */
/**************************************************************/
div#leftBottom {
	background:none;
}


/**************************************************************/
/* headerContainer */
/**************************************************************/
div#headerContainer {
	background: none;
}


/**************************************************************/
/* metaContainer */
/**************************************************************/
div#metaContainer {
	display: none;
}



/**************************************************************/
/* row1Container */
/**************************************************************/
div#row1Container {
	background: none;
}

/**************************************************************/
/* row2Container */
/**************************************************************/
div#row2Container {
	background: none;
}

/**************************************************************/
/* textContainer */
/**************************************************************/
div#textContainer {
	background: none;
}

/**************************************************************/
/* optTextContainer */
/**************************************************************/
div#optTextContainer {
	background: none;
}

/**************************************************************/
/* footerContainer */
/**************************************************************/
div#footerContainer {
	background: none;
}

/**************************************************************/
/* footerContent */
/**************************************************************/
div#footerContent {
	background:url(/fileadmin/images/bg-footer-welcome.jpg) top left no-repeat;
}


/**************************************************************/
/* mainNavigation */
/**************************************************************/
div#mainNavigation {
	color: #222;
	background: none;
}
div#mainNavigation a {
	color: #222;
}
div#mainNavigation a:hover {
	color: #000;
}

/**************************************************************/
/* subNavigation */
/**************************************************************/
div#subNavigation {
	background: none;
}

div#sloganNavigation {
	color: #222;
	background: none;
}

/**************************************************************/
/* fillerNavigation */
/**************************************************************/
div#filler1Navigation {
	background: none;
}

div#filler2Navigation {
	background: none;
}



