/*
algemeen.css: algemene style informatie
website.css: style alleen voor deze website
beheer.css: style alleen voor het CMS
menu.css: style voor het Tigra Menu
kalender.css: style voor het Kalender
*/

body, table {
	font-size: 13px;
	line-height: 130%; 
}

body {
	margin: 0px;	
}

table {
	border: none;
}

table th {
	text-align: left;
}

table td {
	/* bugs in cms vertical-align: top; */
}

form,
input {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Tahoma;
	font-size: 13px;
}

.input {
	border-right: silver 1px solid; 
	border-top: silver 1px solid; 
	border-left: silver 1px solid; 
	border-bottom: silver 1px solid; 
}

h1 {
	font-family: Verdana;
	font-size: 15px;
	margin-bottom: 7px;
}

h2 {
	font-family: Verdana;
	font-size: 13px;	
	margin-bottom: 7px;
}

h3 {
	font-family: Verdana;
	font-size: 12px;	
	margin-bottom: 7px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Mouse pointers */

.clickable {
	cursor: pointer;
}

/* Text Decoration */

.highlight {
	background-color: #FFFF9F;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.success {
	font-weight: bold;
	color: #3AAF15;
}

.hide {
	visibility: hidden;
	display: none;
}

.show {
	visibility: visible; 
	display: block;
} 

/* Input decoration */

INPUT[type='text'] {
	padding-left: 1px;
}

.readonly {
	background-color: #E2E2E2;
}

img {
	border: none;
}

.fixpng {	
	behavior: url('/iepngfix.htc');
}
