/***************************************************************/
/* Möbel Bergemann                                             */
/*                                                             */
/* Erstellt von: LEMM Werbeagentur GmbH                        */
/* Erstellt am: 03/2010                                        */
/*                                                             */
/* Hinweis: dieses Stylesheet ist ausschließlich für das       */
/* Aussehen der Website verantwortlich und ist für alle        */
/* gängigen Browser angepasst!                                 */
/*                                                             */
/* ©2010 für http://www.moebel-bergemann.de                    */
/***************************************************************/

body	{
	overflow:-moz-scrollbars-vertical;
	margin:0;
	padding:0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333;
	background-color:#89641b;
}


/*	Pre-Site	*/

#wrapper	{
	width:960px;
	height:535px;
	margin:35px auto 35px auto;
	background:url(../bilder/layout/presite_bg.gif) no-repeat;
	overflow:hidden;
}

#content	{
	width:934px;
	height:509px;
	margin:13px;
	overflow:hidden;
}

#ausgabe	{

}

#footer	{
	width:924px;
	height:25px;
	position:relative;
	bottom:0;
	background-color:#89641b;
	color:#FFF;
	padding:10px 0 0 10px;
}


.logo	{
	width:934px;
	height:335px;
	background:url(../bilder/layout/logo_gross01.gif) no-repeat #e2d4af 220px 30px;
}

.text	{
	width:296px;
	margin:10px auto;
	text-align:center;
	font-size: 10px;
}

.sprachenWahl	{
	width:934px;
	overflow:hidden;
}

.sprache	{
	width:98px;
	height:70px;
	float:left;
	text-align:center;
	margin-left:105px;
}

.sprache img	{
	width:70px;
	height:40px;
	border:0;
}

.copyright	{
	float:left;
}

.footerLinks	{
	float:right;
	padding-right:10px;
}

.footerLinks a	{
	color:#FFF;
	text-decoration:none;
}

.footerLinks a:hover	{
	text-decoration: underline;
}


/*	Allgemeine Klassen	*/

a	{
	text-decoration:none;
	color:#000;
}

a:hover	{
	font-weight: normal;
}

.lClear	{
	clear:left;
}