/* Top Elements */
* { margin: 0; padding: 0; }

html, body {
	height: 100%;
  min-height:100%;
}

body {
	background:url(img/body_bg.jpg) #cccccc repeat-x;
	font: 75%/1.5em arial, helvetica;
	color: #000000;
	height: 100%;
  min-height:100%;  
}

img
{
	border:none;
}

a {
	text-decoration: none;
	color: #009ee0;
}

a:hover {
	text-decoration: none;
	color: #000;
}

#header{
	width: 842px;
	height: 6%;
	min-height: 6%;
	background:url(img/head.gif) #FFF no-repeat bottom;
	margin-left:auto;
	margin-right:auto;
	color: #000000;
	bottom: 0px;
}

#wrap {
	position:relative;
	width: 842px;
	height:auto;
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	height:94%%;
	/* End Hack */
	min-height:94%;
	background:url(img/content.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;
	top:0px;
}


#fluidmask-bg-wrap {
	width: 840px;
	height:auto;
	min-height:100%;
	background:url(img/fluidmask_bg2.gif) no-repeat top right;
	margin-left:auto;
	margin-right:auto;
}

#content-wrap {
	position:relative;
	width: 796px;
	height:auto;
	min-height:100%;
	margin-left:22px;
	margin-right:22px;
	top:auto;
	bottom:0;
}

#main {
	float: right;
	width: 570px;
	height: auto;
	margin-left:1px;
	margin-bottom:15px;
}

#sidebar {
	float: left;
	width: 210px;
	height:auto;
	margin-right:2px;
	margin-bottom:15px;
	background-color: #FFF;
	color: #000;
}

#sidebar #logo{
	width: 206px;
	height:auto;
	text-align:center;
}

#sidebar #sidecontent{
	width: 206px;
	height:auto;
	text-align:justify;
	font: normal 9pt arial, helvetica;
	line-height: 150%;
	vertical-align: bottom;
	margin-top:25px;
}

#sidebar .box-head {
	width:206px;
	height:36px;
	background: #FFF url(img/box_206px_01.gif) no-repeat left bottom;	
	margin-top:25px;
}

#sidebar .box-content {
	width:206px;
	height:auto;
	background: #FFF url(img/box_206px_02.gif) repeat-y left top;	
	margin:0;
}

#sidebar .box-maincontent {
	width:196px;
	height:auto;
	padding:10px;
	font: normal 8pt arial, helvetica;
	line-height: 200%;
}


#sidebar .box-footer {
	width:206px;
	height:10px;
	background: #FFF url(img/box_206px_04.gif) no-repeat left top;	
	margin:0;
}

#sidebar h1 {
	padding: 16px 0 4px 10px; 
	font: normal 10pt arial, helvetica;
	color: #000000;
}

#sidebar .left-box {
	border: 1px solid #666666; 
	margin: 0 0 5px 0;
	padding: 0px 5px; 	
}


#menu	{
	position: relative;
	height: 31px;
	width:570px;
	padding: 0;
	margin-top:56px;
	margin-left:0px;
	margin-right:7px;
	background: url(img/fmweb_button_r.gif) no-repeat right top;
}

#menu #buttonbar {
  position:relative;
	height: 31px;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
	background: url(img/fmweb_button_l.gif) no-repeat left top;
	font: normal 8pt arial, helvetica;
}

#buttonbar ul {
	list-style:none;
	height: 31px;
	position: relative;
	background:url(img/fmweb_buton_hg.gif) repeat-x;
	padding-left:10px;
	padding-right:10px;
}

#buttonbar li {
	display: inline;
	margin: 0;
	padding: 0;	
}

#buttonbar a {
	float:left;
	margin:0;
	text-decoration:none;
	background:url(img/fmweb_buton_hg.gif) #FFF repeat-x;
	color: #bbb;
}

#buttonbar a span {
	float:left;
	display:block;
	background: url(img/fmweb_button_trenner.gif) no-repeat right top;
	padding: 9px 20px 6px 10px;
	text-align: center;
	vertical-align: top;
	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#buttonbar a span {float:none;}
/* End IE5-Mac hack */
#buttonbar a:hover span {
	color:#000; 
}
#buttonbar a:hover {color:#000;}
#buttonbar a:hover span {color:#000;}
#buttonbar #current a {color:#000;}
#buttonbar #current a span {color:#000;}


#maincontent {
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:25px;
	vertical-align: top;
	height:auto;
	font: normal 9pt arial, helvetica;
	line-height: 180%;
}

#footer {
	clear: both;
	width: 796px;
	height: 32px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8%;
	margin-bottom:25px;
	color: #FFFFFF;
	background-color:#009ee0;
	bottom:0;
}

#footer #footer-left {
	width: 50%;
	float: left;
	margin: 0; padding: 5px 5px 5px 35px;
	font-size:9pt;
	font-weight:bold;
	font-family:arial, helvetica;
	vertical-align: middle;
	text-align: left;
}

#footer-left a {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#009ee0;
}

#footer-left a:hover {
	color: #999999;
	background-color:#009ee0;
}

#footer #footer-right {
	width: 40%;
	float: right;
	margin: 0; padding: 5px 20px 5px 5px;
	font-size:8pt;
	font-weight:bold;
	font-family:arial, helvetica;
	vertical-align: middle;
	text-align: right;
	color: #bbb;
	background-color:#009ee0;
}

#footer-right a {
	text-decoration: none;
	color: #CCC;
	background-color:#009ee0;
}

#footer-right a:hover {
	text-decoration: none;
	color: #999999;
	background-color:#009ee0;
}

#xtcomm {
	clear: both;
	width: 796px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:25px;
	bottom:0;
	text-align: center;
	font-size:8pt;
}

#maincontent ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #009ee0;
	font: normal 9pt arial, helvetica;
	line-height: 180%;
}

#maincontent h1 {
	font: bold 14pt arial, helvetica;
	text-transform: none;
	line-height: 150%;
	color: #009ee0;
	padding: 5px 0px 15px 0px;
}

#maincontent h2 {
	font: bold 12pt arial, helvetica;
	text-transform: none;
	line-height: 100%;
	color: #009ee0;
	padding: 0px 0px 5px 0px;
}

#maincontent h3 {
	font: bold 10pt arial, helvetica;
	text-transform: none;
	line-height: 150%;
	color: #009ee0;
	padding: 5px 0px 5px 0px;
}

#maincontent p {
	padding: 5px 0px 5px 0px;
}

#maincontent ul {
	text-decoration:none;
	color: #009ee0;
}

#maincontent li {
	text-decoration:none;
	color: #009ee0;
}

#maincontent ul a {
	text-decoration:none;
	color: #009ee0;
}

#maincontent ul a:hover {
	text-decoration:none;
	color: #999999;
}

#maincontent ul a:visited {
	text-decoration:none;
	color: #009ee0;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; 
	padding: 0;
	text-decoration: none;		
}

#sidebar ul.sidemenu li {
	padding: 2px 0 2px 5px;
	margin: 0 2px;	
}

#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}

.post-footer .date {
	background: url(img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .comments {
	background: url(img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore {
	background: url(img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* form elements */
form {
	margin:5px; /* padding: 0 5px; '/
	/* border: 1px solid #f2f2f2; */
	/* background-color: #FAFAFA;*/
	border:none;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input[type=image] {
	border: none
}


#boxButton input {
	border:none;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	/* border: 1px solid #DDD; */
	border:none;
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

input.image { 
	border:none;
}


/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	

form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}

form.search input.button {
	background: #CCC url(img/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}


#detailpreis{
	font: bold 14pt arial, helvetica;
	line-height: 150%;
	color: #009ee0;
	/*color: #000000;*/
}

#listpreis{
	font: bold 12pt arial, helvetica;
	line-height: 150%;
	color: #009ee0;
	/*color: #000000;*/
}


#contentinfo {
	font: normal 9pt arial, helvetica;
	line-height: 180%;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
}

#contentinfo h1{
	font: bold 14pt arial, helvetica;
	text-transform: none;
	line-height: 150%;
	color: #009ee0;
	padding: 5px 0px 15px 0px;
}

#contentinfo h2{
	font: bold 12pt arial, helvetica;
	text-transform: none;
	line-height: 100%;
	color: #009ee0;
	padding: 0px 0px 5px 0px;
}

#contentinfo #preis{
	float:left;
	font: bold 11pt arial, helvetica;
	line-height: 180%;
	margin-right: 10px;
}

#contentinfo #prodver{
	font: 11pt arial, helvetica;
	line-height: 180%;
	margin-right: 10px;
}

#contentinfo #prodos{
	font: 11pt arial, helvetica;
	line-height: 180%;
	margin-right: 10px;
}


/*Backend-Seiten*/
.contentsTopics {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009ee0;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 9pt; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 9pt; color: #000000; font-weight: bold;}

/* Pay4 Styles */

#pay4head{
	background:#f7f7f7;
	width:100%;
	height:106px;
}

#pay4headcontent{
	width:800px;
	height:106px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
}

#pay4logo{
	float: right;
	width: 106px;
	height: 53px;
	background: url('/shop/pay4/images/logo_pay4.gif') no-repeat;
	margin-top:26px;
}

#pay4headline{
	background:#033074;
	width:100%;
	height:4px;
}

#pay4contentwrap{
	background:#ffffff;
	width:100%;
	height:auto;
	min-height:658px;
	margin-left:auto;
	margin-right:auto;
}

#pay4wpfcontent{
	background:#ffffff;
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

