/*
Title:		Standaard site css
Author:		Xaliber
Year:		2009
Contact:	info@xaliber.nl
*/

/* Clear all default margins and paddings */
* {
	margin: 0px;
	padding: 0px;
}

body/* Layout settings*/
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #F1F1F1;
	background-image: url(../images/body_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

td, th, p { 
}

/* Text headers*/
h1 {
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #E2007A;
	margin-bottom: 15px;
}
h2 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
h2 span {
	font-size: 14px;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}

h3 {
	font-size: 15px;
	color: #E2007A;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
	font-weight: bold;
}
h5 {
	font-size: 15px;
	color: #666666;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
	font-weight: normal;
}


/* HEADER DIV */
#header {
	height: 98px;
	width: 800px;
	background-color: #FFFFFF;
}
#header #logo {
	display: inline;
	float: left;
	height: 98px;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_photo {
	background-image: url(../images/hdr_img.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 225px;
	width: 800px;
	color: #FFFFFF;
	font-size: 32px;
	text-align: left;
}
#header #tel_box {
	float: right;
	height: 98px;
	width: 250px;
}

/* MASTER DIV */
#master {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E2007A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu {
	background-color: #FFFFFF;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 38px;
	width: 760px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu a {
	padding: 4px;
}




/* CONTENT DIV */
#content {
	width: 800px;
	text-align: justify;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	background-color: #FFFFFF;
}

#cols2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EAEAEA;
}
.col1 {
	width: 780px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.col1 p {
	display: inline;
}



#col2left {
	background-color: #CCCCCC;
	width: 300px;
}


#col2right {
	float: right;
	width: 470px;
	padding: 10px;
}
#col2left #box_afspraak {
	background-color: #EAEAEA;
	background-image: url(../images/box_bttm.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#box_afspraak_cont img {
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
}

#box_afspraak  h1   {
	background-image: url(../images/box_top.gif);
	height: 30px;
	width: 280px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
}


#box_afspraak_cont     {
	width: 280px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#box_afspraak_bttm    {
	background-color: #EAEAEA;
	background-image: url(../images/box_bttm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
	width: 300px;
	margin: 0px;
}
#boxleft {
	float: left;
	width: 370px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#boxright {
	padding: 10px;
	width: 370px;
	float: right;
	margin: 0px;
}

#afspraak label {
	display: block;
	width: 100px;
}
#afspraak .afspraak_input     {
	padding: 4px;
	width: 170px;
	border: 1px solid #D8D8D8;
	font-size: 14px;
}
#col1 #bevestig {
	background-color: #E2007A;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 5px;
	height: 34px;
	width: 100px;
	background-image: url(../images/frmbutton3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#col1 #bevestig:hover {
	background-color: #f4a0cd;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 5px;
	height: 34px;
	width: 100px;
	background-image: url(../images/frmbutton4.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#col1 #wissen {
	background-color: #E2007A;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 5px;
	height: 34px;
	width: 100px;
	background-image: url(../images/frmbutton3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#col1 #wissen:hover {
	background-color: #f4a0cd;
	color: #FFFFFF;
	background-image: url(../images/frmbutton4.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#afspraak #bevestig {
	background-color: #E2007A;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 5px;
	height: 34px;
	width: 100px;
	background-image: url(../images/frmbttn1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#afspraak #bevestig:hover {
	background-color: #f4a0cd;
	color: #FFFFFF;
	background-image: url(../images/frmbttn2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* WRAPPER DIV */
#wrapper {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
	
/* FOOTER DIV */
#footer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666666;
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	height: 50px;
	font-size: 13px;
	clear: both;
	background-image: url(../images/footer_knip.gif);
	background-position: left top;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer #copyright {
	width: 550px;
	float: left;
	height: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer #logobox {
	float: right;
	width: 200px;
	height: 50px;
	text-align: right;
}
#footer #logobox img {
	margin-left: 15px;
}



#footer a {
	color: #E2007A;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}

/* Set margins */
table {

}


ul {
	padding-bottom:		10px;
	margin-left: 		10px;
}
      
ul li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		5px;
	line-height:		18px;
	margin-bottom: 10px;
}

/* Links */
a {
	color:				#E2007A;
	text-decoration:	underline;
}

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

/* 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;
}

/* Floating images */
.right  {
	float: right;
	padding: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #EAEAEA;
	display: inline-block;
}
.rightnb {
	float: right;
	padding: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline-block;
}


.left  {
	float: left;
	padding: 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #EAEAEA;
}
.leftnb {
	float: left;
	padding: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.pink  {
	color: #E2007A;
}

/* Mailform settings */
form {
	display: 		inline;
}

textarea {
	border: 		1px solid #D8D8D8;
	width: 			400px;
	height: 		150px;
	padding: 		4px;
	font-size: 15px;
	background-color: #F1F1F1;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#333333;
	margin-bottom: 		1px;
	margin-top: 		1px;
}
.input_captcha
{
	border: 		1px solid #888888;
	width: 			125px;
	height: 		16px;
	padding: 		2px;
}


/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
	border: 		1px solid #D8D8D8;
	width: 			400px;
	height: 		18px;
	padding: 		4px;
	font-size: 15px;
	background-color: #F1F1F1;
}
.input_listbox {
	border: 		1px solid #D8D8D8;
	width: 			410px;
	padding: 		4px;
	font-size: 15px;
	background-color: #F1F1F1;
	height: 30px;
}


.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Text before input fields */
.label{
	display: inline;
	float: left;
	width: 150px;
}

/* Checkboxes */
input[type='checkbox'] {
	margin-left: 4px;
}

/* Buttons */
button, input[type='submit'], .input_submit {
	background-color: #E2007A;

}
/*Photo Gallery*/
.gallery_thumb {
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 3px;
	float: left;
	display: inline;

}
a .gallery_thumb {
	border: 2px solid #F1F1F1;
}
a:visited .gallery_thumb {
	border: 2px solid #F1F1F1;
}
a:hover .gallery_thumb {
	border: 2px solid #E2007A;
	background-color: #E2007A;
}
.info {
	font-size: 10pt;
	font-style: italic;
	line-height: 12px;
	color: #E2007A;
}
#postbode {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.quote {
	font-style: italic;
	color: #8A004D;
	display: block;
	margin: 0px;
	background-color: #FFD7ED;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	border: 1px solid #FFB3DE;
}
