/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.10
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
}

/* Text throughout the site*/
body,td,th,p {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color: 				#000000;
	line-height:		24px;
	text-align:			left;
}

body,html {
	height:				100%;
	background-color:	#999999;
}

/* Customer specific css */
.bodyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size:		13px;
	font-weight:	bold;
}


div#container
{ 
	position:				relative;
	background:				#fff url('../gfx/site/content-background.png') repeat-y 0 0;	
	height:					auto !important;
	height:					100%;
	margin:					0 auto;
	padding:				0px 0px;
	min-height:				100%;
	width: 					850px;

}

div#header {
	position:			absolute;
	height:				62px;
	background:			url('../gfx/site/toplijst.jpg') no-repeat 0 0;
	margin:				0px -17px;
	width:				885px;
	display:			block;
}

div#logo {
	padding:			30px 0px;
}
div#menu {
	clear:				both;
	display:			block;
	float:				left;
	width:				150px;
	padding:			0px;
	text-align:			center;
}


div#content {
	background:			#fafbeb url('../gfx/site/back.gif') no-repeat -40px 0;
	display:			block;
	float:				left;
	width:				650px;
	padding:			20px;
	padding-bottom:		90px;
	height:				auto	!important;
	height:				405px;
	min-height:			405px;

}
div#middle {
	padding-top:		62px;

}

div#footer {
	bottom:				0;
	background:			url('../gfx/site/bottomlijst.jpg') no-repeat 0 0;
	position:			absolute;
	margin-left:		-17px;
	width:				885px;
	height:				62px;

	
}

tr#lijst_bottom{
	height:				1%;
	background:			url('../gfx/site/bottomlijst.jpg') no-repeat 0 bottom;
}


.formstyle {
	background-color: #E0DFC6;
	width: 300px;
	border: 1px solid #666666;
	background-repeat: repeat;
}


/* Re-set some margins */
table {
	padding-bottom:		10px;	
}

ul {
	padding-bottom:		10px;
	margin-left: 		10px;
}
      
ul li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		18px;
}

/* Links */
a {
	color:				red;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;	
}

/* Rulers */
hr {
	border: 			1px dotted #777777;
	border-style: 		none none dotted;
	margin-top:			10px;
	margin-bottom:		10px;
}

/* Headers */
h1 {
	
}

h2 {
	
}

h3 {
	
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

/* Error message after form submit */
p.error_message {
	color:				red;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* No border for images */
img {
	border: 			none;
	padding:			0px;
	margin:				0px;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Verdana;
	color: 				#000000;
	font-size: 			12px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 		inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {	
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

option {
	padding:		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;	
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'] {
	margin-left: 4px;
}

/* Buttons */
button, input[type='submit'], .input_submit {

}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}
