/* html, body */
HTML, BODY
				{
				background:#f5f4ee url(../images/bg_white.jpg) 0px 0px repeat-x;
				}

/* default */
* 				{	padding:0px; margin:0px; text-align:left; font-family:Tahoma,Arial,Verdana; font-size:11px; color:#FFF; font-weight:normal; text-decoration:none;	}

a				{	color:#625c46; text-decoration:none;outline:none;	}
a:Hover  		{	color:#000;	}

select
				{
				width:100%;
				background-color:#000;
				color:#FFF;
				border: 1px solid #fff393;
				padding:1px;
				}

/* main */
#id_main
				{
				position: relative;
				width:900px;
				left:50%;
				margin-left: -450px;
				text-align:center;
				height:115px;
				z-index:50;
				}
				
/* header */
#id_header
				{
				width:900px;
				height:115px;
				background: url(../images/header_white.jpg) 0px 0px no-repeat;
				text-align:center;
				}
				
#id_header #id_location form
				{
				text-align:center;
				}
				
#id_header #id_location form select
				{
				width:120px;
				background-color:#f6f2e7;
				color:#625c46;
				}
				
#id_header #id_location form select option
				{
				color:#625c46;
				}
				
/* newsletter */
#id_newsletter
				{
				position: absolute;
				float:left;
				width:400px;
				height:140px;
				background: url(../images/newsletter_bg_white.png) 0px 0px no-repeat;
				z-index:98;
				}
				
#id_newsletter #id_angebote_link
				{
				position: absolute;
				margin-top:28px;
				margin-left:10px;
				}
				
#id_newsletter #id_newsletter_link
				{
				position: absolute;
				display:block;
				margin-top:77px;
				margin-left:176px;
				}
				
#id_newsletter #id_newsletter_link .active
				{
				color:#000;
				}
				
/* metanavi */
#id_metanavi
				{
				position: absolute;
				right:0px;
				z-index:99;
				}
				
#id_metanavi ul
				{
				list-style:none;
				margin-top:77px;
				margin-right:10px;
				}
				
#id_metanavi ul li
				{
				float:left;
				margin-right:10px;
				}
				
#id_metanavi ul li .active
				{
				color:#000;
				}
				
/* footer */
#id_footer
				{
				position: relative;
				height:210px;
				background: url(../images/footer_bg_white.jpg) 0px 0px repeat-x;
				text-align:center;
				}
