/* >>> ALGEMEEN
/* ------------------------------------------------------------------------------------------*/

* {
	margin: 0px; 
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #2E2D2D;
	background-color: #f5f5ee;
	height: 100%;
}

img {
	border: 0px none #FFFFFF;
}

html {
	height: 100%;
}

#main { /* id voor CMS */
	display: none;
}

li {
	margin-left: 15px;
	line-height: 18px;
}

ul {
	margin-bottom: 8px;
}

ul ul {
	margin-bottom: 0px;
}

p {
	margin-bottom: 8px;
}

.ishidden {
	border: 1px solid #CC0000;
	padding: 5px;
}

.toolbar {
	background-color: #F3F2ED;
	margin-bottom: 20px;
	padding: 8px;
}

/* >>> IMAGES IN CMS                                                                  */
/* -----------------------------------------------------------------------------------*/

.image_left_of_text{
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	border: 1px solid #BFBFBF;
	padding: 4px;
}

.image_right_of_text{
	float:right;
	margin-left:6px;
	margin-bottom:6px;
	border: 1px solid #BFBFBF;
	padding: 4px;
}

.image_top_of_text {
	margin-bottom: 10px;
}

.image_left_outline {
	padding: 4px;
	margin-right: 6px;
	border: 1px solid #BFBFBF;
}

.image_right_outline {
	padding: 4px;
	margin-left: 6px;
	border: 1px solid #BFBFBF;
}

/* >>> ERROR IN CMS                                                                   
/* -----------------------------------------------------------------------------------*/

.error ul {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.error {
	padding: 10px;
	border: 1px solid #CB1229;
	color: #CB1229;
	background-color: #FDEAEC;
}

/* >>> STUFF VOOR POSITIONING & speciallekes voor sticky footer & HUPSA's
/* ------------------------------------------------------------------------------------------*/

.clearer {
	clear: both;
	height: 80px;
}

#wrapper {
	width: 770px;
	text-align: left;
	min-height: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imgs/sidebar_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	z-index: 2;
}

* html #wrapper {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	padding: 0px;
	height: 100%;
}

#header {
	background-color: #FFFFFF;
	height: 110px;
	width: 770px;
}

#content-wrapper {
	float: left;
	width: 770px;
}

#divider {
	height: 40px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: left top;
}

#hupsaleft {
	float: left;
	height: 40px;
	width: 49%;
	position: absolute;
	left: 0px;
	top: 110px;
	z-index: 1;
}

#hupsaright {
	float: right;
	height: 40px;
	width: 49%;
	position: absolute;
	top: 110px;
	right: 0px;
	z-index: 1;
}

/* >>> HEADER
/* ------------------------------------------------------------------------------------------*/

#logo {
	float: left;
	height: 110px;
	width: 240px;
}

#login {
	float: right;
	height: 60px;
	width: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#login_titel {
	font-size: 12px;
	color: #A6A499;
	width: 250px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A499;
	text-align: left;

}

#login_velden {
	width: 250px;
	text-align: left;
	font-size: 12px;
	color: #A6A499;
}

#login_velden a,#login_velden a:visited, #login_velden a:active  {
	color: #69675C;
	text-decoration: none;
}

#login_velden a:hover  {
	color: #69675C;
	text-decoration: underline;
}

.login_veld{
	width: 102px;
	font-size: 12px;
	margin-right: 5px;
	text-align: left;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #A6A499;
	color: #878576;
}

.login_knop{
	width: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A6A499;
	height: 21px;
	text-align: center;
	border: 1px solid #A6A499;
}

#nav {
	float: left;
	height: 40px;
	width: 520px;
	text-align: right;
	padding-left: 0px;
}

#nav a {
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
	margin-top: 16px;
	margin-right: 1px;
	text-align: center;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	font-weight: bold;
}

/* >>> DIVIDER - taal en subnav
/* ------------------------------------------------------------------------------------------*/

#lang {
	float: left;
	height: 16px;
	width: 176px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding: 12px;
	font-weight: bold;
}

#lang a, #lang a:hover, #lang a:active, #lang a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 

#subnav {
	float: right;
	height: 28px;
	width: 498px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 60px;
	letter-spacing: 1px;
}

#subnav a.current, #subnav a.current:visited, #subnav a.current:active  {
	font-weight: bold;
}

#subnav a, #subnav a:visited, #subnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}

/* >>> CONTENT & SECTIONS
/* ------------------------------------------------------------------------------------------*/

#content {
	float: right;
	width: 530px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
}

.kolom_l {
	width: 260px;
	float: left;
	clear: left;
}

.kolom_r {
	width: 260px;
	float: right;
	clear: right;
}

.section_title {
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DED2;
	text-transform: uppercase;
	color: #353535;
	letter-spacing: 1px;
}

.section_body {
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
	text-align: justify;
	color: #5F5F5F;
	margin-bottom: 20px;
}

.section_body a:link, .section_body a:active, .section_body a:visited {
	text-decoration: none;
	color: #296dc0;
}

.section_body a:hover {
	text-decoration: underline;
}

.flash {
	margin-bottom: 20px;
}

.flashline {
	margin-top: 2px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
}

/* >>> KRUIMELPAD
/* ------------------------------------------------------------------------------------------*/

#breadcrumb {
	float: right;
	width: 530px;
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 20px;
}

#breadcrumb a {
	text-decoration: none;
	color: #535353;
}

#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {
	text-decoration: underline;
}

/* >>> FOOTER
/* ------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	width: 750px;
	height: 70px;
	margin-top: -70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 3;
	padding-right: 20px;
}

#footerLeft {
	width: 150px;
	float: left;
	height: 58px;
	background-image: url(imgs/footer_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #8F8D81;
}

#footerLeft strong {
	color: #615F56;
}

#footerRight {
	float: right;
	width: 510px;
	height: 40px;
	background-color: #F3F2ED;
	font-size: 11px;
	color: #6B695F;
	background-image: url(imgs/footer_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footerRight a, #footerRight a:visited, #footerRight a:active, #footerRight a:hover  {
	text-decoration: none;
	color: #504D3A;
}

#footerLine {
	height: 4px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #62BD19;
	margin-right: -10px;
	margin-left: -10px;
}

#pimlogo {
	background-image: url(imgs/PIMlogo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 67px;
	float: right;
}

#pimlogo:hover {
	background-position: -67px;
}

/* >>> SIDEBAR = kredieten + titel
/* ------------------------------------------------------------------------------------------*/

#sidebar {
	width: 200px;
	float: left;
}

#kredietentitel {
	background-image: url(imgs/kredietentitel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 140px;
	color: #656254;
	font-size: 14px;
	text-transform: lowercase;
	text-align: center;
	padding-left: 60px;
	padding-top: 8px;
	font-weight: bold;
}

#kredietenmenu {
	background-image: url(imgs/kredietenmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
}

a.level_0 {
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #6f6e68;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

a.level_1 {
	font-size: 12px;
	color: #9B998C;
	padding-left: 14px;
	display: block;
	text-decoration: none;
	background-image: url(imgs/kredietenbullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 4px;
	font-weight: bold;
	letter-spacing: 1px;
}

#kredietenmenu a:hover {
	color: #6f6e68;
}

#kredietenmenu a.current {
	color: #6f6e68;
}

/* >>> CSS voor inline bewerken
/* ------------------------------------------------------------------------------------------*/

.page_buttons, .edit_content, .edit_para {
	background-color: #F3F2ED;
	padding: 10px;
	margin-bottom: 10px;
}

/* >>> schatterpagina
/* ------------------------------------------------------------------------------------------*/

.schatterstabel th {
	font-weight: bold;
}

.schatterstabel td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEDE8;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* >>> schatterpagina
/* ------------------------------------------------------------------------------------------*/

.samenwerking input, .samenwerking textarea, .suggesties select, .suggesties input, .suggesties textarea, .suggesties select {
	border: 1px solid #C3C3C3;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	width: 250px;
}

.samenwerking textarea, .suggesties textarea {
	height: 80px;
}

.samenwerking input.postcode {
	width: 80px;
}

.samenwerking input.gemeente {
	width: 161px;
}

.required {
	background-image: url(imgs/required.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.formknop {
	margin-left: 153px;
	padding: 5px;
}

/* >>> KLEUREN PER PAGINA
	   navigatie is vaste kleur
	   divider en stijlelementen wijzigen via id in body-tag
       green - dblue - orange - red - dgreen - blue
/* ------------------------------------------------------------------------------------------*/

/* DIVIDER COLOR */
#green #divider {
	background-color: #62BD19;
	background-image: url(imgs/divider_green.gif);
}

#dblue #divider {
	background-color: #296DC0;
	background-image: url(imgs/divider_dblue.gif);
}

#orange #divider {
	background-color: #FF7300;
	background-image: url(imgs/divider_orange.gif);
}

#red #divider {
	background-color: #E1210D;
	background-image: url(imgs/divider_red.gif);
}

#dgreen #divider {
	background-color: #009100;
	background-image: url(imgs/divider_dgreen.gif);
}

#blue #divider {
	background-color: #6ebce0;
	background-image: url(imgs/divider_blue.gif);
}

#grey #divider {
	background-color: #969483;
	background-image: url(imgs/divider_grey.gif);
}

/* KLEUR VAN NAVIGATIETABS, HUPSA right en FLASHLINE */
.green, #green #hupsaright, #green .flashline, #green #footerLine {
	background-color: #62BD19;
}
.dblue, #dblue #hupsaright, #dblue .flashline, #dblue #footerLine {
	background-color: #296dc0;
}
.orange, #orange #hupsaright, #orange .flashline, #orange #footerLine {
	background-color: #ff7300;
}
.red, #red #hupsaright, #red .flashline, #red #footerLine {
	background-color: #e1210d;
}
.dgreen, #dgreen #hupsaright, #dgreen .flashline, #dgreen #footerLine {
	background-color: #009100;
}

.blue, #blue #hupsaright, #blue .flashline, #blue #footerLine {
	background-color: #6ebce0;
}

.grey, #grey #hupsaright, #grey .flashline, #grey #footerLine {
	background-color: #969483;
}

/* WELKE NAVIGATIETAB MOET HOGER? */
#green .green, #blue .blue, #orange .orange, #red .red, #dgreen .dgreen, #dblue .dblue {
	height: 19px;
}

/* KLEUR VAN HUPSA left WIJZIGEN (=donkerder dan hupsa right) */

#green #hupsaleft {
	background-color: #48A312;
}

#dblue #hupsaleft {
	background-color: #1D53A2;
}

#orange #hupsaleft {
	background-color: #E55900;
}

#red #hupsaleft {
	background-color: #C71709;
}

#dgreen #hupsaleft {
	background-color: #007700;
}

#blue #hupsaleft {
	background-color: #54A2C2;
}

#grey #hupsaleft {
	background-color: #7C7A65;
}
