@charset "UTF-8";

#fade { 
	display: none;
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup_block {
	display: none; 
	background: #fff;
	padding: 20px;
	width: 100%;
	border: 20px solid #ddd;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}


*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

img {
	border: 0px;
}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#fff;
/*	background-image:url('../images/bg_co.jpg');
	background-repeat:repeat-y;
	background-position:50.5% -100px;*/
	font-size:14px;
	font-weight:normal;
}
#container{
	position:absolute;
	width:1000px;
	height: 1000px;
	top:-0px;
	left:50%;
	background-color: #fff;
	margin-left:-500px;
	}
#header{
	position:absolute;
	width:750px;
	height:260px;
	top:0px;
	left:0px;
	background-color:#000000;
	background-image:url('../images/head.jpg');
}
#sidebar{
	position:absolute;
	width:180px;
	height:185px;
	top:0px;
	left:750px;
	background-color:#251000;
	padding-left:70px;
	padding-top:75px;
}
#footer{
	position:absolute;
	width:750px;
	height:155px;
	top:255px;
	left: 15px;
}
#content{
	position:absolute;
	width:750px;
	height:415px;
	top:280px;
	left: 20px;
	background-color:#fff;
	background-image:url('../images/pfad.png');
	background-repeat:no-repeat;
	background-position:30px 90px;
	padding-bottom: 25px;
}
#text{
	position:absolute;
	width:330px;
	height:190px;
	top:143px;
	left:365px;
	font-size:12px;
}
#text_price{
	position:absolute;
	width:330px;
	height:190px;
	top:143px;
	left:365px;
	font-size:12px;
}
#text_price td{
	background-color:#dda959;
}
#title{
	position:absolute;
	width:300px;
	height:95px;
	top:84px;
	left:40px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.navi {
	position:absolute;
	top:30px;
	left:0px;
}
.navi a{
	position:absolute;
	top:0px;
	left:0px;
	height:22px;
	background-color:#251000;
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	color:#FFF;
	margin: 0px auto;
}
.navi a:link {
	text-decoration: none;
}
.navi a:visited {
	text-decoration: none;
}
.navi a:hover {
	text-decoration: none;
	background-color:#a22d00;
}
.navi a:active {
	text-decoration: none;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.clear {
	clear: both;
}

a.bestellen {
	width: 100%; 
	height: 100%px; 
	background-color: #fbeabf; 
	padding: 25px 3px 5px 8px; 
	color: #454545;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border: 3px #e8e8e8 solid;
	background:-moz-linear-gradient(top, #fbeabf, #e8a54e); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#fbeabf), to(#e8a54e)); /* Safari, Chrome */
	background:-webkit-linear-gradient(top, #fbeabf, #e8a54e); /* Safari, Chrome - neue Syntax! */
	background:-o-linear-gradient(top, #fbeabf, #e8a54e); /* Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbeabf, endColorstr=#e8a54e); /* IE (old)*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbeabf, endColorstr=#e8a54e)"; /* IE (new) */
	background:linear-gradient(top, #fbeabf, #e8a54e); /* W3C Standard */
}

a.bestellen:hover {
	width: 100%; 
	height: 100%; 
	background-color: #fbeabf; 
	padding: 25px 3px 5px 8px; 
	color: #000000;
	border-radius: 10px; 
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	border: 3px #e8e8e8 solid;
	background:-moz-linear-gradient(top, #e8a54e, #fbeabf); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#e8a54e), to(#fbeabf)); /* Safari, Chrome */
	background:-webkit-linear-gradient(top, #e8a54e, #fbeabf); /* Safari, Chrome - neue Syntax! */
	background:-o-linear-gradient(top, #e8a54e, #fbeabf); /* Opera */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8a54e, endColorstr=#fbeabf); /* IE (old)*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8a54e, endColorstr=#fbeabf)"; /* IE (new) */
	background:linear-gradient(top, #e8a54e, #fbeabf); /* W3C Standard */
}
