Notice: Trying to get property of non-object in /data/sites/web/kmowebdesignbe/www/settings.php on line 228
/*** algemeen ***/
body
{
font-family: , Verdana, Arial, Helvetica, sans-serif;
background-image: url(/pics/bg_logo_kmowd.jpg);
background-color: #808080; /* 1 */
background-position: top left; /* plaats van de achtergrondafbeelding */
background-repeat: no-repeat; /* achtergrondafbeelding wordt niet herhaald */
background-attachment: fixed; /* achtergrondafbeelding scrollt niet mee */
color: #000000; /* 3 */
margin-left: 5pt;
margin-right: 5pt;
margin-top: 5pt;
margin-bottom: 5pt;
font-size: 10pt;
line-height: 13pt;
}
a:link
{
color: #000000; /* 3 */
text-decoration: none;
}
a:visited
{
color: #000000; /* 3 */
text-decoration: none;
}
a:active
{
color: #000000; /* 3 */
text-decoration: none;
}
a:hover
{
color: #000000; /* 3 eventueel naar kleur 6 zetten voor alle hovers als we geen blokken gebruiken */
text-decoration: none;
}
table
{
font-size: 10pt;
line-height: 13pt;
}
td
{
font-size: 10pt;
line-height: 13pt;
}
tr
{
font-size: 10pt;
line-height: 13pt;
}
th
{
font-size: 10pt;
line-height: 13pt;
font-width: bold;
}
h1
{
line-height: 13pt;
font-width: bold;
}
h2
{
line-height: 13pt;
font-width: bold;
}
h3
{
line-height: 1pt;
font-width: bold;
color: #FFFFFF; /* 2 */
}
h4
{
line-height: 13pt;
font-width: bold;
}
h5
{
line-height: 13pt;
font-width: bold;
}
h6
{
line-height: 13pt;
font-width: bold;
}
/*** band ***/
.band
{
background-color: ; /* 5 */
filter: alpha(opacity=70); /* band wordt doorschijnend */
color: #808080; /* 1 */
}
.band a:link
{
color: #808080; /* 1 */
}
.band a:visited
{
color: #808080; /* 1 */
}
.band a:active
{
color: #808080; /* 1 */
}
.band a:hover
{
color: #808080; /* 1 */
}
/*** bandbottom***/
.bandbottom
{
background-color: ; /* 5 */
filter: alpha(opacity=70); /* band wordt doorschijnend */
-moz-opacity: 70%;
color: #808080; /* 1 */
}
.bandbottom a:link
{
color: #808080; /* 1 */
}
.bandbottom a:visited
{
color: #808080; /* 1 */
}
.bandbottom a:active
{
color: #808080; /* 1 */
}
.bandbottom a:hover
{
color: #808080; /* 1 */
}
/*** menu ***/
.menu
{
background-color: #F2E8E5; /* 4 */
filter: alpha(opacity=70); /* menu wordt doorschijnend */
color: #000000; /* 3 */
vertical-align: top;
padding: 0pt;
font-size: 10pt;
}
.menu a
{
display: block
color: #fff; /* kleur van de tekst, gelijk aan de tekst van de hover */
background-color: #F2E8E5; /* 4 gelijk aan de achtergrondkleur van het menu*/
width: 180px;
padding: 2pt 10pt; /* blok groter maken */
}
.menu a:link
{
color: #000000; /* 3 */
}
.menu a:visited
{
color: #000000; /* 3 */
}
.menu a:active
{
background-color: #FFFFFF;
color: #000000; /* 3 */
}
.menu a:hover
{
background-color: #FFFFFF;
filter: alpha(opacity=70);
color: #000000; /* 3 */
text-decoration: none
}
#menubottom
{
border-top: 1pt solid #fff; /* lijn onder het menu */
}
.menutop
{
border-top: 1pt solid #fff; /* lijn boven elk menu-item */
}
/*** frame ***/
.frame
{
background-color: #FFFFFF; /* 2 */
filter: alpha(opacity=70);
vertical-align: top;
padding: 5pt;
text-align: center;
}
/*** overzicht ***/
.overzicht th
{
background-color: ; /* 5 */
color: #808080; /* 1 */
font-weight: bold;
text-align: center;
}
.overzicht a:link
{
color: #808080; /* 1 */
}
.overzicht a:visited
{
color: #808080; /* 1 */
}
.overzicht a:active
{
color: #808080; /* 1 */
}
.overzicht a:hover
{
color: #808080; /* 1 */
}
img
{
border: 0px;
}
/*** error ***/
.error
{
color: #FF0000;
font-weight: bold;
}
.error a:link
{
color: #FF0000;
}
.error a:visited
{
color: #FF0000;
}
.error a:active
{
color: #FF0000;
}
.error a:hover
{
color: #FF0000;
}
/*** logo ***/
#logo
{
position: absolute;
width:190px;
height:110px;
left: 5px;
top: 5px;
z-index: 2;
}