html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
a{
	color: 	#DAD4D7;
}

body {
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    background: #dedede url("../images/main_bg.gif") repeat center top;
    color: #333;
    padding-bottom: 10px;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

#header {
    height: 126px;
    background: #0e0e0e url("../images/header_bg.gif") repeat-x center top;
    min-width: 960px;
    margin-bottom: 8px;
}

#header_content, #container {
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

#logo {
    float: left;
    position: relative;
    top: 29px;
}

#top_info {
    float: right;
    color: #8e8e8e;
    padding-top: 15px;
    line-height: 15px;
}

#top_info img {
    vertical-align: middle;
}

.left_column {
    width: 201px;
    float: left;
}

.right_column {
    width: 748px;
    float: right;
}

.box_content {
    color: #dad4d7;
    padding: 0px 8px;
    position: relative;
    z-index: 3;
    overflow: visible;
    zoom: 1;
}

.left_col_round_box {
    position: relative;
    padding: 9px 0px;
    margin-bottom: 9px;
    zoom: 1;
}

.left_col_round_box .top_round, .left_col_round_box .bottom_round {
    width: 100%;
    height: 9px;
    font-size: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
}

.left_col_round_box .top_round {
    background: url("../images/left_col_round_box_top.gif") no-repeat left top;
    top: 0px;
}

.left_col_round_box .bottom_round {
    background: url("../images/left_col_round_box_bottom.gif") no-repeat left top;
    bottom: 0px;
}

.left_col_round_box .box_content {
    background: #2b2b2b url("../images/left_col_round_box_bg.gif") repeat-x left top;
    position: relative;
    padding: 2px 8px;
}

.left_col_round_box h3 {
    top: -9px;
    margin-bottom: -9px;
}

.navigation {
    list-style-type: none;
    color: #ff8001;
    font-size: 12px;
    padding-top: 1px;
}

.navigation a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #ff8001;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
}

.navigation a:hover {
    color: #dad4d7;
}

.navigation img {
    vertical-align: middle;
    margin-right: 6px;
}

.center {
    text-align: center;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    color: #ff8001;
    line-height: 28px;
    background: url("../images/h1_bg.gif") no-repeat left top;
    margin-bottom: 9px;
    padding-left: 9px;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #ff8001;
    line-height: 28px;
    position: relative;
    top: -9px;
    margin-bottom: -9px;
}

h3 {
    font-size: 13px;
    font-weight: normal;
    color: #ff8001;
    line-height: 28px;
    position: relative;
}

.hovered {
    color: #dad4d7;
}

.slides_box {
    width: 747px;
    height: 243px;
    position: relative;
    margin-bottom: 9px;
    overflow: hidden;
}

.slides_items {
    list-style-type: none;
    width: 10000px;
    position: relative;
    z-index: 2;
}

.slides_items li.slide {
    width: 747px;
    height: 243px;
    float: left;
    background: #dedede;
}

.slide_image {
    width: 747px;
    height: 243px;
    background: url("../images/slide1.jpg") no-repeat left top; /*default slide image*/
}

.slide1 {
    background: url("../images/slide1.jpg") no-repeat left top;
}

.slide2 {
    background: url("../images/slide2.jpg") no-repeat left top;
}

.slide3 {
    background: url("../images/slide3.jpg") no-repeat left top;
}

.slide4 {
    background: url("../images/slide4.jpg") no-repeat left top;
}

.slide_content {
    padding: 5px 0px 0px 180px;
    color: #fff;
    font-size: 12px;
}

.slide .title {
    font-size: 20px;
    line-height: 30px;
    color: #ff8001;
}

.orange_btn_big {
    display: inline-block;
    width: 145px;
    height: 31px;
    line-height: 31px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: url("../images/orange_btn_big.png") no-repeat left top;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    left: -8px;
    margin: 0px -12px 0px 4px;
}

* html .orange_btn_big {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/orange_btn_big.png', sizingMethod='crop');
}

.orange_btn_big:hover {
    text-decoration: underline;
}

.pager {
    position: absolute;
    z-index: 5;
    left: 4px;
    bottom: 4px;
}

.pager a {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    color: #ff8001;
    font-size: 13px;
    font-weight: bold;
    margin-right: 3px;
    background: url("../images/pager_number.gif") no-repeat left top;
}

.square_round_box {
    background: url("../images/square_round_box.gif") no-repeat left top;
    width: 180px;
    height: 153px;
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    text-align: center;
    color: #dad4d7;
    font-size: 12px;
}

.square_round_box.last {
    float: right;
    margin-right: 0px;
}

.square_round_box h2 {
    top: 0px;
    margin-bottom: 0px;
}

.white_round_box {
    width: 133px;
    height: 101px;
    text-align: center;
    background: url("../images/white_round_box.gif") no-repeat left top;
    margin: 0px auto 5px;
}

.white_round_box a {
    display: block;
}

.box_w75pc {
    width: 558px;
    float: left;
    margin-bottom: 9px;
}

.box_w25pc {
    width: 179px;
    float: right;
    margin-bottom: 9px;
}

.grey_box_stripe {
    background: #111 url("../images/grey_box_stripe_bg.gif") repeat-x left top;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 9px;
}

.grey_box_stripe .box_content {
    position: relative;
    line-height: 20px;
    padding-bottom: 5px;
}

.grey_box_stripe .corners .corner_left_top, .grey_box_stripe .corners .corner_left_bottom, .grey_box_stripe .corners .corner_right_bottom, .grey_box_stripe .corners .corner_right_top {
    position: absolute;
    font-size: 0px;
    width: 9px;
    height: 9px;
    overflow: hidden;
}

.grey_box_stripe .corners .corner_left_top {
    left: 0px;
    top: 0px;
    background: url("../images/grey_box_stripe_left_top.gif") no-repeat left top;
}

.grey_box_stripe .corners .corner_left_bottom {
    left: 0px;
    bottom: 0px !important;
    bottom: -1px;
    background: url("../images/grey_box_stripe_left_bottom.gif") no-repeat left top;
}

.grey_box_stripe .corners .corner_right_top {
    right: 0px;
    top: 0px;
    background: url("../images/grey_box_stripe_right_top.gif") no-repeat left top;
}

.grey_box_stripe .corners .corner_right_bottom {
    right: 0px;
    bottom: 0px !important;
    bottom: -1px;
    background: url("../images/grey_box_stripe_right_bottom.gif") no-repeat left top;
}

.grey_box_stripe h3 {
    padding-bottom: 10px;
}

.georgie_img {
    margin-top: -4px;
}

.box_w25pc .corners .corner_right_top, .box_w25pc .corners .corner_right_bottom {
    right: 0px !important;
    right: -1px;
}

.separator {
    height: 100px;
    background: url("../images/separator.gif") repeat-x left center;
}

.gallery_images_column {
    width: 442px;
    float: left;
    overflow: hidden;
}

.gallery_text_column {
    width: 298px;
    float: right;
    overflow: hidden;
}

.grey_box {
    background: #242424;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 9px;
}

.grey_box .box_content {
    position: relative;
    line-height: 15px;
    font-size: 12px;
    padding-bottom: 5px;
}

.grey_box .corners .corner_left_top, .grey_box .corners .corner_left_bottom, .grey_box .corners .corner_right_bottom, .grey_box .corners .corner_right_top {
    position: absolute;
    font-size: 0px;
    width: 9px;
    height: 9px;
    overflow: hidden;
}

.grey_box .corners .corner_left_top {
    left: 0px;
    top: 0px;
    background: url("../images/grey_box_left_top.gif") no-repeat left top;
}

.grey_box .corners .corner_left_bottom {
    left: 0px;
    bottom: 0px !important;
    bottom: -1px;
    background: url("../images/grey_box_left_bottom.gif") no-repeat left top;
}

.grey_box .corners .corner_right_top {
    right: 0px;
    top: 0px;
    background: url("../images/grey_box_right_top.gif") no-repeat left top;
}

.grey_box .corners .corner_right_bottom {
    right: 0px;
    bottom: 0px !important;
    bottom: -1px;
    background: url("../images/grey_box_right_bottom.gif") no-repeat left top;
}

.grey_box .title {
    font-size: 14px;
    font-weight: bold;
    color: #ff8001;
    line-height: 28px;
    margin-bottom: 9px;
}

.gallery_big_image {
    width: 320px;
    height: 463px;
    float: left;
    list-style-type: none;
    padding: 10px 0px 0px;
    overflow: hidden;
    position: relative;
}

.gallery_big_image li {
    width: 320px;
    height: 463px;
    overflow: hidden;
    background: #242424;
    position: absolute;
    left: 0px;
    top: 10px;
    display: none;
}

.gallery_big_image li.active {
    display: list-item;
}

.gallery_thumbs {
    width: 102px;
    float: right;
    padding-top: 8px;
}

.gallery_thumbs img {
    margin-bottom: 7px;
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.gallery_thumbs a.active img, .gallery_thumbs a:hover img {
    opacity: 1;
    filter:alpha(opacity=100);
}

.orange_btn {
    display: inline-block;
    width: 94px;
    height: 20px;
    line-height: 20px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: url("../images/orange_btn.png") no-repeat left top;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    left: -12px;
    margin: 0px -18px 0px 4px;
}

* html .orange_btn {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/orange_btn.png', sizingMethod='crop');
}

.orange_btn:hover {
    text-decoration: underline;
}

.gallery_images_column .grey_box, .gallery_text_column .grey_box {
    height: 485px;
}

.gallery_images_column .grey_box .box_content, .gallery_text_column .grey_box .box_content {
    color: #918d8f;
}

.kort_haar_image {
    float: left;
    padding-top: 5px;
}

.kort_haar_text {
    float: right;
    width: 600px;
}

#footer {
    background: #262626 url("../images/footer_bg.gif") repeat left top;
    min-width: 960px;
    color: #dad4d7;
    padding: 7px 0px 6px;
    line-height: 14px;
    font-size: 11px;
}

#footer a {
    color: #dad4d7;
    text-decoration: none;
}

#footer a:hover {
    color: #ff8001;
}

#footer_content {
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

.footer_left {
    width: 220px;
    float: left;
}

.footer_right {
    width: 190px;
    float: right;
    text-align: right;
}

.footer_center {
    width: 540px;
    padding: 0px 5px;
    text-align: center;
    float: left;
}
.pagination{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:center;
	clear: both;
}
.pagination A{
	color: #333333;
	padding-left: 10px;
	text-decoration:none;
}
.pagination A.active, .pagination A:hover{
	text-decoration:underline;	
}
