﻿/* --- home page --- */
        body
        {
            height: 100%;
            overflow: visible;
        }
		h3 
		{
            color: #5C5C5C;
			font-size: 1.2em;
		}
        #wrapHome
        {
            width: 781px;
            height: 100%;
            clear: both;
        }
        .clear
        {
            clear: both;
        }
        .left
        {
            float: left;
        }
        .paddedContent
        {
            padding-top: 20px;
        }
        .HomeItem
        {
            margin-bottom: 10px;
            margin-left: 10px;
        }
        .HomeItem .rubriekTitle
        {
            display: block;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-groene-titel.png);
            background-repeat: no-repeat;
            width: 152px;
            height: 31px;
            margin-left: -10px;
            font-weight: bold;
        }
        .HomeItem .rubriekTitle a
        {
            height: 100%;
            width: 100%;
            display: block;
            padding: 5px 0 0 10px;
            color: #FFF;
        }
        .HomeItem a, a.HomeItem
        {
            color: #5C5C5C;
            text-decoration: none;
        }
        .HomeItem a:hover{
        	text-decoration: underline;
        }
        img.PartnerButtonLogo
        {
        	height:30px;
        	margin: 5px;
        }
/* --- master page css --- */
        .global_container
        {
            /* odly enough, modal popups don't work in IE when position=relative */ /*position:relative;*/ /*width:100%;*/
            text-align: center;
            text-align: -moz-center;
            text-align: expression('center');
        }
        .main_container
        {
            min-width: 890px; /*including skyscraper banner*/
            max-width: 1124px; /*including skyscraper banner*/ /* IE Hack to enable min-width, max-width on IE5, IE5.5 and IE6 */
            width: expression(
                    (document.documentElement.clientWidth >= 1124)? "1124px" :
                    (document.documentElement.clientWidth <= 850)? "850px" :
                    "auto");
            margin: auto;
        }
        .main_containerFixed
        {
            width: 890px; /*including skyscraper banner*/
            margin: auto;
        }
		#HomePageDiv{
			width:800px;
			margin-left:auto;
			margin-right:auto;
		}
/* --- koopje --- */
        #HomeKoopje
        {
            width: 100%;
            height: 158px;
            overflow: hidden;
            margin-top: 10px;
            clear: both;
        }
        #HomeKoopjeLogo
        {
            width: 88px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok1-schuinetitel.png);
            background-repeat: no-repeat;
            float: left;
        }
        .HomeKoopjeBackground
        {
            width: 15px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok1-background.png);
            background-repeat: repeat-x;
            float: left;
        }
        .HomeKoopjeRubriekBody
        {
            padding-top: 10px;
            width: 194px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok1-background.png);
            background-repeat: repeat-x;
            float: left;
        }
        .HomeKoopjeRubriekLeft
        {
            width: 12px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok1-background.png);
            background-repeat: repeat-x;
            float: left;
        }
        .HomeKoopjeRubriekRight
        {
            width: 12px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok1-background.png);
            background-repeat: repeat-x;
            float: left;
        }
        #HomeKoopjeRight
        {
            width: 8px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok1-background-03.png);
            float: left;
        }
/* --- webwinkel --- */
        #HomeWebwinkel
        {
            width: 100%;
            height: 158px;
            overflow: hidden;
            margin-top: 10px;
            clear: both;
        }
        #HomeWebwinkelLogo
        {
            width: 88px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok2-schuinetitel.png);
            float: left;
        }
        .HomeWebwinkelBackground
        {
            width: 15px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok2-background.png);
            background-repeat: repeat-x;
            float: left;
        }
        .HomeWebwinkelRubriekBody
        {
            padding-top: 10px;
            width: 194px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok2-background.png);
            background-repeat: repeat-x;
            float: left;
        }
        .HomeWebwinkelRubriekLeft
        {
            width: 12px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok2-background.png);
            background-repeat: repeat-x;
            float: left;
        }
        .HomeWebwinkelRubriekRight
        {
            width: 12px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok2-background.png);
            background-repeat: repeat-x;
            float: left;
        }
        #HomeWebwinkelRight
        {
            width: 8px;
            height: 158px;
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/blok2-background-3.png);
            float: left;
        }
/* --- Rubrieken --- */
        .HomeRubrieken
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/RubriekenBackground.png);
            width: 781px;
            overflow: hidden;
            margin-top: 10px;
            clear: both;
        }
        .HomeRubriekenLogoColumn
        {
            width: 88px;
            float: left;
        }
        .HomeRubriekenBottom
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/RubriekenBottom.png);
            width: 781px;
            height: 27px;
            clear: both;
        }
        .HomeRubriekenLogo
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-boven-01.png);
            background-repeat: no-repeat;
            width: 88px;
            height: 137px;
        }
        .HomeRubriekenLogoLeftBorder
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-midden-01.png);
            width: 1px;
            float: left;
        }
        .HomeRubriekenLogoMiddle
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-midden-02.png);
            background-repeat: repeat-x;
            width: 87px;
            float: left;
        }
        .HomeRubriekenBodyColumn
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/RubriekenTop.png);
            background-repeat: no-repeat;
            width: 693px;
            float: left;
        }
        .HomeRubriekenBodyLeft
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-boven-03.png);
            background-repeat: no-repeat;
            width: 4px;
            height: 137px;
            padding-top: 137px;
            float: left;
        }
        .HomeRubriekenBodyLeftMiddle
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-midden-03.png);
            background-repeat: repeat-x;
        }
        .HomeRubriekenBody
        {
            width: 155px;
            overflow: hidden;
            float: left;
        }
        .HomeRubriekenBodyRight
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-boven-04.png);
            background-repeat: no-repeat;
            width: 11px;
            height: 137px;
            padding-top: 137px;
            float: left;
        }
        .HomeRubriekenBodyRightMiddle
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-midden-04.png);
            background-repeat: no-repeat;
        }
        .HomeRubriekenSpacer
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-boven-02.png);
            background-repeat: repeat-x;
            width: 3px;
            padding-top: 137px;
            float: left;
        }
        .HomeRubriekenBackgroundMiddle
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-a.png);
            background-repeat: repeat-x;
            width: 3px;
        }
        .HomeRubriekenRight
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-boven-05.png);
            background-repeat: no-repeat;
            width: 4px;
            padding-top: 137px;
            float: left;
        }
        .HomeRubriekenRightMiddle
        {
            background-image: url(http://212.123.28.99/www.jannonce.be/images/homepage/rubrieken-b.png);
            background-repeat: no-repeat;
            width: 4px;
        }
/* --- E-Dog --- */
    #eDogContainer {
		position: absolute;
		top: 0;
		right: 0;
		width: 500px;
		height: 360px;
		/*background-image: url(koopjeskrant-be-screen-home.jpg);*/
		z-index: 1;
	}
	#eDogFlash {
		width: 500px;
		height: 360px;
	}
