
/*
Colorscheme is:

Donkerrood: #9C0000
Achtergrond: #CBCBBD
Lichte letters: #7D7D74
Groen: #A9B807
Oranje: #F55500

Background Color 1: #EDEBF1;	(Background 1)
Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
Background Color 2: #F5FFAA;	(Background 2)
Background Color 3: #D1D2E4;	(Background 2)

*/



/***************************/
/* General element styles: */
/***************************/

* { 
	margin: 0;
	padding: 0;
	zbackground-color: transparent;
}

html {
	font-family: Trebuchet MS,Helvetica,Arial,Sans-serif;
	font-size: 100.01%;
	height: 100%;
}
body { 
	color: #000;
	font-size: 11.5px;	/* % sizes gives different results in Safari/Mac, therefore back to px */
	line-height: 1.5em;
	background: #1C4550;
	height: 100%;
} 

/* Afwijkende fonts */

/* .cBox is div box around content elements, for unified formatting */
.cBox {
	margin: 0 0 1em;
}

a {
	cursor: hand;	/* for IE6 to show hand-cursor at all occasions */
	color: #000; 
	text-decoration: underline; 
}
:focus {
	outline: 0;
}
#contentTop a:visited,
#containerMain a:visited {
	color: #AAB;
}
#contentTop a:hover,
#containerMain a:hover { 
	background: #7D7D74;
	color: #000; 
}
img {
	vertical-align: middle;
}
a img {
	border:0;
}
input, textarea, option { 
	padding-left: 2px;
}
textarea { 
	font-size: 100%;
}
table {
	border-collapse: collapse;
}
td { 
	vertical-align: top; 
}
pre { 
	font-family: monospace; 
}
strong {
	font-weight: bold;
}


/******************/
/* Headers, plain */
/******************/

@font-face {
	font-family: "RadisSans-medium";
	src: url("/fileadmin/templates/fonts/RadisSans-medium.eot"); /* IE */
	src: local("RadisSans-medium"), url(/fileadmin/templates/fonts/RadisSans-medium.ttf) format("opentype"); /* non-IE */
}
h1, h2, h3, h4, h5 { 
	font-family: RadisSans-medium, Trebuchet MS, Verdana, Helvetica, Arial, Sans-serif;
	margin: .4em 0 .5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h1 {
	ztext-transform: lowercase;
}
h2 {}
h3 {}
h4 {}
h5 {}
h1.csc-firstHeader, h2.csc-firstHeader, 
h3.csc-firstHeader, h4.csc-firstHeader, 
h5.csc-firstHeader {
	margin-top: 0; 
}

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a { 
	color: inherit; 
	text-decoration: none; 
}

h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, 
h5 a:hover { 
	text-decoration: underline; 
}

/* Header date */
p.csc-header-date { 
	font-size: 90%; 
	color: #186900; 
}

/* Subheader, general */
p.csc-subheader { 
	font-style: italic; 
	background-color: #EDEBF1; 
}

/* Subheader, specific */
p.csc-subheader-0 { 
	font-style: normal; 
}
p.csc-subheader-1 { 
	color: #186900; 
}
p.csc-subheader-2 { 
	color: #10007B;
}
p.csc-subheader-3 { 
	color: #8A0020;
}



/*******************/
/* RTE / Bodytext: */
/*******************/
p { }
p a { 
	font-weight: bold; 
}
.indent {
	margin-left:50px;
}

/* RTE / Bulletlists */
ul { 
	padding-left: 30px; 
}
ol {	 
	padding-left: 30px; 
}

li { 
	padding-top: 2px;
}

/* RTE / Table styling */

table.contenttable { 
	border: 1px #333 solid; 
	margin: 10px 0px; 
	width: 100%;
	border-collapse:separate;
        border-spacing:1px; 
}
table.contenttable tr td, table.contenttable tr th { 
	padding: 1px 3px;
	background-color: #EDEBF1;
}
table.contenttable tr td p { }
table.contenttable tr {  }



/**********/
/* Images */
/**********/

/* Images / Captions */
.csc-textpic-caption { 
	font-size: 90%; 
}
/**********/
/* Images, Version 3.9.0 */
/**********/
/* Images / Tables / Floating text */
table.imgtext-table { 
	border: 0px;
}

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
table.imgtext-nowrap {
	border: 0px;
}
table.imgtext-nowrap h1, table.imgtext-nowrap h2, 
table.imgtext-nowrap h3, table.imgtext-nowrap h4, 
table.imgtext-nowrap h5 {
	margin-top: 0px; 
}



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
ul.csc-bulletlist li {}

/* Bulletlists, specifically */
ul.csc-bulletlist-0 { }
ul.csc-bulletlist-1 { 
	color: #186900; 
	list-style-type : decimal; 
}
ul.csc-bulletlist-2 { 
	color: #10007B; 
	list-style-position : inside;
}
ul.csc-bulletlist-3 { 
	color: #8A0020; 
	list-style-image: url(img/red_arrow_bullet.gif); 
}



/*********************/
/* Tables, generally */
/*********************/
table.contenttable p { }

/* Tables, specifically */
table.contenttable-0 p { }

table.contenttable-1 p { 
	color: #186900; 
}
table.contenttable-1 tr.tr-0 td p { 
	font-weight: bold; 
}
table.contenttable-1 tr.tr-0 td { 
	background-color: #D1D2E4;
}

table.contenttable-2 p { 
	color: #10007B; 
}
table.contenttable-2 tr td.td-0 { 
	background-color: #F5FFAA;
}
table.contenttable-2 tr td.td-0 p { 
	font-weight: bold; 
}

table.contenttable-3 p { 
	color: #8A0020; 
}
table.contenttable-3 tr td.td-0, 
table.contenttable-3 tr.tr-0 td { 
	background-color: #D1D2E4;
}
table.contenttable-3 tr td.td-0 p, 
table.contenttable-3 tr.tr-0 td p { 
	font-weight: bold; 
}



/************************/
/* Filelinks, generally */
/************************/
table.csc-uploads { 
	border: 0px; 
}
table.csc-uploads tr td p { }
table.csc-uploads tr.tr-even td { 
	background-color: #EDEBF1; 
}
table.csc-uploads tr.tr-odd td { 
	background-color: #D8D7DC; 
}
table.csc-uploads tr td.csc-uploads-icon { 
	padding: 0 6px;  
	width: 1%; 
	text-align: center; 
	vertical-align: middle; 
}
table.csc-uploads tr td.csc-uploads-fileName { 
	width: 80%; 
	padding-left: 5px; 
}
table.csc-uploads tr td.csc-uploads-fileName p a { 
	font-weight: bold; 
}
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description { 
	font-style: italic; 
}
table.csc-uploads tr td.csc-uploads-fileSize { 
	white-space: nowrap; 
	padding: 0 6px; 
}

/* Filelinks, specifically */
table.csc-uploads-1 { 
	border-color: #186900; 
}
table.csc-uploads-2 { 
	border-color: #10007B;
}
table.csc-uploads-3 { 
	border-color: #8A0020; 
}
table.csc-uploads-3 tr td { 
	vertical-align: middle; 
}
table.csc-uploads-3 tr.tr-even td.csc-uploads-icon img { 
	border: 2px solid #333333; 
	}
table.csc-uploads-3 tr.tr-odd td.csc-uploads-icon img { 
	border: 2px solid #333333; 
}


/*****************/
/* Various Forms, Version 3.9.0 */
/*****************/

/* Email, Login and Search forms generally: */
form table tr td { padding-left: 5px; padding-right: 20px; }
form table tr td.csc-form-labelcell, form table tr td.csc-form-commentcell { background-color: #D8D7DC; }
form table tr td.csc-form-fieldcell { background-color: #EDEBF1; }
form table tr td.csc-form-fieldcell input, form table tr td.csc-form-fieldcell select, form table tr td.csc-form-fieldcell textarea { border: 1px solid #333333; }
form table tr td.csc-form-labelcell p.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
form table.csc-mailform tr td.csc-form-labelcell  { }

/* Search form, specifically */
form table.csc-searchform { width: 100%; }
form table.csc-searchform tr td { padding: 5px 5px 5px 5px; }
form table.csc-searchform tr td.csc-form-labelcell, form table.csc-searchform tr td.csc-form-commentcell { font-weight: bold; }
form table.csc-searchform tr td.csc-form-fieldcell input, form table.csc-searchform tr td.csc-form-fieldcell select { width: 100%; }

/* Login form, specifically */
form table.csc-loginform { width: 70%; }

/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */

fieldset {
	border:0px;
}
.csc-mailform-field {
	margin: 8px 0;
	clear:both;
}
.csc-mailform-field label { 
	float:left;
	text-align:right;
	margin-right: 2%;
	width:22%;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select,
.csc-mailform-radio fieldset {
	width:50%;
	background-color:#fff;
	border: 1px solid #8aa;
	padding: 1px 2px;
	color: #333;
}
input.csc-mailform-submit,
input.csc-mailform-check,
.csc-mailform-radio input {
	width:auto;
}
input.csc-mailform-submit {
	margin-left: 24% !important;/* see label width + margin*/
	padding: 0 5px 0 2px;
	background: #EEEEEE;
}
.csc-mailform-radio legend {
	display:none;
}

.csc-mailform-radio fieldset input {
	float:none;
}
.csc-mailform-radio fieldset label {
        text-align:left;
        float:none;
        width:auto;
        margin: 0;
}

.csc-loginform {
	padding: 5px;
	background-color: #EDEBF1;
}
.csc-loginform-field {
	margin: 5px 0;
}
.csc-loginform-field label { 
	float:left;
	text-align:right;
	margin-right: 5%;
	width:30%;
}
.csc-loginform-field input {
	width:50%;
	background-color:#fff;
}
input.csc-loginform-submit {
	width:auto;
	margin-left: 35% !important;/* see label width + margin*/
}



/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
table.csc-searchResultInfo {  
	margin-top: 10px; 
	width: 100%;
}
table.csc-searchResultInfo tr { 
	background-color: #EDEBF1; 
}
table.csc-searchResultInfo tr td p { 
	padding: 0px 5px 0px 5px;
}
table.csc-searchResultInfo tr td.csc-searchResultRange p { 
	font-weight: bold; 
}
table.csc-searchResultInfo tr td.csc-searchResultPrevNext { 
	text-align: right; 
}

/* Search Result, header + abstract: */
h3.csc-searchResultHeader a { 
	color: #186900; 
}
h3.csc-searchResultHeader { 
	background-color: #EDEBF1; 
	font-size: 14px; 
	padding-left: 5px; 
}
p.csc-searchResult { 
	font-style: italic; 
	margin-left: 20px;
}

/* Search word markup */
span.csc-sword { 
	font-weight: bold; 
	color: red; 
}


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
div.csc-menu { 
	margin-left: 10px; 
}
div.csc-menu p { 
	font-weight: bold;
	margin: 1px 0px 0px 0px; 
	padding: 2px 2px 2px 10px; 
	background-color: #EDEBF1; 
}
div.csc-menu p a { 
	color: #000000; 
	text-decoration: none; 
}
div.csc-menu p a:hover { 
	color: #660000; 
	text-decoration: underline; 
}
div.csc-menu p.csc-section { 
	font-weight: normal; 
	margin-left: 20px; 
	font-style: italic; 
}

/* Menu / Sitemap, "Menu of these pages" */
div.csc-menu-def p {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
div.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
div.csc-menu-2 { }
div.csc-menu-2 p.csc-sitemap { }
div.csc-menu-2 p.csc-sitemap-level1 { 
	margin-left: 20px; 
}
div.csc-menu-2 p.csc-sitemap-level2 { 
	margin-left: 40px; 
}
div.csc-menu-2 p.csc-sitemap-level3 { 
	margin-left: 60px; 
}
div.csc-menu-2 p.csc-sitemap-level4 { 
	margin-left: 80px; 
}
div.csc-menu-2 p.csc-sitemap-level1 a { 
	color: #000000; 
}
div.csc-menu-2 p.csc-sitemap-level2 a { 
	color: #186900; 
}
div.csc-menu-2 p.csc-sitemap-level3 a { 
	color: #10007B; 
}
div.csc-menu-2 p.csc-sitemap-level4 a { 
	color: #8A0020; 
}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
div.csc-menu-3 { }
div.csc-menu-3 p.csc-section { 
	margin-left: 0px; 
}
div.csc-menu-3 p.csc-section a { 
	color: #186900; 
}

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
div.csc-menu-4 { }
div.csc-menu-4 p { 
	margin-top: 2px; 
}
div.csc-menu-4 p.csc-abstract { 
	font-weight: normal; 
	font-style: italic; 
	margin-top: 0px; 
	padding: 0px 2px 2px 20px; 
}

/* Menu / Sitemap, "Recently updated pages" */
div.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
div.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
div.csc-menu-7 { }
div.csc-menu-7 p { 
	font-weight: bold; 
}
div.csc-menu-7 p.csc-section a { 
	color: #186900; 
}

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
p.csc-linkToTop { 
	text-align: right; 
}
p.csc-linkToTop a { 
	font-weight: bold; 
}

div.csc-frame { 
	border: 0px; 
}
div.csc-frame-invisible {}
div.csc-frame-rulerBefore { 
	border-top: 1px solid #333333; 
	margin: 20px 0 10px 0;
}
div.csc-frame-rulerAfter { 
	border-bottom: 1px solid #333333; 
	margin: 10px 0 20px 0;
}
div.csc-frame-indent { 
	padding-left: 100px; 
}
div.csc-frame-indent3366 { 
	padding-left: 33%; 
}
div.csc-frame-indent6633 { 
	padding-right: 33%; 
}
div.csc-frame-frame1 { 
	background-color: #EDEBF1; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #333; 
	margin-bottom: 20px;
}
div.csc-frame-frame2 { 
	background-color: #F5FFAA; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #333; 
	margin-bottom: 20px;
}

div.csc-frame-frame1 h1, 
div.csc-frame-frame1 h2, 
div.csc-frame-frame1 h3, 
div.csc-frame-frame1 h4, 
div.csc-frame-frame1 h5 { 
	margin-top: 2px; 
}
div.csc-frame-frame2 h1, 
div.csc-frame-frame2 h2, 
div.csc-frame-frame2 h3, 
div.csc-frame-frame2 h4, 
div.csc-frame-frame2 h5 {
	margin-top: 2px; 
}


/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
img.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; }

/* Default styles for the Admin Panel */
table.typo3-adminPanel { 
	border: 1px solid black; 
	background-color: #F6F2E6; 
}
table.typo3-adminPanel tr.typo3-adminPanel-hRow td { 
	background-color: #9BA1A8; 
}
table.typo3-adminPanel tr.typo3-adminPanel-itemHRow td { 
	background-color: #ABBBB4; 
}
table.typo3-adminPanel table, table.typo3-adminPanel td { 
	border: 0px; 
}
table.typo3-adminPanel td font { 
	font-family: verdana; font-size: 10px; color: black; 
}
table.typo3-adminPanel td a font { 
	font-family: verdana; 
	font-size: 10px; 
	color: black; 
}
table.typo3-editPanel { 
	border: 1px solid black; 
	background-color: #F6F2E6; 
}
table.typo3-editPanel td { 
	border: 0px; 
}

/******************************************/
/* default styles for extension "tx_felogin_pi1" */
/******************************************/
.tx-felogin-pi1 label { display: block; }

/**********************************************/
/* default styles for extension "tx_cssstyledcontent" */
/**********************************************/

/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
div.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
div.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img { border: 2px solid black; padding: 0px 0px; }

div.csc-textpic-imagewrap { padding: 0; }

div.csc-textpic img { border: none; }

/* DIV: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul { list-style: none; margin: 0; padding: 0; }
div.csc-textpic div.csc-textpic-imagewrap ul li { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image { float: left; }
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt { float: none; }
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd { float: none; }
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img { border: none; } /* FE-Editing Icons */
dl.csc-textpic-image { margin: 0; }
dl.csc-textpic-image dt { margin: 0; display: inline; }
dl.csc-textpic-image dd { margin: 0; }

/* Clearer */
div.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image { display: inline; /* IE fix for double-margin bug */ margin-right: 5px; }

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image { display: inline; /* IE fix for double-margin bug */ margin-left: 5px; }

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image { display: inline; /* IE fix for double-margin bug */ margin-left: 5px; }
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img { margin: 0; }

/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
div.csc-textpic-equalheight div.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
div.csc-textpic div.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap { margin-right: 5px !important; }
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap { margin-left: 5px !important; }

/* Positioning of images: */

/* Above */
div.csc-textpic-above div.csc-textpic-text { clear: both; }

/* Center (above or below) */
div.csc-textpic-center { text-align: center; /* IE-hack */ }
div.csc-textpic-center div.csc-textpic-imagewrap { margin: 0 auto; }
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
div.csc-textpic-center div.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap { float: right; }
div.csc-textpic-right div.csc-textpic-text { clear: right; }

/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap { float: left; }
div.csc-textpic-left div.csc-textpic-text { clear: left; }

/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap { float: left; clear: both;}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

div.csc-textpic div.csc-textpic-imagerow-last { margin-bottom: 0; }

/*************************************/
/* CSC-textpic modifications for this site */
/*************************************/

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	zmargin-top: .2em;
}
/* Align imageblock with top of text - maybe not necessary for all textpic positions? */
div.csc-textpic-imagewrap { padding-top: .2em; }

/***********************************************
/* Class 'clearfix' for clearing floats  */
/* http://positioniseverything.net/easyclearing.html  */
/**********************************************/

.clearfix:after { /* this is the fix for modern CSS 2.1 browsers, adding clearer tags purely through CSS */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* this one is for IE Mac, which will be corrected below */

/* And below is first the fix for IE-Win (using the Tan Hack '* html')
    and then the correction for all browsers except IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*********************/
/*  Specific overrides  */
/********************/

#spacer {
	height: 20px;
	width: 100%;
}
#spacer180 #spacer {
	height: 180px;
}

#container {
	position: relative;
	float: left;
	width: 730px;
	margin: 0 0 20px 20px;
	-moz-box-shadow: 3px 5px 30px #000;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 3px 5px 30px #000;
	-webkit-border-radius: 10px;
	zpadding: 1px;
}
#spacer180 #container {
	margin-top: -160px;
}

.headerImg {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	zbackground: url('/fileadmin/templates/img/bluepalm.jpg');
}
#logo {
	position: absolute;
	top: 16px;
	left: 18px;
}
#logo a {
	color: #FFF;
	text-decoration: none;
	font-size: 4em;
	font-weight: bold;
}
#logo img {
	/* only for IE6 */
	behavior:url(/iepngfix.htc);
	_width: 251px;
	_height: 63px;
}
#mainContainer {
	position: relative;
	font-size: 1.4em;
	line-height: 1.2em;
	background: #D0E5D1;
	float: left;
	width: 100%;
}
#mainContainer h1,
#mainContainer h2,
#mainContainer h3,
#mainContainer h4 {
	color: #9E252B;
}

.main1column {
	padding: 20px 20px 10px;
}

.floatBox {
	position: relative;
	float: left;
	width: 230px;
	margin: 0 0 20px 20px;
	-moz-box-shadow: 3px 5px 30px #000;
	-webkit-box-shadow: 3px 5px 30px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.floatText {
	padding: 10px;
	width: 210px;
	background: #D0E5D1;
	float: left;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.floatText h1,
.floatText h2,
.floatText h3,
.floatText h4 {
	color: #E07111;
}



#footer {
	clear: both;
	color: #D0E5D1;
	background: #527476;
	padding: 4px 20px 6px;
	font-size: .93em;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

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



/* ******** Horizontal navigation ********** */

#hnavbg {
	position: absolute;
	width: 100%;
	zfont: bold 15px Arial, Helvetica, sans-serif;
	height: 1.65em;
	bottom: 0;
	background: #FFF;
	zmargin-top: -1px;
	border-top: 1px solid #CCC;
	filter:alpha (opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	-khtml-opacity: 0.5;
}
#hnav {
	position: absolute;
	width: 100%;
	left: 0;
	top: -1.7em;
	height: 1.7em;
	zline-height: 1.8em;
	font: bold 15px/1.7em Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	z-index: 1;
}
#hnav ul {
	position: absolute;
	bottom: 0;
	list-style-type: none;
	white-space: nowrap;    /* keep text on one line */
	margin: 0 10px;
	padding: 0;
zdisplay: table;
zborder-collapse:collapse;
	list-style: none;
	#zdisplay:inline-block;  /* for IE6&7 */
	_width:1px;             /* IE6 will expand to fit menu width */
}  

#hnav li {
	position: relative;
	display: table-cell;
	#display: inline;	/* for IE */
}
#hnav a {
	text-decoration: none;
	color: #1C4550;
	padding: 0 .5em;
	display: block;
	#display: inline-block;	/* for IE only */ 
}

#hnav a:link,
#hnav a:visited {
}

#hnav a:active {
	background: #FFF;
}
#hnav a.active {
	zbackground: #FFF;
	color: #000;
}
#hnav ul a,
#hnav ul a:visited {
}


#hnav ul ul {
	zposition: absolute;
	top: 1.8em;
	#left: 0;
	min-width: 8em;
	padding: 0;
	margin: 0;
	_width: 8em;
	display: none;
	text-align: left;
	zwhite-space: normal;
	filter:alpha (opacity=90);
	opacity: .90;
	-moz-opacity: .90;
	-khtml-opacity: 0.9;
}
#hnav ul ul li {
	background: #FFF;
	display: block;
	width: 100%;
	padding: 0;
	-moz-box-shadow: 3px 5px 8px #000;
	-webkit-box-shadow: 3px 5px 8px #000;
}

#hnav ul ul ul {
	top: 0;
	left: 8em;
}

#hnav ul li:hover ul {
	display: block;
}
#hnav ul li:hover a {
	background: #FFF;
}
#hnav ul li:hover li a:hover {
	background: #CCC;
}

/*******************/
/* tt_news styling */
/*******************/

.portfolio-single-item {
	margin-left: -220px;
	border-top: 1px solid #6F6F68;
	clear: both;
}
.news-list-container {
	margin-left: -220px;
}
#container .news-list-container a {
	text-decoration: none;
}
.news-list-item {
	clear: both;
	border-top: 1px solid;
	float: left;
	width: 620px;
}
.portfolio-single-left,
.news-list-left {
	float: left;
	width: 200px;
	padding: 1em 20px 0 0;
	color: #000;
}
.portfolio-single-subheader,
.portfolio-single-produkttyp,
.portfolio-single-period {
	color: #7D7D74;
}
.portfolio-single-left h3,
.news-list-left h3 {
	margin: 0 0 .2em;
}
.news-list-main {
	float: left;
	width: 400px;
}
.portfolio-single-main {
	float: left;
	width: 400px;
	padding: 1em 0;
}
.portfolio-single-main p {
	clear: both;
}
.portfolio-single-right {
	position: relative;	/* for IE6/7 to display border-top */
	border-top: 1px solid #7D7D74;
	padding-top: 1em;
	margin-top: -1.55em;	/* reset padding #contentRight */
}
.portfolio-single-right h2 {
	margin: 0 0 .2em;
}
.portfolio-random-item {
	/* margin: 0 0 1em; ** margin already set in cBox */
}
#container .portfolio-single-right a {
	color: #7D7D74;
}
#container .portfolio-single-right a:hover {
	color: #000;
}
.news-list-main img {
	padding: 1.1em 0;
	float: left;
}
.news-list-subheader {
	padding: 1em 0;
	font-weight: bold;
}
.news-list-content {
	margin-top: -1px;
	border-top: 1px solid;
	padding: 1em 0;
}
.news-list-date {
	padding-bottom: 1em;
	float: left;
	clear: both;
}
#container .news-latest-item a {
	text-decoration: none;
}

.contentTop h2 {
	display: inline;
}
.portfolio-images-0,
.portfolio-images-1,
.portfolio-images-2,
.portfolio-images-3 { margin-bottom: 5px; }
.portfolio-images-0 { width: 400px; margin-top: 5px;}
.portfolio-images-1 { float: left; }
.portfolio-images-2 { float: left; margin-left: 5px; }
.portfolio-images-3 { float: left; margin-left: 5px; }

.portfolio-categories {
	clear:both;
}
/*************/
/* Debugging */
/*************/
/*
h1, h2, h3, h4, h5, p, 
ul, ol, li, blockquote, pre{ 
	border: 1px dotted #999999;
}
td table { 
	border: 1px dotted #000099;
}
div { 
	border: 1px dotted #990000;
}
img.spacer-gif { 
	border: 1px solid black; 
}
*/

