@charset "utf-8";

* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
} 

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000033;
}

p {
	font-size: 11px;
	line-height: 1.5em;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

H3.list{
	font-size: 15px;
	font-weight: bold;
        color: #ffffff;

}

a {
	color: #000000;
        text-decoration: underline;
        font-weight: normal;
}


a:hover {
	color: #8D5548;
}


.twoColFixRtHdr #container {
	min-height:100%; /* real browsers */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: none;
	background-color: #7FC1F1;
	background-image: url(../images/bg_main2.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
}

.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	height: 74px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#breadcrumbs, #breadcrumbs a {
         color: #434343;
         font-size: 10px;
}

#breadcrumbs {
          margin: 5px auto 10px 100px;
}

#cap {
	position: absolute;
	right: 0px;
	top: 33px;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	
	width: 150px;
	background-color: #7FC1F1;
	height: 300px;
	min-height: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left: solid 1px white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 50px;

}

.twoColFixRtHdr #mainTitle {
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 30px;
} 

.twoColFixRtHdr #mainContent {
	min-height: 500px;
        margin-right: 325px;
        margin-left: 20px;
	float: left;
	margin-bottom: 40px;
} 

.twoColFixRtHdr #mainContent img { 
         margin: 10px; 
}
	

.twoColFixRtHdr #footer {
	height: 38px;
	bottom:0; /* stick to bottom */
	background-image: url(../images/pijltjes_bruin_large.gif);
	width: 100%;
        text-indent: 30px;

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#cons li {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	color: #000033;
	font-weight: normal; 
}

/* next is the styling for the Spry Accordion menu */

.Accordion {
	font-size: 14px;
        font-weight: bold;
	color: #FFFFFF;
        float:right;
        width: 295px;
        padding-left: 10px;
        height: 500px;
        padding-top: 15px;
	border-left: 1px #FFF solid;
}

.AccordionPanel {
	margin: 0px;
	padding-left: 5px;
}

.AccordionPanel a {
	color: #FFFFFF;
	text-decoration: none;
}

.AccordionPanel a:hover {
	color: #8D5548;
	text-decoration: none;
}

.AccordionPanelTab {
	overflow: hidden;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-bottom-color: gray;
	font-weight: bold;
}


.AccordionPanelContent {
	overflow: auto;
	margin-bottom: 5px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
        font-weight: normal; 
	color: #FFFFFF;
}

.AccordionPanelContent li{
	list-style-type: none;
	padding-left: 5px;	
}

.AccordionPanelOpen .AccordionPanelTab {
	padding-left: 0px;
}

.AccordionPanelTabHover {
	color: #8D5548;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #8D5548;
}


.AccordionFocused .AccordionPanelTab {

}


.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {

}

.AccordionLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 5px;
	text-decoration:none;
	font-weight: bold;
	margin-bottom: 5px;
}

a.AccordionLink {
	color: #FFFFFF;
	text-decoration: none;
}

a.AccordionLink:hover {
	color: #8D5548;
	text-decoration: none;
}

#iframe, .iframe {
padding:0px;
margin-top:0px;
background: none;
} 