@charset "utf-8";

*{ padding:0; margin:0; }

html, body{
text-align:center;
height:100%;	
font-size:14px;
/* font-family: Comic Sans MS, Verdana, Geneva, sans-serif; */
font-family:Arial, Helvetica, sans-serif;
color:#000000;
line-height:150%;
background-image: url(http://fadenmix.de/images/swiss.jpg);
}

#wrapper, #header, #footer{ width:900px; }

.marginVerticalSizer{ height:20px; }

#wrapper{
margin: auto;
text-align:left;
border:5px solid #be8efc;
}
#header{
background-color:#daf3a0;
}
#navi{
float:left;
width:200px;
}
#content{
float:left;
width:590px;
padding:40px 30px 20px 20px;
overflow:auto;
}
#contentBody{
background:#fff;
}
#footer{}





h1, h2, h3, h4, h5, h6{ font-weight:bold; }
h1{ font-size:24px; margin: 0 0 15px 0; }
h2{ font-size:20px; margin: 0 0 10px 0; }
h3{ font-size:17px; margin: 0 0 10px 0; }
h4{ font-size:13px; margin: 0 0 10px 0; }
h5{ font-size:12px; margin: 0 0 10px 0; }
h6{ font-size:10px; margin: 0 0  5px 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{  text-decoration:none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration:underline; }

p{ padding: 0 0 15px 0; }

a{ text-decoration:none; color:#673ba4; }
a:hover{ text-decoration:underline; color:#673ba4; }

select{ font-size:12px; }
select option{ padding:0 5px 0 5px; }
img{ border:none; }

.divCatcher{ clear:both; font-size:0px; line-height:0px; height:0px; }


table.verticalTable {
border:1px solid #be8efc;
padding:14px;
color:#673ba4;
}

table.verticalTable tr th, table.verticalTable tr td{
padding:2px 4px;
border-bottom:1px groove #be8efc;
text-align:left;
}
table.verticalTable input[type="text"] { width:200px; } 
table.verticalTable tr th { padding-right: 20px; border-right:1px groove #be8efc; vertical-align:top; }
table.verticalTable tr td { padding-left: 20px; }


.productBox {
width:166px; 
float:left; 
padding:6px 3px; 
text-align:center;
margin-bottom:10px;
}
.productBox a, .productBox a:hover, .productBigBox a, .productBigBox a:hover {
text-decoration:none;	
}

.productBigBox {
border:1px solid #ccc; 
float:left; 
padding:6px 3px; 
text-align:center;
}

.productTable table tr td{
vertical-align:top;
text-align:left;
width:190px;
}


.errorMessage{
padding:10px;
border:3px solid #f00;
color:#f00;
margin-bottom:20px;
}
.successMessage{
padding:10px;
border:3px solid #090;
color:#060;
margin-bottom:20px;
}






.categoryTable table tr td{
vertical-align:top;
text-align:left;
width:220px;
font-size:18px;
padding: 5px 25px 20px 0;
border-bottom:1px dotted #be8efc;
}





