/* CSS Document by Dieter Schneider | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/bgg.bmp);
}

#container {
	width: 842px;
	margin: auto;
	font-size: 1.2em;
			}

#top_nav {
	background-image: url(images/nav_top.jpg);
	height: 29px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #526428;
}

#top_nav a {
	color: #526428;
}

#header{
	background-color:##DBDBDB;
	background-image: url(images/DASwebshop.jpg);
	height: 230px;
}

#main_nav {
	background-image: url(images/main_nav.jpg);
	height: 56px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(images/contentwrapper.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px;
	margin-left: 7px;
	font-size: 1.1em;
}

#left a {
	color:#526428;
}

#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px;
	margin-right: 7px;
	font-size: 0.9em;
}


#content {
	margin-right: 200px;
	margin-left: 200px;
	padding: 15px 0;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 45px;
	clear: both;
	text-align: center;
	padding-top: 3px;
}

/**************************************** text, images, lists ****************************/

img.float_left {
	float: right;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}
p.productindex{
	margin-top: 2px;
	margin-bottom: 2px;
}
p.topnav, .copyright {
	margin: 0;
}
a {
	color: #526428;
}
h1 {
	color: #FFFFFF;
	padding-top: 110px;
	padding-left: 130px;
	font-size: 3em;
}
h1.product {
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 2em;
}

h2 {
	font-size: 1em;
	color: #9A0500;
	background-image: url(images/h2.jpg);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 8px;
}

h3 {
	background-image: url(images/sidebar_heading.jpg);
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h3.category {
	background-image:none;
	padding-left: 10px;
	width:auto;
	height:auto;
}

h4 {
	background-image: url(images/sidebar_heading_2.jpg);
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}

dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(imag/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

table.product { width: 100%; padding: 5px; border: 1px; border-style:dashed; border-color:#cccccc}
table.productindex { width: 100%; height: 125px; padding: 1px; border: 1px; border-style:dashed; border-color:#aaaaaa; text-align:center; }
td.productindex {vertical-align:top; }

tr.producttitle{background-image: url(images/category_heading.jpg)}

table.checkout {padding: 3px; border: 1px; border-style:dashed; border-color:#aaaaaa}
td.checkoutleft {padding: 1px; background-color:#dddddd; width:150px}
td.checkoutright {padding: 1px; background-color:#cccccc}

table.cartcontent {width: 100%; padding: 3px; border: 1px; border-style:dashed; border-color:#aaaaaa}
td.cartcontentright {padding: 1px; text-align: right;}

table.payinfo { width: 100%; padding: 5px; border: 1px; border-style:dotted; border-color:#aaaaaa; background-color:#FFF;}

input
{
	font: 10pt Tahoma; 
	font-weight: bold;
	color: #000000;
	background: #dddddd;
	border-style: dashed; 
	border-color: #aaaaaa; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding: 7px;
}
.textinput
{
	background: #ffffff;
}
textInput
{
	font: 10pt Tahoma; 
	color: #000000;
	background: #ffffff;
	border-style: dashed; 
	border-color: #aaaaaa; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
textarea
{
	font: 10pt Tahoma; 
	color: #000000;
	background: #ffffff;
	border-style: dashed; 
	border-color: #aaaaaa; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 54px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 18px 1em;
	height: 18px;
	color: #526428;
	text-decoration: none;
	float: left;
	background-image: url(images/menu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
}

/**************************************** Contact form ****************************/

label {
	font-style: italic;
}

form.contact_us {
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 155px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 88px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
}

