/*  
Theme Name: CT-Design Computeraar
Description: Design voor Computeraar 
Author: CT-Design    
Version: 1.0
*/


BODY, TD {
  margin: 0px;
  padding: 0px;
  font-family : Tahoma,Verdana,Arial;
  font-size: 13px;
  background: url(images/bg_main.jpg);
}

A {
}

A:Hover {
}

.ddsg-wrapper h2 {
  display:none;
}
/*
.submit {
    background: url('images/button_aanmelden.jpg');
}
*/

.orange {
    color: #ff7500;
    font-weight: bold;
    font-size: 11px; 
}

.news {
    margin: 0px 0px 0px 15px;
    padding: 0px;
    color: #ff7500; 
}

    .news a {
        color: #ff7500;  
        font-weight: bold;
        font-size: 11px;
    }

.txtsearch {
    width: 170px;
    float: right;
    margin: 8px 10px 0 0;

}

.btnsearch {
    float: right;
    margin: 8px 10px 0 0;
}

.newsletterTextInput {
    width: 125px;
    margin: 5px 0 0 0;
}

.btnnewsletter {
    float: right;
    margin: 9px 0 0 0;
}


/*****************
    Zoeken
*****************/ 
#searchbox a {
        color: #ff7500;
        font-weight: bold;
        font-size: 12px; 
}

/*****************
    Header
*****************/ 

#headerWrap {
    width: 100%;
    height: 147px;
    background: url(images/bg_header.jpg);
}

#headerWrap h1 {
    margin: 5px 0 0 0;
    padding: 0px;
    width: 200px;
    height: 57px;
    background: url(images/logo.png);
    float: left;
}

    h1 span {
        display: none;
    }

#headerContent {
    height: 68px;
    width: 742px;
    margin: 0 auto;
}

    #headerContent p {
        margin: 30px 0 0 50px;
        padding: 0px;
        color: white;
        float: left;
        font-weight: bold;
        font-size: 13px;
    }


/*****************
    Menu
*****************/ 

#menu {
    height: 42px;
    width: 742px;
    margin: 0 auto;
}

    #menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    #menu li {
        float: left;
        background: url('images/bg_menu.jpg') repeat-x;
        height: 32px;
        text-align: center;
        font-size: 16px;
        padding: 10px 23px 0 24px;
        border-right : 1px solid #016394;
        border-left : 1px solid #5fabe7;    
    }
    
    #menu li.noborderleft {
        border-left: none;
    }
    
    #menu li.noborderright {
        border-right: none;
    }
    
    #menu li.first {
        background: url(images/bg_menu_left.png);
        height: 42px;
        padding: 0px;
        width: 10px;
        border:none;
    }
    
    #menu li.last {
        background: url(images/bg_menu_right.png);
        height: 42px;
        padding: 0px;
        width: 10px;
        border:none;
    }
    
    #menu li a {
        color: white;
        text-decoration: none;
    }

/*****************
    Zoekbalk
*****************/     
#search {
    height: 37px;
    width: 700px;
    margin: 0 auto;  
    background: url('images/bg_zoekform.jpg') repeat-x;
    border-right:1px solid #9c9c9d ;
    border-left:1px solid #9c9c9d ;
}

    #search form {
        border-left: 1px solid #929292;
        overflow: hidden;
        float: right;
        width: 320px;
        height: 37px; 
    }

#restSearch {
    float: left;
    height: 8px;
    width: 142px;
    background: url('images/bg_search_rest.jpg') repeat-x;
    border-right:1px solid #9c9c9d ;
    margin: 0 0 0 -1px;
}    
    
/*****************
    Content
*****************/    

#horizBorder {
    width: 515px;
    height: 1px;
    border-bottom: 1px solid #979797;
    float: left;
    margin: 40px 0 0 0;
}
    
#contentCenter {
    margin: 0 auto;
    padding: 0px;    
    height: 68px;
    width: 742px; 
}

#contentWrap {
    width: 580px;
    overflow: hidden;
    float: left;
}

#contentTop {                       
    width: 579px;
    height: 14px;
    background: url('images/bg_top.jpg') no-repeat;    
}

#contentBottom {
    width: 580px;
    height: 16px;
    background: url('images/bg_bottom.jpg');    
}

#content {
    width: 518px;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
    padding: 5px 40px 0 20px;
    overflow: hidden;
    background: #fff;
}
    
    #content h2.nodisplay {
        display: none;
    }
    
    .titel {
       color: #da0008;
       font-size: 18px;
       margin: 0px;
       padding: 0px 15px 0 0;
       background-color: #fff;
       overflow: hidden;
    }
    
    #titelWrap {
        padding: 0 0 0 30px;
        margin: 0 0 20px 0;
        overflow: hidden;
        background: #fff url(images/h2_kop2.jpg) left no-repeat;
    }
    
    
    

/*****************
    News
*****************/
.newsItem {
    width: 235px;
    /* border-top: 1px solid #979797; */
    overflow: hidden;
    float: left;
    margin: 15px 0 20px 0;
    padding: 0px 0px 0 20px;
}

    #first.newsItem  {
        border-right: 1px solid #979797;
    }

    .newsItem ul {
        margin: 0px;
        font-weight: bold;
        padding: 0px 0 0 15px;
    }

    .newsItem li {
        color: #ff7500;
        font-size: 11px; 
    }

    .newsItem p {
        margin: 0px;
        padding: 5px 0px 5px 0px;
        font-weight: bold;
        font-size: 11px; 
    }

    .newsItem a {
        color: #ff7500;
        font-weight: bold;
        font-size: 11px; 
    }
    

/*****************
    sideWrap
*****************/ 

#sideWrapper {
    width: 158px;
    float: left;
    overflow: hidden;    
}
    
#sideWrap {
    width: 133px;
    float: left;
    border-right: 1px solid #979797;
    background: #fff;
    padding: 10px 10px 0 15px;
}

     #sideWrap form {
        width: 132px;
        overflow: hidden;
    }
    
    #sideWrap form label {
        font-weight: bold ;
    }
    
#folderWrap {
    width: 130px;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #979797; 
}

#sideTop {
    height: 24px;
    width: 159px; 
    background: url(images/sidebar_top.jpg);
    float: left;
    margin: 30px 0 0 0; 
}

    #sideTop p {
        color: white;
        font-weight: bold;
        padding: 3px 0 0 10px;
        margin:0px;
    }
    
#sideBottom {
    background: url('images/sidebar_bottom.jpg');
    height: 13px;
    width: 159px;
    float: left; 
}


#copywright {
    margin: 10px auto;
    padding: 0px;
    width: 499px;
    text-align: center;
}

    #copywright p {
        font-size: 11px;
    }
/*****************
    Footer
*****************/  
#footer  {
    margin: 0px auto;
    padding: 0px;
    width: 499px;
    height: 34px;
    background: url('images/bg_footer.jpg'); 
    text-align: center;
}
    
    #footer a {
        color: black;
        text-decoration: none;
        font-weight: bold;
        padding: 0px 10px 0 10px;
    }
    
#footer_content {
    width: 467px;
    height: 24px;
    padding: 7px 0 0 0;
    float: left;
}

#footer_left {
    width: 16px;
    height: 34px;
    float: left;
    background: url('images/bg_footer_left.jpg'); 
}

#footer_right {
    width: 16px;
    height: 34px;
    float: right;
    background: url('images/bg_footer_right.jpg'); 
}

.nwbform {
    padding:10px;
}

    .nwbform form {
        float:left ;
    }
    
    .button {
        width:100px;
        margin-right: 10px;
    }
