body, html, img, * {
	padding:0px;
	margin:0px;
	border:0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

body {
	background-color:#ebeacc;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

ul {
	list-style:none;
}

.contenttext a {
	color:#641414;
}

.contenttext img {
	margin:20px;
}

.contenttext ul {
	list-style:disc;
	margin-left:20px;
}

.contenttext ol {
	margin-left:20px;
}

hr{
	height:1px;
	width:100%;
	background-color:#CCCCCC;
	border:0px;
}

input {
	background-color:#eeeeee;
	border:1px solid #CCCCCC;
	padding:5px;
	width:300px;
	font-size:16px;
}

input[type=submit] {
	border:0px;
	padding:5px;
	width:110px;
	border:1px solid #a6a6a6;
}

textarea {
	padding:5px;
	width:300px;
	height:200px;
	resize:none;
	font-size:16px;
	background-color:#eeeeee;
	border:1px solid #CCCCCC;
}

h1 {
	font-size:30px;
	margin-bottom:10px;
	font-weight:normal;
	color:#333333;
}

h2 {
	font-size:25px;
	margin-bottom:10px;
	font-weight:normal;
	color:#333333;
}

h3 {
	margin-bottom:10px;
	font-weight:normal;
	color:#333333;
}

h4 {
	margin-bottom:10px;
	font-weight:normal;
	color:#333333;
}

h5 {
	margin-bottom:10px;
	font-weight:normal;
	color:#333333;
}

#siteleft {
	float:left;
	width:250px;
}

#siteright {
	float:left;
	width:750px;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

#logo {
	float:left;
	text-align:center;
	margin-top:10px;
	width:250px;
}

#navi {
	float:left;
	width:249px;
	background-color:#FFFFFF;
	margin-top:85px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-radius:10px 0px 0px 10px;
}

#navi ul {
	width:230px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#slideheader {
	float:left;
	overflow:hidden;
	width:750px;
	height:200px;
	position:relative;
	border-radius:0 0 15px 15px;
}

#bigheader {
	float:left;
	overflow:hidden;
	width:750px;
	position:relative;
}


#bilder {
	position:relative;
	left:0px;
	z-index:0;
}

#slideheader #bilder img {
	float:left;
}

#slidebuttons {
	width:590px;
	height:10px;
	position:absolute;
	top:175px;
	text-align:right;
	z-index:1;
}

#slidebuttons img {
	margin-left:3px;
	margin-right:3px;
	cursor:pointer;
}

#main {
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#content {
	float:left;
	width:748px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding-bottom:20px;
	margin-top:8px;
	min-height:300px;
	border-radius:0px 10px 0px 0px;
}

#whereami {
	height:50px;
}

#footer {
	background-color:#333333;
	min-height:50px;
	width:750px;
}

#footer .item{
	float:left;
	color:#FFFFFF;
	margin:10px;
	width:730px;
	font-size:12px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer a{
	color:#FFFFFF;
}

/* --- KLASSEN --- */

.news {
	clear:both;
	float:left;
	border-top:1px solid #cccccc;
	padding:10px;
	width:730px;
}

.newsdate {
	float:right;
	font-size:12px;
}

.newstext {
	font-size:16px;
	font-weight:600;
}

.contenttext {
	clear:both;
	float:left;
	border-top:1px solid #cccccc;
	padding:20px;
	width:710px;
	font-size:16px;
}


.navilink {
	font-size:21px;
	color:#4d1515;
	display:block;
	padding:5px;
	padding-left:10px;
	text-decoration:none;
}

.navilink-active {
	background-color:#efefef;
	color:#981616;
}

.navilink:hover {
	background-color:#efefef;
	color:#981616;
}

.kat {
	font-size:21px;
	color:#4d1515;
	display:block;
	padding:5px;
	padding-left:25px;
	text-decoration:none;
}

.kat-active {
	color:#981616;
}

.kat:hover {
	color:#981616;
}

.noborder {
	border:0px!IMPORTANT;
}

.formulardiv .left {
	clear:both;
	float:left;
	width:100px;
	padding:5px;
	margin-top:1px;
	
}

.formulardiv .right {
	float:left;
	margin-top:1px;
	
}

/* produkt */

.produkt {
	clear:both;
	float:left;
	padding:10px;
	width:725px;
	font-size:16px;
	color:#333333;
	border-top:1px solid #CCCCCC;
}


.produktbild {
	float:left;
}

.produktbild img {
	padding:10px;
}

.produktinhalt {
	float:right;
	margin-left:20px;	
	width:490px;
}

.produkttext {
	margin-bottom:20px;
}

.preis {
	font-size:30px;
	font-weight:normal;
	color:#333333;
	width:170px;
	float:left;
}

.preis span{
	font-size:10px;
	font-weight:normal;
	margin-left:10px;
}

.warenkorb {
	float:left;
	margin-left:19px;
}

.anzahl {
	background-color:#eeeeee;
	border:1px solid #CCCCCC;
	width:30px;
}

.korb {
	background-image:url(../img/warenkorb.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	background-color:#eeeeee;
	border:1px solid #CCCCCC;
	width:175px;
	text-align:right;
	margin-left:30px;
	height:35px;
}

.wkorb {
	background-image:url(../img/warenkorb.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	background-color:#eeeeee;
	border:1px solid #CCCCCC;
	width:125px;
	text-align:right;
	float:right;
	margin-right:10px;
	margin-top:8px;
	height:35px;
}

.warenkorb_korb {
	float:right;
	margin-left:35px;
	margin-right:35px;
	padding-top:13px;
}

.meldung {
	clear:both;
	float:right;
	margin-top:10px;
	color:#0b6e13;
	opacity:0;
	filter: alpha(opacity = 0);
}

.weiter {
	background-image:url(../img/weiter.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	background-color:#eeeeee;
	border:1px solid #CCCCCC;
	width:170px;
	text-align:right;
	float:right;
	margin-right:10px;
	margin-top:20px;
	height:35px;
}

.refresh {
	background-image:url(../img/refresh.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#eeeeee;
	border:1px solid #CCCCCC;
	width:140px;
	text-align:right;
	margin-left:40px;
	height:35px;
}

.cleardiv {
	clear:both;
	height:0px;
}