/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 13, 2015, 12:20:43 PM
    Author     : jstevens
*/


#content {
	color: #666666;
}
#content b {
	font-weight: normal;
	color: #000000;
}
#content form input, #content form select, #content form textarea {
	outline: 0;
	margin-top: 2px;
	padding: 5px;
	width: 220px;
	display: block;
	border: 1px solid #CCCCCC;
	box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#content form#bestellen input, #content form#bestellen select, #content form#bestellen textarea {
	width: 300px;
}
#content form .error {
	border: 1px solid #d53d0e;
	background: #FFCCCC;
}
#content form#bestellen #anz {
	width: 35px;
	display: inline;
}
#content form textarea {
	height: 200px;
}
#content form#bestellen textarea {
	height: 100px;
}
#content form .submit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: none;
	border: none;
	text-align: left;
}
#content form#bestellen input[type="checkbox"] {
	display: inline-block;
	width: 15px;
	height: 15px;
}
#content form .help-block {
	color: #d53d0e;
	font-weight: bold;
}