	/* STANDARDS */

body {
	background: #ffffff url('../bilder/elemente/background_kopf.gif') no-repeat 10px top;
	font-family: Tahoma, Arial, sans-serif;
	margin:0px;
}

img {
	border: 0px;
}

div {
	font-size:11px;
	line-height: 14px;
}

i {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666666;
}

a {
	color:#CC6600;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

.loginbutton {
	border:0px;
	margin:10px 0 10px 495px;
}


/* STANDARD BOX LAYOUT */


.kopfrahmen{
	width: 770px;
	height: 165px;
	position: absolute;
	top:25px;
	left:10px;
	background: #ffffff;
	background: none;
}

.contentrahmen {
	width: 770px;
	background: #ffffff;
	margin: 0 0 0 0;
	position: absolute;
	left: 10px;
	top: 190px;
	background: none;
}



/* SEITENKOPF */

.b2bheader {
	width: 765px;
	height: 15px;
	text-align: right;
	position:absolute;
	visibility:visible;
	top: 5px;
	left: 10px;
}

.b2bheader a,.b2bheader a:hover {
	font-weight:normal;
	font-size:10px;
	text-decoration:underline;
	color:#CC6600;
	margin: 0 15px 0 0;
}

.b2bheader a:hover {
	text-decoration:none;
}

.logoheader {
	width: 770px;
	height: 60px;
	background: #dc2b19 url('../bilder/elemente/background_kopf.gif');
	background-repeat: repeat-x;
	visibility:visible;
	overflow:visible;
	background: none;

}

.siteheader {
	top: 10px;
	width: 100%;
	height: 80px;
	float: left;
	background:#ffffff;
	background: none;
}

.eckekopfrechtsoben {
	width: 5px;
	height: 5px;
	background: url('../bilder/elemente/ecke_kopf_ro.gif');
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	display: none;
}

.logobox {
	width: 138px;
	height: 63px;
	margin: 0;
	position: absolute;
	top: -15px;
	left: 10px;
}

.loginbox {
	position:absolute;
	top:-19px;
	right:235px;
	font-size: 10px;
	color: #000000;
	text-align: right;
	z-index: 77;
}
.loginbox a, .loginbox a:hover {
	color: #CC6600;
	margin:0 0 0 15px;
	text-decoration: underline;
}

.loginbox a:hover {
	text-decoration: none;
}

.sucherahmen { /* grafische umrahmung des suche-inputs */
	background: url('../bilder/elemente/background_input.gif');
	width: 250px;
	height: 26px;
	position: absolute;
	top: 5px;
	left: 445px;
}

.sucheinput { /* der knopf zum suchen */
	width:230px;
	font-size:12px;
	border:0px;
	background:#ffffff;
	margin:3px 0 3px 10px;
	padding:3px 0 0 3px;
	font-size:11px;
}

.suchebutton {
	width: 65px;
	height: 26px;
/*
	text-align: top;
*/
	position: absolute;
	top: 5px;
	left: 695px;
}

.poweredbyBOX {
	width: 162px;
	height: 20px;
	position: absolute;
	top: 35px;
	left: 595px;
	background: url('../bilder/elemente/logopoweredby.gif');
	background-repeat: no-repeat;
	z-index: 66;
}


/* WARENKORB */

.loginname {
	position: absolute;
	top: 0px;
	left: 10px;
	color: #000000;
	font-size: 10px;
	width: 150px;
	line-height: 12px;
}
.warenkorbrahmen {  /* groesse und hintergrund des warenkorbs */
	width: 160px;
	height: 95px;
	background: url('../bilder/elemente/background_warenkorb.gif');
	background-repeat: no-repeat;
	position:absolute;
	left:0;
	top:55px;
	background: none;
}

.warenkorbholder { /* innere ausrichtung des warenkorbs */
	position: absolute;
	top: 33px;
	left: 10px;
	color: #000000;
	font-size: 10px;
	width: 150px;
	height: auto;
}

.warenkorbholder img {
	vertical-align:middle;
	margin-left:3px;
}

.warenkorbholder a {
	text-decoration:underline;
	color: #CC6600;
	font-weight:bold;
}

.warenkorbholder a:hover {
	text-decoration:none;
	color: #CC6600;
	font-weight:bold;
}





/* STANDARD FOOTER */

.footer {
	width:100%;
	height:50px;
	background:#ffffff;
	float:left;
}

.fussgrenze {
	width:570px;
	height: 10px;
	left:180px;
	position:relative;
	background: url('../bilder/elemente/line.gif');
	background-repeat: repeat-x;
}

.fusscontent {
	width:570px;
	height: 21px;
	left:180px;
	position:relative;
}

.fusscontent a, .fusscontent a:hover {
	margin-right:10px;
}

.fussschatten {
	width:770px;
	height: 9px;
	background: #dcdcdc url('../bilder/elemente/background_fussschatten.gif');
	background-repeat: repeat-x;
}

.fussabschluss {
	width:770px;
	height: 17px;
	position:relative;
	background:#dcdcdc;
}

.fussfuss {
	width:770px;
	height: 4px;
	background: url('../bilder/elemente/background_fussfuss.gif');
	background-repeat: no-repeat;
}





