/* Start of CMSMS style sheet 'mijnleencoach' */
html{
  height:100%;
  width:100%;
  margin:0;
  padding:0;
}
body {
  height:100%;
  background-image:url(uploads/images/bg.png);
  background-repeat:repeat-x;
  padding:0;
  margin:0;
}
    #wrapper{
      min-height:100%;
      position:relative;
    }

        #header-wrapper{
            width:981px;
            height:165px;
            margin:0 auto 0 auto;
        }
            #logo{
                background-image:url(uploads/images/logo.png);
                width:332px;
                height:92px;
                float:left;
            }
            #nav{
                padding-top:35px;
                width:649px;
                float:left;
            }
        #diensten-wrapper{
            height:223px;
            width:981px;
            background-color:#d4d4d4;
            margin:0 auto 0 auto;
        }
            #dienst-top{
                height:10px;
                width:981px;
                background-image:url(uploads/images/dienst-top.png);
            }

            #dienst-blokken{
                height:196px;
                width:981px;
            }
 
            #dienst-blok{
                height:196px;
  	   width:271px;
  	   background-color:#2f2f2f;
  	   float:left;
  	   padding: 0 28px 0 28px ;
             }
	#dienst-blok h3{
                padding:0 0 0 14px;
                margin:0;
                color:#fff;
                font-size:15px;
                font-family:Century Gothic;
              }
            #dienst-blok p{
                color:#afafaf;
                font-size:12px;
                font-family:Trebuchet ms;
            }
            #dienst-footer{
                height:17px;
                width:981px;
                background-image:url(uploads/images/dienst-footer.png);
            }
        #content-wrapper{
            width:981px;
            padding-bottom:61px;
            margin:0 auto 0 auto;
        }

            #content-login{
                width:248px;
                float:left;
            }
            
            #content-login h3, #content h3{
                color:#00aeef;
                font-size:18px;
                font-family:Century Gothic;
                padding:18px 0 0 0;
                margin:0;
            }

            #content-login,#content{
                color:#666666;
                font-size:13px;
                font-family:Trebuchet ms;
            }
            
            #content-login a,#content a,#content-login a:hover,#content a:hover{
                color:#0098d1;
                font-size:13px;
                font-family:Trebuchet ms;
                text-decoration:none;
            }


            #content{
                width:695px;
                float:left;
                padding-left:35px;
            }

            p.title{
                padding:0 0 20px 0;
                margin:0;
                font-size:11px;
            }  

        #footer-wrapper{
            width:100%;
            height:61px;
            background-image:url("uploads/images/footer.png");
            position:absolute;
            bottom:0;
        }
            
            #footer{
                margin:0 auto 0 auto;
                width:981px;
                height:61px;            
            }

            #footer p{
                font-family:Trebuchet ms;
                color:#979797;
                font-size:12px;
            }

            #footer a{
                font-family:Trebuchet ms;
                color:#979797;
                font-size:12px;
                font-weight:bold;
                text-decoration:none;
            }

        .input{
            background-image:url(uploads/images/input.png);
            width:170px;
            height:24px;
            border:0;
            line-height:24px;
            color:#b1b1b1;
        }

        .submit{
            background-image:url(uploads/images/login.png);
            border:0;
            width:146px;
            height:37px;
        }

        .belmij{
            background-image:url(uploads/images/bel_mijterug_button.png);
            border:0;
            width:105px;
            height:27px;
            outline:none;
        }

        .clear{
            clear:left;
        }
/* End of 'mijnleencoach' */

