body {
    background-color: #f4d365; /* rgb(250, 180, 80); */
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-image: url(../img/gradient.jpg);
    text-align: center; /* needed for IE to center content */
    font-size: 14px;
    font-family:  Verdana, sans-serif;
}

#wrapper {
    width: 650px;
    margin: 20px auto 0px auto; /* center content */
}


#titel {
    background-image: url(../img/zon1.jpg);
    background-position: top right;
    cursor: pointer;
    text-align: left;
    color: white;
    height: 180px !important;
    height: 200px;
    padding-left: 20px;
    padding-top: 20px;
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
    font-family: Verdana,sans-serif;
}

/* contains menu and content */
#content-wrapper{
    padding-top: 10px;
    padding-right: 30px;
    color: rgb(201,59,49);
}

#content {
    float: right;
    color: black;
    width: 410px;
    margin:0px;
    padding:0px;
    padding-bottom: 2.4em;
    text-align: left;
    font-family:  Verdana, sans-serif;
}

#footer {
    clear: both;
    width: 600px;
    color: rgb(164, 0, 27);
    padding-bottom: 10px;
    padding-top: 0.8em;
    text-align: center;
    font-size: 80%;
    line-height: 1.6em;
}

h1 {
    color: black;
    font-weight: normal;
    font-size: 1.2em;
    padding-top: 21px;
    margin-bottom: 1.2em;
    margin-top:11px;
    font-family:  Verdana, sans-serif;
}

h2 {
    color: black;
    font-weight: normal;
    font-style: italic;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-top:6px;
    font-family:  Verdana, sans-serif;
}

p {
    line-height: 1.6em; 
    margin: 0px;
    padding: 0px;
    margin-bottom: 1.2em;
    font-family:  Verdana, sans-serif;
}

dl, ul, ol {
    black;
    padding-left: 20px;
    line-height: 1.6em; 
}

dl {
    padding-left: 0px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 20px;
}

/* Needed to position menu correctly in IE */
#menu-wrapper{
    position: relative;
    float: left;
    padding-left: 20px;
    padding-top: 0px;
}

#menu {
    background-color: rgb(250, 180, 80);
    width: 155px !important;
    width: 162px;
    padding-left: 3px;
    padding-right: 0px !important;
    padding-right: 9px;
    padding-top: 20px;
    text-align: left;
    line-height: 22px;
    font-family: Arial,  Verdana, sans-serif;
}

#menu h2 {
    color:  rgb(164, 0, 27);
    padding-top: 11px;
    margin-top:0px;
    margin-bottom: 0px;
    margin-left: 0px !important;
    text-align: left;
    font-size: 1.2em;
    font-weight: normal;
    font-style: normal;
    font-family: Arial,  Verdana,sans-serif;
}

/* Some positioning done to get bullets outside of
   background in IE */
#menu ul {
    color: black;
    border-top: 1px solid rgb(164, 0, 27); 
    border-bottom: 1px solid rgb(164, 0, 27);
    margin: 0px 5px 2em 0px !important;
    margin: 0px 0px 2em 0px;
    padding-left: 0px !important;
    padding-left: 20px;
}

#menu ul li {
    position: relative;
    right: 0px !important;
    right: 20px;
}

a{
    color: rgb(164, 0, 27);
    text-decoration: none;
    border-bottom: 1px solid rgb(164, 0, 27);
}

a:hover {
    border: 0px;
}

li a {
    border: 0px;
}

li a:hover {
    border-bottom: 1px solid rgb(164, 0, 27);
}

li a :visited {
    color:rgb(255,55,50);
}

a img,
a.image {
    border: 0px;
}