/*----------------------------------------------

font: Verdana, Arial, Helvetica, "Sans Serif";
text-colour: #8d2354 (purple);
special colour: #e8ced8 (hoofdkop)

------------------------------------------------*/
 /*lay-out */
 

body	{
	background			: #523463 url(./afbeeldingen/bg.gif) no-repeat center top;
	color: #8d2354;
	text-align			: center; 
	margin				: 0 auto;

}

#menu_links {
margin-left: 80px;
margin-top: 175px;
*margin-top: 183px;
text-align:right;
}

#menuke_links {
margin-left: 170px;
margin-top: 175px;
*margin-top: 183px;
text-align:right;
}

#menu_links ul{
    border-top: 0px #000 solid;
    border-left: 0px #000 solid;
    border-right: 0px #000 solid;
    margin:0;
    padding:0;
    width:190px;
    }

#menu_links li{
    width:190px;
    float:left;  
    list-style:none;
    margin:0;
    padding:0;
    border: 0px solid #000000;border-bottom: 0px solid #8D2354;    
    }
    
#menu_links li ul li{
    width:190px;
    float:left;  
    list-style:none;
    margin:0;
    padding:0;
    border: 0px solid #000000;border-bottom: 0px solid #8D2354;
    }    

#menu_links li a{
    text-align:right;
    color:#702470;
    text-decoration: none;
    font-weight:bold;
    line-height: 20px;
    font-size: 12px;
    }
    
#menu_links li a:hover{
    font-weight:bold;
    }      
    
#menu_links ul li ul li a{
    text-align:right;
    background:;
    color:#523463;
    font-weight:normal;
    border-bottom: 0px #000 solid;
    text-decoration:none;
    margin:0;
    padding:0px 0 0px 0px; /* em units can creat little graphic bug in mozilla */
    }  
    
#menu_links ul li ul li ul li a{
    text-align:right;
    background:;
    color:#8B2354;
    font-weight:normal;
    border-bottom: 0px #000 solid;
    text-decoration:none;
    margin:0;
    padding:0px 0 0px 0px; /* em units can creat little graphic bug in mozilla */
    }         
    
#menu_links a:hover{
    font-weight:bold;
    }  
  
       

 

#wrapper {
  position: relative;
  width: 994px;
  
  padding: 0;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 950px;
  background-image: url('./afbeeldingen/bg-home3.jpg');
}


#hoofdkop {
  position: relative;
text-align: left;
  margin: 0;
  padding-top: 47px;
  font-size: 15px;
  color: #9F4571;
  font-weight: bold;
  /*width: 430px;*/
  border: 0px solid #990;
  line-height: 15px;
}

#subkop {
  position: absolute;
  top: 130px;
  left: 550px;
  margin: 0;
  padding: 0;
  width: 300px;
  font-weight: normal;
}

#part_left {
  float: left;
  width: 330px;
  border: 0px solid #990;
}

#address {
  margin-top: 595px;
  margin-left: 40px;
  color: white; 
  font-family: Times New Roman, Times, serif;
  font-style: normal; 
  font-size: 13px;
  line-height: 130%;
}

#address a {
  color: white;  
  font-family: Times New Roman, Times, serif;
  font-style: normal; 
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
}




/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	clear				: both;
	background			: url(./afbeeldingen/footer.gif) no-repeat left bottom;
	height				: 55px;
	color				: #9785a1;
}

#footer a {
	color				: #9785a1;
}

#footer address	{
	float				: right;
	font-style			: normal;
	margin-right		: 19px;
	text-align			: right;
}

#footer .mail	{
	padding-top			: 37px;
	display				: block;
	position			: relative;
	z-index				: 1000;
}

#footer .fn,
#footer .type	{
	display				: none;
}

#footer	#amimpact {
	padding				: 10px 0 20px 10px;
	top					: 40px;
	position			: relative;
}




#footer_left {
  list-style: none;
  margin: 0;
  padding-top: 10px;
  padding-left: 40px;
}

#footer_left li {
  list-style: none;
  float: left;
}

#footer_left li a {
  text-decoration: none;
  padding-right: 10px;
  color: white; 
  background-color: #8d2354;
}

#part_right {
  float: right;
  width: 450px;
}

#part_right_right {
  float: right;
  width: 190px;
  border: 0px solid #000;
  
}


#menu {
  position: absolute;
  top: 147px;
  left: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 190px;
}

/* algemene styles voor hoofdmenu */
ul#menu {
	list-style-type: none;
	padding: 0px;
	letter-spacing: 0.1em;
	margin-top: 29px; *margin-top: 37px;
	margin-bottom: 16px;
	margin-left: 0px;
}
ul#menu li {
	padding-bottom: 9px;
	background-image: none;
	list-style: none;
}
#menu a{
	padding-right: 0px;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #702470;
}
#menu a:hover {
	text-decoration: none;
	color: #CDB3CD;
} 

#menu a:active {
	text-decoration: none;
	color: #CDB3CD;
}

#menu a.menu-current {
	text-decoration: none;
	font-weight: bold;
}

#menu a.menu-parent {
	text-decoration: none;
	font-weight: bold;
}

ul#menu {
	text-align: right;
}
ul#submenu {
	text-align: right;
}
/* menu actieve link is vet, iedere body heeft een ID */
body#page1  ul#menu a#m1 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page2  ul#menu a#m2 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page3  ul#menu a#m3 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page4  ul#menu a#m4 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page5  ul#menu a#m5 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page6  ul#menu a#m6 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page7  ul#menu a#m7 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page8  ul#menu a#m8 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page9  ul#menu a#m9 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
body#page10  ul#menu a#m10 {
	background-image: url(menu_selectie_paars.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* -------------------------------------------------------------------- submenu */
ul#submenu {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
  padding-top: 15px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #F7B13F;
}




ul#submenu li {
	padding-left: 0px;
	background-image: none;
}
ul#submenu a:link, ul#submenu a:visited {
	text-decoration: none;
	color: #AF6E0A;
}
ul#submenu a:hover, ul#submenu a:active {
	text-decoration: underline;
	color: #AF6E0A;
}
/* submenu actieve link is vet, iedere body heeft een ID */
body#page03a ul#submenu a#m03a {
	font-weight: bold;
}
body#page03b ul#submenu a#m03b {
	font-weight: bold;
}
body#page03c ul#submenu a#m03c {
	font-weight: bold;
}



#menu_twee {
margin-left: 0px;
  margin-top: 200px;
  padding: 0;
  list-style: none;
  width: 150px;
  border: 0px solid #000;  
}

#menu_twee li {
  list-style: none;
  text-align: right;
  padding-bottom: 8px;
}

#menu_twee li a {
  text-decoration: none;
  text-align: left;
}

#content {
  margin: 0;
  padding: 0;
  margin-top: 130px;
  padding-right: 20px;
  width: 430px;
  
  float: right;
}

#content address{
  font-style: normal;
}
a.active {
  font-weight: bold; 
}

/* image styles */

img {
  border: 0;
}

/* font presentation */
 * {  font-size: 11px; font-family: Arial, Verdana, Helvetica, "Sans Serif"; line-height: 15px;}
 
h1  { font-size: 130%;}
h2  { font-size: 120%;}
h3  { font-size: 110%;}

a {
  color: #8d2354;
} 

a.active {
  font-weight: bold; 
}

a.subactive {
  font-weight: bold; 
  color: #8db2cf;
}
a.sub{
  font-weight: normal; 
  color: #8db2cf;
}


#container	{
	background			: #fff url() no-repeat left top;
	position			: relative;
	margin				: 0 auto;
	width				: 994px;
	text-align			: left;
}



/* Demos */

.demos-nav, .demos-nav dt, .demos-nav dd, .demos-nav ul, .demos-nav li {
	margin: 0;
	padding: 0
}

.demos-nav {
	float: left;
	width: 170px;
	font-size: 1.3em;
}

.demos-nav dt,
.demos-nav h4 {
	margin: 0;
	padding: 0;
	font: normal 1.1em "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	color: #e87b10;
}

.demos-nav dt,
.demos-nav h4 {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-left: 8px;
	padding-bottom:5px;
	line-height: 1.2em;
	border-bottom: 1px solid #F4F4F4;
}

.demos-nav dd a,
.demos-nav li a {
	border-bottom: 1px solid #F4F4F4;
	display:block;
	padding: 4px 3px 4px 8px;
	font-size: 90%;
	text-decoration: none;
	color: #555 ;
	margin:2px 0;
	height:13px;
}

.demos-nav dd a:hover,
.demos-nav dd a:focus,
.demos-nav dd a:hover,
.demos-nav dd a:focus {
	background: #f3f3f3;
	color:#000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
 .demos-nav dd a.selected {
	background: #555;
	color:#ffffff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}


/* new styles for demo pages, added by Filament 12.29.08
eventually we should convert the font sizes to ems -- using px for now to minimize style conflicts
*/

.normal h3.demo-header { font-size:32px; padding:0 0 5px; border-bottom:1px solid #eee; text-transform: capitalize; }
.normal h4.demo-subheader { font-size:10px; text-transform: uppercase; color:#999; padding:8px 0 3px; border:0; margin:0; }
.normal a:link,
.normal a:visited { color:#1b75bb; text-decoration:none; }
.normal a:hover,
.normal a:active { color:#0b559b; }


div.demo {
	padding:12px;
	padding-top: 205px;
}

/* Accordion-Menue */

.menu_list {
        width: 170px;margin:0px; padding:0px;
}
.menu_head {
    padding:0px;
    cursor: pointer;
    position: relative;
    margin:0px;
    font-weight:bold;
    background: transparent;
    border-top:0px solid #FFFFFF;
    color:#8B2354;
}
.menu_head a {font-family: Arial, Verdana, Helvetica, "Sans Serif"; font-size:11px;font-weight:bold;color:#8B2354;border-bottom:1px solid #8D2354; padding:2px 2px 2px 2px;display:block;text-decoration:none;}
.menu_head a:hover {background:transparent; border-bottom:1px solid #8D2354;}
.menu_body {
        display:none;
}
.menu_body a{
  display:block;
  color:#523463;
  background-color:transparent;
  padding:2px  2px 2px 15px;
 font-family: Arial, Verdana, Helvetica, "Sans Serif"; font-size:11px;font-weight:400;
  border-bottom:0px solid #ffffff;
  text-decoration:none;
  text-transform:none;
}
.menu_body a:hover{
  color: #523463;
  font-weight: bold;
  text-decoration:none;
  background:transparent;
   border-bottom:0px solid #FFFFFF;
  } 

#lettergrootte {
position:absolute;
border: 0px solid #000;
top: 175px;
right: 220px;
/*right: 220px;*/
z-index: 1;
}

#content ul {
padding: 0px;
margin-left: 16px;
}

ol {
padding: 0px;
margin-left: 16px;
}

----------------------------------*/






