	/* STANDARDS */

body {
	background: #f5f5f5;
	background-repeat: repeat-y;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin:0px;
}

img {
	border: 0px;
}

div {
	font-size:11px;
	line-height: 14px;
}

i {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

a {
	color:#2e5e8b;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

.loginbutton {
	border:0px;
	margin:10px 0 10px 495px;
}


/* STANDARD BOX LAYOUT */


.kopfrahmen{
	width: 770px;
	height: 165px;
	position: absolute;
	top:25px;
	left:10px;
	background: #ffffff;
}

.contentrahmen {
	width: 770px;
	background: #ffffff;
	margin: 0 0 0 0;
	position: absolute;
	left: 10px;
	top: 190px;
}



/* SEITENKOPF */

.b2bheader {
	width: 770px;
	height: 15px;
	text-align: right;
	position:absolute;
	visibility:visible;
	top: 5px;
	left: 10px;
	color: #666666;
}

.b2bheader a,.b2bheader a:hover {
	font-size:11px;
	margin: 0 0 0 0;
}

.b2bheader a:hover {
	text-decoration:underline;
}

.b2bheader .divider {
	margin: 0 5px 0 5px;
}

.logoheader {
	width: 770px;
	height: 60px;
	background: #dc2b19 url('../bilder/elemente/background_kopf.gif');
	background-repeat: repeat-x;
	visibility:visible;
	overflow:visible;

}

.siteheader {
	top: 10px;
	width: 100%;
	height: 80px;
	float: left;
	background:#ffffff;
}

.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: 207px;
	height: 50px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0;
}

.loginbox {
	position:absolute;
	top:7px;
	right:10px;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
}
.loginbox a, .loginbox a:hover {
	color:#ffffff;
	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 { 
	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;
	position: absolute;
	top: 12px;
	left: 555px;
}

.poweredbyBOX {
	width: 162px;
	height: 20px;
	position: absolute;
	top: 64px;
	left: 600px;
	background: url('../bilder/elemente/logopoweredby.gif');
	background-repeat: no-repeat;
	visibility:visible;
	display: none;
	z-index: 999;
}


/* 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: 95px;
	background: url('../bilder/elemente/background_warenkorb.gif');
	background-repeat: no-repeat;
	position:absolute;
	left:0;
	top:55px;
}

.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;
	background: url('../bilder/buttons/warenkorb_einsehen.png') no-repeat top right;
	padding: 2px 30px 5px 0;
	height: 17px;
}

.warenkorbholder a:hover {
	text-decoration:underline;
	color: #ffffff;
	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;
}




