@charset "utf-8";
/* CSS Document */


body{
margin:0;
padding:0;
background-color:#999999;
}
img{
	border:0px;
	margin-right:10px;
}

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


#maincontainer{
	width: 1040px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image: url(../images/back4_02.png);
	background-repeat: repeat-y;

}

#topsection{
	height: 107px; /*Height of top section*/
	text-align:right;
	background-image: url(../images/back4_01.png);
	background-repeat: no-repeat;
}



#contentwrapper{
	float: left;
	width: 100%;
	background-image: url(../images/back4_02.png);
	background-repeat: repeat-y;
}

#contentcolumn{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 250px;
}

#contentcolumn div.innertube{
	background-image: url(../images/back_logo.png);
	background-repeat: no-repeat;
	background-position: 403px 20px;;
	min-height:500px;
	z-index: 1000;
	width: 750px;
}


#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -1040px; /*Set margin to that of -(MainContainerWidth)*/
padding-left: 46px;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: 190px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}

#footer{
	clear: left;
	color: #FFF;
	background-image: url(../images/back4_03.png);
	background-repeat: no-repeat;
	height: 108px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	bottom: 0px;
}
#footer div.copy{
	float:left;
	width:800px;
	margin-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#home_news{
	float: left;
	width: 300px;
}
#home_pictures{
	float: left;
}

#home_pictures div.clear{
clear:both;
}

#guestbook_add{
	text-align: left;
}

#guestbook_add.button{
	text-align: left;
	font-style: italic;
	float: right;
}

#guestbook_add_button{
	float: right;
	padding-right:180px;
	
}
#guestbook_add_button a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #663333;
	text-decoration:none;
}
#guestbook_items{
	width: 580px;
}



#news_home{
}

#news_item div.picture,
#news_list div.picture,
#news_home div.picture{
	width:120px;
	float:left;
}

#news_item td.title,
#news_list td.title,
#news_home td.title,
#guestbook_items td.person_date,
#guestbook_add,
#prod_list td.name,
#prod_list td.price,
#links_list td.cat_naam,
div#title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
	font-weight: bold;
}

div#content{
	width: 580px;
}

div#content_sm{
	width: 300px;
}

#news_item td.description,
#news_list td.description,
#news_home td.description,
#guestbook_items td.text,
#prod_list td.description,
#links_list td.description,
div#content,
div#content_sm{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #330000;
}


#news_list td.more a,
#news_home td.more a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc9999;
	text-transform: uppercase;
	text-decoration:none;
}
td.spacer{
	height: 20px;
}


#links_list a,
#prod_list a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC9999;
	text-decoration:none;
}

#links_list td.picture{
	width:120px;
}

#links_list td.description{
	width: 300px;
}


.spinner {
display:inline;
float:left;
height:22px;
overflow:hidden;
width:12px;
}

.spinner img {
cursor:pointer;
}

input.addamount {
background-color:#FFFFFF;
border-color:#808080 #D4D0C8 #D4D0C8 #808080;
border-right:1px solid #D4D0C8;
border-style:solid;
border-width:1px;
display:inline;
float:left;
font-size:11px;
height:17px;
padding:3px 2px 0;
width:12px;
color:#000000;
}


#prod_order{
}


#prod_order td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#prod_order td.label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	font-weight: bold;

}

.verplicht{
	color: #FF0000;
	padding-right: 2px;
	padding-left: 2px;
}
.error{
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-style: italic;
	color: #FF0000;
}


#laatste_nieuws{
	font-size: 16px;
	padding-top: 20px;
	font-weight: bold;
	color:#663333;
}
