/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 5mm;
	margin: 0px;
	padding: 10px 0px 0px;
	background-color: #64656F;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #0F7A8C;
	text-decoration: none;
	font-size: 11px;
}

a:hover{
	text-decoration: underline;
}


/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}
#navList {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}


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

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 120px;
	left: -450px;
	margin-left: 50%;
	width: 900px;
}
#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	left: 639px;
	top: 20px;
	width: 233px;
	height: 296px;
	line-height: normal;
}
#postit {
	position: absolute;
	left: 502px;
	top: 211px;
}

#masthead{
	position: absolute;
	top: 0px;
	left: -450px;
	width:900px;
	background-color: #034859;
	height: 86px;
	margin-left: 50%;
	background-image: url(../images/bg-masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#pageNav{
	float: left;
	width:180px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	font: small Arial, Helvetica, sans-serif;
}

#content{
	left: -450px;
	width: 900px;
	margin-left: 50%;
	position: absolute;
	top: 110px;
	height: 488px;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/************** utility styles *****************/

#utility{
	font: bold 75% Arial, Helvetica, sans-serif;
	position: absolute;
	top: 49px;
	right: 13px;
	color: #ffffff;
	width: 246px;
	height: 8px;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 900px;
	min-width: 640px;
	color: #cccccc;
	background-color: #128a9d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	left: -450px;
	top: 86px;
	margin-right: 0px;
	margin-left: 50%;
	height: 25px;
	padding: 0px;
}
#nolink {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-right-width: 1px;
	background-color: #00ABB9;
	height: 25px;
	border-right-style: solid;
	border-right-color: #333333;
}
#navList li {
	white-space: nowrap;
	margin: 0px;
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#navList li a, #navList a:visited {
	margin: 0px;
	float: left;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
}
#navList li a:hover {
	margin: 0px;
	float: left;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	text-decoration: none;
	color: #045a6f;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #034859;
	position: absolute;
	width: 900px;
	border-top-style: none;
	margin-left: 50%;
	left: -450px;
	top: 488px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/siteinfo.jpg);
	background-repeat: no-repeat;
}
.tekstwit {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content_home {

	padding: 0px;
	margin:0px;
}
.actueeldatum {
	font-size: 11px;
}
#nieuws {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	font-weight: normal;
	position: absolute;
	left: 33px;
	top: 177px;
	width: 230px;
	height: 244px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
.kopwitbold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#pageName {
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 10px;
	position: absolute;
	height: 412px;
	width: 900px;
}
#homefoto {
	height: 412px;
	width: 900px;
	top: 0px;
}
#berichten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	position: absolute;
	left: 104px;
	top: 262px;
	width: 128px;
	height: 167px;
	line-height: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#trots {
	position: absolute;
	left: 8px;
	top: 31px;
	background-image: url(../images/businessobjectsqlikview.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 449px;
	padding-top: 5px;
	padding-left: 305px;
}

.tweet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 100%;
	width: 100%;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#sterk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	left: 91px;
	top: 358px;
	width: 266px;
	height: 42px;
	line-height: normal;
}

