/* 
    Document   : architel
    Created on : 25-jan-2010, 9:58:35
    Author     : bvdveldeghjgh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {

font-family:Arial;
display: block;
font-size:14px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:20px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:20px;
}
body{
font-family:Arial;
background-color:#282b2d;
font-size:14px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:20px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:20px;
}
#maincontainer{
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
position:relative;
border:0px solid red;
padding-left:20px;
padding-right:20px;
padding-top:15px;
padding-bottom:30px;
width:920px;
}

#menucontainer{
border:0px solid green;
height:334px;

}
#taalcontainer{
border:0px solid blue;
height:50px;
}
#logocontainer{
height:50px;
width:240px;
display:inline;
float:left;
border:0px solid fuchsia;
}
#taalncontainer{
height:50px;
width:50px;
border:0px solid white;
float:right;
display:inline;
}
#taalecontainer{
height:50px;
width:50px;
border:0px solid white;
display:inline;
float:right;
}
#navigationcontainer{

position:relative;
display:block;
height:282px;
border:0px solid black;
}

#menu_1, #menu_2, #menu_3, #menu_4{
width:50px;;
height:282px;
border:0px solid black;
display:inline;
float:left;
}

#actief_menu_1, #actief_menu_2, #actief_menu_3, #actief_menu_4{
width:50px;;
height:282px;
border:0px solid black;
display:inline;
float:left;
z-index:99;
}
#foto{
    top:0px;
    height:282px;
    float:right;
    display:inline-block;

}

.menuitem{
    border:none;
    text-decoration:none;
}

#contentcontainer{
margin-top:10px;
height:360px;
border:0px solid aqua;
}

#contenttitel_1, #contenttitel_3 , #contenttitel_5{
    width:32%;
    color:#ffffff;
    border-top:1px solid #606569;
    border-left:1px solid #606569;
    border-right:1px solid #606569;
    background-color:#434648;
    vertical-align:middle;

}

#contenttitel_1h{
    width:32%;
    color:#ffffff;
    border-top:1px solid #606569;
    border-left:1px solid #606569;
    border-right:1px solid #606569;
    background-color:#434648;
    vertical-align:middle;
     text-align:left;

}


#contenttitel_2 #contenttitel_4{
    width:10px;


}



#content_1,  #content_5{
    color:#ffffff;
    border:1px solid #606569;
    text-align:left;
    background-color:#434648;
    padding:10px;
}
 #content_3 {
    font-size:16px;
    color:#ffffff;
    border:1px solid #606569;
    vertical-align:top;
    text-align:center;
    background-color:#434648;
    padding:10px;
}

 #content_3 h2{
   text-align:center;
   font-weight:bolder;
   display:inline;
   color:#f9b600;
   font-size:25px;
}





#bottomcontainer{
    height:30px;
}

#contenttitel_1h h1{
   text-align:left;
   display:inline;
   font-weight:100;
   margin-left:2px;
}

h1{
   display:inline;
   font-weight:100;
}




h2{
   text-align:left;
   font-weight:bolder;
   display:inline;
   color:#f9b600;
   font-size:16px;
}
h3{
   text-align:left;
   font-weight:bolder;
   display:inline;
   color:#f9b600;
   font-size:14px;
}
h4{
   text-align:left;
   display:inline;
   color:#f9b600;
   font-size:12px;
}

.yellowtext{
    color:#f9b600;
}

p{
       display:block;
       color:white;
}
.klantlink{
      color:#f9b600;

}
.klantlink A:link {
      color:#f9b600;
      font-weight:bolder;
}
.klantlink A:visited {
      color:#f9b600;
      font-weight:bolder;
}
.klantlink A:active {
      color:#f9b600;
      font-weight:bolder;
}
.klantlink A:hover {
      color:#f9b600;
      font-weight:bolder;
}
.klantlink div {
     margin-left:15px;
     color:#ffffff;
 
}


#content_1 A:link {
      color:#f9b600;
      font-weight:bolder;
}
#content_1 A:visited {
      color:#f9b600;
      font-weight:bolder;
}
#content_1 A:active {
      color:#f9b600;
      font-weight:bolder;
}
.klantlink A:hover {
      color:#f9b600;
      font-weight:bolder;
}

input{
color: #282b2d;
border: 0px solid #f9b600;
margin-left:5px;


}

textarea{
margin-left:5px;
color: #282b2d;
background: #ffffff;
border: 0px solid #f9b600;
width:100%;

}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;

  width: 720px;
  margin-left:auto;
  margin-right:auto;

}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #FFFFFF;
  color:#ffffff;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: inline-block;  /* block float the labels to left column, set a width */
        vertical-align:top;
	width: 300px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */

}

form input#txtpostcode, input#wtxtpostcode {
	width:60px; /* set margin-left back to zero on reset button (set above) */
}
form input#txtgemeente, input#wtxtgemeente {
	margin:0px; /* set margin-left back to zero on reset button (set above) */

}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	/* clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.contentclass
{
color:#ffffff;
}