/********************************************************** //
//                                                          //
// Producer     : VERMEULEN | TOTAL IDENTITY.               //
// Design       : S. Teschner / J. Rutten                   //
// Development  : S. Teschner / J. Rutten                   //
// Web          : www.vermeulen-totalidentity.nl            //
//                                                          //
// ******************************************************** //
//                                                          //
// Copyright ©  Vermeulen | Totalidentity                   //
// All rights reserved.                                     //
// All trademarks and registered trademarks are property of //
// their respective owners.                                 //
//                                                          //
//***********************************************************/


/**********************************

CLEAR WHITESPACES/WHITESPACE RESET

**********************************/
* {
padding:0;
margin:0;
}

/* HYPERLINKS */
:link,:visited { text-decoration:none }

/* GEEN LIST STYLE */
ul,ol { list-style:none }

/* ALLE HEADINGS HETZELFDE VOOR EEN CONSISTENTE STYLE */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* NOGMAALS ALLE ELEMENTEN STRIPPEN */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }

/* STANDAARD GEEN BORDER OM EEN LINKED IMAGE */
a img,:link img,:visited img { border:none }



/**********************************

STANDAARD HTML-ELEMENTS 

**********************************/
body, html {
font-family:Arial, Helvetica, sans-serif;
color:#000;
line-height:1.4em;
}

table, td {
font-size:11px;
}

p {
margin-bottom:15px;
font-size:11px;
text-align:justify;
}

h1 {
font-size:large;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#FFFFFF;
margin:0px;
padding:0px;
}

h2 {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}

h3 {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}

h4 {}

img {}

a, a:visited {}

a:hover {}



input:focus {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000;
background-color: #FFF;
border-width: 1px;
border-style: solid;
border-color: #dd6827;
margin-left:10px;
padding:2px;
}

input {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #FFF;
background-color: #dd6827;
border-width: 1px;
border-style: solid;
border-color: #dd6827;
margin-left:10px;
padding:2px;
}

textarea:focus {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000;
background-color: #FFF;
border-width: 1px;
border-style: solid;
border-color: #dd6827;
margin-left:10px;
padding:2px;
}

textarea {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #FFF;
background-color: #dd6827;
border-width: 1px;
border-style: solid;
border-color: #dd6827;
margin-left:10px;
padding:2px;
}

input.submit {

color:#5a5a5a;}

A {text-decoration: underline; color:#d86220;}
A:link {text-decoration: underline;color:#d86220;}
A:visited {text-decoration: underline;color:#d86220;}
A:hover {text-decoration: none; color:#d86220;}

a.credits:hover {
background-color:#B0D237;
color:#FFFFFF;
text-decoration:none;
}

/**********************************

EIGEN STYLES

**********************************/
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}

#siteContainer {
position:relative;
z-index:1;
}

#site {
	position:relative;
	background-color:#FFF;
	margin-top:20px;
	width:700px;
	min-height:575px;
	_height:575px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#header {
position:relative;
}

#logo {
position:relative;
left:17px;
top:17px;
width:113px;
}

#logotekst {
position:absolute;
left:165px;
top:0px;
}

#paginaTitel {
position:absolute;
left:174px;
top:102px;
width:350px;
}

#menu {
position:absolute;
top:147px;
margin-left:17px;
width:147px;
line-height:normal;
}

#menuHome {
position:absolute;
top:207px;
margin-left:17px;
width:147px;
line-height:normal;
}

#content {
	position:relative;
	left:174px;
	top:43px;
	width:490px;
	padding-bottom:40px;
	font-size:11px;
}

#contentHome {
position:relative;
left:221px;
top:40px;
width:356px;
padding-bottom:40px;
font-size:11px;
}

#meestersTags {
color:#999999;
}

#meestersAdres {
background-color:#f4f4f4;
padding:4px;
line-height:1.2em;
}


/**********************************

MODULE STYLES

**********************************/

#newsDate {
font-size:10px;
color:#999999;
}

#fotoContainer {
margin:4px;
display:inline;
}

#fotoRijContainer {
width:264px;
}



/**********************************

SIFR

**********************************/



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	padding-bottom:10px;
	display:compact;
}

.sIFR-replaced {
	visibility: visible !important;
	
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash 1 {
	visibility: hidden;
	font-size:30px;
	
}



/**********************************

CSS TRICKS 

**********************************/

/* 

EIGEN BULLETS 

li {
background: url(mybullet.gif);
background-position:left center;
background-repeat: no-repeat;
}


VISITED IMAGE BIJ LINK 

a:visited { 
background: url(checkmark .gif);
background-positiion: right center;
background-repeat: no-repeat;
}

*/
