body {
    background: url(Images/achtergrond.jpg) no-repeat center top #000;
    line-height: 150%;
    font-family: "Lucida Grande" , "Lucida sans Unicode" , Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}
* {
    margin: 0;
    padding: 0;
}
a {
    color: #000;
}
a img {
    border: 0;
}
div.clear {
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px; /* IE Fix */
    line-height: 0%; /* IE Fix */
    clear: both;
}
#container {
    width: 860px;
    margin: 0 auto;
    padding: 85px 0 0 0;
}
#logo {
    background: url(Images/logo.png);
    width: 509px;
    height: 194px;
    margin: 0 auto 22px auto;
}
* html #logo {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Images/logo.png", sizingMethod="scale");
}
/* Body */
#body {
    background: url(Images/body.png);
    width: 820px;
    margin: 6px 0 0 0;
    padding: 10px 20px 30px 20px;
}
* html #body {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="App_Themes/Artica/Images/body.png", sizingMethod="scale");
}
h1 {
    line-height: normal;
    padding: 8px 0;
    font-size: 19pt;
    font-weight: normal;
    color: #625848;
}
p {
    margin-bottom: 10px;
}
#body ul {
    list-style: disc margin-left: 0;
    padding-left: 2em;
    text-indent: -1em;
    list-style-position: inside;
}
#body li {
    margin-bottom: 10px;
}
div.kolom {
    float: left;
    width: 397px;
}
#footer, #copyright {
    width: 860px;
    overflow: hidden;
    color: #5E5959;
    margin-bottom: 5px;
    margin-top: 7px;
}
#copyright {
    font-size: 9px;
}
#footer .box-left, #copyright .box-left {
    float: left;
    width: 530px;
    margin-right: 10px;
}
#footer .box-right, #copyright .box-right {
    float: left;
    text-align: right;
    width: 320px;
}
#copyright a {
    color: #fff;
    text-decoration: none;
}
.footerlogos {
    float: left;
    margin-right: 10px;
}
/* Twitter */
#twitter {
    color: #7a7474;
    font-size: 7pt;
    text-transform: uppercase;
    line-height: normal;
}
#twitter a {
    color: White;
    text-decoration: none;
    font-size: 7pt;
    text-transform: uppercase;
}
#twitter a:hover {
    text-decoration: underline;
}
/* Gallery */
.gallery {
    width: 860px;
    height: 299px;
    margin: 0;
    padding: 0;
    background: url(../images/bg-gallery.png) no-repeat;
    position: relative;
    overflow: hidden;
}
.gallery .gallery-holder {
    width: 860px;
    overflow: hidden;
}
.gallery .gallery-frame {
    width: 860px;
    overflow: hidden;
    position: relative;
}
.gallery .gallery-frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 99999px;
    height: 299px;
    position: relative;
    list-style-position: inside !important;
    text-indent: 0;
}
.gallery .gallery-frame li {
    width: 860px;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery .switcher {
    position: absolute;
    bottom: 5px;
    width: 860px;
    text-align: center;
    z-index: 10;
}
.gallery .switcher ul {
    display: inline-block;
    list-style-type: none;
}
* + html .gallery .switcher ul {
    display: inline;
}
.gallery .switcher ul li {
    float: left;
    margin: 0 3px;
}
.gallery .switcher a {
    float: left;
    width: 15px;
    height: 15px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(images/bg-switcher.png) no-repeat;
}
.gallery .switcher a:hover, .gallery .switcher .active a {
    background-position: 0 -15px;
}
/* Navigation */
div.RadMenu_Artica {
    background-position: url(Images/menu.jpg);
    background: url(Images/menu.jpg);
    width: 800px;
    height: 28px;
    padding-left: 60px;
    padding-top: 12px;
}
div.RadMenu_Artica .rmItem {
    float: left;
    display: block;
    margin-right: 20px;
    height: 28px;
}
div.RadMenu_Artica .rmLink {
}
div.RadMenu_Artica .rmLink:hover {
    cursor: pointer;
}

