/* Start of CMSMS style sheet 'YWC_HOME' */
/* standaard elementen */
html {min-height: 100%}


* {
	margin: 0px;
	padding: 0px;
}
a,
a:link 
a:active {
                text-decoration: none;
                background-color: none; 
                color: #ee3224;
}

a:visited {
               text-decoration: none;
               background-color: inherit;
               color: #ee3224;
}


/* remove underline on hover and change color */
a:hover {
              text-decoration: underline;
              color: #000;
}

body {
	background: #000;	
                font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

li {
	margin: 0 40px 3px;
	line-height: 16px;
                font-size: 11px;
}

p {
	line-height: 16px;
                font-family: Verdana, sans-serif;
	font-size: 11px;
}


img {
                border: 0;
}
               
h1 {
   font-size: 13px; /* font size for h1 */
   line-height: 1em;
   margin: 0 0 5px 0px;
   color: #ee3224;
}
h2 {
   color: #ee3224;
   font-size: 14px;
   line-height: 1.3em;
   margin: 0 0 5px 0px;
}
h3 {
   color: #ee3224; 
   font-size: 15px;
   line-height: 1.3em;
   margin: 0 0 5px 0px;
}
h4 {
   color: #ee3224;
   font-size: 16px;
   line-height: 1.3em;
   margin: 0 0 5px 0px;
}
h5 {
   color: #ee3224; 
   font-size: 18px;
   line-height: 1.3em;
   margin: 0 0 5px 0px;
}
h6 {
   color: black; 
   font-size: 20px;
   line-height: 1.3em;
   margin: 0 0 5px 0px;
}

.clear {
           clear: both;
}


/* divers */
/* structuur */

#container {
	width: 950px;
	margin: 0 auto;
}

#vlaggen {
              width: 195px;
              height: 10px;
}

#topcontent {
               height: 60px;           
               width: 195px;
               position: absolute;
               margin-left: 740px;
               margin-top: 5px;
}

#search {
   text-align: right;
   margin: 20px 0px 0px 0px;
}

#header {
	background-color: #FFFFFF;
	height: 180px;
	width: 950px;
                border-bottom: 1px solid #ee3224;
}

#headerlinks {
	float: left;
	width: 251px;
	height: 150px;
	background: url(images/cms/logo_ywc.jpg) no-repeat;
                margin: 15px 0px 0px 10px;
}

#headerrechts {
             float: right;
             width: 680px;
             height: 120px;
             background:url(images/cms/headertitel.jpg) no-repeat;
             margin: 60px 0px 0px 0px;
}

#hoofdbox {
	background: url(images/cms/achtergrond_wit.jpg);
	border-top: 1px solid #ee3224;
                border-bottom: 1px solid #ee3224;
                background-repeat: repeat;
                min-height: 500px;
               _height: 500px;
}

#content {
	float: left;
	width: 780px;
	padding: 20px 85px 20px 85px;
}

#kolomrechts {
               float: right;
               width: 155px;
               padding: 5px 20px 0px 5px;
               font-size: 11px;
}

#kolomlinks {
      float: left;      
      width: 230px; 
      clear: both;
}

#footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	text-align: left;
                background-color: #FFF;
	height: 30px;
                width: 950px;
}

.footer p {margin: 0px 10px 0px 5px;}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 10px;
   border-bottom: 1px solid #dbdbdb;
}

*}
/* relational links under content next-vorige pagina */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
  margin-bottom: 0px;
*}

/* relational links print button*/
div.right49 {
  float: right;
  width: 50px;
  text-align: right;
  padding-top: 0px;
}

/* relational links tellafriend*/
div.right50 {
  float: right;
  width: 150px;
  text-align: right;
  padding-top: 0px;
  margin-left: 5px;
}

/* relational links share this*/

div.right51 {
  float: right;
  width: 150px;
  text-align: right;
  padding-top: 0px;
  margin-left: 5px;
}

/********************
MENU BOVEN
*********************/
#navigatieboven  {
             background-color: #FFF;
             border-top: 2px solid #FFF;
             border-bottom: 2px solid #FFF;
             height: 25px;
             padding-left: 25px;
}

/* hack for Internet Explorer */
* html div#navigatieboven {
   /* hide ie/mac \*/
   height: 1%;  /* end hide */
}

/* the links, that is each list item */
#navigatieboven a {
            margin: 0; /* margin outside each list item box */
            text-decoration: none; /* no underline for links */
            color: #000;
            font-weight: bold;
            font-size: 11px;
            list-style: none; /* hides the list bullet */ 
            display: block;   /* IE has problems with this, fixed above */
            padding-left: 7px;
            padding-right: 10px;
            line-height: 25px;
}

/* right border is provided by the li elements */
/* menu list items */

#navigatieboven li {
            float: left; /* makes the list horizontal */   
            margin: 0px;
            padding-left: 10px;
            border-right-width: 1.5px;
            border-right-style: solid;
            border-right-color: #ee3224;
            list-style-type: none;
}

/* hover state links */
#navigatieboven li a:hover {
            color: #ee3224; 
            font-weight: bold;
            list-style-type: none;
}

/* active parent, that is the first-level parent of a child page that is the current page */
#navigatieboven li.activeparent a {
            color: #ee3224; /* actieve link subpagina*/
            background-color: none; /* achtergrond grijs*/
            list-style-type: underline;
}

#navigatieboven h3 {
            margin: 0; /* margin outside each list item box */
            text-decoration: none; /* no underline for links */
            color: #ee3224;
            font-weight: bold;
            padding-left: 14px;
            padding-right: 14px;
            line-height: 25px;
            background-color: none;
            display: block; /* IE has problems with this, fixed above */
            font-size: 11px;   /* instead of the normal font size for <h3> */
} /* actieve link */


/* End of 'YWC_HOME' */

