* {
    padding: 0px;
    margin: 0px;
}

img{
    border: 0px;
}
form{
    border: 1px;
}

hr{
    padding: 0px;
    
    margin: 0px;
    color: #fff;
    margin-bottom: 12px;
    border-top: 1px solid #B8AFBA;
    border-left: none;
}

textarea{
    width: 400px;
    height: 200px;
}

html, body{
    background-color: white;
    color: #666666;
    font-family: arial, "Times New Roman", serif;
    font-size: 13px;
}
a{
   color: #666666;
   text-decoration: underline;   
}

a:hover{
    text-decoration: none;
    
}

#container{
    margin: auto;
    width: 960px;
}

#header{
    height: 190px;
}

    #headerBanner{
        float:left;
        width: 600px;
        height: 190px;
    }
    
    #fontSizeControl{
        float:left;
        width: 360px;
        height: 190px;
    }
    #fontSizeControlHolder {
        width: 120px;
        height: 60px;
        float: right;
        margin: 90px 10px 0px 0px;
        text-align: right;
    }

    #selectFontSize{
        text-align: right;
        float: right;
    }
        #smallerFont{
            font-size: 10px;
            color: #793A86;
            margin-right: 21px;
            cursor: pointer;
        }
        #smallerFont:hover{
            font-weight: bold;
        }
        #normalFont{
            font-size: 14px;
            color: #793A86;
            margin-right: 21px;
            cursor: pointer;
        }
        #normalFont:hover{
            font-weight: bold;
        }
        #biggerFont{
            font-size: 18px;
            color: #793A86;
            cursor: pointer;
        }
        #biggerFont:hover{border-bottom-color: #000000;
            font-weight: bold;
        }
        
    #fontSizeText{
        height: 17px;
        width: 78px;
        text-align: right;
        float: right;
        background-image: url('../images/fontControl.gif');
    }

#menu{
    font-size:16px;
    color: #b8b0ba;
    line-height:normal;
    background-image: url('../images/menu_bg.gif');
    height: 42px;

}

/*Top level list items*/
#menu ul li{
    position: relative;
    display: inline;
    float: left;
    width: 191px;
    border-right: 1px solid #b8b0ba;
}

#menu ul li.last{
    border-right: none;
}

/*Top level menu link items style*/
#menu ul li a{
    height: 29px;
    display: block;
    padding: 13px 0px 0px 0px;
    text-align: center;
    color: #b8b0ba;
    text-decoration: none;
    font-weight: bold;
}
    #menu ul li a:hover{
        color: #480F63;
    }
    #menu ul li.active a{
        color: #480F63;
    }

    #subHolder{
        margin-bottom: 13px;
        margin-top: 13px;
    }
#breadCrumbs{
    float:left;
    width: 595px;
    color: #b8b0ba;
    padding-top: 2px;
    padding-left: 5px;
}
    #breadCrumbs a{
        color: #b8b0ba;
    }


#searchText{
   width: 155px;
   float: left;
   color: #b8b0ba;
   text-align: right;
   padding-right: 5px;
   padding-top: 2px;
}

div#search{
    float: left;
    width: 200px;
}

#search_form input[type="text"]{
    width: 165px;
    border-top: 1px solid #b8b0ba;
    border-left: 1px solid #b8b0ba;
    border-bottom: 1px solid #b8b0ba;
    border-right: none;
    color: #b8b0ba;
}

#s{
    padding: 1px 0px 0px 2px;
    height: 17px;
    float: right;
}

#go{
    border: 1px solid #b8b0ba;
    height: 18px;
    width: 24px;
    float: right;
}
#flash{
    padding-bottom: 15px;
	cursor:pointer;
}
#contentLeft{
    float:left;
    width: 595px;
    padding: 10px 0px 0px 5px;
    line-height: 20px;
}
#contentLeft h1{
    font-size: 18px;
    font-weight:normal;
    padding-bottom: 10px;
}

#contentLeft th{
    text-align: left;
    padding: 5px 10px;
}

#contentLeft td{
    padding: 5px 10px;
}

#contentLeft ul{
	padding: 10px;
	padding-left: 20px;
}

#contentLeft ol{
	padding: 10px;
	padding-left: 20px;
}

#contentLeft li{
	padding: 10px;
	padding-bottom: 2px;
}


#contentRight{
    float:left;
    width: 340px;
    padding-top: 10px;
    padding-left: 20px;
    line-height: 20px;
}

#footer{
    background-image: url('../images/footer_bg.gif');
    height: 300px;
    background-repeat:repeat-x;
    margin: 20px 0 0 0;
	font-size:14px;
	padding:24px 0px 0px 0px;
	text-align:center;
}
	#footer a{
		text-decoration:underline;
	}
#footerContent{

}

#mededelingen, #iChatDetails{
    background-color: #480f63;
    padding: 20px;
}

#mededelingen h3, #clientenraad h3, #iChatDetails h3{
    padding: 0px;
    margin: 0px 0px 16px 0px;
    color: #FFF;
}
#mededelingen p, #clientenraad p, #iChatDetails p{
    color: #FFF;
    margin: 0px 0px 16px 0px;
}
#mededelingen p a, #clientenraad p a, #iChatDetails p a{
    font-style:italic;
    text-decoration: underline;
    color: #fff;
}





.attentionBlock, #iChatSidebar{
    min-height: 123px;
    background-image: url('../images/attention_bg.gif');
    background-color: #FAFAFB;
    background-repeat: repeat-x;
    padding: 20px 20px 0px 20px;
}

#avatarBlock{
    background-repeat: repeat-x;
    padding: 20px 20px 0px 20px;
}

    .attentionBlock h2, #iChatSidebar h2{

        font-size: 18px;
        font-weight: bold;   
    }
    .attentionBlock p, #iChatSidebar p{
        padding: 10px 0px 0px 0px;
    }
    
       }
    
    .attentionBlock ul, #iChatSidebar ul {
    padding-left: 17px;
    list-style-type: square;
        
    }
    
    /*
    .attentionBlock ul.nobullets {
    
	} 
	*/
	   
    .attentionBlock li, #iChatSidebar li{
        padding-top: 5px;
        padding-left: 5px;
        
    }

 
    .attentionBlock li.stepOK, #iChatSidebar li.stepOK{
    list-style-type: none;

    	color: #480f63;
        padding-left: 2px;
        
    }

    .attentionBlock li.stepActive, #iChatSidebar li.stepActive{
      list-style-type: none;

    	font-weight: bold;
        padding-left: 2px;
        
    }

    .attentionBlock li.stepOpen, #iChatSidebar li.stepOpen{
      list-style-type: none;

    	color: #00b4d5;
        padding-left: 2px;
        
    }


    .attentionBlock .linkHolder, #iChatSidebar .linkHolder{
        background-image: url('../images/button_attention.gif');
        height: 24px;
        width: 92px;
        float: right;
        margin: 10px 0px 15px 0px;
    }
    .attentionBlock .linkHolder a, #iChatSidebar .linkHolder a{
        color: #FFF;
        font-weight: bold;
        text-decoration: none;
        position: relative;
        top: 2px;
        left: 20px;
    }

    ul.errors{
        color: red;
        padding: 5px 20px;
    }


#flash3{
    display:none;
}
