html body {
/*height: 100%;
min-height: 880px;*/
vertical-align: middle;
/* height: 1000px; */

/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    /* fallback (Opera) */
    /* background: #E7E7FF; */
    /* Mozilla: */
    /* background: -moz-linear-gradient(top, #8888FF, #FFFFFF); */
    /* Chrome, Safari:*/
    /* background: -webkit-gradient(linear,
                left top, left bottom, from(#8888FF), to(#FFFFFF)); */
    /* MSIE */
    /* filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#8888FF', EndColorStr='#FFFFFF', GradientType=0); */
}

body {
	margin: 0;
	/* fallback (Opera) */
     /* background: #FFFFFF; */
	/* background: url("../images/titelbild.jpg") no-repeat; */
	/* background: url("../images/titelbild.jpg"); */
	 background: url("../images/background1.jpg");
}

.contentMainFrame {
	height: 680px;
}

.contentMain {
	height: 650px;
}

.simple_overlay {
	height: 720px;
}

.contentOverlay {
	overflow: auto;
	height: 700px;
}

.cartOverlay {	
	overflow-x: hidden;
	overflow-y: auto;
	height: 780px;
}

img {
  border: 0px;
}

.rounded {
  background: white;
  border: 5px solid #496DAF;
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0em;
 width: 1024px;
}

.item_count {
	width: 50px;
	background: white;
  	border: 3px solid #858585;
  	-moz-border-radius:3ex;
  	-webkit-border-radius:3ex;
	position: relative; 
	top: +60px;
	left: -20px;
	z-index: 500;
	color: #858585;
	text-align: center;
	padding: 1px;
	font-family:sans-serif;
	font-weight:bold;
	font-size: 16px;
}

.frame_button {
	background: black;
  	border: 2px solid white;
  	-moz-border-radius:3ex;
  	-webkit-border-radius:3ex;
	position: relative; 
	z-index: 500;
	color: white;
	text-align: center;
	padding: 1px;
	font-family:sans-serif;
	font-weight:bold;
	font-size: 16px;
	-moz-box-shadow:0 0 10px 0px #000;
	-webkit-box-shadow: 0 0 10px #000;
	cursor: pointer;
}

.content_rounded {
	font-style: italic;
	margin: 1em;
}

.image_footer {
	font-style: italic;
	color: black;
	font-size: 12px;
}

#dataTable {
	xmargin-left: auto;
	xmargin-right: auto;
	border: 1px solid black;
	text-align: center;
	width: 80%;
}

#dataTable td {
	border: 1px solid black;
	background: #E7E7FF;
	font-size: 14px;
}

#dataTable th {
	color: white;
	background: #537AB9;
	font-size: 14px;
}

/* validator error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

.items {
	height: 100%;
	width: 32%;
	float: right;
	border: 1px solid gray;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	overflow: auto;
	text-align: center;
	padding: 10px;
}

.items img {
		border: 1px solid gray;
		cursor: pointer;
}

#image_full_frame {
	display: none;
	position: absolute;
	z-index: 2000;
	left: 0px;
	margin-left: 8%;
	-moz-box-shadow:0 0 40px 5px #000;
	-webkit-box-shadow: 0 0 40px #000; 
	top: 10px; cursor: pointer;
}

#image_full_frame_close {
	float:right;
	cursor: pointer;
	position: absolute;
	right: -15px;
	top: -15px;
}

#image_medium_frame {
	height: 90%;
	width: 58%;
	float: left;
}

#image_medium_frame_content {
	height: 100%;
	width: 55%;
	float: left;
	border: 1px solid gray;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	overflow: auto;
	text-align: center;
	padding: 10px;
}

#detail_description {
	height: 90%;
	width: 40%;
	float: right;
	overflow: auto;
	font-size: 14px;
}

#detail_order {
	border: 1px solid gray;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}

#product_overview_button {
	text-align: center;
	position: relative;
	top: -20px;
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	color: white;
	z-index: 200;
	cursor: pointer;
}

#products {
	display: block;
	text-align: center;
	height: 2300px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	xbackground-image:url(../images/footer.png);
 	background: rgba(255,255,255,0.5);
	position: relative;
	top: -30px;
}

#header {
	border-color: white;
	height: 100px;
	background: black;
	-moz-box-shadow:0 0 10px 0px #000;
	-webkit-box-shadow: 0 0 10px #000;"
}

#footer {
	text-align: center;
	margin-top: 5px;
	color: white;
	background: black;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid white;
	position: relative;
	top: -20px;
}

#cart_note {
	font-size: 12px;
	margin-left: 1em;
}

/* Facebook */
.fb_iframe_widget iframe {
    width: 250px !important;
}



