body {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background-color: #c0a27d;
	background-image: url(../img/page_bg.gif);
	background-repeat: repeat;

	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.8;
	color: #000;
}

body#pisl {
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	background-image: none;
}

div#body {
	margin: auto;
	width: 1024px;

	background-color: #fff;
}


/* --- defaults --- */

div, p, h1, h2, h3, h4, ul, ol, li, img, form, table {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
}


a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.clearboth {
	clear: both;
	font-size: 1px;
}


/* --- header --- */

div#header {
	height: 298px;
	margin-bottom: 20px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
}

div#header div.inner {
	height: 226px;
	background-repeat: no-repeat;
	background-position: left top;
}

div#header div.inner a {
	display: block;
	height: 215px;
}
div#header div.inner a span {
	display: none;
}

div#header div.inner p {
	float: right;
	padding-right: 45px;

	font-size: 130%;
	color: #fff;
	text-transform: uppercase;
}




/* --- main & columns lay-out --- */

div#main {
	xxpadding-bottom: 100px;
}

div#main div#menu {
	float: left;
	width: 200px;
	overflow: hidden;
}

div#main div#content {
	float: left;
	width: 600px;
	overflow: hidden;
	height: 950px;
}

div#main2 {
	xxpadding-bottom: 100px;
}

div#main2 div#menu {
	float: left;
	width: 200px;
	overflow: hidden;
}


div#main2 div#content {
	float: left;
	width: 750px;
	overflow: hidden;
	height: 950px;
}


div#main div#right {
	float: left;
	width: 200px;
}
	
div#main div#info {
	float: left;
	width: 200px;
}


/* --- menu column --- */

div#menu ul {
	width: 200px;
	margin: 0px 0px 70px 20px;
	list-style-type: none;
}

div#menu ul#navigation li {
	margin-bottom: 12px;
	font-size: 150%;
	line-height: 1.2;
}

div#menu ul#navigation li a {
	color: #d13;
}

div#menu ul#navigation li a:hover {
	color: #d13;
}


div#menu ul#locations li {
	margin-bottom: 20px;
	background-image: url(../img/locations_item_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

	font-size: 120%;
	line-height: 1;
}
div#menu ul#locations li .inner {
	padding: 6px 10px 15px 10px;
	background-image: url(../img/locations_item_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#menu ul#locations li .inner a {
	margin: auto;
	color: #fff;
}

div#menu ul#locations li .inner a:hover {
	color: #e52;
	text-decoration: none;
}



/* --- content column  --- */

div#content h1 {
	margin-bottom: 10px;
	padding: 0px 30px 0px 0px;
	color: #d13;
	font-size: 250%;
	line-height: 1.2;
	font-weight: normal;
}

div#content .usercontent {
	padding: 0px 30px 0px 0px;
	text-align: left;
}


/* style for subs */

div#content h2 {
	color: #d13;
	font-size: 200%;
        font-weight: normal;
}

div#content h3 {
	color: #d13;
	font-size: 100%;
        font-weight: bold;
}

div#content p span.continue {
	font-style: italic;
	white-space: nowrap;
}
div#content p span.continue a {
	color: #d13;
}
div#content p span.continue a:hover {
	color: #d13;
}




/* --- unused? --- */

div#content ul.paginate {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#content ul.paginate li {
	display: inline;
}
div#content ul.paginate li a {
	color: #000;
}
div#content ul.paginate li a:hover {
	color: #000;
}
div#content ul.paginate li.active a {
	color: #000;
}

div#content img.fixed-image {
	float: right;
	margin: 0px 10px 10px 10px;
}





/* --- info column --- */

div#info ul#actions {
	list-style-type: none;
}

div#info ul#actions li {
	margin-bottom: 8px;
	padding-top: 20px;
	background-image: url(../img/news_uneven_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#info ul#actions li .inner {
	padding: 6px 50px 45px 18px;
	background-image: url(../img/news_uneven_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#info ul#actions li.even {
	background-image: url(../img/news_uneven_bg_top.gif);
}
div#info ul#actions li.even .inner {
	background-image: url(../img/news_uneven_bg_bottom.gif);
}



div#info ul#actions li h2 {
	margin-bottom: 8px;
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}

div#info ul#actions li p {
	margin-bottom: 4px;
	font-size: 80%;
	line-height: 1.2;
}
div#info ul#actions li p span.infodatum {
	font-weight: bold;
}

div#info ul#actions li p.continue {
	font-style: italic;
}
div#info ul#actions li p.continue a {
	color: #d13;
}
div#info ul#actions li.even p.continue a {
	color: #752 !important;
}





/* --- right colomn --- */
div#right h2 {
	margin-bottom: 10px;
	padding: 0px 30px 0px 0px;
	color: #d13;
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

div#right .usercontent {
	padding: 0px 30px 0px 0px;
	text-align: left;
}
	




/* --- footer --- */

div#footer {
	padding: 70px 75px 30px 20px;
}

div#footer p {
	color: #d13;
	font-size: 190%;
}
div#footer p span.location {
	padding-left: 10px;
	color: #000;
}

div#footer img {
	float: right;
	padding: 4px 0px 0px 0px;
}




/* --- style for user content --- */


.usercontent h2 {
        margin: 2px 0px 2px 0px;
        font-size: 100%;
        font-weight: bold;
        clear: both;
}

.usercontent h3,
.usercontent h4 {
        margin: 2px 0px 2px 0px;
        font-size: 100%;
        font-weight: normal !important;
        font-style: italic;
        color: #000;
        clear: both;
}

.usercontent p {
	margin: 0px 0px 10px 0px;
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}

.usercontent ul,
.usercontent ol {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
	clear: both;
	padding-left: 20px;
}
.usercontent ol {
        padding: 0px 0px 0px 10px;
}


.usercontent ul li,
.usercontent ol li {
        margin: 5px 0px 5px 30px;
        padding: 0px;
}


.usercontent blockquote {
        margin: 15px 0px 10px 0px;
	padding: 10px 40px 20px 12px;
        border: 1px dashed #e52;
	font-size: 100%;
	clear: both;
}

.usercontent table {
        margin: 0px 0px 10px 0px;
        clear: both;
}

.usercontent a {
	color: #d13;
	text-decoration: none;
}
.usercontent a:hover {
	color: #000;
	text-decoration: underline;
}
.usercontent img.left {
	float: left;
	margin: 5px 10px 0px 0px;
	padding: 0px;
}
.usercontent img.center {
	margin: 5px 5px 0px 5px;
	padding: 0px;
}
.usercontent img.right {
	float: right;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}







/* cms menu */

div#menu ul.cmsmenu {
	padding: 10px 0px 0px 0px;
}

div#menu ul#cms_navigation li {
	margin-bottom: 12px;
	font-size: 150%;
	line-height: 1.2;
}

div#menu ul#cms_navigation li a {
	color: #d13;
}

div#menu ul#cms_navigation li a:hover {
	color: #d13;
}

/* cms table elements */

.cmscontent table {
        width: 100%;
        font-size: 100%;
        text-align: left;
        margin: 0px 0px 40px 0px;
        padding: 0px;
        border-collapse: seperate;
        border-spacing: 2px;
}
.cmscontent table caption {
        color: #999;
        text-align: center;
        font-weight: bold;
        padding: 0px;
}
.cmscontent table th {
        font-weight: bold;
        border-bottom: 2px solid #e52;
        padding: 5px 2px 2px 0px;
}
.cmscontent table td {
        vertical-align: top;
        border-bottom: 1px dashed #e52;
        padding: 2px 5px 2px 0px;
}
.cmscontent table td.number {
        text-align: right;
}

/* nieuwsbrief */

h1.nws {
	margin-top: 30px;
}

h2.nws {
	font-size: 200% !important;
	font-weight: normal !important;
	color: #e83cae;
}

a.nws {
	color: #8a682e;
	text-decoration: underline;
}

h3.nws,
h3.nws a {
	color: #000;
	font-weight: bold !important;
	font-style: normal;
}

.date {
	text-align: right;
}
p.nws {
	margin-top: 30px;
}

ul.nws {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	list-style-type: none;
}
ul.nws li {
	padding: 0px;
	margin: 0px;
}
ul.nws li a {
	font-style: normal;
	font-size: 120%;
}

#tosendform {
	font-weight: bold;
}

.paragraphimage {
	float: right;
	margin: 4px 0px 8px 8px;
}

/* form left-right styles */

form.left-right dl {
	clear: both;
}

form.left-right ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

form.left-right dl dt {
	clear: left;
	float: left;
	width: 200px;
	margin-top: 5px;
}

form.left-right dl dd {
	float: left;
	margin: 5px 0px 0px 0px;
}

form.left-right dl.horizontal dd ul li {
	float: left;
}


/* form top-down styles */

form.top-down dl {
	clear: both;
}

form.top-down ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

form.top-down dl dt {
	margin-top: 5px;
	font-size: 100%;
	font-weight: bold;
}

form.top-down dl dd {
	margin: 0px;
}

form.top-down dl.horizontal dd ul li {
	float: left;
}

form.top-down input.type_text {
	width: 300px;
}
form.top-down input.type_file {
	width: 300px;
}
form.top-down textarea {
	width: 300px;
	height: 100px;
}

form.top-down textarea#in_content_id {
	height: 250px;
}

form.top-down input.type_checkbox {
	vertical-align: bottom;
}

form.top-down input,
form.top-down textarea,
form.top-down select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

form.top-down input#in_login_id,
form.top-down input#in_passwd_id {
	width: 200px;
}


div.helpinfo {
	z-index: 2;
	position: absolute;
	display: none;
	width: 220px;
	font-size: 90%;
	font-weight: normal;
	color: #000;
	background-color: #c0a27d;
	padding: 3px 4px 4px 6px;
	border: 1px solid #000;
}
