/* css für "oh tannenbaum" */
html, body {
	height:101%;
	min-width:900px;
}
body {
	background-color:#e6e7de;
	color:#666;
	font-size:14px;
	line-height:18px;
	font-family:arial,helvetica,sans-serif;
	margin:0px;
}
a {
	color:#495f32;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a.grau {
	color:#666;
	text-decoration:none;
}
a.grau:hover {
	color:#000;
	text-decoration:none;
}
#main_wrap {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
#kopf_gruen {
	width:100%;
	height:60px;
	background-color:#495f32;
}
#titel_wrap {
	background-color:#fff;
	height:43px;
	border:dotted 1px #495f32;
	border-top:none;
	padding:17px 20px 18px 20px;
}
#titel_wrap2 {
	background-color:#fff;
	height:20px;
	border:dotted 1px #495f32;
	border-top:none;
	padding:14px 20px 9px 20px;
}
#content_wrap {
	background-color:#fff;
	height:2600px;
	border:dotted 1px #495f32;
	padding:19px 0px 9px 20px;
	margin:10px 0px 30px 0px;
}
#sendform_form {
	float:left;
	width:360px;
	height:500px;
	margin:0px 10px 0px 0px;
}
#sendform_disclaimer {
	float:left;
	width:360px;
	height:500px;
}
#preis_gesamt {
	font-size:18px;
	font-weight:bold;
	float:left;
	width:100%;
	height:20px;
	overflow:hidden;
	margin:7px 0px 0px 0px;
}
div.wrap_detail {
	height:500px;
	width:100%;
}
div.wrap_detailform {
	height:600px;
	width:100%;
}
div.wrap_detail_text {
	width:320px;
	height:468px;
	overflow:hidden;
	color:#666;
	float:left;
	border-bottom:dotted 2px #495f32;
}
div.wrap_detail_titel {
	color:#495f32;
	font-weight:bold;
	margin:0px 0px 14px 0px;
	font-size:18px;
	line-height:22px;
}
div.agb_paragraph {
}
img.wrap_detail_bild {
	float:left;
	width:400px;
	height:470px;
	margin:0px 0px 0px 20px;
}
div.wrap_detail_preis {
	float:left;
	width:320px;
	height:70px;
	margin:10px 20px 0px 0px;
}
div.wrap_detail_pix {
	float:left;
	width:395px;
	height:70px;
	margin:10px 0px 0px 0px;
}
div.wrap_detail_betrag {
	color:#495f32;
	font-weight:bold;
	margin:0px;
	font-size:18px;
	line-height:22px;
}
div.wrap_detail_back {
	margin:8px 0px 0px 0px;
}
div.produkt_titel {
	color:#495f32;
	font-size:15px;
	line-height:18px;
}
div.produkt_tn {
	float:left;
	border:dotted 1px #495f32;
	padding:15px 15px 10px 15px;
	margin:0px 20px 20px 0px;
	width:200px;
	height:265px;
	color:#495f32;
	font-size:17px;
	line-height:18px;
	letter-spacing:1px;
}
img.produkt_tn_img {
	width:200px;
	height:235px;
	margin:0px 0px 8px 0px;
}
div.produkt_tn_txt {
	float:left;
	width:180px;
	height:20px;
}
div.produkt_tn_link {
	float:left;
	width:20px;
	height:20px;
	text-align:right;
}
img.pfeil_go {
	border:none;
	width:14px;
	height:13px;
}
div.zeile_titel {
	float:left;
	width:155px;
	height:29px;
}
div.zeile_preis {
	float:left;
	width:90px;
	height:29px;
	text-align:right;
}
div.zeile_anzahl {
	float:left;
	width:75px;
	height:29px;
	text-align:right;
}
input.form_anzahl {
	color:#495f32;
	width:27px;
	border:solid 1px #495f32;
	text-align:right;
}
span.form_titeli {
	font-size:11px;
}
input.input_adr {
	width:350px;
	height:18px;
	border:solid 1px #666;
	background-color:#e6e7de;
	color:#495f32;
	margin-bottom:7px;
}
textarea.input_txt {
	width:350px;
	height:80px;
	font-size:16px;
	border:solid 1px #666;
	background-color:#e6e7de;
	color:#495f32;
	margin-bottom:7px;
}


div.wrap_detail_img {
	float:left;
	width:85px;
	height:100px;
	margin:0px 10px 0px 0px;
}

/*
drag&drop frame
*/
#drag_elem {
	position:fixed;
	top:120px;
	left:270px;
	padding:5px 15px 15px 15px;
	width:420px;
	height:450px;
	border:dotted 2px #495f32;
	z-index:200;
	background-color:#fff;
	cursor:move;
	display:none;
}
#drag_frame {
	border:0;
	width:420px;
	height:420px;
	background-color:#fff;
}
#drag_bar {
	text-align:right;
	position:relative;
	z-index:102;
	padding:0 0 8px 0;
	color:#495f32;
}
#drag_bg {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	color:white;
	z-index:100;
	background-color:#fff;
	opacity:0.75;
	filter:alpha(opacity=75);
	display:none;
}


