*
{
	margin: 		0 auto;
}
img
{
	border:			0px;
}

body 
{	
	background:		#EEBB0A url(../images/frisbee_bg.jpg) repeat-x scroll;
	font: 			12px tahoma;
	line-height: 	1.8em;
}
  
a:link 
{
	color: 				black;
	text-decoration:	underline;
}

a:visited 
{
	color: 				black;
	text-decoration:	underline;
}

a:hover
{
	color: 				#BE9929;
	text-decoration:	none;
}

#frisbee
{
	width:				1000px;
	border:				0px red solid;
}

#left
{
	float:				left;
	width:				112px;
	background:			#EEC311 url(../images/frisbee_02.jpg) no-repeat;
}

#right
{
	float:				right;
	width:				112px;
}

#main
{
	background-color:	#FFFFFF;
	float:				left;
	width:				775px;
}

#header
{
	width:				775px;
	height:				124px;
	background:			#EEC311 url(../images/frisbee_02.jpg) no-repeat;
}

.logo 
{
	float:				left;
	width:				270px;
	height:				100px;
	padding-left:		4px;
}

#topmenu
{
	clear: 			both;
	width:			775px;
	height:			251px;
}

/* hoofdmenu start hier */
.hoofdmenu
{
	border: 			0px red solid;	
}
.hoofdmenu ul 
{
	list-style:			none;
	padding-top:		50px;
	font-size:			12px;
	font-weight:		bold;
	font-family:		arial;
	
}

.hoofdmenu li 
{
	float:				left;
	padding-left:		6px;
	height: 			35px;
}

.hoofdmenu li a
{
	float:				left;
	display:			block;
	color:				#262626;
	text-decoration:	none;
	padding: 			6px;
	height: 			35px;
}

.hoofdmenu li a:visited 
{
	color:				#262626;
	text-decoration:	none;
	padding: 			6px;
	height: 			35px;
}

.hoofdmenu li a:hover 
{
	color:				#FFFFFF;
	text-decoration:	none;
	padding: 			6px;
	background-color:	#262626;
	height: 			18px;
}
/* einde hoofdmenu hier */

/* titel start hier */
.titel 
{
	clear: 	both;
}
.titelRight 
{
	float:left;
}
.titelLeft
{
	float:left;
}
/*titel menu*/


#content
{
	clear:				both;
	text-align:			left;
	width:				775px;
	background-color:	#FFFFFF;
	padding-bottom:		20px;
}

.inhoud 
{
	float:					left;
	padding-top:			20px;
	padding-left:			18px;
	color:					#000000;
	/*background-color:		#F5F5F5;*/
	background-color:		#FFFFFF;
	width:					510px;
	border: 				0px red solid;
	
}

.inhoud ul
{
	padding:				30px;
	list-style: 			square;
}

.inhoud h1
{
	padding-bottom:	10px;
	margin-bottom:	20px;
	font-family:	Tahoma;
	font-size:		22px;
	color:			#EEBB0A;
	border-bottom:  0px solid #c0c0c0;
}
.inhoud h2
{
	padding-bottom:		4px;
	font-size:			16px;
	color:				#808080;
	font-weight:		bold;
	border-bottom: 		1px solid #c0c0c0;
}
.inhoud h3
{
	padding-bottom:		4px;
	margin-top:			20px;
	margin-bottom:		20px;
	font-size:			16px;
	color:				#808080;
	font-weight:		bold;
	border-bottom: 		0px solid #c0c0c0;
}


/*het submenu wordt hier bepaald*/
.submenu 
{
	float:				left;
	width:				207px;
	padding-top:		20px;
	min-height:			250px;
	background-color:	#FFFFFF;
	border: 			0px red solid;
}

.submenu ul 
{
	list-style:			none;
	width:				207px;

}

.submenu li 
{
	border-bottom:		1px dashed #DBDBDB;
}

.submenu li a
{
	display:			block;
	height:				23px;
	color:				black;
	text-decoration:	none;
	padding-top:		1px;
}

.inspring
{
	padding-left:		10px;
	padding-top:		2px;
}

.nostyle
{
	padding-left:		0px;
	padding-top:		0px;
}
.submenu li a:visited 
{
	height:				23px;
	color:				black;
	text-decoration:	none;
	padding-top:		1px;
}

.submenu li a:hover {

	height:				23px;
	color:				#FFFFFF;
	text-decoration:	none;
	padding-top:		1px;
	background-color:	#323232;
}
/*einde submenu*/

p
{
	margin-top:10px;
}
/*opmaak bestellen*/
.bestellen 
{	
	text-align:				center;
	margin-top:				35px;
	margin-left:			0px;
	background:				#F6F7EF;
	border:					1px solid #D2CEB0;
	width:					450px;
	padding: 				5px;
	height: 				25px;
	padding-left: 			5px;
}

.pps {
	float:					left;
	margin-left:			10px;
	color:					#EC000A;
}
.prijs {
	float:					left;
	margin-left:			4px;
	color:					black;
	text-transform:			uppercase;
}
.bestelkar {
	background-color:		white;
	color:					red;
	font-weight:			bold;
	text-align:				left;
	border: 				0px;
	margin-right:			4px;
	cursor:					hand;
}
/*einde bestellen*/

/*footer wordt hier bepaald*/
.footer {

	background:				#323232;
	clear:					both;
	height:					40px;
	width:					775px;
	padding-top:			20px;
	color:					#FFFFFF;
	font-size:				10px;
	font-family:			verdana;	
	text-align: 			center;
	
}
.footer a:link {
	padding:			2px;
	text-decoration:	none;
	color:				#FFFFFF;
}
.footer a:visited {
	padding:			2px;
	text-decoration:	none;
	color:				#FFFFFF;
}
.footer a:hover {
	padding-left:		2px;
	text-decoration:	underline;
}
.footertext 
{
	margin-left:		5px;
	margin-top:			0px;
}
/*einde footer*/

.pictures
{
	width:	100px;
	border: 1px red solid;
	margin: 10px;
}
#fieldset
{
	clear:			both;
	width:			160px;
	border:			1px solid #EEBB0A; 
	padding: 		10px;
	margin-top:		20px;
}
.loginform
{
	font-size: 		9px;
	font-weight: 	normal;
	margin-bottom:  4px;
}
legend
{
	color: 			#EEBB0A;
}

