﻿@charset "utf-8";

@font-face {
	font-family: 'ArchivoNarrowBold';
	src: url('../styles/fonts/archivonarrow-bold.eot');
	src: url('../styles/fonts/archivonarrow-bold.eot?#iefix') format('embedded-opentype'), url('../styles/fonts/archivonarrow-bold.woff') format('woff'), url('../styles/fonts/archivonarrow-bold.ttf') format('truetype'), url('../styles/fonts/archivonarrow-bold.svg#webfont') format('svg');
}

@font-face {
	font-family: 'ArchivoNarrowRegular';
	src: url('../styles/fonts/archivonarrow-regular.eot');
	src: url('../styles/fonts/archivonarrow-regular.eot?#iefix') format('embedded-opentype'), url('../styles/fonts/archivonarrow-regular.woff') format('woff'), url('../styles/fonts/archivonarrow-regular.ttf') format('truetype'), url('../styles/fonts/archivonarrow-regular.svg#webfont') format('svg');
}

body {
	font-family: 'ArchivoNarrowRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	background-image: url(../bilder/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg_layout {
}

.bg_banner {
}

.bg_footer {
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../bilder/bg_footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: left;
	float: none;
	height: 100px;
	position: relative;
}

.bg_footer-menue {
	height: 25px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	width: 970px;
}

	.bg_footer-menue a {
		font-size: 100%;
		color: #707675;
		text-decoration: underline;
	}

		.bg_footer-menue a:hover {
			color: #000000;
		}

#frmWKSortierung .Daten-Zelle, #frmWKSortierung .Daten-ZelleRechts {
	font-size: 14px;
}

#warenkorb-positionen .Text-Small, #warenkorb-positionen .Text-Normal, #warenkorb-positionen .Daten-Zelle {
	font-size: 14px;
}