/* CSS De Bruidshoek */
/* (c) www.accentwebdesign.nl */

body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 77%;
    text-align: center;
    background: #252525 url('../gfx/design/bk_body.jpg') top center no-repeat;
}
h1{
    color: #f14382;
    font-size: 130%;
    text-transform: uppercase;
}
h2 {
    color: #74a404;
    font-size: 110%;
    margin: 0;
}
b, strong {
    color: #74a404;
}
#pagewidth {
    width: 922px;
    background-image: url('../gfx/design/bk_pagewidth.gif');
    background-position: top left;
    background-repeat: repeat-y;
    margin: 0 auto;
    text-align: left;
}
#top {
    background-image: url('../gfx/design/bk_pagewidth.gif');
    background-position: top left;
    background-repeat: repeat-y;
    height: 102px;
	clear: both;
}
#logo {
    padding-left: 202px;
    float: left;
    width: 275px;
}
#searchbar {
    margin: 42px 0 0 154px;
    float: left;
}
#search_buttons {
    margin: 42px 4px 0 0;
    float: right;
}
#search_buttons img {
    padding-right: 11px;
}
.zoekveld {
    background-image: url('../gfx/design/bk_search.jpg');
    border: 1px solid #ffffff;
    padding: 2px 0 0 3px;
    font-size: 11px;
    height: 16px;
    color: #777777;
}
#content_home {
    float: right;
}
#content {
    float: left;
    width: 651px;
    background-color: #ffffff;
    padding: 45px 20px 40px 50px;
    line-height: 24px;
}
.content_row {
    height: 231px;
}
.content_col1, .content_col2 {
    height: 227px;
    width: 355px;
    cursor: pointer;
}
.content_col1_on, .content_col2_on {
    height: 227px;
    width: 355px;
    cursor: pointer;
    filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
}
.content_col1, .content_col1_on {
    float: left;
    margin-right: 4px;
}
.content_col2, .content_col2_on {
    float: left;
    margin-right: 3px;
}
#content a:link, #content a:visited {
    color: #ee1e67;
}
#content a:hover {
    color: #74a404;
}
#footer {
    clear: both;
    color: #999999;
    text-align: right;
    margin: 10px 15px 0 0;
}
#footer a:link, #footer a:visited {
    color: #999999;
}
#footer a:hover {
    color: #ffffff;
}
#newsbar {
    clear:both;
    margin: 0 0 30px 30px;
    color: #999999;
    text-align: left;
    padding-left: 221px;
}
#newsbar a:link, #newsbar a:visited {
    color: #cccccc;
}
#newsbar a:hover {
    color: #ffffff;
}
#adres_blok {
    margin: 51px 0 0 33px;
    color: #ffffff;
}
#adres_blok a {
    color: #ffffff;
}
.content_col_label {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    height: 25px;
    margin-top: 192px;
    filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}
.content_col_label a:link, .content_col_label a:visited {
    color: #ffffff;
    text-decoration: none;
}
.content_col_label a:hover {
}
#navbar {
    width: 201px;
    float: left;
}
#mainnav, #subnav {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
#mainnav {
    text-indent: 33px;
}
#subnav {
    text-indent: 43px;
    /*padding-top: 5px;*/
    background-color: #f14b85;
    margin-bottom: 6px;
}
#mainnav a:link, #mainnav a:visited, #subnav a:link, #subnav a:visited {
    display: block;
    color: #FBBFD2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-top: 8px;
    text-decoration: none;
}
#mainnav a:link, #mainnav a:visited {
    height: 25px;
}
#mainnav a:hover {
    background-color: #F36D9C;
    color: #ffffff;
}
a.mainnav_current:link, a.mainnav_current:visited {
    background-image: url('../gfx/design/bk_nav_db.gif');
    background-repeat: no-repeat;
    color: #ffffff !important;
}
a.mainnav_current:hover {
    background-image: url('../gfx/design/bk_nav_db_hover.gif');
    background-repeat: no-repeat;
}
#subnav a:link, #subnav a:visited {
    background-image: none;
    height: 20px;
}
#subnav a:hover {
    background-color: #F36D9C;
}
a.subnav_current:link, a.subnav_current:visited {
    /*background-color: #F36D9C;*/
    color: #ffffff !important;
}
a.subnav_current:hover {
}
.img {
    float: left;
    background: url('../gfx/design/bk_image.jpg') no-repeat bottom right;
    margin: 5px 0px 0px 6px;
    padding: 0px 0px 0px 0px;
    display: block;
    width: auto;
    _position: relative;
}
.img_right {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    display: block;
    /* gewijzigd ivm horizontale scrollbar bug http://bugs.accentwebdesign.nl/view.php?id=64
    margin: 0px 10px 10px -5px;
    */
    margin: 0px 10px 10px 0;
    padding: 4px;
    position: relative;
}
.img_left {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    display: block;
    margin: -5px 10px 10px -5px;
    padding: 4px;
    position: relative;
}
.right {
    float: right;
    margin-left: 30px;
}
.left {
    float: left;
    margin-right: 15px;
}
#metamorfose {
    margin-left: 90px;
    margin-top: -20px;
    border: 1px solid #999999;
    width: 450px;
}
.article {
    margin-bottom: 15px;
    clear: both;
}
.list_article, .list_article_hover {
    margin-bottom: 15px;
    clear: both;
    cursor: pointer;
    line-height: 16px;
}
.list_article_hover {
    color: #f14382;
}
a.faq_read:link, a.faq_read:visited {
    text-decoration: none;
    font-style: italic;
    color: #74a404 !important;
}
a.faq_read:hover {
    color: #74a404;
}
.article_separator {
    clear: both;
    margin: 0 0 10px 0;
    border-width: 0;
    color: #74a404;
    background-color: #74a404;
    height: 1px;
}
.clearer {
    clear: both;
    height: 1px;
}
.readon {
    display: block;
    text-align: right;
}
.showall_article {
    margin-bottom: 10px;
    clear: both;
}
.art_date_online {
    color: #999999;
}
.ecard_compilation {
    float: left;
    margin: 5px;
    padding: 4px;
    border: 1px solid #999999;
}
.ecard_message {
    border: 1px solid #999999;
    width: 600px;
    padding: 10px;
    margin-bottom: 5px; 
}

/* Highslide CSS */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
#prikbord_form, #prikbord_form_link {
    margin-bottom: 20px;
}
.prikbord_naam {
    font-weight: bold;
    color: #ee1e67;
}
.prikbord_timestamp {
    color: #999999;
}
.prikbord_bericht {
}
.prikbord_comment {
    margin-left: 20px;
    background-color: #FFEFF5;
    border: 1px solid #FF9FC2;
    padding: 10px;
}
.error {
    color: #ff0000;
}
.coupon_prijs {
	color: #EE1E67;
	font-size: 30px;
	padding: 20px 0;
}
.video_link {position: relative; width: 355px; float: left; margin-right: 3px;}
.video_link img {width: 355px; height: 227px; border: none;}
.video_link a {text-decoration: none;}
.video_link:hover { filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;}
#twitter_update_list { margin: 0; padding: 0; list-style-type: none; }
#twitter_update_list li { padding-bottom: 10px; }
#twitter_update_list li:before { content: "- "; }
#twitter_update_list li a { font-size: 100% !important; margin-left: 5px; }
#footer h2 { margin: 10px 0 5px 0; padding-top: 15px; color: #ccc; background: url(../gfx/design/twitter.png) no-repeat left 8px; text-indent: 30px;}
#footer { padding-bottom: 20px; }
.homebox { clear: both; color: #999999; margin: 0 0 30px 30px;padding-left: 221px; text-align: left; }
.homebox h2 { background: none !important; text-indent: 0 !important; }
