@media screen {

body {
	margin:0;
	padding:0;
	background:#fff url(gfx/back01.jpg) top center repeat fixed;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	overflow:scroll;
	}



body, td {
	font-size:17px;
	}

table#wrap {
	width:950px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	}
	

td#mainnav {
	padding-top:10px;
	width:200px;
	text-align:right;
	vertical-align:top;
	}

td#mainnav ul {
	}

td#mainnav ul li {
	float:none;
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	padding-bottom:10px;
	}

li.active a {
	font-weight:bold;
	color:#000;
	}



td#content {
	vertical-align:top;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
	}

h1 {
	font-size:20px;
	margin-top:65px;
	margin-bottom:15px;
	color:#cc3300;
	}

h2 {
	font-size:19px;
	margin-top:1em;
	margin-bottom:0em;
	color:#cc3300;
	}
	
h3 {
	font-size:18px;
	font-weight:bold;
	margin-top:.5em;
	}


a {
	color:#cc3300;
	}

a:visited {
	color:#cc3300;
	}

a:focus {
	color:#000;
	}

a:hover {
	color:#000;
	}


p#fbm {
	background-color:#FFE6BA;
	padding:2px;
	}

p#adresse {
	font-size:14px;
	}

p#adresse  a{
	color:#000;
	text-decoration:none;
	}


table.fotos {
	width:100%;
	}


table.fotos td {
	font-size:14px;	
	}


table.pricelist {
	width:100%;
	}

table.pricelist td {
	padding-bottom:10px;
	}

th {
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #cc3300;
	}

.product {
	width:320px;
	}

.price {
	text-align:right;
	padding-right:20px;
	}

tr.sum td {
	font-weight:bold;
	border-top:1px dotted #cc3300;
	}

table.ordersummary {
	width:100%;
	}

p.shopinfo {
	font-size:14px;
	}

input.inp1, input.inp2 {
	border:1px solid #FFD286;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
input.inp2 {
	width:300px;
	}
textarea.ta1 {
	border:1px solid #FFD286;
	width:300px;
	height:150px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

input.inp1:focus, input.inp2:focus, textarea.ta1:focus {
	border:1px solid #cc3300;
	background-color:#FFD286;
	}

.shopblock1	{
 	border:2px solid #FFD286;
 	padding:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: rgba(0,0,0,0.1) 2px 2px;
	box-shadow: rgba(0,0,0,0.1) 2px 2px;
 	}
.shopblock2	{
 	border:2px solid #FFD286;
 	padding:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: rgba(0,0,0,0.1) 2px 2px;
	box-shadow: rgba(0,0,0,0.1) 2px 2px;
 	}
.shopblock3	{
 	border:2px solid #FFD286;
 	padding:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: rgba(0,0,0,0.1) 2px 2px;
	box-shadow: rgba(0,0,0,0.1) 2px 2px;
 	}



input.sub1 {
	border:2px solid #cc3300;
	}

input.sub1:hover {
	color:#cc3300;
	}


}


