body {
	background-position:left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	background-color:#f3f3f3;
	margin-top:0px;
}

.tekst {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	text-decoration:none;
}

.teksterror {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:14px;
	text-decoration:none;
}

.invulveld {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0c9fd1;
	font-size:12px;
	border: thin solid #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height:20px;
}

.errorinvulveld {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	border: thin solid #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


.header {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#0c9fd1;
	font-size:12px;
}

.tekstinheader{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:#EAEBD8;
	font-size:12px;
	border: thin solid #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding:5px;
	
}

.commentheader {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(images/head.png);
background-repeat:repeat-x;
margin-left:0px;
color:#333333;
background-color:#f2f0f0;
border: thin solid #333333;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

.albumoverzicht {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0c9fd1;
	background-color:#F8F8F8;
	font-size:12px;
	border: thin solid #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.reactiebutton1{
	background-image:url(http://www.crazytuning.nl/images/schrijfreactie.gif);
	width:127px;
	height:24px;
}

.reactiebutton {
	background: url(http://www.crazytuning.nl/images/schrijfreactie.gif) no-repeat 0 0;
	height:24px;
	left: 0;
	position: relative;
	top: 0;
	width:127px;
	}
	
a:active{
				text-decoration:none;
				font-style: none;
				color: #0c9fd1;
				}	
a:link{
				text-decoration:none;
				font-style: none;
				color: #0c9fd1;
				}
a:visited{
				text-decoration:none;
				font-style: none;
				color: #0c9fd1;
				}

a:hover {
				text-decoration:underline;
				font-style: none;
				color: #0c9fd1;
			}
			
h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}

.h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}





/* webshop  */
.items {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: url(images/dot.gif) repeat-x bottom;
		font-size: 12px;
		text-decoration:none;
		font-style:none;
		color:#666666;
		border: thin solid #666666;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		padding:20px;
		min-height:50px;
		width:720px;
}

.nummering {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration:none;
		font-style:none;
		color:#666666;
		padding:3px;

}

/* einde webshop  */

.menu {
	background: url(images/dot.gif) repeat-x bottom;
	line-height: normal;
}

.menugastenboek{
	position:relative;
	width:90%;
	font-size:12px;
	color:#666666;
	background: url(images/dot.gif) repeat-x bottom;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:10px;
}


.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #cbcbcb; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #cbcbcb;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */