/*
Colorscheme is:

Donkerrood: #9C0000
Achtergrond: #CBCBBD (#B2B2A5 slightly darker)
Lichte letters: #7D7D74
?#6F6F68
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)

*/

/***************************/
/* small Add-ons by EG: */
/***************************/

/* Twitter neu 20100531 */

h2.sidebar-title {
	border-top: solid 1px;
	text-transform: uppercase;
	font-size: 1.11em;
}

#twitter_div {
	border-bottom: solid 1px #B2B2A5;
	margin-top:10px;
}
 
#twitter_div ul li {
	border-top: dotted 1px #FFF;
	list-style-type: none;
	margin-left: -30px;
	padding: 4px 0px;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #000 !important;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter-link {
	border-top: solid 1px #B2B2A5;
	margin-top: 10px;
	padding: 4px 0px;
}

#twitter_div p {
	text-align: right;
}

/* make twitter-timestamp invisible 20100531 */


#twitter_div ul li span {
	display: inline;
}
 
#twitter_div ul li span a {
	display: inline;
}
 
#twitter_div ul li a {
	display: none;
}


/* ENDE Twitter neu 20100531 */


/* OLD TWITTER widget

a.twtr-hyperlink {
	color: #000 !important;
}

.twtr-tweet-wrap {
margin-left: -7px;
}

.twtr-tweet-text {
font-family: Calibri, Trebuchet MS,Helvetica,Arial,Sans-serif;
font-size: 11px;
color: #7D7D74;
margin-left: -30px;
}

.twtr-ft {  
display: none;
}

.twtr-hd {  
display: none;
}


.creditfooter {  
display: none;
}

.smallText {
font-family: Calibri, Trebuchet MS,Helvetica,Arial,Sans-serif;
font-size: 11px;
color: #7D7D74;
}

#containerMain .news-item-list a {
text-decoration: none;
border-bottom: 0px;
}

*/


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

* { 
	margin: 0;
	padding: 0;
}

html {
	font-family: Cambria,Georgia,Garamond,Times New Roman,Serif;
	font-size: 100.01%;
}
body { 
	color: #000;
	font-size: 13px;	/* % sizes gives different results in Safari/Mac, therefore back to px */
	line-height: 1.5em;
	background: #CBCBBD;
} 

/* Afwijkende fonts */
#today,
#quote,
#nav,
#contentRight,
#footer,
.news-list-date,
.news-single-date {
	font-family: Calibri, Trebuchet MS,Helvetica,Arial,Sans-serif;
	color: #7D7D74;
}
h1, h2, h3, h4, h5 {
	font-family: Calibri, Trebuchet MS,Helvetica,Arial,Sans-serif;
}

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

a {
	cursor: hand;	/* for IE6 to show hand-cursor at all occasions */
}
#contentTop a,
#containerMain a {
	color: #000; 
	text-decoration: underline; 
}
:focus {
	outline: 0;
}
#contentTop a:visited,
#containerMain a:visited {
	color: #7D7D74;
}
#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;
}



/******************/
/* delicious links on blog-page */
/******************/

.delicious-banner {border-bottom: 1px dotted #EDEBF1;}
.delicious-posts {}
_.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0}
.delicious-post { border-bottom: 1px dotted #EDEBF1; padding: 0.25em; font-size: 85% }
_.delicious-odd { background-color: #f8f8f8 }
.delicious-banner a { font-size: 85% }
.delicious-posts a:hover { text-decoration: underline }
_.delicious-posts a { text-decoration: none; color: #a15426; display: block; padding: 0.3em }
.delicious-post a { color: #04a1ff }



/******************/
/* Headers, plain */
/******************/
h1, h2, h3, h4, h5 { 
	margin: 0 0 .8em 0px;  
	font-size: 1.11em;
	font-weight: bold;
}
h1 {
	text-transform: uppercase;
}
h2 {}
h3 {}
h4 {}
h5 {}
h1.csc-firstHeader, h2.csc-firstHeader, 
h3.csc-firstHeader, h4.csc-firstHeader, 
h5.csc-firstHeader {
	margin-top: 0px; 
}

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a { 
	color: #000; 
	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-r .csc-textpic-caption { 
display:none
}


.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: 0px; 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 */
/*****************/


_form {
	border: solid 1px #ADBFD0;
	padding: 5px;
	_background-color: #E8F0DB;
}

label {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin-left: 100px;
	font-size:11px; 
	line-height:16px;
	}

input {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #7F92B5;
	border-bottom: 1px solid #7F92B5;
	border-left: 1px solid #BFBFBF;
	padding:2px;
	background-color: #fff;
	font-size:11px; 
	line-height:1em;
	} 
	
input:hover {
	background-color: #FF8B00;
}

textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	background-color:#E99300; 
	margin: 10px;
	border-top: 3px solid #BFBFBF;
	border-right: 1px solid #7F92B5;
	border-bottom: 3px dotted #7F92B5;
	border-left: 1px solid #BFBFBF;
	font-size:11px;
	}

select {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	border-top: 1px solid #7F92B5;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-left: 1px solid #7F92B5;
	background-color: #fff;
	font-size:11px;
	}
	

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

fieldset {
	border:0px;
}
.csc-mailform-field {
	margin: 5px 0;
	clear:both;
}
.csc-mailform-field label { 
	float:left;
	text-align:right;
	margin-right: 5%;
	width:30%;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select,
.csc-mailform-radio fieldset {
	_width:50%;
	background-color:#fff;
}
input.csc-mailform-submit,
input.csc-mailform-check,
.csc-mailform-radio input {
	width:auto;
}
input.csc-mailform-submit {
        _margin-left: 35% !important;/* see label width + margin*/
}
.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 { 
margin-left:-220px;
width: 800px;
}
}

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-nowrap div.csc-textpic-imagewrap {
	width: 200px !important;	/* Not strictly necessary since CSC sets with to 200px max. */
	margin: .3em 0 0 -220px;
	display: inline;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagerow {
	float:right;
	text-align:right;
	margin-bottom: 5px;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:none;
}

/*Modify margins for right-aligning within left-column */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap { margin-right: 0px !important; }
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image { margin-right: 0px; margin-left: 5px; }
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }


/***********************************************
/* 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  */
/********************/

#container {
	width: 840px;
	margin: 0 auto;
	padding: 10px 0;
}

#today {}

#header {
	position: relative;
}
#topImage {
	width: 620px;
	height: 200px;
	overflow: hidden;
}
#topImageRightLink,  /* pre-loading the hover-image */
a#topImageRightLink:hover div#topImageRight {
	background: url('../i/topimageright-mouseover.gif') !important;
}
#topImageRight {
	position: absolute;
	top: 0;
	left: 640px;
	width: 200px;
	height: 200px;
	background-position: -620px 0;
	background-repeat: no-repeat;
	cursor: hand;	/* IE 6&7 won't show the hand-cursor on the link */
}
#quote {
	position: absolute;
	top: 4px;
	left: 4px;
	color: #FFF;
	font-size: 1.11em;
	font-weight: bold;
	text-transform: uppercase;
}
#logo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	text-align: center;
}
#logo img {
	behavior:url("fileadmin/pacifico/template/js/iepngfix.htc");	/* Add alpha transparency for IE6 */
}
#contentTop {
	font-size: 1.55em;
	line-height: 1.2em;
	clear: both;
	width: 400px;
	margin: 0 220px 2.5em;
	padding-top: .2em;
	/* border-top: 1px solid; */
}

#contentTop h1, #contentTop h2, #contentTop h3, #contentTop h4, #contentTop h5 {
	font-family: Cambria,Georgia,Garamond,Times New Roman,Serif;
	margin: 0;
}

#containerMain {
	float: left;
	width: 100%;
	_width: 100.1%;		/* IE6: floating colums won't fit, unless this .1% extra space */
	margin-bottom: 25px;
	position: relative;
}
#contentMain {
	padding: 0 20px 0 220px;	/* Must be padding, margin messes up in IE6 */
	width: 400px;
	float: left;
}
#contentWide {
	margin-left: -220px;
	width: 620px;
	float: left;
}
#contentRight {
	position: relative;
	float: left;
	width: 200px;
}
#footer {
	clear: both;
	width: 100%;
	background: url("../i/nav-schraffur-8.png") repeat-x;
	padding-top: 12px;
	font-size: .88em;
}


#contentMain .cBox h1 {
	margin-top: -1.3em;
	margin-left: -120px;
	border-bottom: 1px solid #6F6F68;
}
#contentWide .cBox h1 {
	margin-left: 0;
}
#contentMain .leftTag {
	display: block;
	position: absolute;
	right: 640px;
	width: 200px;
	text-align: right;
	color: #9C0000;
	font-weight: bold;
	margin-top: -1.5em;
	#margin-top: 0;	/* Compensation: IE puts this line at the same height, FF and Safari 1 line lower */
}
#contentWide .leftTag {
	right: 860px;
}

#contentRight h1 {
	border-top: 1px solid;
	clear: both;
}

#footer a {
	color: #7D7D74;
	text-decoration: none; 
}
#footer a:hover {
	color: #FFF;
}
#footerText {
	background: #CBCBBD url("../i/nav-schraffur-8.png") bottom repeat-x;
	padding-bottom: 12px;
	position: relative;
}
#footerText p {
	background: #CBCBBD;
}
#footerLinks {
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
}	


/*******************/
/*   Splash page   */
/*******************/

#dividerBar {
	margin: 8px 0;
	background: url("../i/nav-schraffur-8.png") repeat-x;
	padding-top: 12px;
}	
#splashContainer {
	width: 640px;
	float: left;
	_border-right: 200px solid #7D7D74;
	margin-bottom: 10px;
	position: relative;
	font: 12px/1.2em Calibri, Trebuchet MS,Helvetica,Arial,Sans-serif;
}

#splashMain {
	margin: 0 20px 0 0;	/* Must be padding, margin messes up in IE6 */
	width: 620px;
	float: left;
	background-position: top;
	background-repeat: no-repeat;
	height: 425px;
}

#splashLink,  /* pre-loading the hover-image */
a#splashLink:hover div#splashTopImageRight {
	background: url('../i/topimageright-mouseover.gif') !important;
}

#splashTopImageRight {
	position: absolute;
	top: -228px;
	left: 640px;
	width: 200px;
	height: 200px;
	background-position: -620px 0;
	background-repeat: no-repeat;
	cursor: hand;	/* IE 6&7 won't show the hand-cursor on the link */
}


#splashRight {
	position: relative;
	float: right;
	width: 200px;
	display: inline-block;
	margin-right: -200px;
	padding-left: 0px;	/* for IE6/7 to get position right */
}

#splashRight h1 {
	color: #9C0000;
	font-size: 1em;
	margin-bottom: -5px;
	padding: .8em 0 .1em 0;
}

#splashRight h3 {
	color: #fff;
	font-size: 12px;
	margin: .1em 0;
}

#splashRight .news-latest-item {
	margin: 1em 0 .1em 0;
	border-top: 1px solid #CBCBBD;
}

#splashRight p {
	color: #000;
}


#splashContainer a {
	text-decoration: none;
	color: #7D7D74;
}

__#splashContainer a:hover {
	text-decoration: underline;
	color: orange;
}

#splashRight .news-latest-item {
	padding-bottom: 0.2em;
}

_#splashRight:hover {
	background: url('../i/nav-schraffur-flaeche_01.png') !important;
}


/******************/
/*   Navigation   */
/******************/

#nav {
	margin: .5em 0 6em;
	background: url("../i/nav-schraffur-8.png") repeat-x;
	padding-top: 12px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
#nav ul {
	list-style-type: none;
	background: #CBCBBD;
	width: 100%;
	height: 1.4em;	/* float:left strangely hides navExtra in IE6, therefor setting height instead */
	padding: 0;
}
#nav li {
	float: left;
	margin-right: 3em;
	padding: 0;
}
#nav a {
	color: #000;
	text-decoration: none; 
}
#navExtra a,
#nav ul ul a {
	color: #7D7D74;
}
#nav a.active,
#nav a.current {
	color: #9C0000;
}
#nav a:hover {
	color: #F55500;
}
#navMain {
	position: relative;
	background: #CBCBBD url("../i/nav-schraffur-8.png") bottom repeat-x;
	padding-bottom: 12px;
	float: left;
	width: 100%;
}
#nav ul ul {
	position: absolute;
	top: 2.8em;
	left: 0;
}
#nav ul ul  ul{
	top: 1.8em;
}
#nav .subNavTitle {
	background: #7D7D74 url("../i/pacificografik_v4_pfeil.png") right center no-repeat;
	color: #FFF;
	padding: 0 12px 0 2px;
}
#nav .subNavTitle a {
	color: #FFF;
}
#nav li li {
	margin-right: 1.2em;
}
#nav #navExtra {
	position: absolute;
	top: 0;
	left: 640px;
	width: 200px;
	zoom: 1;
}
#navExtra li {
	margin-right: 1.2em;
}

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

#news-list-container-blog a {
	_background: #7D7D74;
	_color: #000; 
	text-decoration: none; 
}

#news-list-container-blog span {
	text-decoration: underline; 
}


#news-list-container-blog a:hover {
	background: url('../i/nav-schraffur-flaeche_01.png');
	_background: #7D7D74;
	_color: #000; 
	text-decoration: none; 
}

#splashRight .news-latest-item:hover,
#contentRight .news-list-item:hover,
#contentRight .portfolio-list-item:hover {
	background: url('../i/nav-schraffur-flaeche_01.png');
}

#contentRight h1 a:hover {
	background: url('../i/nav-schraffur-flaeche_01.png');
	margin-bottom: 0px;
}

#contentRight h3 {
	margin-bottom: 0px;
}

#contentRight a {
	text-decoration: none;
}

#contentMain .news-list-container,
#contentMain .news-single-container {
	margin-left: -220px;
}

#contentWide .news-list-container,
#contentWide .news-single-container {
	margin-left: 0;
}

.news-list-container .tx-ttnewsyoutube {
	padding-top: 18px;
}


.news-list-item,
.news-single-item,
.portfolio-list-item {
	clear: both;
	border-top: 1px solid;
	float: left;
	margin-bottom: 1em;
}

.news-list-left a,
.news-list-left img {
	display:block;
	clear: both;
}

#container .news-list-left a:hover {
	background: none;
}

.news-list-main img,
.news-single-main img {
	padding: 1.4em 5px 5px 0;
	float: left;
}

#contentMain .news-list-subheader,
#contentMain .news-single-subheader {
	padding: 1em 0;
	font-weight: bold;
}

.news-list-content {
	margin-top: -1px;
	border-top: 1px solid;
	padding: 1em 0;
}

.news-list-date,
.news-single-date {
	margin-bottom: 1em;
	float: left;
	clear: both;
}

#contentRight .news-list-item,
#contentRight .portfolio-list-item {
	width: 200px;
}

#contentRight .news-list-left {
	color: #444;
}

#contentRight .news-list-date {
	display: none;
}

.contentTop h2 {
	display: inline;
}

.news-single-img img { 
	float: left; #
	margin-bottom: 4px; 
}


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

#contentMain .portfolio-single-item {
	margin-left: -220px;
	border-top: 1px solid #6F6F68;
	clear: both;
	margin-bottom: 1em;
}
#contentWide .portfolio-single-item {
	margin-left: 0;
}

#container .portfolio-list-item a {
	text-decoration: none;
}

#contentMain .news-list-item,
#contentMain .news-single-item,
#contentMain .portfolio-list-item {
	width: 620px;
}

#contentMain .portfolio-single-left,
#contentMain .news-list-left, 
#contentMain .news-single-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;
}

#contentMain .news-list-main,
#contentMain .news-single-main {
	float: left;
	width: 400px;
}

#contentMain .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;
}

.portfolio-single-right h2 {
	margin: 0 0 .2em;
	color: #000;
}

.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;
}

.portfolio-categories {
	clear:both;
}
#container .portfolio-single-right .portfolio-categories a {
color: #FFF;}


#contentMain .portfolio-single-main .news-single-imgcaption {
	height: 10px;  /* eigentlich fuer image-caption im portfolio, aber im moment keine typo dort, daher nur als abstand zwischen portfolio-bilder definiert. */
}

/*************/
/* 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; 
}
*/

