/* ############################################################################################################ */
/*		da alle html-elemente auf null gesetzt wurden, müssen sie ggf. neu ausgerichtet werden		*/
/* ############################################################################################################ */


/* mit dem element werden alle innen- und außenabstände aller html-elemente auf null gesetzt  */

html 
	{ height:100%; }

body 
	{ margin:0; padding:0; position:relative; width:100%; height:100%; background:#1C1C00; }

img 
	{ border:0px solid; }

input, textarea, select
	{ background-color:#ffffff; border:1px #000000 solid; font-family:Verdana; font-weight:normal; color:#000000; }

select, input 
	{ font-size:11px; }

.clear
	{ clear:both; }
	
/* grundgerüst */

#index
	{ position:relative; width:100%; height:auto !important; /* real browsers */ height:100%; min-height:100%; /* real browsers */ margin:0 auto; background:#1C1C00 url(../../../images/layout/tuning_nav_bg.jpg) repeat-y; }

#header_bg
	{ width:100%; height:113px; background:url(../../../images/layout/tuning_header_pixel.jpg) repeat-x; }

#header
	{ width:777px; height:113px; background:url(../../../images/layout/tuning_header.jpg) no-repeat; }

#navigation
	{ float:left; width:202px; margin-bottom:24px; }

#nav_top
	{ width:195px; height:16px; background:url(../../../images/layout/tuning_nav_top.jpg) no-repeat; }

#nav
	{ width:174px; height:23px; background:url(../../../images/layout/tuning_nav.jpg) no-repeat; }

.nav_content
	{ width:174px; color:#000000; background-color:#F6F800; }

#nav_goshop
	{ width:174px; height:90px; background-color:#F6F800; }

#nav_shop
	{ width:202px; height:23px; background:url(../../../images/layout/tuning_shop.jpg) no-repeat; }

#nav_account
	{ width:174px; height:23px; background:url(../../../images/layout/tuning_account.jpg) no-repeat; }

#nav_basket
	{ width:174px; height:23px; background:url(../../../images/layout/tuning_basket.jpg) no-repeat; }

#nav_helpinfo
	{ width:174px; height:23px; background:url(../../../images/layout/tuning_helpinfo.jpg) no-repeat; }

#nav_kontakt
	{ width:174px; height:31px; background:url(../../../images/layout/tuning_kontakt.jpg) no-repeat; }

#content
	{ float:left; width:625px; margin-bottom:24px; }

#footer_bg
	{ position:absolute; bottom:0; /* stick to bottom */ width:100%; height:24px; background:url(../../../images/layout/tuning_footer_pixel.jpg) repeat-x; }

#footer
	{ width:777px; height:24px; background:url(../../../images/layout/tuning_footer.jpg) no-repeat; }

a.goshop, a.goshop:link, a.goshop:visited, a.goshop:active, a.goshop:hover
	{ display:block; width:174px; height:90px; background:url(../../../images/layout/tuning_goshop.jpg) no-repeat; }

.xpartner, a.xpartner:link, a.xpartner:visited, a.xpartner:active {
	color: #000;
}

.xpartner:hover {
	color: #c90000;
}