body {
	background-image: url("../images/background adv.jpg");
	/* background-repeat: */ 
	/* background: #003366; */
	font-family: helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
}

/* Container */

#container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 760px;
}

/* Header */

#header {
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 110px;
	background-image: url("../images/rsa_logo.png");
	background-repeat: no-repeat;
	font-family: helvetica, sans-serif;
	font-size: 11pt;
}

/* Main Navigation items */

#navigation {
	position: relative;
	float: left;
	margin: 40px 0 0 0;
	padding: 0;
	width: 250px;
	height: 340px;
	text-align: left;
	font-family: helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
}

#navigation div {
	position: absolute;
	bottom: 0;
	left: 0;
}

#infoitems {
	margin: 0;
	padding: 0;
	width: 250px;
	text-align: left;
	font-family: helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
}

.navlist {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 24px;
}

.navlist li {
	list-style-type: none;
	display: block;
	margin: 0;
}

.navlist li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.navlist li a:link, .navlist li a:visited {
    font-weight: bold;
    color: #fff:
    text-decoration: none;
}

.navlist li a.active {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.navlist li a:hover {
    font-weight: bold;
    text-decoration: underline;
}

/* Content Items */

#content {
	text-align: left;
	color: #aaa;
	font-family: helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	margin: 25px 0 0 20px;    /*40px fotostrook hoog/laag  60px fotostrook links/rechts*/  
	padding: 20px 0 20px 0;
}

#content a {
	color: #fff;
}

#content h3 {
	color: #fff;
}

#imglist {
	margin: 0;
	padding: 0;
	text-align: left;
}

#imglist li {
	list-style-type: none;
	display: inline;
	padding: 0 5px 0 10px;   /* 0 10px ruimte tussen fotostrook */

}

/* Linklist Linkpage */

#linklist {
	margin: 0;
	padding: 0;
	color: #fff;
}

#linklist li {
	display: block;
	padding-bottom: 10px;
}

#linklist li a, #linklist li a:visited {
	color: #fff;
	text-decoration: none;
}

#linklist li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Sub Navigation (breadcrumbs) */

#crumbs {
	margin-left: 425px;
	margin-top: 25px;
	padding: 4px;
	font-family: helvetica, sans-serif;
	font-size: 10pt;
}

#crumbs h3 {
	display: none;
}

#crumbs a, #crumbs a:visited {
	color: #fff;  /* #c0c0c0 */
	text-decoration: none;
}

#crumbs a:hover, #crumbs a.active {
	color: #fff;  /* #c0c0c0 */
	text-decoration: underline;
}

#crumbs ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

#crumbs ul li {
	display: inline;
}

#crumbs ul li a:link {
	padding: .15em
}

#crumbs ul ul li {
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

/* Footer */

#footer {
	clear: both;
	font-family: helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
	color: #fff;
	padding: 10px;
}

/* RSA Colors Footer */

#r {
	color: red;
}

#s {
	color: yellow;
}

#a {
	color: blue;
}

/* PNG Fix */

* {
	behavior: url("../iepngfix.htc");
}
