body {
	font: 75%/140% Arial, Helvetica, sans-serif;
	color: black;
}

.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}

.orange {
	color: #ee7900;
}

/* anchors */

a	{
	color: #ee7900;
	text-decoration: underline;
}
a:hover	{
	color: black;
	text-decoration: underline;
}
.more {
	font-weight: bold;
	white-space: nowrap;
}


/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}

blockquote { /* used in FCK to indent text */
	margin-left: 40px;
}


/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
}
h1 {
	font-size: 1.5em;
	color: #ee7900;
	margin-bottom: 0.3em;
}
h2 {
	font-size: 1.5em;
	color: #ee7900;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 1.2em;
	color: #222;
	margin-bottom: 0.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-weight: normal;
	font-size: 0.9em;
}


/* images / alignment */

a img {
	border: none;
}
.image {
	clear: both;
}
.border img,
img.border {
	border: 1px solid #404040;
}

.left {
	float: left; display: inline;
	margin: 0 1em 1em 0;
}
.right {
	float: right; display: inline;
	margin: 0 0 1em 1em;
}
img.left,
img.right {
	margin-bottom: 0.5em;
}
.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0px;
	display: block;
	visibility: hidden;
}
#wrapper .textLeft {
	text-align: left;
}
#wrapper .textRight {
	text-align: right;
}
#wrapper .center {
	text-align: center;
}



/* lists */

#content ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
#content ul li {
	position: relative;
	padding-left: 12px;
	background: url(../images/interface/bullet_orange.png) no-repeat 2px 4px;
	margin-bottom: 0.3em;
}

#content ol {
	margin: 0 0 1em 3em;
	padding: 0;
}
#content ol li {
	padding: 0;
}


dt {
	clear: left;
	display: block;
	margin: 0; padding: 0;
	float: left;
	font-weight: bold;
}
dd {
	display: block;
	margin: 0 0 0.25em 12em; padding: 0;
}
* html dd {
	height: 0.1em;
}
html>body dd {
	height: auto;
	min-width: 1em;
}
body dd:after {
	content: ".";
	visibility: hidden;
}

ul#sitemap li {
	font-weight: bold;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.95em;
}
ul#sitemap li li li {
	list-style: circle;
	font-weight: normal;
	font-size: 0.95em;
}


/* tables */
table {
	border-collapse: collapse;
	border: none;
}

th,
td {
	vertical-align: top;
	text-align: left;
}

form table td {
	vertical-align: top;
	padding: 0.2em;
}

.label {
	padding-right: 0.5em;
}

#frm_wc_afrekenen .label {
	width: 200px;
}


/* forms */

fieldset {
	border: 1px solid #ee7900;
	padding: 1.5em 1em;
}

legend {
	color: #ee7900;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}

input,
select,
textarea {
	font: 100%/110% Arial, Helvetica, sans-serif;
}

input,
textarea {
	border: 1px solid #777;
	padding-left: 3px;
}

/* fixed width for input elements */
.defaultWidth {
	width: 220px;
}
.widthTwo {
	width: 18px;
}
.widthFour {
	width: 30px;
}
.maxWidth {
	width: 349px;
}

input.button,
input.check,
input.radio {
	/* reset width, borders and backgrounds for special form elements */
	border: none;
	width: auto;
	background: none;
}
option {
	background: none !important;
}

input.button,
a.button {
	border-right: 1px solid #a95601;
	border-bottom: 1px solid #a95601;
	border-left: 1px solid #ffbb77;
	border-top: 1px solid #ffbb77;
	background: #ee7900;
	padding: 1px 5px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
* html input.button {
	padding: 2px 2px 1px 2px;
}
input.button:hover,
a.button:hover {
	border-right: 1px solid #0a5183;
	border-bottom: 1px solid #0a5183;
	border-left: 1px solid #7cbce9;
	border-top: 1px solid #7cbce9;
	background: #2e77aa;
	text-decoration: none;
	color: white;
}

.required {
	color: #4b4b4d;
	font-weight: bold;
}
/*Add by rene for Forms 30-10-07*/
.error{
	color: red;
	font-weight: bold;
}



.specialButton{
	background: url(../images/interface/btn_left.gif) no-repeat left;
	height:21px;
	margin-left:-5px !ie7;
	min-width:1px;
	float:left;
	cursor: pointer;
	margin-right:5px;
	margin-right:10px !ie7;
}
.specialButton a{
	background: url(../images/interface/btn_right.gif) no-repeat right bottom;
	height:19px;
	padding-left:20px;
	text-decoration:none;
	float:left;
	color:white;
	font-weight: bold;
}


.specialButton span{
	background: url(../images/interface/btn_center.gif) repeat-x bottom;
	height:19px;
	padding-top:0px;
	margin-right:8px;
	margin-left:0px !ie7;
	padding-top:0px !ie7;
	float:left;
	font-size:10px !important;
	cursor: pointer;
}

.specialButton-on{
	background: url(../images/interface/btn_left-on.gif) no-repeat left;
	height:21px;
	margin-left:-5px !ie7;
	min-width:1px;
	float:left;
	cursor: pointer;
	margin-right:5px;
	margin-right:10px !ie7;
}
.specialButton-on a{
	background: url(../images/interface/btn_right-on.gif) no-repeat right bottom;
	height:19px;
	padding-left:20px;
	text-decoration:none;
	float:left;
	color:white;
	font-weight: bold;
}


.specialButton-on span{
	background: url(../images/interface/btn_center-on.gif) repeat-x bottom;
	height:19px;
	padding-top:0px;
	margin-right:8px;
	margin-left:0px !ie7;
	float:left;
	font-size:10px !important;
	cursor: pointer;
}

#smallForm{
	margin-bottom:0px !important;
}

#smallForm .defaultWidth {
	width:177px !important;
}
