
/* NUR FUER FARBEN UND HINTERGRUENDE */
/* DER REST ALLES IN STYLESHEET.CSS */

/* KOPF */

#kopf {
	background-image:url(img_new/en/orange5/kopf/header_start.jpg); 
	background-repeat:no-repeat;
	height: 220px;
}

/* SUCHE */

#suche {
	width: 154px;	
	height: 106px;
	background-image:url(img_new/en/orange5/suche/box_150_siesuchen.jpg);
}

/* NAVIGATION */

#navihead {
	height: 45px; 
	background-image:url(img_new/en/orange5/navi/header_navi.jpg);	
}

.navibuttons {
	background-image:url(img_new/en/orange5/navi/button_navi.jpg); 
	background-position: bottom; 
	background-repeat: no-repeat;
}

.navibuttonshover {
	background-image:url(img_new/en/orange5/navi/button_navi_hover.jpg); 
	background-position: bottom; 
	background-repeat: no-repeat;
}

span.menue a {
	color: #6F6F6F;
}

span.menue a:hover {
	color: #6F6F6F;
}

#navibottom {
	height: 41px; 
	background-image:url(img_new/en/orange5/navi/unten_navi.jpg);
}


/* INFONAVI */

#infohead {
	height: 45px; 
	background-image:url(img_new/en/orange5/navi/header_info.jpg);
}

/* BOXEN UNTEN */

.boxuntenhead {
	height: 13px; 
	background-image: url(img_new/en/orange5/unterebox/box_300_oben.jpg);
}

.boxuntencenter {
	background-image: url(img_new/en/orange5/unterebox/box_300_mitte.jpg);
}

.boxuntenbottom {
	height: 32px; 
	background-image: url(img_new/en/orange5/unterebox/box_300_unten.jpg);
}

/* LOGIN */

#loginhead {
	height: 33px;
	background-image:url(img_new/en/orange5/kundenlogin/box_150_kundenlogin.jpg);
}

#warenkorb {
	height: 50px;
	background-image: url(img_new/en/orange5/kundenlogin/warenkorb.jpg);
}

#warenkorbhover {
	height: 50px;
	background-image: url(img_new/en/orange5/kundenlogin/warenkorb_hover.jpg);
}

/* FOOTER */

#footer {
	height: 56px;
	background-image: url(img_new/en/orange5/fusszeile/fusszeile.jpg);
	margin: 0px;
	padding: 0px;
}

/* NEU IM SHOP */

.neuimshophead {
	height: 41px; 
	background-image: url(img_new/en/orange5/rechtebox/box_150_neuimshop.jpg);
}

.neuimshopcenter {
	background-image: url(img_new/en/orange5/rechtebox/box_150_mitte.jpg);
	background-repeat: repeat-y;
}

.neuimshopbottom {
	height: 48px; 
	background-image: url(img_new/de/standard/rechtebox/box_150_unten.jpg);
}

.neuimshopbottomlast{
	height: 48px; 
	background-image: url(img_new/alllang/box_150_unten_eckig.jpg);
}

/* KATEGORIEN */
#category {
	height: 40px; 
	background-image:url(img_new/en/orange5/hauptbox/box_600_rubriken.jpg);
}

#categorymitte {
	background-image: url(img_new/en/orange5/hauptbox/box_600_mitte.jpg);
}

#categorybottom {
	height: 14px; 
	background-image: url(img_new/en/orange5/hauptbox/box_600_unten.jpg);
}

/* CATEGORY OVERVIEW VORSICHT MIT S */ 

#products {
	height: 40px; 
	background-image:url(img_new/en/orange5/hauptbox/box_600_rubriken.jpg); 
}

#productsmitte {
	background-image: url(img_new/en/orange5/hauptbox/box_600_mitte.jpg);
}

#productsbottom {
	height: 14px; 
	background-image: url(img_new/en/orange5/hauptbox/box_600_unten.jpg);
}

/* PRODUCT OVERVIEW VORSICHT OHNE S */

#product {
	height: 40px; 
	background-image:url(img_new/en/orange5/hauptbox/box_600_rubriken.jpg); 
}

#productmitte {
	background-image: url(img_new/en/orange5/hauptbox/box_600_mitte.jpg);
}

#productbottom {
	height: 14px; 
	background-image: url(img_new/en/orange5/hauptbox/box_600_unten.jpg);
}


/* BUY BUTTON */

.buynow {
	background-image: url(img_new/en/orange5/kaufen/kaufen.jpg);
}

.buynowhover {
	background-image: url(img_new/en/orange5/kaufen/kaufen_hover.jpg);
}

/* MIET BUTTON */

.mietmich {
	padding-top: 4px;
	text-decoration: none;
	color: white;
    display: block;
    height: 27px; 
    width: 111px;
    text-align: center;
    vertical-align: middle;
	background-image: url(img_new/en/orange5/ausleihen/ausleihen_leer.jpg);
	background-repeat: no-repeat;
}

.mietmichhover {
	padding-top: 4px;
	text-decoration: none;
	color: white;
    display: block;
    height: 27px; 
    width: 111px;
    text-align: center;
    vertical-align: middle;
	background-image: url(img_new/en/orange5/ausleihen/ausleihen_leer_hover.jpg);
	background-repeat: no-repeat;
}


/* STARTSEITE */
a.catlink {
	text-decoration: none;
	color: #595959;
	font-size: 12px;
}
