/* CSS Document */
* {
	margin:0;
	padding:0;
}

html {
	/*background:#d8cfc5 url(../../gfx/template/top_right.gif) no-repeat right top;*/
}

body {
	/*background:url(../../gfx/template/top_left.gif) no-repeat left top;*/
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	text-align:center;
	width:100%;
	line-height:14px;
	background-color:#d8cfc5;

}

h1 {
	color:#993366;
	font-family:"Trebuchet MS";
	font-size:22px;
	padding:0px 0px 10px 0px;
}

h2 {
	font-size:15px;
	padding:15px 0px 5px 0px;
}

/* DIV's */
#container {
	position:relative;
	width:788px;
	min-height:780px;
	height:auto !important;
	height:780px;
	margin: 0 auto;
	margin-top:15px;
	background:#d8cfc5 url(../../gfx/template/content_top.gif) no-repeat top;
	text-align:left;
	}

#nav {
	position:relative;
	width:56px;
	min-height:770px;
	height:auto !important;
	height:770px;
	float:left;
	display:inline;
	padding:10px 0px 0px 0px;
}

#contentcontainer {
	position:relative;
	width:732px;
	min-height:775px;
	height:auto !important;
	height:775px;
	float:left;
	display:inline;
	background-image:url('../../gfx/template/content_bg.gif') ;
	background-color:#FFFFFF;
	margin-top:5px;
	}

	#banner {
	height:200px;
	margin:15px 0px;
	}
	
	#content {
	padding:15px;
	}

#footer {
	clear:both;
	width:724px;	/* width + margin = 788 */
	margin-left:64px;
	background:url('../../gfx/template/footer_bg.gif') top no-repeat;
	height:40px;
	}
	
	#footer p {
		padding-top: 10px;
		text-align:center;
	}


.TextBox {
	background-color:#F3F3F3;
	border:1px solid #D8CFC5;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	width:150px;
}

.TextArea {
	background-color:#F3F3F3;
	border:1px solid #D8CFC5;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	width:150px;
	height:100px;
}

.sendbutton {
	background-color:#000033;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}

.catagoriecontainer {
	width:310px;
	float: left;
	/*border: 1px solid #000000; */
	margin: 0px 19px 19px 19px; /* 702-4-(2*310) = 4 * 19 */
	display:inline;
	height:290px;	
	}

.catagoriecontainerimage {
	margin-top: 5px;
	text-align:center;
	width:310px;
	height:184px;
	}

.catagoriecontainerform {
	text-align:center;
	line-height:1.5em;
	}

.clear {
	clear:both;
}

.submit {
	background: url('../../gfx/btn.gif');
	border:0;
	height:21px;
	width:95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	text-transform:capitalize;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
}

.bestellen {
	width:630px;
	border: 1px solid #858585; 
	}
.bestellen th {
	width:120px;
	text-align:center;
	vertical-align:middle;
	border-bottom: 1px solid #858585; 
	}
.bestellen td {
	width:120px;
	text-align:center;
	vertical-align:middle;
	border-bottom: 1px solid #858585; 
	padding: 5px 0px;;
	/*border: 0px 1px 1px 1px solid #858585; */
	}
	
.accessorycontainer {
	width: 210px;
	height: 240px;
	float:left;
	vertical-align:bottom;
	/*border: 1px solid;*/
	margin-bottom: 10px;
	text-align:center;
 	}
	
.producttext {
	width:500px;
	height:100px;
	}
	
#afleveradres {
	width:500px;
	}

label {
	width:175px;;
	text-align:left;
	margin-right:20px;
	float:left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848282;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848282;
	margin-bottom:2px;
}

label.error  {
	float:right;
	color:#FF0033;
	}