/* general css */
/* copyright BossnFish 2007 */

/* general stuff */
*
	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #0099FF;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	}
body
	{
	text-align: center;
	background-image: url(../pics/bg.gif);
	}
p
	{
	padding: 0px 0px 8px 0px;
	}
h3
	{
	font-size: 14px;
	font-variant: small-caps;
	color: #FC761F;	
	padding: 2px 0px 8px 0px;
	}
img 
	{
	border: 0px none #FC761F;
	display: block;
	}
ul
	{
	margin: 0px 0px 10px 16px;
	list-style-type: circle;
	}
/* id containers */
#pagecontainer
	{
	width: 960px;
	text-align: center;
	margin: 0px auto;
	}
#maintable
	{
	text-align: left;
	width: 960px;
	margin: 6px 0px 0px 0px;
	}
#maincell
	{
	background-image: url(../pics/bg_main.jpg);	
	}
#maincontainer
	{
	background-image: url(../pics/bg.gif);
	margin: 4px 0px 8px 37px;
	padding: 4px;
	border: 1px solid #FC761F;
	width: 600px;
	height: 400px;
	float: left;
	}
#sidecontainer
	{
	background-image: url(../pics/bg.gif);
	margin: 4px 29px 8px 2px;
	padding: 4px;
	border: 1px solid #FC761F;
	width: 272px;
	float: right;
	overflow: hidden;
	height: 400px;
	}
#singlecontainer
	{
	background-image: url(../pics/bg.gif);
	margin: 4px 0px 8px 37px;
	padding: 4px;
	border: 1px solid #FC761F;
	width: 880px;
	float: left;
	}
#bottomcell
	{
	background-image: url(../pics/bg_bottom.jpg);	
	}
.divider
	{
	clear: both;
	}
#bottomcontainer
	{
	background-image: url(../pics/bg.gif);
	padding: 4px;
	border: 1px solid #FC761F;
	width: 570px;
	float: left;
	margin: 4px 30px 8px 50px;
	text-align: center;
	}
#contact
	{
	width: 565px;
	}
/* end of containers */

/* line at the bottom of content */
.line
	{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #FC761F;
	border-right-color: #FC761F;
	border-bottom-color: #FC761F;
	border-left-color: #FC761F;
	clear: both;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 12px 0px;
	}
/* animation spacing */
.animation
	{
	padding: 0px 15px 0px 15px;
	width: auto;
	float: left;
	text-align: center;
	}
/* pic alignment */
.pic_right
	{
	float: right;
	border: 2px solid #FC761F;
	}
/* orange text in the content */
.orange
	{
	color: #FF6600;
	}

/* contact */
#logo
	{
	padding: 15px 50px 0px 0px;
	}
.righty
	{
	text-align: right; 
	}
.header
	{
	text-align: center;
	font-weight: bold;
	}
.centered
	{
	text-align: center;
	}
/* aanbiedingen */
.naming
	{
	font-weight: bolder;
	color: #FC761F;
	font-size: 12px;
	}
.price
	{
	font-size: 14px;
	font-weight: bolder;
	color: #FC761F;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FC761F;
	}
.contactinfo 
	{
	font-weight: bold;
	list-style-type: circle;
	margin: 10px 0px 20px 20px;
	padding: 6px 6px 6px 50px;
	border: 1px solid #FC761F;
	width: 300px;
	}
#mailform 
	{
	border: 1px solid #FC761F;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
#mailform td
	{
	padding: 4px;
	}
.submitter
	{
	background-color: #FC761F;
	color: #FFFFFF;
	font-weight: bold;
	}
