body {
    margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    color: #666;
}
a, img {
    margin: 0;
	padding: 0;
    border: 0;
}
a {
    color: #666;
}
input {
    font-size: 11px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
}
h1, h3 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #ff8a00;
    font-size: 18px;
    font-weight: 700;
}
h2 {
    margin: 0;
    padding: 0 0 3px 0;
    font-size: 18px;
    color: #333;
}
p, .paragraph {
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #666;
}
.fltlft {
	float: left;
}
.fltrgt {
	float: right;
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
#wrapper {
    background-color: #fff;
    width: 995px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
#header {
    width: 995px;
    margin: 0 auto;
}
#logo {
    float: left;
    padding: 15px 0 15px 15px;
}
.menutitle {
	display: none;
}
#leaderbord_ad {
    float: left;
    margin: 28px 0 0 38px;
    width: 468px;
    height: 60px;
    background-color: #ebebeb;
}
a.jeroenbosch {
    float: right;
    display: block;
    height: 95px;
    width: 71px;
    margin: 15px 5px 0 0;
}
a.paul {
    float: right;
    display: block;
    height: 95px;
    width: 71px;
    margin: 15px 15px 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background: url(../../images/paul_header.jpg) no-repeat;
}
a.paul:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
#content {
    padding: 15px 15px 15px 15px;
}
#content {
  padding: 15px 15px 15px 15px;
  float: left;
  background-color: white;
}

#breadcrumbs {
    padding-bottom: 8px;
}
#breadcrumbs a {
    text-decoration: none;
    display: inline-block;
    padding: 3px 8px 3px 2px;
    background: url(../../images/arrow_breadcrumbs.png) right center no-repeat;
    color: #5d5d5d;
}
#breadcrumbs a:last-child {
    background: none;
}
#breadcrumbs a:hover, #breadcrumbs a.selected {
    color: #ff8a00;
}
#footer {
   background-color: #282828;
}
#font_size {
    float: right;
    margin: 89px 10px 0 0;
}
a#increase-font, a#decrease-font {
    display: inline-block;
    text-align: center;
    margin: 0 4px 0 0;
    text-decoration: none;
    background-color: #ebebeb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #5d5d5d;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    font-size: 16px;
}
a#decrease-font {
    width: 18px;
    height: 18px;
    font-size: 13px;
}
a#increase-font:hover, a#decrease-font:hover {
    background-color: #ff8a00;
    color: #fff;
}
.collumn_two_third_right {
    float: left;
    width: 700px;
}
.collumn_one_third_left {
    float: left;
    width: 245px;
    margin-right: 20px;
}
.collumn_middle {
    float: left;
    width: 485px;
    margin-right: 15px;
}
.news_item, .news_item_detail {
    position: relative;
    border: 1px solid #dedede;
    margin-bottom: 10px;
}
.news_item {
	cursor:pointer;
}
.news_item_img {
	display: table-cell;
    float: left;
    width: 126px;
    height: 100%;
    border: 6px solid #fff;
    border-right: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.news_item_img img {
    max-width: 100%;
    max-height: 100%;
}
.news_item_content {
    float: left;
    padding: 20px 20px 35px 20px;
    width: 516px;
    line-height: 18px;
}
.news_item_content img {
    padding: 10px;
}
.news_item_content a {
    color: #ff8a00;
    font-weight: 600;
}
.collumn_middle .news_item_content {
    width: 310px;
}
.collumn_middle .news_item_detail .news_item_img {
    display: none;
}
.collumn_middle .news_item_detail .news_item_content {
    width: 448px;
}
.collumn_full_width {
    float: left;
    width: 730px;
}
.collumn_full_width img {
    padding: 10px;
}
.news_item_content h2 {
    display: block;
    line-height: 20px;
}
span.date {
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #555;
    font-size: 10px;
}
a.item_btn {
    display: block;
    position: absolute;
    background-color: #ff8a00;
    text-decoration: none;
    padding: 5px 10px;
    color: #fff;
    right: 0px;
    bottom: 0px;
}
a.item_btn:hover {
    background-color: #333;
}
#footer {
    color: #fff;
    padding: 8px 15px;
}
#footer a {
    color: #fff;
    text-decoration:none;
}
#footer a:hover {
    color: #ff8a00;
}
.search {
    position: relative;
    background-color: #282828;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.newsletter {
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0 0 0;
    position: relative;
    color: #333;
}
.search input.textbox, .newsletter input.textbox {
    margin-top: 10px;
    height: 30px;
    padding: 0 10px;
    width: 205px;
    border: 0;
    background-color: #e1e1e1;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.40);
    box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.40);
}
.search input.submitbutton, .newsletter input.submitbutton {
    position: absolute;
    background: url(../../images/search_btn.png) top repeat-x;
    border: 0;
    right: 10px;
    bottom: 10px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
.search input.submitbutton:hover, .newsletter input.submitbutton:hover {
    background-image: url(../../images/search_btn_h.png);
}
.newsletter input.textbox {
    width: 225px;
}
.newsletter input.submitbutton {
    right: 0px;
    bottom: 0px;
}
.ads {
    margin: 20px 0 0 0;
    width: 255px;
}
#pagination {
    font-weight: 600;
    margin: 30px 0 15px 0;
    text-align: center;
}
.pages {
    display: inline-block;
}
#pagination .pages a {
    margin: 0;
    padding: 4px 6px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#pagination .pages a.selected, #pagination .pages a:hover {
    background-color: #ff8a00;
    color: #fff;
}
#pagination a {
    text-decoration: none;
    color: #333;
    margin: 0 5px;
}
#pagination a:hover {
    text-decoration: underline;
}
.h20 {
    height: 20px;
}

.s-hide{
	display: none;
}

.s-show{
	display: block;
}
