@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 13px;
	background-color: #000000;
	background-image: url(../image-css/Velgsib_altijd_onderweg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #0D0993;
	border-left-color: #0D0993;
}

/* The topmost faded bar */
#topbar {
	width:900px;
	height: 24px;
	font-weight: normal;
	text-align: right;
	background-color: #0D0993;
	padding-top: 2px;
	padding-bottom: 0px;
	color: #FFFFFF;
	background-image: url(../image-css/bgblue.jpg);
	background-repeat: repeat-x;
	vertical-align: bottom;
	font-family: verdana;
	font-size: 10px;
	line-height: 24px;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
	width: auto;
	text-align: left;
	background-image: url(../image-css/velgsib_installatiebedrijf_stadskanaalv.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 122px;
	font-size: 11px;
	vertical-align: top;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #DD7CB4;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
	color: #000000;
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	font-variant: normal;
}

h6 {
	font: 10px verdana;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
	width: auto;
	clear: both;
	margin-top: 4px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 5px;
} 

/* Content holder for the articles */
.articleboxinner {
	width: auto;
	line-height: 18px;
	color: #000000;
	text-align: left;
	height: 220px;
	background-color: #fbfbfb;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 1px;
}

/* The title style for the main article */
.articleheader
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

/* This will style the read more thing at the bottom */
.readmore {
	text-align: right;
	display: block;
	width: 830px;
	padding-right: 2px;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
	border: 1px solid #000000;
	float: right;
	margin-right: 20px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
	border: 1px solid #000000;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 8px;
	margin-right: 8px;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {

}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #0D0993;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: none;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #0D0993;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
	width: 900px;
	font-size: 11px;
	background-image: url(../image-css/bgbluebotum.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 293px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #000000;
	float: left;
}

/* Second column of the three columns */
.c2
{
	width: 280px;
	float: left;
	border-bottom: 1px solid #DDD;
	line-height: 22px;
	color: #000000;
}

/* Third column of the three columns */
.c3
{
	width: 312px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #000000;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
	width:100%;
	border-bottom: 1px solid #DDD;
	border-top: none;
	color: #000000;
	height: 24px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	background:url(../image-css/headerBG.jpg) repeat-x;
	text-align: left;
}

/* And this gives the column text some breathing space */
.spacy
{
	padding: 3px;
	font-size: 11px;
	height: 260px;
}

/* CSS Tabs */
#tabs8 {
	float:left;
	width:899px;
	font-size:93%;
	background-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../image-css/mbg.jpg);
	background-repeat: repeat-x;
}

#tabs8 ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("../image-css/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
	float:left;
	display:block;
	background:url("../image-css/tabright8.gif") no-repeat right top;
	color:#000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 7px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
	background-position:100% -42px;
	color: #333333;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
	background-position:100% -42px;
	color: #000000;
}
/* End of CSS Tabs */
#container .articleboxouter #newsContainer2 .c1 .spacy a {
	color: #0D0993;
	text-decoration: underline;
}
#container #footer a {
	color: #FFFFFF;
}
#container .articleboxouter #newsContainer2 .c2 .spacy a {
	color: #0D0993;
}
#container .articleboxouter #newsContainer2 .c2 .spacy li {
	margin-left: -20px;
	list-style-type: none;
}
#container .articleboxouter #newsContainer2 .c1 .spacy li {
	margin-left: -20px;
	list-style-type: none;
}
#container .articleboxouter .articleboxinner h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 16px;
	font-weight: bold;
}
#container #topbar a {
	color: #FFFFFF;
}

