/** 
 * 
 * Styles for index page
 * 
 * @author Aaron Burms
 * 
 */
 
        #description {
            margin-bottom: 250px;
        }
        
        #description p#title {
            color: #014694;
            font-weight: bold;
            font-size: 22px;
            margin-top: 15px;
            margin-left: 0px;
            text-decoration: underline;
        }
        
         #description p#title2 {
            color: #014694;
            font-weight: bold;
            font-size: 13px;
            margin-top: 15px;
            margin-left: 0px;
            }
        
        #description a {
            color: #014694;
            text-decoration: underline;
        }
        
        #description a:hover {
            color: #800000;
            text-decoration: none;
        }
        
        #description dl {
            width: 410px;
        }

        #description dt, #description dd {
            height: 20px;
            line-height: 20px;
        }

        #description dt {
            float: left;
            width: 181px;
            font-weight: bold;
            border-bottom: 1px dashed #1968b3;
        }

        #description dd {
            width: 310px;
            border-bottom: 1px dashed #1968b3;
        }
        
        iframe {
            margin-top: 20px;
            margin-bottom: 4px;
        }
        
        #openingsuren {
            float: right;
            margin-top: -606px;
            width: 400px;
            padding-bottom: 60px;
        }
        
        #openingsuren #titel {
            color: #014694;
            font-weight: bold;
            font-size: 22px;
            text-decoration: underline;
            margin-top: 42px;
        }
        
        #openingsuren #ondertitel {
            color: #014694;
            font-weight: bold;
            font-size: 13px;
            margin-top: 30px;
            margin-bottom: 18px;
        }
        
        #openingsuren p {
            text-align:left;
            line-height: 0px;
            margin-top: -4px;
        }
        
        #openingsuren p#long {
            text-align:left;
            line-height: 19px;
            margin-top: -16px;
        }