/* Stylesheet for Hoppinger CMS
(c) 2006-2008 Hoppinger.com */

@import url('menu.css');
@import url('sitemap.css');
@import url('ecards.css');

/* BEGIN General style (no classes, no selectors) */
    /* START copy this to html_editor.css */
 *, a
 {
	outline: none;
 }

	body {
        background-color: #fff;
        color: #000;
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-family: Arial, Verdana, sans-serif;
    }

    img {
        border : 0;
    }

    a:link, a:visited, a:active {
        color: #39b508; /*green*/
        text-decoration:underline;

    }

    a:hover {
        color: #ef6321; /*orange*/
        text-decoration:underline;
    }

    p {
        margin: 0px 0 8px 0;
        padding: 0px 0 8px 0;
		line-height: 20px;
		font-size: 12px;
    }
    /* END copy this to html_editor.css */

.hidden_row {
	display: none;
}

table {
	border-collapse: collapse;
}

td {
	text-align: left;
}


h1 { /* Page header */
    font-size: 16px;
}

h1.page_title { /* Page title extra */
	font-size: 28px;
	font-weight: bold;
	color: #e74f59;
	float: left;
	width: 590px;
	margin-top: -5px;
}

h1.page_title_view{
	float: left;
	font-size: 38px;
	color: #79827b;
	margin-top: -1px;
}

h2 { /* module header */
    font-size: 12px;
    margin: 10px 0 5px 0;
}

textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    color: #000;
}

input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    color: #000;
}

/* END General Style */

/* BEGIN Lay-out structures (specific tables, td's and divs ) */


td.top {
	padding: 20px;
    height:125px;
}
td.top_left {
    padding: 20px;
    height:125px;
	background-image: url('/images/top_image_left.jpg');
	background-repeat: no-repeat;
}
td.top {
	background-image: url('/images/top_image_right.jpg');
	background-repeat: no-repeat;
}

#adminPageHeader {
	border: 1px solid black;
	background-color: #BFBFBF;
	padding-left: 5px;
	width: 570px;
}

td.menu_container {
	width: 170px;
    vertical-align:top;
    border-right: 1px solid #bbb;
}


div.content {
	vertical-align: top;
	padding: 0 15px;
	text-align: left;
	font-size: 11px;
	width: 567px;
}

td.content {
	vertical-align: top;

}

#bottom {
    border-top: 1px solid #bbb;
}

#bottom, #bottom a {
    font-size:9px;
    color: #ccc;
    text-decoration:none;
    text-align:center;
    padding: 5px 0;
}

#login {
    margin:100px auto;
    border: 1px solid #bbb;
    padding: 10px;
    width: 500px;
    background-color:#fafafa;
}
/* END Lay-out structures */

.gototop { /* container for go-to-top line */
    padding: 8px 0;
    text-align:center;
}

/* BEGIN Hyperlink and Download area */
table.area {
	width: 100%;
	border: 1px solid #bbb;
    color:#000;
    background-color:#fafafa;
}

td.area-header {
	color: #fff;
	letter-spacing: 1px;
	background-color: #bbb;
	height: 16px;
	padding: 0 0 0 5px;
}

/* END Hyperlink and Download area */

/* BEGIN GroupManagement */
td.groupmanagement-header {
	background-color: #bbb;
	color: white;
	border: 1px solid #949494;
}

input.inputField {
	border: 1px solid #949494;
}
/* END GroupManagement */

/* BEGIN login */
td.error_message {
	color: red;
}
/* END login */



/* BEGIN moduleManager */
#textContentWrapper
{
	line-height: 20px;
}

.moduleLinkContent
{
	font-size: 12px;
	line-height: 20px;
	width: 500px;

}

.module_edit_div{
	float: right;
	margin-top: -17px;
	background-color: #e74f59;
}

.download_area_table
{
	width: 100%;
}

.download_area_header_cell
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.download_area_item_cell
{
	text-align: left;
	vertical-align: top;
}
/* END moduleManager */

.normalArticle{
	float: left;
	width: 570px;
	margin-bottom: 15px;
}

/* BEGIN Translation Manager */

.normalRow
{
	background-color: #fff;
}

.highlightedRow
{
	background-color: red;
}

.moveElement ul {
	margin: 0;
	padding: 0;
	margin-left: 18px;
	list-style: none;
}

.moveElement .currentNode > span {
	color: green;
	font-weight: bold;
}
.moveElement .currentNode > input {
	display: none;
	font-weight: bold;
}
.moveElement .inActive > span {
	color: blue;
	text-decoration: italic;
}

/* END Translation Manager */

#wrapper{
	margin: 0 auto;
	width: 960px;
}


/*** The top styles ***/
#topContainer{
	float: left;
	width: 960px;
	height: 144px;
}

.style_blue{
	/* The blue top */
	background-color: #627cb8;
	background-repeat: no-repeat;
}

.style_red{
	/* The red top */
	background-color: #e74f59;
	background-repeat: no-repeat;
}

.style_grey{
	/* The grey top */
	background-color: #e74f59;
	background-repeat: no-repeat;
}

.style_green{
	/* The green top */
	background-color: #e74f59;
	background-repeat: no-repeat;
}

#imageTop{
	float: left;
	width: 960px;
	height: 189px;
}

#imageTop img{
	float: right;
	border: 15px solid #afb0aa;
	width: 155px;
	height: 159px;
}

.imageTop_blue_nl{
	background-color: #627cb8;
}

.imageTop_blue_uk{
	background-color: #5f7cbe;
}

.imageTop_red_nl{
	background-color: #e74f59;
}

.imageTop_red_uk{
	background-color: #f05962;
}

.imageTop_grey_nl{
	background-color: #7b837d;
}

.imageTop_grey_uk{
	background-color: #747e7d;
}

.imageTop_green_nl{
	background-color: #a3c038;
}

.imageTop_green_uk{
	background-color: #98c34f;
}

/*** sidebar styles ***/
#sidebarContainer{
	float: left;
	width: 200px;
	padding-top: 8px;
}

.rssContainer{
	float: right;
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
}

.rssContainer a{
	color: #000;
	text-decoration: underline;
}

/* link styles */
#sidebarContainer ul{
	list-style: none;
	line-height: 160%;
	padding: 0 0 0 6px;
	margin: 0;
}

#sidebarContainer ul li a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

#sidebarLinks li span{
	display: block;
	width: 194px;
}

ul.sidebarLinks li{
	line-height: 50%;
}

/* Agendastyles */
#agendaList{
	float: left;
	background: #fff url('../images/agenda_bg.jpg') no-repeat;
	width: 195px;
	padding-left: 5px;
	padding-top: 50px;
	cursor: default;
}

#agendaList ul{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 220%;
	cursor: default;
}

#agendaList ul li{
	font-size: 13px;
	cursor: default;
}

.agendaDate{
	float: left;
	margin-top: 0px;
	padding-bottom: 3px;
	clear: both;
	font-weight: bold;
	color: #e74f59;
}

.agendaItemSpan{
	float: left;
	width: 150px;
	margin-top: 1px;
	padding-left: 5px;
}

#agendaList a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.agendaLinks{
	float: left;
	margin-top: 10px;
	width: 100%;
	text-align: right;
}

#agendaList .agendaLinks a{
	color: #000;
	text-decoration: underline;
}

#agendaList .agendaLinks a:hover{
	color: #e74f59;
}

#yearList{
	float: left;
	clear: both;
	width: 100%;
}

#yearList ul{
	float: left;
	margin-top: 10px;
	list-style: disc;
	line-height: 200%;
	padding: 0;
	margin-left: 20px;
}

#yearList ul li a, #yearList ul li a:visited{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#yearList ul li a:hover{
	color: #627cb8;
}

/*** The content styles ***/
.contentMiddle{
	float: left;
	width: 570px;
	min-height: 600px;
	padding-left:10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	line-height: 20px;
}

/* no color */
.content_ h1.page_title{
	padding: 10px 0;
}

/* red */
.content_red h1.page_title, .content_red a{
	color: #e74f59;
}


/* blue */
.content_blue h1.page_title, .content_blue a{
	color: #627cb8;
}

/* grey */
.content_grey h1.page_title, .content_grey a{
	color: #e74f59;
}

/* green */
.content_green h1.page_title, .content_green a{
	color: #a3c038;
}

*html .content_red h1.page_title{
	float: left;
	height: 60px;
	font-size: 58px;
	font-weight: normal;
	text-transform: capitalize;

}

*html .content_blue h1.page_title{
	float: left;
	height: 60px;
	font-size: 58px;
	font-weight: normal;
	text-transform: capitalize;

}

*html .content_grey h1.page_title{
	font-size: 58px;
	height: 40px;
	font-weight: normal;
	text-transform: capitalize;
}

*html .content_green h1.page_title{
	float: left;
	height: 60px;
	font-size: 58px;
	font-weight: normal;
	text-transform: capitalize;
}

/* videoarticle styles */
.videoArticle{
	float: left;
	width: 570px;
	margin-top: 25px;
}

.videoArticleTop{
	margin-top: -10px;

}

/* IE7 hack */
*:first-child+html .videoArticleTop{
	margin-top: 10px;
}

h1.videoArticleHeader{
	float: left;
	padding: 0;
	margin: -15px 0 0 0;
	width: 100%;
}

.videoArticleDescription a{
	font-weight: bold;
}

.infoCenter{
	float: left;
	width: 175px;
}

.videoPosition_right{
	padding: 5px 0 5px 15px;
}

.videoPosition_left{
	padding: 5px 15px 10px 0;
}

.albumLink{
	width: 396px;
	padding: 2px 0;
	background-color: #221e1f;
}

/* IE6 hack */
*html .albumLink{
	margin-top: 7px;
}

/* IE7 hack */
*:first-child+html .albumLink{
	margin-top: 7px;
}

.videoPosition_left .albumLink{
	text-align: right;
	padding-right: 4px;
}

.videoPosition_right .albumLink{
	text-align: left;
	padding-left: 4px;
}

.albumLink a{
	text-decoration: none;
}

.albumLink a:hover{
	text-decoration: underline;
}


/* imagegallery article styles */
.image_article_grey, .image_article_green{
	float: left;
	width: 560px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
}


.image_article_grey h1, .image_article_green h1 {
	/*float: left;*/
	width: 570px;
	margin-left: -14px;
	margin-top: -15px;
	padding: 0;
	font-size: 46px;
	font-family: arial;
	font-weight: bold;
	line-height: 63px;
	/*height: 63px;*/
	letter-spacing: 1px;
	color: #fff;
	clear:both;
}

h1.viewArticle_green, h1.viewArticle_grey {
	/*float: left;*/
	width: 570px;
	margin-left: -10px;
	margin-top: -16px;
	font-size: 46px;
	font-family: arial;
	font-weight: bold;
	line-height: 63px;
	/*height: 63px;*/
	padding: 0;
	letter-spacing: 1px;
	color: #fff;
	clear:both;
}

.image_article_grey{
	background-color: #d9dadb;
}

.image_article_grey a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.image_article_green{
	background-color: #afc651;
	color: #fff;
}

.image_article_green a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.galleryDescription {
	/*margin-top: -24px;*/
}

.videoArticleDescription{
	margin-top: 0;
}


.articleGallery{
	float: right;
	width: 250px;
	margin: 10px 0px 0px 15px;
}

.articleGallery_view {
	float: right;
	width: 250px;
	margin: -15px 0px 0px 15px;
}

/*IE7 */
*:first-child+html .galleryDescription{
	margin-top: 10px;
}

*:first-child+html .articleGallery{
	margin-top: 10px;
}

.articleGallery ul,.articleGallery_view ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.articleGallery ul li, .articleGallery_view ul li{
	float: left;
	display: block;
	width: 110px;
	margin: 0 10px 10px 0;
}

.articleGallery ul li img, .articleGallery_view ul li img{
	width: 110px;
	height: 60px;
	border: none;
}

/* Full Agenda style */
ul.fullAgenda{
	float: left;
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.fullAgenda li{
	float: left;
	display: block;
	font-size: 17px;
	text-transform: lowercase;
}

ul.fullAgenda li .date{
	color: #fff;
	font-size: 12px;
}
ul.fullAgenda li .itemTitle{
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}


ul.fullAgenda li.monthFirst{
	background-color: #88908a;
	width: 100px;
	height: 65px;
	text-align: center;
	padding-top: 35px;
	font-weight: bold;
	cursor: default;
}


ul.fullAgenda li.monthSecond{
	background-color: #1a171b;
	color: #fff;
	width: 100px;
	height: 65px;
	text-align: center;
	padding-top: 35px;
	font-weight: bold;
	cursor: default;
}

.month h1{
	color: #000;
	font-size: 25px;
	padding: 0;
	margin: 0;
}

.detailMonth{
	position: absolute;
	width: 240px;
	margin-left: 75px;
	margin-top: 10px;
	padding: 10px 0 10px 10px;
	background-color: #e74f59;
	display: none;
	text-align: left;
	cursor: default;
}


.detailMonth ul.month{
	list-style: none;
	padding: 0;
	margin-left: 0;
	text-align: left;
}

.detailMonth ul.month li{
	float: left;
	clear: both;
	margin-left: 10px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	line-height: 140%;
}

/* Photoalbum styles */
.photoBookContainer{
	position: absolute;
	height:470px;
	width: 660px;
}

/*Ie7 fix*/
*:first-child+html .photoBookContainer{
	position: relative;
	float: left;
	margin-top: -58px;
}

/*Ie6 fix*/
*html .albumManagement{
	position: relative;
	width: 100px;
	height: 20px;
}

#fbMenu{
	text-align: center;
	float: left;
	width: 590px;
}

#fbContents{
	float: left;
}


/* News archive styles */
ul.newsArchive{
	float: left;
	margin-top: -10px;
	list-style: disc;
	line-height: 200%;
	padding: 0;
	margin-left: 20px;
}

ul.newsArchive li a, ul.newsArchive li a:visited{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

ul.newsArchive li a:hover{
	color: #627cb8;
}

/*** The footer styles ***/
#footer{
	float: left;
	clear: both;
	width: 960px;
}

.clean_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ecard_overview {
	width: 300px;
}
.ecard_overview li {
	width: 150px;
	height: 110px;
	overflow: hidden;
	float: left;
	position: relative;
}
.ecard_overview li div {
	position: absolute;
	right: 2px;
	top: 2px;
	background-color: gray;
	border: 1px solid black;
	padding: 2px 2px 0px 2px; /* t r b l */
}

.normalPage #textContentWrapper .moduleLinkContent{
	margin-top: -10px;
}

/* photoalbum management styles */
#photoalbumManagement{
	float: left;
	clear: both;
}

#photoalbumManagement ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#photoalbumManagement ul li{
	float: left;
	display: block;
	width: 125px;
	margin-bottom: 10px;
}

/* Newsletter subscription form styles */
#newsletterSubContainer{
	float: left;
	background-color: #88908a;
	width: 530px;
	padding: 20px;
	color: #fff;

}

.subscription_textfield{
	width: 170px;
}

/* Google styles */
.searchBox{
	width: 190px;
}

.searchButton{
	border: 1px solid #000;
	margin: 10px 0;
	cursor: pointer;
}


a.archiveLink{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a.archiveLink:hover{
	color: #e74f59;
}

.tooltip{
	width: 170px;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	line-height: 20px;
	z-index: 90;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.tooltipTop{
	float: left;
	width: 100%;
	height: 22px;
	background: transparent url('../images/tooltipTop.png') no-repeat;
}

.tooltipTopUpwards{
	float: left;
	width: 100%;
	height: 18px;
	background: transparent url('../images/tooltipTopUpwards.png');
}

.tooltipContent, .tooltipContent_agenda{
	float: left;
	width: 150px;
	padding: 10px;
	background: transparent url('../images/tooltipContent.png') repeat-y;
	color: #627cb8;
	font-size: 12px;
	line-height: 180%;
}

.tooltipContent a{
	font-weight: bold;
	color: #627cb8;
	text-decoration: none;
}

.tooltipContent_agenda{
	color: #e74f59;
}

.tooltipBottom{
	float: left;
	width: 100%;
	height: 18px;
	background: transparent url('../images/tooltipBottom.png') no-repeat;
}

.tooltipBottomUpwards{
	float: left;
	width: 100%;
	height: 22px;
	background: transparent url('../images/tooltipBottomUpwards.png') no-repeat;
}

.infoCenterText, .infoCenterTextTimes{
	float: left;
	margin-top: -25px;
	clear: both;
	width: 100%;
}

.backgroundImageDiv{
	background-position: bottom right;
	background-repeat: no-repeat;
}

.infocenterParagraph{
	float: left;
	margin-top: -25px;
	clear: both;
}

/* IE6 */
*html .infocenterParagraph{
	margin-top: 0;
	width: 200px;
}

/* IE7 */
*:first-child+html .infocenterParagraph{
	margin-top: 0;
	width: 200px;
}

.databaseText{
	float: left;
	width: 200px;
	/*margin-left: 30px;*/
}

.inputFieldsLeft{
	float: left;
	width:400px;
}

.formLeft{
	float: left;
	width: 96px;
	text-align: right;
	padding-right: 4px;
}

.formleftBottom{
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

.socialStatus{
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	margin-left: 15px;
}

/*IE6*/
*html .inputFieldsLeft{
	line-height: 350%;
}

*html .formLeft{
	line-height: 170%;
}

*html .formleftBottom{
	line-height: 183%;
}

*html .socialStatus{
	line-height: 170%;
}

/* IE7 */
*:first-child+html .socialStatus{
	line-height: 190%;
}

*:first-child+html .formLeft{
	line-height: 183%;
}

*:first-child+html .formleftBottom{
	line-height: 200%;
}

*:first-child+html .formDescriptionBlock {
	display: none;
}

.linkAreaTitle_blue {
	margin-left: 6px;
	color: #627cb8;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
}
.linkAreaTitle_red {
	margin-left: 6px;
	color: #e74f59;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
}
.linkAreaTitle_green {
	margin-left: 6px;
	color: #9CC457;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
}
.linkAreaTitle_grey {
	margin-left: 6px;
	color: #AFB0AA;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
}

/** styles for infopage **/

.infoPageAnchors{
	float: left;
	width: 570px;
}

.infoPageAnchors ul{
	float: left;
	list-style: none;
	width: 180px;
	margin: 0;
	padding:0;
	line-height: 200%;
	padding-bottom: 15px;
}

.infoPageAnchors ul li a{
	color: #627cb8;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.infoPageAnchors ul li a:hover{
	text-decoration: underline;
}

.infoPageAnchors img{
	float: right;
	width: 350px;
}

.imageArticleContainer{
	float: left;
	margin-bottom: 25px;
	width: 570px;
}

.imageArticleContainer h2, .imageArticleContainer h2 a{
	color: #a3c038;
	font-size: 20px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.imageArticleContainer img{
	float: right;
	padding: 0 0 5px 5px;
	width: 380px;
}