/***********************************************/
/* abc.css                            */
/* basis voor template abc          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

 body{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #660000;
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h3, h4, h5, h6 {
	font-family: Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, sans-serif;
	font-size: 116%;
	color: #A30000;
	margin: 3 0 0 0;
	padding: 10 0 10 0;
	text-align: center;
	background-color: #FFF0CC;
}

h2{
 font-size: 12px;
 color: #0066cc;
 margin: 0 0 5 0;
}

h3{
 font-size: 90%;
 color: #A30000;
 margin: 0 0 0 0;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 14px;
 font-weight: bold;
 color: #334d55;
 margin: 5 0 5 0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/************** .story styles *****************/

.story{
	clear: both;
	font-size: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.story a:link{
	text-decoration: underline;
}

.story p{
	padding: 0px 0px 15px 0px;
}

.story-kop{
    font-weight: bold; 
    font-size: 90%	}

.story2{
	clear: both;
	font-size: 80%;
	padding-top: 5px; padding-right: 10px; padding-bottom: 0px; padding-left: 0px;
}



/*********** #sectionLinks styles ***********/

#sectionLinks {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #700F00;
    font-weight: bold; 
	padding: 2px 0px 0px 1px;
	display: block;
}

#sectionLinks a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #700F00;
    font-weight: bold; 
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #BA0000;
	text-decoration: none;
	display: block;
}

#sectionLinks a:hover{
	border-top: 1px solid #BA0000;
	background-color: #FFFFFF;
    font-weight: bold; 
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	display: block;
}

#sectionLinks a:visited{
	border-top: 1px solid #BA0000;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

#sectionLinksaan{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #700F00;
    font-weight: bold; 
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #BA0000;
	text-decoration: none;
	display: block;
}



/* ---- Tabel prijzen ---- */

#prijs b {
	color: #A30000
}
#prijs i {
	color: #A30000
}
#prijs table {
	border-top: 1px solid #000000; 
	border-right: 1px solid #A30000; 
	border-bottom: 0px solid #cccccc; 
	border-left: 0px solid #cccccc;
}
#prijs td {
	color: #000000;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #A30000;
	border-bottom: 1px solid #A30000;
	border-left: 1px solid #A30000;
	font-size: 75%;
}

/* ---- Einde tabel prijzen ---- */


.bijschrift {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; font-weight: bold; 
	margin-top: 5px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 5px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
}
.img_onder {  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 3px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
}
.story-kop-kleur { 
	font-weight: bold; 
	font-size: 100%; 
	color: A30000; 
	margin-bottom: 10px;
}
h2 {
 	font-family: Verdana, sans-serif;
	margin: 0 0;
	padding: 0px 0px;
 } 
 
 /************* .siteInfo styles ***************/

.siteInfo{
	font-family: Verdana, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	padding: 2px 5px 5px 5px;
	margin-top: 0px;
    font-weight: bold; 
    text-align: center;
	letter-spacing: 0.05em;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

.siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

