@charset "UTF-8";
/* Main Structure, master backgrounds, etc. */ * {
	margin: 0px;
	padding: 0px;
}

/* image-replacement --- Versteckt den Text wenn (sowie eigentlich immer) CSS aktiviert ist */
.image-replacement {
	text-indent: -200em;
	overflow: hidden;
}

/* float-restore --- stellt den normalen Element-Fluss wieder her */
.float-restore {
	margin: 0;
	padding: 0;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/* Definitionen zum body */
body {
	background-color: #e5e5e5;
}

img {
	border: none;
}

/* Definitionen zum Layout */
p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #434343;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	color: #434343;
	margin-top: 20px;
	margin-bottom: 20px;
}



hr {
	border-bottom: #666666 1px solid;
	width: 720px;
}

#master-of-all {
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	background-image: url(../img/element/bg_main.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#header-container {
	width: 970px;
	height: 100px;
}

#logo-container {
	width: 255px;
	height: 110px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
	background-position: 0px -0px;
	float: left;
}

.home-link {
	display: block;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 220px;
	height: 60px;
}

.small {
	font-size: 9px;
	margin-top: 20px;
}

#breadcrumb-container {
	width: 700px;
	overflow: hidden;
	height: 56px;
}

#button-hero-bestellen {
	z-index: 100;
	position: absolute;
	top: 358px;
	left: 370px;
}

#button-hero-mehr {
	z-index: 100;
	position: absolute;
	top: 370px;
	left: 520px;
}

#button-teaser-left-bestellen {
	z-index: 101;
	position: absolute;
	top: 690px;
	left: 420px;
}

#button-teaser-left-mehr {
	z-index: 101;
	position: absolute;
	top: 702px;
	left: 280px;
}

#button-teaser-right-bestellen {
	z-index: 102;
	position: absolute;
	top: 690px;
	left: 760px;
}

#button-teaser-right-mehr {
	z-index: 102;
	position: absolute;
	top: 702px;
	left: 622px;
}

.bt-bestellen {
	cursor: pointer;
	height: 44px;
	width: 160px;
	border-style: none;
	color: #000;
	text-align: center;
	font: bold 12px Verdana, sans-serif;
	background-color: transparent;
	background-position: -426px -504px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
}

.bt-bestellen:hover {
	height: 44px;
	width: 160px;
	background-position: -587px -504px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
}

button.bt-weiter {
	cursor: pointer;
	height: 44px;
	width: 160px;
	border-style: none;
	color: #000;
	text-align: center;
	font: bold 12px Verdana, sans-serif;
	background-color: transparent;
	background-position: -426px -461px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
}

button.bt-weiter:hover {
	height: 44px;
	width: 160px;
	background-position: -587px -461px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
}

.bt-mehr {
	cursor: pointer;
	height: 20px;
	width: 160px;
	border-style: none;
	color: #000;
	text-align: center;
	font: bold 12px Verdana, sans-serif;
	background-color: transparent;
	background-position: -426px -549px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
}

.bt-mehr:hover {
	height: 20px;
	width: 160px;
	background-position: -587px -549px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
}

.hero-big .bt-bestellen {
    left: 75px;
    top: 220px;
}

.hero-big .bt-mehr{
    left: 245px;
    top: 232px;	
}

.hero-teaser .bt-bestellen{
	left:32px;
	top:235px;
}

.hero-teaser .bt-mehr{
    left: 175px;
    top: 247px;
}

#main-menu-container {
	width: 300px;
	height: 44px;
	float:left;
}

#main-suche-container {
	width: 240px;
	height: 44px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
	background-position: 0px -110px;
	float: left;
	margin-top: 34px;
	margin-right: 10px;
	margin-left: 0px;
}

#left-menu-container {
	width: 254px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	display:inline;
}

#left-menu-top, #left-menu-bot {
	width: 220px;
	height: 17px;
}

#left-menu-top {
	background-image: url(../img/element/bg_left-menu-top.png);
	background-repeat: no-repeat;
}

#left-menu-bot {
	background-image: url(../img/element/bg_left-menu-bot.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#left-menu-content {
	width: 220px;
	background-image: url(../img/element/bg_left-menu.png);
	background-repeat: repeat-y;
	padding-left: 14px;
	padding-right: 10px;
}

#hero-master-container {
	position: relative;
	height: 286px;
	width: 970px;
	background-image: url(../img/element/bg_hero-box-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper {
	width: 1000px;
	overflow: hidden;
	margin-bottom: 20px;
}

#content-container {
	width: 720px;
	float: left;
	margin-top: 25px;
	margin-left: -3px;
	overflow: hidden;
}

#content-container p a {
	color:#434343;
	text-decoration:underline;
}

#content-container p  a:hover {
	color:#ff8800;
	text-decoration:none;
}

#content-container h1 {
	font-size: 22px;
	color: #ff8800;
	line-height: 1.5;
}

div.hero-big {
	width: 730px;
	height: 320px;
	position: relative;
}

div.hero-teaser {
	width: 340px;
	height: 300px;
	float: left;
	position: relative;
}

div.content-text-container {
	width: 720px;
	margin-left: 16px;
}

div.content-text-teaser {
	width: 460px;
	float: left;
	margin-bottom: 20px;
}

div.content-detail {
	width: 580px;
}

div.content-detail ul li {
	list-style-position: inside;
	list-style-image: url(../img/icon-button/list.png);
	list-style-type: disc;
	margin-bottom: 5px;
}

div.content-text ul li {
	list-style-position: inside;
	list-style-image: url(../img/icon-button/list.png);
	list-style-type: disc;
}

div.content-text-container h1 {
	font-size: 22px;
	color: #ff8800;
	line-height: 1.5;
}

div.content-text-container h2 {
	font-size: 16px;
	color: #ff8800;
}

div.content-text-teaser p a, div.content-text-teaser p a:link, div.content-text-teaser p a:visited, div.content-text-teaser p a:active {
	line-height: 1.5;
	text-decoration: underline;
	color: #434343;
}

div.content-text-teaser p a:hover {
	line-height: 1.5;
	text-decoration: none;
	color: #ff8800;
}

div.content-img {
	float: right;
	width: 200px;
	margin: 3px;
	padding: 3px;
}

#subhero-content-03 {
	width: 290px;
	margin: 8px 0px 0px 14px;
	padding: 8px 0px 0px 14px;
	float: left;
	display: inline;
	float: left;
}

#subhero-green-banner {
	z-index: 100;
	position: absolute;
	left: 809px;
	top: 432px;
}

#teaser-container {
	width: 970px;
	height: 820px;
	float: left;
	background-image: url(../img/element/bg_teaser-complete.gif);
	background-repeat: no-repeat;
}

/* Footer  */
#footer-container {
	width: 100%;
	height: 250px;
	overflow: hidden;
	float: left;
	background-image: url(../img/element/bg_footer.gif);
	background-repeat: repeat-x;
}

#footer-container-content {
	width: 970px;
	position: relative;
	left: 50%;
	margin-left: -485px;
	padding-top: 32px;
}

div.footer-links {
	width: 600px;
	float: left;
	margin-left: 10px;
}

div.footer-links li {
	list-style: none;
	list-style-type: none;
	padding-bottom: 5px;
	color: #cccccc;
	float: left;
}

div.footer-links li a, div.footer-links li a:link, div.footer-links li a:active {
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div.footer-links li a:hover {
	color: #ff8800;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	text-decoration: underline;
}

div.copyright {
	float: right;
	width: 200px;
	height: 70px;
	margin-top: 40px;
	background-position: -426px -610px;
	background-image: url(../img/menu/menu-multi.png);
	background-repeat: no-repeat;
	display: block;
}

div.copyright p {
	font-size: 9px;
	color: #999;
}

div.copyright p a {
	font-size: 11px;
	color: #999;
	font-weight: bold;
}

.page-links ul li {
	list-style: none;
	list-style-type: none;
	float: left;
	padding-right: 7px;
}

div.page-links {
	width: 300px;
	color: #4b4b4d;
	top: 230px;
	left: 650px;
	position: absolute;
	z-index: 100;
}

.no-border {
	border: none;
}

.gallery {
	overflow: hidden;
	width: 360px;
	height: 250px;
	position: relative;
}

.gallery ul li {
	position: absolute;
	list-style: none;
}

.thumbs {
	float: left;
	margin-top: 10px;
	overflow: hidden;
	width: 330px;
}

.thumbs ul {
	overflow: hidden;
}

.thumbs ul li {
	float: left;
	margin-right: 5px;
	list-style: none;
}

.prev, .next {
	float: left;
	padding-top: 5px;
}

table {
	width:100%;
	border:1px solid #999;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	}

tr.first, tr {background-color:#eee;}
td {padding:5px;}