/* STANDARDS */

body {
	background: #000000;
	background-repeat: repeat-y;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0px;
	color: #bfbcbc;
}

img {
	border: 0px;
}

div {
	font-size: 11px;
	line-height: 14px;
}

i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a: hover {
	color: #ff0000;
	text-decoration: underline;
}

.loginbutton {
	border: 0px;
	margin: 10px 0 10px 495px;
}


/* STANDARD BOX LAYOUT */


.kopfrahmen{
	width: 770px;
	height: 165px;
	position: relative;
	top:10px;
	left:10px;
	background: #000000;
}

.contentrahmen {
	width: 770px;
	background: #000000;
	margin: 0 0 0 0;
	position: absolute;
	left: 10px;
	top: 175px;
}



/* SEITENKOPF */

.b2bheader {
	width: 100%;
	height: 5px;
	text-align: right;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}

.b2bheader a,.b2bheader a: hover {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #222222;
	margin: 0 15px 0 0;
}

.b2bheader a: hover {
	text-decoration: underline;
}

.logoheader {
	width: 100%;
	height: 60px;
	background: #464646 url('../bilder/elemente/background_kopf.gif');
	background-repeat: repeat-x;
}

.siteheader {
	top: 10px;
	width: 100%;
	height: 80px;
	float: left;
	background: #000000;
}


.eckekopfrechtsoben {
	width: 5px;
	height: 5px;
	background: url('../bilder/elemente/ecke_kopf_ro.gif');
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}


.logobox {
	width: 274px;
	height: 50px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0;
}

.loginbox {
	position:absolute;
	top:7px;
	right:10px;
	font-size: 10px;
	color: #bfbcbc;
	text-align: right;
}

.loginbox a, .loginbox a: hover {
	color: #bfbcbc;
	margin: 0 0 0 5px;
}

.sucherahmen { /* grafische umrahmung des suche-inputs */
	background: url('../bilder/elemente/background_input.gif');
	width: 250px;
	height: 26px;
	position: absolute;
	top: 12px;
	left: 305px;
}

.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: 12px;
	left: 555px;
}

.poweredbyBOX {
	width: 162px;
	height: 20px;
	position: absolute;
	top: 34px;
	left: 595px;
	background: url('../bilder/elemente/logopoweredby.gif');
	background-repeat: no-repeat;
}


/* WARENKORB */

.loginname {
	position: absolute;
	top: 0px;
	left: 10px;
	color: #ffffff;
	font-size: 10px;
	width: 150px;
	line-height: 12px;
}

.warenkorbrahmen {  /* groesse und hintergrund des warenkorbs */
	width: 160px;
	height: 850px;
	background: url('../bilder/elemente/background_warenkorb.gif');
	background-repeat: no-repeat;
	position:absolute;
	left:0;
	top:60px;
}

.warenkorbholder { /* innere ausrichtung des warenkorbs */
	position: absolute;
	top: 33px;
	left: 10px;
	color: #FFFFFF;
	font-size: 10px;
	width: 150px;
	height: auto;
}

.warenkorbholder img {
	vertical-align: middle;
	margin-left: 12px;
}

.warenkorbholder a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.warenkorbholder a: hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

/* STANDARD FOOTER */

.footer {
	width: 100%;
	height: 50px;
	background: #000000;
	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: #1a1a1a;
	background-repeat: repeat-x;
}

.fussabschluss {
	width: 770px;
	height: 17px;
	position: relative;
	background: #1a1a1a;
}

.fussfuss {
	width: 770px;
	height: 4px;
	background: url('../bilder/elemente/background_fussfuss.gif');
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}





