body{
	font-family: Tahoma, Arial, Verdana;
	font-size: 15px;
	color: #2A3FAA;
	line-height: 1.166;	
	margin: 10px;
	padding: 10px;
	}
a{
	color: #2A3FAA;
	text-decoration: none;
}

a:link{
	color: #2A3FAA;
	text-decoration: none;
}

a:visited{
	color: #2A3FAA;
	text-decoration: none;
}

a:hover{
	color: #2A3FAA;
	text-decoration: underline;
	}
	
h1{
 font-family: Tahoma, Arial, Verdana;
 font-size: 14px;
 color: #2A3FAA;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Tahoma, Arial, Verdana;
 font-size: 13px;
 color: #2A3FAA;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Tahoma, Arial, Verdana;
 font-size: 13px;
 color: #2A3FAA;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Tahoma, Arial, Verdana;
 font-size: 11px;
 font-weight: normal;
 color: #2A3FAA;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Tahoma, Arial, Verdana;
 font-size: 11px;
 color: #2A3FAA;
 margin: 0px;
 padding: 0px;
}

#topbox{
	position: absolute;
 	margin-top: 0px;
 	margin-left: 0px;
	background-image: url(../images/layout/portofoonverhuur2.jpg);
	width: 650px;
	height: 89px;
	border-top: 2px solid #2A3FAA;
	border-left: 2px solid #2A3FAA;
	background-color: #FFFFFF;
}
#toptitel{
	padding-left: 10px;
	padding-top: 10px;
	font-family: Arial, Verdana, Tahoma;
 	font-size: 200%;
	font-weight: bolder;
	font-style: italic;
}
a.toptitel:hover{
	text-decoration: none;
}
.bsh{
	padding-right: 10px;
	padding-top: 12px;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	font-family: Arial, Verdana, Tahoma;
	text-align: right;
}
#secline{	
	position: absolute;
	margin-top: 89px;
 	margin-left: 0px;
	width: 652px;
	height: 24px;
	background-color: #2A3FAA;
	padding-top: 3px;
	text-align: center;
}

.sectext{
	font-family: Arial, Verdana, Tahoma;
 	font-size: 16px;
	color: White;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#navBar{
	position: absolute;
	margin: 116px 0 0 0;
	padding: 0px;
	width: 150px;
	background-color: #eeeeee;
	border-left: 1px solid #2A3FAA;
	border-bottom: 1px solid #2A3FAA;
}

#content{
	position: absolute;
	margin-top: 116px;
	margin-left: 151px;
	width: 489px;
	padding: 6px 10px 0 0;
	border-right: 1px solid #2A3FAA;
	border-left: 1px solid #2A3FAA;
	border-bottom: 1px solid #2A3FAA;
	overflow: auto;
	height: 500px;
}

#offerte {	
	position: absolute;
	margin-top: 116px;
 	margin-left: 0px;
	width: 644px;
	height: 500px;
	padding: 3px;
	border: 1px solid #2A3FAA;
	text-align: left;
}
.offerte{
	font-family: Arial, Verdana, Tahoma;
 	font-size: 11px;
	color: #2A3FAA;
}
/* 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" */


/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

.pageName{
	padding: 0px 0px 10px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature object{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #2A3FAA;
}
.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #2A3FAA;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

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




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h1{
	padding: 10px 0px 2px 10px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

#siteInfo{
	position: absolute;
	margin-top: 640px;
	width: 646px;
	clear: both;
	background-color: #2A3FAA;
	padding: 3px;
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
 	font-size: 11px;	
	color:#FFFFFF
}

a.siteInfo{
	background-color: #2A3FAA;
	font-family: Tahoma, Arial, Verdana;
 	font-size: 11px;	
	color:#FFFFFF
}

a.siteInfo:link{
	background-color: #2A3FAA;
	font-family: Tahoma, Arial, Verdana;
 	font-size: 11px;	
	color:#FFFFFF
}

a.siteInfo:hover{
	background-color: #2A3FAA;
	font-family: Tahoma, Arial, Verdana;
 	font-size: 11px;	
	color:#FFFFFF
}

a.siteInfo:active{
	background-color: #2A3FAA;
	font-family: Tahoma, Arial, Verdana;
 	font-size: 11px;	
	color:#FFFFFF
}
a.siteInfo:visited{
	background-color: #2A3FAA;
	font-family: Tahoma, Arial, Verdana;
 	font-size: 11px;	
	color:#FFFFFF
}
