/* 2005 07 11 Jille Floridor */

/* General */
Body {
background-color: #FFFFFF ;
margin: 0 0 0 0 ;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* add general properties  paragraph, links & stuff */

/* positioning */
body
{
    background-color:   #1F0A00;
    margin:             0;
    padding:            0;
    }

#page
{
    background-color:   #FFFFFF;
    margin-top:         5px;
    overflow-y:         hidden;
    margin-left:        auto;
    margin-right: auto;
    width: 960px;
    }

#header {
    background-color: #D3D112;
    border-bottom: 1px solid #473300;
    height: 94px;
    overflow: visible;
}

#content 
{
    padding: 			5px 0px 3px 15px; /* top right bottom left */
    }    

#crumbs {
	float:				left;
	position:			relative;
	width:				842px;
	height:				25px;
	margin-left:		5px;
	margin-right:		5px;
	margin-top:			5px;
	background:			#FFFFFF;
	border:				solid 1px #000000;
	padding: 			5px 5px 3px 15px; /* top right bottom left */
}

#logo {
    margin:0 10px 0 0;
    padding:0;
    float:right;
}

/* style header */
h1#site-name, div#site-name {
    font-size:1.5em;
    font-variant:small-caps;
    line-height:1.3em;
    margin:0;
    padding:10px;
}

/* style content */
body, caption, th, td, input, textarea, select, option, legend, fieldset {
    font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
}

#content h1 {
	font-size:			x-large;
	color: 				#006666;
	margin-top: 		0px;
}	

#content h2 {
	font-size:			large;
	color:				#000000;
	border-left: 		solid black 1pt;
	border-bottom: 		solid black 1pt;
	padding-left:		5px;
}

#content h3 {
	font-size: 			medium;
	text-transform: 	uppercase;
	margin-left:		20px;
	margin-top: 		15px;
	margin-bottom:		0px;
	color:				#000000;
}

#content p,td{ 
	font-size:			smaller;
	text-align: 		left;
	/*padding: 			5px 5px 3px 15px;  top right bottom left */
	color: 				#000000;
	line-height: 		125%;
}

#content a {
	color:				#006666;
	text-decoration: 	none;
	background: 		transparent url(dotlink.gif) repeat-x left bottom;
}

#content a:link ,#content a:visited {
	color: 				#006666;
}

#content a:hover {
	color: 				#1D8FDB;
}

#content li {
	font-size:			small;
}

#content #ftitle {
	font-weight:		bold;
	font-size:			medium;	
}
#content #flabel {
	text-decoration:underline;
}

#content .vaktitel 
{
    text-decoration:underline;    
    }


#crumbs a, #crumbs a:visited {
	font-size:			smaller;
	text-align: 		left;
	color:				#006666;

}

.error 
{
	color:				red;
	}
/* Styles helpdivs */ 
.helpdiv
{
	visibility:			hidden;
	border-right:		black 1px solid;
	border-top:			black 1px solid;
	left:				200px;
	border-left:		black 1px solid;
	width:				350px;
	border-bottom:		black 1px solid;
	position:			absolute;
	top:				50px;
	background-color:	silver;
}
.helplink
{
	color: #006666;
	font-weight: bold;
	cursor: hand;
}
.tblheader
{
	color: #ffffff;
	background-color: #D3D112;
	border: 1px solid #000000;
	margin: 1px 0px 1px 0px;
}

.tblcontent
{
	border: 1px solid #000000;
	margin: 1px 0px 1px 0px;
}

.tbl
{
	border-collapse: collapse;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

/* style vrijstellingenwijzer */
#vrij
{
    color: red;    
}