/***
* 	
* 	De Boer Stalinrichting
* 	
* 	Styles for the content
* 	
* 	@author: Bastiaan de Jong
* 	@for: Stratim Interactive
* 	
***/

/*** TEXT ***/
a {
	text-decoration: underline;
	cursor: pointer;
	color: #000;
}
a:hover { text-decoration: none; }
p {
	margin: 16px 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}
h1 { font-size: 14px; color: #FFB10F; }
h2 { font-size: 12px; }
h3 { font-size: 11px; }
h4 { font-size: 11px; }
h5 { font-size: 11px; }
h6 { font-size: 11px; }

.mainContent {
	line-height: 18px;
}
#contact input {
	width: 200px;
	height: 16px; /* 20px */
	padding: 1px 0px 0px 0px;
	border: 1px solid #686868;
	text-indent: 1px;
	background: url(../img/form-input-bg.gif) repeat-x;
}
#contact input.short {
	width: 70px;
}
#contact input.submit {
	width: 200px;
	height: 20px;
	background: #FFB10F ;
	border: 1px solid #FFB10F;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
}
#contact select {
	width: 200px;
	height: 17px; /* 20px */
	border: 1px solid #686868;
	background: url(../img/form-input-bg.gif) repeat-x;
}
#contact textarea {
	width: 200px;
	height: 100px;
	padding: 1px 0px 0px 0px;
	border: 1px solid #686868;
	text-indent: 1px;
	background: url(../img/form-input-bg.gif) repeat-x;
}
#content label {
	background: red;
}

.loginbox {
	width: 490px; /* 500px; */
	padding: 5px;
	background: #C2C2C2;
}
.loginbox .title {
	width: 450px;
	padding: 0px 0px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.loginbox .title span {
	font-size: 11px;
	font-weight: normal;
}
.loginbox .title span a {
	color: #FFF;
	text-decoration: underline;
}
.loginbox .title span a:hover {
	text-decoration: none;
}
.loginbox .body {
	width: 470px; /* 493px */
	padding: 20px 10px;
	background: #FFF;
}
.loginbox input {
	width: 190px;
	height: 17px; /* 20px */
	padding: 3px 0px 0px 0px;
	border: 1px solid #C2C2C2;
	text-indent: 1px;
}
.loginbox input.submit {
	width: 190px;
	height: 20px;
	background: #FFB10F ;
	border: 1px solid #FFB10F;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
}
.loginbox img { vertical-align: middle; }
.loginbox a { text-decoration: none; }
.loginbox a:hover { text-decoration: underline; }

.productoverzicht table td { padding-left: 10px; vertical-align: top; }
.productoverzicht img { padding: 0px 4px; }
.productoverzicht .kop {
	padding: 10px 0px 10px 10px;
	color: #FFF;
	background: #FFB10F;
	font-weight: bold;
	font-size: 13px;
}
.productoverzicht .subkop {
	color: #383838;
	background: #FFCD65;
	font-weight: bold;
	font-size: 12px;
}
.productoverzicht .subsubkop {
	color: #383838;
	background: #FEE1A4;
	font-weight: bold;
	font-size: 12px;
}









