* {
    padding: 0px;
    margin: 0px;
}


body, html {
}

a img {
    border: none;
}

ul {
    list-style: inside;
}

body {
    text-align: center;
}

div.container {
    position: relative;
    margin: 0 auto;
    width: 800px;
    text-align: left;
    margin-top: 17px;
    height: auto;
}

div.main {
    width: 800px;
    height: auto;
    background-image: url(../images/bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: auto !important;
    min-height: 367px;
    height: 367px;
    margin-top: 10px;
}

div.header {
    height: 88px;
    background-image: url(../images/header_lijntje.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

div.menu {
    float: left;
    width: 135px;
    margin-left: 0px;
}

div.menu ul {
    list-style: none;
    text-align: right;
    width: 135px;
}

div.menu li {
    display: block;
    width: 125px;
    background-image: url(../images/menu-bottom.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    line-height: 27px;
    margin-right: 10px; 
}

div.menu ul ul {
    padding-bottom: 10px;
}

div.menu li li {
    display: block;
    width: 135px; 
    background-image: none;
    margin-right: 0px;
    line-height: 15px;
}

* html div.menu li li {
    width: 125px;
    margin-right: 10px;
}


div.menu a, div.menu li#current li a {
    color: #12086f;
    text-decoration: none;
    font-size: 12px;
}

div.menu li#current a {
    color: #d10c2f;
}

div.menu li#current a:hover {
    color: #d10c2f;
    text-decoration: underline;
}

div.menu a:hover, div.menu li#current li a:hover {
    text-decoration: underline;
}

div.content {
    float: right;
    width: 600px;
    height: auto !important;
    min-height: 367px;
    height: 367px;
    margin-right: 10px;
    /*LINE-HEIGHT: 300%; 040609 toegevoegd om meer ruimte tussen de regels te krijgen*/
}

div.bottom {
    clear: both;
    width: 800px;
    text-align: center;
    margin-top: 10px;
    height: 36px;
    color: #FFF;
/* toegevoegd door xomex 100309 zodat het meer naar onder komt te staan */
    line-height: 140%;
}

div.bottom a{
    color: #FFF;
    text-decoration: none;
}

div.bottom a:hover {
    text-decoration: underline;
}
/* onderstaande toegevoegd door xomex 090309 ivm tekst opmaak tankstations */
.topicheader{
	FONT-WEIGHT: bold; 
	/*FONT-SIZE: 12px; 
	TEXT-TRANSFORM: uppercase; */
	COLOR: #d10c2f; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	}

.topicsubheader{
	FONT-WEIGHT: bold; 
	/*FONT-SIZE: 11px; */
          COLOR: #000000; 
	LINE-HEIGHT: 20px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	}

.topictekst{
	/*FONT-SIZE: 11px; */
	COLOR: #000000; 
	LINE-HEIGHT: 20px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	}

.inactive{
	/*FONT-SIZE: 11px; */
	COLOR:#999999; 
	LINE-HEIGHT: 20px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	}
