/* 
CSS Sporty VZW
06/09/2007
versie 2.1.5
www.bworx.be
*/

/* GENERAL */

body {
font-family: "Lucida Sans Unicode", verdana, georgia, arial, hevetica, sans-serif;
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-size: 80%; 
line-height: 160%; 
font-size-adjust: none; 
font-stretch: normal;
background: #fff;
text-align: center; /* center in IE5.5*/
}

h1 {
 font-size: 25px;
 padding: 0;
 margin: 0;
}

img {
 border: none;
}

p {
font-family: "Lucida Sans Unicode", verdana, georgia, arial, hevetica, sans-serif;
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-size: 80%; 
line-height: 160%; 
font-size-adjust: none; 
font-stretch: normal;
}

ul {
font-family: "Lucida Sans Unicode", verdana, georgia, arial, hevetica, sans-serif;
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-size: 80%; 
line-height: 160%; 
font-size-adjust: none; 
font-stretch: normal;
}

#wrapper {
 width: 720px;
 margin: 1em auto;
 margin-top: 10px;
text-align: left;
}

/* COLUMNS TOP */

#logo { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 min-height: 40px;
 margin-bottom: 10px;
 width: 720px;
 color:#fff; 
}
* html #logo {height:40px} /* IE Min-Height Hack */ 

#logo h1 {
font-size: 0%; 
font-family: Arial, Helvetica, sans-serif;
padding: 4px;
color:#fff;
}

#logo h1 a:link{ 
 font-size: 0%; 
 color: #fff;
 text-decoration: none;
}
#logo h1 a:visited{ 
 color: #fff;
 text-decoration: none;
}
#logo h1 a:hover{ 
 color: #fff;
 text-decoration: none;
}



/* MAINNAV */ 
#mainnavigation {
display: none;
}

/* BANNER */ 

.bannertop {
display: none;
}

/* breadcrump */

.breadcrump {
display: none;
} 

/* FOOTER */ 
#footer {
 display: none;
}

/* MAIN  GENERAL */ 
.mainleftcolumn {
 display: inline; /* IE Hack */
 float: left;
 min-height: 40px;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100%;
}

.mainrightcolumn {

display: none;
}




/* RIGHT NAVIGATION*/
#rightnavlist li {
 display: none;
}


/* LEFT */
.main-content {
 margin: 9px;
 color: #000;
 font-size: 130%; 
}

.main-content a:link {
 color: #000;
 text-decoration: underline;
}
.main-content a:visited {
 color: #000;
 text-decoration: underline;
}
.main-content a:hover {
 color: #000;
 text-decoration: none;
}
.main-content h1 {
 color: #000;
}
.main-content h2 {
 color: #000;
}
.main-content h3 {
 color: #000;
}
.main-content h1 a:link {
 color: #000;
 text-decoration: none;
}
.main-content h1 a:visited {
 color: #000;
 text-decoration: none;
}
.main-content h2 a:link {
 color: #000;
 text-decoration: none;
}
.main-content h2 a:visited {
 color: #000;
 text-decoration: none;
}
.main-content h3 a:link {
 color: #000;
 text-decoration: none;
}
.main-content h3 a:visited {
 color: #000;
 text-decoration: none;
}

/* CSS DIRECT MAIL */
.csc-mailform
{
display: none;
}




