/*
Title:		CMS stylesheet
File: 		inc/cms_style.css
Version: 	v1.71
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* General */

body, p, td {
	font-family: Verdana;
	font-size: 	 12px;
}

input, select, textarea, button {
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	margin-bottom: 1px;
	margin-top: 1px;
}

.input_small {
 	border: 1px solid #888888;
	width: 50px;
	padding: 2px;
}
.input_small:focus {
	background: #eeeeee;	
}

.input_medium {
 	border: 1px solid #888888;
	width: 156px;
	padding: 2px;
}
.input_medium:focus {
	background: #eeeeee;	
}

.input_regular {
 	border: 1px solid #888888;
	width: 210px;
	padding: 2px;
}
.input_regular:focus {
	background: #eeeeee;	
}

.input_large {
 	border: 1px solid #888888;
	width: 362px;
	padding: 2px;
}
.input_large:focus {
	background: #eeeeee;	
}

.input_calendar {
 	border: 1px solid #888888;
	width: 181px;
	background-color: #ffffff;
	padding: 2px;
}

.input_file {
	padding: 2px;
}

.calendar_button {
	width: 26px;
}

textarea {	
	border: 1px solid #888888;
	width: 301px;
	height: 150px;
	padding: 2px;
}

select {
 	border: 1px solid #888888;
	width: 210px;
	padding: 2px;
}

select:focus, textarea:focus {
	background: #eeeeee;	
}

/* Header definitions */
h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0px;	
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
}

h4 {
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
}

h5 {
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}

h6 {
	font-weight: normal; 
	font-size: 11px;
	margin: 0px;	
}

/* Links */
a:link,  a:active, a:visited {
	color: #3f9418;
	text-decoration: none;
}

a:hover {
	color: #335229;
	text-decoration: underline;
}

.MijnStijl {
	color: #0000ff;
	font-size: 16px;
}
