/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #cccccc;
	background-image: url(../Images/Achtergrond/bg_grad.jpg);
	background-position: center; 
	text-align:center;
}

hoofd{ 
	font: bold 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles ******/

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font-size:130%;
}

h2{
	font-size:110%;
	margin-bottom:5px;
}

h3{
	font-size:110%;
	margin-bottom:5px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}


ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
div#main_container{
	margin: 0 auto 0 auto;
	width: 900px;
	height: auto;
	text-align: left;
	/* background-image:url(../Images/Achtergrond/logo_Ruitersport_Veendam.gif); */
	background-position: top right;
	background-repeat:no-repeat;
}

div#pagina{
	width: 900px;
	height: 100%;
	text-align: left;
}

#pagecell1{
	top: 124px;
	left: 33px;
	background-color: #ffffff;
	float: left;
	width: 100%;
	height: 600px;
}

#tl{
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr{
	position:absolute;
	right: 6px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	top: 18px;
}

#masthead{
	width:100%;
	float: left;
	height: auto;
}

#linkhead{
	width:60%;
	float: left;
	height: 15px;	
}

#aktie{
	height: 60px;
	width: auto;
	float: left;
	padding: 10px 0px 0px 10px;	
}

#aktie h1{
	color:#FF0000;
}

#pageNav{
	border-right: 3px solid #17439A;
	font-size:75%;
	width: 137px;
	float: left;
	height: 800px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content{
	border-left: 1px solid #ccd2d2;
	width:560px;
	float: left;
	height: 130px;
}

/*****************content_basic******************************/
#content_left, #content_basic, #content_right{
	border-right: 1px solid #FFFFFF;
	padding: 20px 10px 0px 10px;
	height:397px;
	font-size: 70%;
}

#content_left{
	width: 180px;
	float:left;
}

#content_left table{
	font-size:110%;
}

#content_basic{
	width: 400px;
	float: left;
}

#content_basic table{
	font-size:100%;
}

#content_right{
	width: 190px;
	float:right;
}

#content_bottom{
	border-top:1px solid #17439A;
	float: left;
	width: 100%;
	font-size: 70%;
	vertical-align: bottom;
}

#content_basic h1, #content_right h1, #content_left h1, #index_bottom h1, .feature h1, #index_middle h1,{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content_basic ol, #content_right ol, #content_left ol, #content_basic ul, #content_right ul, #content_left ul{
	margin-top:0px;
}

#content_basic h3{
background-color:#E87D13;
}

#index_bottom{
	padding: 5px 0px 0px 5px;
	font-size: 70%;
	text-align:left;
	width: 100%;
	clear: left;
}

#index_bottom h1, #index_middle h1{
	background-color: #E87D13;
	font-size:150%;
}

#index_bottom h2{
	padding:0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}


#index_middle{
	float: left;
	font-size: 70%;
	text-align:center;
	height: 270px;
	width: 100%;
}

#index_middle table{
	background-color: #E87D13;
}

#index_middle img{
	margin-left: 15px;
}

#bottom{
	height:232px;
	text-align:center;
	vertical-align:bottom;
	width: AUTO;
	border-top: 3px solid #17439A;
	padding-top: 10px;
}

#bottom img{
	padding:20px 5px 0px 5px;
	vertical-align: bottom;
}

#weer, #nieuws{
	float:left;
	width:305px;
}

#weer{
	text-align:center;
}

#image{
	width:134px;
	height: auto;
}

.width{
	width:443px;
}

.width img{
	padding: 0px 0px 0px 0px;
}


.white{
	background-color:#FFFFFF;
	padding: 20px 5px 20px 5px;
} 

.right{
	float:right;
}

.center{
	text-align:center;
}

.left{
	float:left;
	display: block;
}

.clear_left{
	clear:left;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#hoofd{
	margin: 0px;
	padding: 10px 0px 8px 0px;
	color: #E8BC65;
	font-weight: normal;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;	
	height: 24px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 1px;
	height: 22px;
	margin: 0px;
	left: -2px;
	z-index: 100;
	width: 81%;
	background-image: url(../Images/Achtergrond/glbnav_background.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
}


a.glink, a.glink:visited{
  	font-size: 70%;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 4px 9px 4px 9px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	color:#FFFFFF;
	text-decoration: none;
}

/************* current ***************/

#current{
	width:60%;
	color: #FFFFFF;
	clear:left;
	background-color: #17439A;
	height: 12px;
	font-size: 75%;
	padding: 5px 0px 5px 6px;
}

#current a{
	color: #FFFFFF;
}

#current a:hover{
	color: #E87D13;
	text-decoration: underline;
}

/************** feature styles *****************/

.feature{
	padding: 10px 0px 0px 5px;
	font-size: 70%;
	height: 130px;
}

.feature img{
	padding: 10px 10px 0px 5px;
	font-size: 80%;
}


/*************** quicklinks styles ******************/
#qltabel{
	float:left;
	border-left: 3px solid #17439A;
	height:800px;
}

#quicklinks{
	height:max;
	width: 180px;
	padding: 10px 0px 0px 5px;
}

#quicklinks a:hover{
	text-decoration: none;
}

#quicklinks{
	width:160px;
	font-size:75%;
}

#quicklinks caption{
	margin-bottom:0px;
}

#quicklinks td, #quicklinks th{
	text-align: left;
	padding: 0px;
	vertical-align: top;
	border: 1px solid #FFF;
}

#quicklinks th{
	background-color: #E87D13;
}

#quicklinks h2{
	background-color: #E87D13;
	padding:5px 0px 5px 0px;
	font-size:90%;
}


.centertable{
	text-align: center;
}

/************ sectionLinks styles **************/
#sectionLinks, #Openingstijden{
	margin: 0px;
	padding: 0px;
	height: auto;
}

#Open_dagen, #Open_uren{
	width:auto;
	float: left;
	font-size: 85%;
}

#Open_uren{
	padding: 0px 0px 0px 5px;
	width: 70px;
}

#sectionLinks h1, #Openingstijden{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	margin: 0px 0px 0px 0px;
}

#Openingstijden {
	height: 100px;
	border-bottom: 0px;
}


#sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	background-color:#E87D13;
}


/**************** table styles *****************/

.table_left{
	text-align:left;
}

/**************** producten *****************/
.producten a span {
	margin:0px;
	padding:0px;
	display:none;
}

a:hover span {
	display: block;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-align:center;
	background-color:#E87D13;
}

.producten tr{
	text-align:center;
	vertical-align:top;
}

.producten td{
	width:190px;
}	

#productlinks table{
	width: 180px;
	padding: 10px 0px 0px 5px;
	font-size: 110%;
	float: left;
}

#productlinks a.capsule{
	font: bold 1em;
	color: #17439A;
	display: block;
	padding-bottom: 5px;
}

#productlinks a:hover{
	color:#FFFFFF;
	text-decoration: none;
}

#productlinks table{
	width:160px;
	border:0px;
	padding: 0px;
}

#productlinks tr{
	padding: 0px;
}

#productlinks caption{
	margin-bottom:60px;
}

#productlinks td, #productlinks th{
	text-align: left;
	padding: 3px 5px 4px 5px;
	vertical-align: middle;
	border: 1px solid #FFF;
}

#productlinks thead th{
	background-color: #E87D13;
}

#fotoblok{
	height: 300px;
	width: 400px;
	top: 100px;
	text-align: center;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}

#fotoshow{
	list-style: none;
	border: 0px;
} 

/**************** linkoverzicht *****************/

#linkoverzicht table{
	padding: 10px 0px 0px 5px;
	font-size: 110%;
	float: left;
}

#linkoverzicht th :hover{
	background-color:#E87D13;
	text-decoration:none;
}

#linkoverzicht td, #linkoverzicht th{
	text-align: left;
	padding: 3px 5px 4px 5px;
	vertical-align: middle;
}

#linkoverzicht th{
	width:100px;
	border:1px solid #333366;	
}

.linkoverz_extra{
	border-left: 3px solid #17439A;
	text-align:center;
}

.linkoverz_extra caption{
	background-color:#E87D13;
}

/**************** sitemap *****************/

#sitemap{
	padding: 20px 10px 0px 10px;
	height:397px;
	width:880px;
	font-size: 70%;
}

#sitemap table{
	width:870px;
	font-size:100%;
}

#sitemap table th{
	border:1px solid #000000;
	text-align:left;
	vertical-align:top;
	padding:3px 0px 3px 3px;
}

#sitemap table ul{
	margin:0px 0px 0px 5px;
	font-size: 80%;
}

.niveau1{
	background-color:#E87D13;
	text-decoration:none;
}

.niveau1 a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.niveau2{
	background-color:#CCCCCC;
}

.niveau2:hover{
	background-color:#17439A;
	text-decoration:none;
}

.niveau2 a:hover{
	color: #FFFFFF;
	text-decoration:none;
}


/**************** aanbiedingen *****************/

#aanbiedingen{
	border-right: 1px solid #FFFFFF;
	padding: 20px 10px 0px 10px;
	font-size: 70%;
	height: 397px;
	width: 400px;
	float: left;
}

#aanbiedingen li{
	padding-top:10px;
	font-size:110%;
}

.aktie_tekst{
	background-color:#E87D13;
	color:#17439A;
	font-style:italic;
	font-weight:800;
}

/**************** boxen *****************/

#boxen_right {
	width: 400px;
	font-size: 70%;
}

#boxen_left{
	width: 400px;
	height: 200px;
	float: left;
	font-size: 70%;
	padding: 20px 10px 0px 10px;
}

boxen_left ul{
	margin-top:0px;
}

boxen_left li{
	margin-top:0px;
}

.bottom_left{
	width:224px;
	float: left;
	padding: 0px 0px 0px 15px;
}

.bottom_center{
	padding:5px 0px 10px 5px;
	float: left;
	width: auto;
}

.bottom_b_center{
	width:330px;
	padding:10px 5px 5px 0px;
	text-align: right;
	float: right;
}

.bottom_right{
	width:218px;
	padding: 5px 0px 0px 15px;
	float: right;
}
	

