/* Colors to be used for this website     #1AC0FD #1286B0 #FCA219 #B05612 black white  */


html, body {
	background-color: #1bc0fd; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: black;
	padding: 0px; 
	background-image:url(/images/bluetrans.gif);
	background-repeat: repeat-x; 
	background-attachment:fixed;
}

iframe.webshop { 
	width: 670px;
	height:525px;
}

input, select, textarea { 
	border: 1px solid #1bc0fd;
	margin: 2px 0 2px 0; 
}


table, td {
	font-size: 10px;
}

a {
	color: #104E8B;
	text-decoration: none;
}

th {
	font-weight: bold;
}
a:hover { 
	text-decoration: underline; 
	color: black;
}

a.pointer:hover {
	cursor: pointer;
}
.poweredBy { background-color: #FFF; margin-top: 2px; padding: 3px;}
#col3 div.poweredBy img { display:inline;}
.resizer {background-color: #FFF;}
.noTextDec {
	text-decoration:none;
}
.marginTop5 { margin-top: 5px;}
.marginTop10 { margin-top: 10px;}
.marginRight5 { margin-right: 5px;}
.floatLeft {float: left;}
.floatRight {float: right;}
.clear {clear: both;}
#col2 div.serieContent a.membersOnly { color: red;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight:bold; 
	color: grey;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
font-weight: bold;
	color: #1286B0;
display: block;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #B05612;
}



li {
	color: #FCA219;
}

.logo { 
	text-decoration: none;
}

.logo img {
	border: 0;
}

#nongetjie {background-color: white;}

#menuDiv {background: #fff url(/images/bg_content_small.gif) repeat-x top; }

#menuheader {background-color: white;}

#login {background: #fff url(/images/bg_content_small.gif) repeat-x top; }

#logout {background: #fff url(/images/bg_content_small.gif) repeat-x top; }

#content {background: #fff url(/images/bg_content_small.gif) repeat-x top;}

#contentguestbook {background-color: white;}

.previewBlock {background: #fff url(/images/bg_content_small.gif) repeat-x; background-position: 0px 10px;  }



#wit1, #wit2, #wit3, #wit4 {background-color: white;}

.width400 {width: 400px;}
.bgLightBlue {background-color: #C8EFFF;}

.bgOrange {background-color: #FCA219;}
.txtWhite {color: #FFF;}
.txtBlack {color: #000; }
.bold {font-weight:bold;}
.border {border: 1px solid black;}
.alignLeft { text-align:left; }
.alignRight { text-align:right; }
.noBorder { border: 0px; }
.vertalignTop {vertical-align:top}
.notxtDec {text-decoration: none}


.serieBlock img {
/*border-top: 10px solid #dddede;
border-left: 10px solid #dddede;
border-right: 10px solid #dddede;
border-bottom: 10px solid #dddede;*/
}

.woordenboektekst {
    margin-left: 5px;
    display:block;
    margin-bottom: 10px;
    }
    
.woordenboektekst span {
    display:block;
    float:left;
    padding-bottom: 5px;
    margin-right:5px;
    margin-top:7px;
    color: #000;
}

ul.woordenboeklinks li {
    /*clear: left;
    display: inline;
    float:none;*/
    margin: 5px 0 5px 0;
color: #000;
    }

ul.woordenboeklinks strong {
    font-weight: bold;
    color: #FCA219;
    }

.clear {
    clear:left;
    } 