/* reset css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************************************************************************************************************
 end of reset css 
 *************************************************************************************************************************/

body {
    
    font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size:20px;
	color:grey;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	min-width:800px;
	height:100%;
	
}

/* get rid of those system borders being generated for A tags */
a:active {
    outline:none;
	color: brown;
}


.products {
position:relative;
}

.productbox
{
border: 0px solid red;
width:900px;
height: auto; 
overflow: hidden;
margin:0px;
padding:0px;
background-color:white;
}


@font-face { font-family:VPSQUNHT; src:url(VPSQUNHT.ttf), url(VPSQUNHT.ttf); }
	
#contentspace
{
	width:900px;
	margin:0px auto;
	background-color:white;
}

#rendercanvas
{
	width:900px;	
	float:left;
	background-color:white;
}
	


.menuitem1
{
	/* font-family: 'Open Sans Condensed', sans-serif; */
	font-family: arial;
	font-size:14px;
	text-decoration:none;
	color:white;
	margin: 1px;	
	display: table-cell; 
	vertical-align: middle;
		
}

.menubutton1
{	
	float:left;
	height:36px;
	width:150px;	
	border:0px solid gray;	
	border-radius:0px;
	margin-bottom: 0px;		
	text-decoration:none;
	text-align:center;	
	
	background-color: brown;
	
	color: white;
	display: table;
}

.menubutton1:hover
{	
	background-color: #7A410F;
	background-image: none;
	color:white;
}

.menuitem2
{
	/* font-family: 'Open Sans Condensed', sans-serif; */
	font-family: arial;
	font-size:13px;
	text-decoration:none;
	color:white;
	margin: 1px;	
	display: table-cell; 
	vertical-align: middle;		
}

.menuitem2:hover
{
 text-decoration:none; 
}


.menubutton2
{	
	overflow: hidden;
	
	height:25px;
	width:130px;	
	border:0px solid gray;	
	border-radius:0px;
	margin-right: 1px;		
	text-decoration:none;
	text-align:center;		
	background-color: brown;	
	color: white;
	display: table;
}

.menubutton2:hover
{	
	background-color: darkblue;
	background-image: none;
	color:white;
}

.menubutton3
{	
	float:left;
	height:36px;
	width:90px;	
	border:0px solid gray;	
	border-radius:0px;
	margin-bottom: 0px;		
	text-decoration:none;
	text-align:center;	
	
	background-color: brown;
	
	color: white;
	display: table;
}

.menubutton3:hover
{	
	background-color: #7A410F;
	background-image: none;
	color:white;
}

.productstatus0
{	
	float:left;
	font-family: arial;
	font-size:11px;
	height:12px;
	width:30px;	
	border:1px solid gray;	
	padding: 2px;
	border-radius:15px;
	margin-top: 12px;
	margin-left: 12px;		
	text-decoration:none;
	text-align:center;		
	background-color: #422308;	
	color: silver;
	display: table;
}


.productstatus1
{	
	float:left;
	font-family: arial;
	font-size:11px;
	height:12px;
	width:30px;	
	border:0px solid white;	
	padding: 2px;
	border-radius:15px;
	margin-top: 12px;
	margin-left: 12px;		
	text-decoration:none;
	text-align:center;		
	background-image: url(media/back3.gif);
	color: #fdf5e6;
	display: table;
}


		
#productdisplaycomponent 
{
	width:880px;
	height: auto; 
	overflow: hidden;
	background-color: white;
    border: 0px solid blue;
	
	
	/* margin auto zentriert ein div bei standardkonformen browsern*/
	margin:auto;
	padding-bottom:20px;

	
}

#image_wrap {
	position: relative;
	float:left;
    	
    width:302px;
	height:455px;    
     
    text-align:center;
     
    background-color: white;
    border-top: 1px  solid silver;		
	border-bottom: 1px  solid silver;		
	border-left: 1px  solid silver;		
	border-radius:10px 0px 0px 10px;
	cursor:crosshair;
	padding:0px;
	margin:0px;
	overflow:hidden;
}


 #icons {
	float:left;
	border: solid silver 1px; 
	overflow:hidden;
	border-radius:0px 10px 10px 0px;
	margin-left:0px; 
	height:455px; 
	width:149px;  
 }

#producttext
{
width:350px;
height:1%;
padding:10px;
margin-left:10px;
overflow: hidden;
float:left;
background-color:white;
border:0px solid blue;
text-align: center;
font-family: 'arial';
font-size:15px;
color: black;
}


#buttonbar {
	width:32px;
	height:455px;
	padding:0px;
	margin:0px;
	border:0px solid pink;
	float:right;
}


#bannerlist li{
	float:left;
	position:absolute; 
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index:499;
}

#bannerlist li.show {
	z-index:500;
}


#bannerbuttons {
z-index:501;
position:absolute;
left:740px;
top:350px;
}

.bannerbutton { 
 width:12px;
 height:12px;
 background-color:white;
 border: 0px solid silver; 
 border-radius:0px;
 cursor:pointer;  	
 margin-left: 10px;
 float:left; 
}


#overlay {
    position: fixed;
    z-index:1000;
    top: 0px;
    left: 0px;
    height:100%;
    width: 100%;	 
	background: black;
	display:none;
}

.dialog {
    position: fixed;
    z-index:1003;
    top: 18%;
    left: 50%;    
    width: 440px;
	margin-left: -220px;
	background-color:white;
	border: 1px gray solid;
	box-shadow: 5px 5px 5px black;
	border-radius:10px;
	padding:10px;	
	display:none;
	overflow: hidden;
}


	
	
.f1field 
{
	border: solid 1px brown;
	background-color:#F7F2E0;	
	border-radius:5px;
	padding-left:5px;
	color: brown;
	vertical-align:middle;
	resize: none;
}

.f1field:focus
{
	background-color:#F2F5A9;
}



