/* rakker design's stylesheet by Stefan van Daalen - www.rakkerdesign.nl */
/* All content belongs to rakker design; copyright 2006-2007,  www.rakkerdesign.nl */
/* January 11th, 2007 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
   designer's written permission. However, feel free to study the CSS and use
   techniques you learn from it elsewhere. */


/* Basic Elements */
* {
margin: 0px;
padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(images/bg.gif);
}
img {
	border: 3px solid #6799b0;
}
#container #subtext {
	height: 100px;
	width: 400px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 25px;
}
#container #nav #navigatie a {
	white-space: nowrap;
	display: inline;
	padding-right: 15px;
}
#container #nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #nav #links {
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-top: 8px;
}
#container #clear2 {
	background-image: url(images/content.gif);
	clear: both;
	height: 10px;
}
#container #copyright {
	padding-top: 6px;
	padding-left: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#container #copyright2 {
	float: right;
	padding-top: 6px;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#container #clear {
	clear: both;
	height: 2px;
}
#container #extralinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 60px;
	font-weight: bold;
}
#container #extralinks #navigatie a {
	white-space: nowrap;
	display: inline;
	padding-right: 15px;
}
#container #extralinks ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1 {
	font-size: 12px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #a7a7a7;
}
h2 {
	font-size: 11px;
	color: #a7a7a7;
	padding-bottom: 15px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.designer {
	color: #FFFFFF;
}
.note {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.rightcontact {
	border: 1px solid #6799b0;
}
.contact {
	padding-top: 15px;
}
.about {
	padding-bottom: 10px;
}
.tutdescription {
	padding-top: 15px;
}
.category {
	padding-left: 10px;
}
#affiliate img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.afftables {
	padding-top: 15px;
	padding-bottom: 15px;
}


/* Layout */

#container {
	background-color: #FFFFFF;
	height: auto;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
#container #header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 775px;
	background-position: center;
}
#container #nav {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
	width: 775px;
	list-style-type: none;
}
#container #subcontent {
	background-image: url(images/subcontent.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 137px;
	width: 775px;
}
#container #content {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 775px;
	list-style-type: none;
	overflow: hidden;
}
#container #footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 43px;
	width: 775px;

}
#container #maintext {
	padding-top: 9px;
	padding-right: 25px;
	padding-bottom: 30000px;
	padding-left: 25px;
	border-right-style: dotted;
	width: 500px;
	float: left;
	border-right-width: 2px;
	border-right-color: #6799b0;
	margin-bottom: -30000px;	
}
#container #adverts {
	padding-top: 9px;
	padding-bottom: 30000px;
	padding-left: 50px;
	float: left;
	margin-bottom: -30000px;
}

/* news */
.news {
	font-weight: bold;
	color: #6799b0;
}
.bold {
	font-weight: bold;
}
.newsitem {
	padding-bottom: 25px;
}
/* end news */
