@charset "utf-8";
/* CSS Document */

/***********************************************/
/* Layout                                      */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
	line-height: 1.5em;	
}

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;	
}

#container {
	margin: 10px auto 20px;
	width: 900px;
	height: auto;
}

#main-1 {
	width: 900px;
	height: 600px;
	background-image: url(../img/background/background-1.jpg);
	background-repeat: no-repeat;
}

#main-2 {
	width: 900px;
	height: 600px;
	background-image: url(../img/background/background-2.jpg);
	background-repeat: no-repeat;
}

#main-3 {
	width: 900px;
	height: 600px;
	background-image: url(../img/background/background-3.jpg);
	background-repeat: no-repeat;
}

#main-4 {
	width: 900px;
	height: 600px;
	background-image: url(../img/background/background-4.jpg);
	background-repeat: no-repeat;
}

#main-6 {
	width: 900px;
	height: 600px;
	background-image: url(../img/background/background-6.jpg);
	background-repeat: no-repeat;
}

#main-7 {
	width: 900px;
	height: 600px;
	background-image: url(../img/background/background-7.jpg);
	background-repeat: no-repeat;
}

#main-8 {
	width: 900px;
	height: 600px;
	background-image: url(../img/background/background-8.jpg);
	background-repeat: no-repeat;
}

#main-9 {
	width: 900px;
	height: 600px;
	background-image: url(../img/background/background-9.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 600px;
	height: 38px;
	margin-left: 235px;
	margin-top: 25px;
	padding-top: 12px;
	padding-left: 35px;
	background-image:url(../img/menu-background.png);
	background-repeat: no-repeat;
	float:left;
}

#nav1 {
	float: left;
	width: 140px;
	height: auto;
	margin-left: 365px;
	margin-top: 50px;
}

#nav1-top {
	width: 140px;
	height: 15px;
	background-image:url(../img/background/nav1-top.png);
	background-repeat: no-repeat;
}

#nav1-mid {
	width: 130px;
	height: auto;
	background-image:url(../img/background/nav1-mid.png);
	padding-left: 10px;
}

#nav1-btm {
	width: 140px;
	height: 15px;
	background-image:url(../img/background/nav1-btm.png);
	background-repeat: no-repeat;
}


#content {
	width: 350px;
	float: right;
	margin-top: 25px;
	margin-right: 45px;
}

#content-top {
	width: 350px;
	height: 25px;
	background-image:url(../img/background/content-top.png);
	background-repeat: no-repeat;
}

#content-txt {
	width: 310px;
	height: auto;
	background-image:url(../img/background/content-txt.png);
	padding-left: 20px;
	padding-right: 20px;
}

#content-btm {
	width: 350px;
	height: 30px;
	background-image:url(../img/background/content-btm.png);
	background-repeat: no-repeat;
}

#content-btm-links-index {
	width: 350px;
	height: 30px;
	padding-left: 85px;
}

#content-btm-links {
	width: 350px;
	height: 30px;
	padding-left: 125px;
}

#actie {
	width: 250px;
	height: 250px;
	margin-top: 200px;
	margin-left: 25px;
	float:left;
}

#actie-logo {
	width: 460px;
	height: 75px;
	margin-top: 75px;
	margin-left: 25px;
	float:left;
}

#logo {
	width: 460px;
	height: 75px;
	margin-top: 525px;
	margin-left: 25px;
	float: left;
}

#logo1 {
	width: 460px;
	height: 75px;
	margin-top: 120px;
	margin-left: 25px;
	float: left;
}
#logo2 {
	width: 460px;
	height: 75px;
	margin-top: 249px;
	margin-left: 25px;
	float: left;
}
/***********************************************/
/* TEXT                                        */
/***********************************************/ 

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:18px;
/*	color: #0062ad; */
	color:#e65327;
	padding-bottom: 10px;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:18px;
	color: #0062ad;
	padding-bottom: 10px;
}

h3 {
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:18px;
	color: #0062ad;
	padding-bottom: 10px;
}

h4 {
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:14px;
	color: #0062ad; 
/*	color:#e65327; */
	padding-bottom: 10px;
}

.tabel_blue {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #0062ad;
	color: #FFFFFF;
	padding: 2px;
}

.tabel_light_blue {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
	padding: 2px;
}

.tabel_title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #e65327;
	color: #FFFFFF;
	padding: 2px;
}


/***********************************************/
/* LINK                                        */
/***********************************************/ 
a.link:link, a.link:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #e65327;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.link:hover {
	text-decoration: underline;
	color:#000000;
}

a.link-btm:link, a.link-btm:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #666666;
	text-decoration: none;
	font-size: 9px;
}

a.link-btm:hover {
	text-decoration: underline;
	color:#666666;
}

a.menu:link, a.menu:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-right: 8px;
}

a.menu:hover {
	text-decoration: underline;
	color:#FFFFFF;
	padding-right: 8px;	
}

a.menu-active:link, a.menu-active:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 8px;
}

a.menu-active:hover {
	text-decoration: underline;
	color:#FFFFFF;
	padding-right: 8px;	
}

a.nav1-link:link, a.nav1-link:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.nav1-link:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

a.nav1-link-active:link, a.nav1-link-active:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #e65327;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.nav1-link-active:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

a.nav1-link-index:link, a.nav1-link-index:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #e65327;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.nav1-link-index:hover {
	text-decoration: underline;
	color:#e65327;
}

ul {
	list-style-type: circle;
	list-style:outside;
	padding-left: 15px;
}

li {
	color: #e65327;
	font-weight: bold;
	padding-bottom: 5px;
}
