
/*--------------- core -----------------*/

#more,
#more:visited,
#more:hover   {
	display			: block;
	color			: #dd1718;
	text-decoration	: none;
	padding-top		: 5px;
	padding-bottom	: 10px;
}

#more:hover {
	text-decoration	: underline;
	
}


#goback,
#goback:hover,
#goback:visited {
	display			: block;
	color			: #989a97;
	margin-top		: 5px;
	margin-bottom	: 15px;
}

#goback:hover {
	text-decoration: underline;
}

#goback img {
	vertical-align	: middle;
	margin-right	: 5px;
	border			: none;
}

label {
   	display: -moz-inline-box;
    display: inline-block;
    width:  80px;
}


.application {
	list-style-image: url('/ariadne/images/icons/pfile.gif');
}

.text {
	list-style-image: url('/ariadne/images/icons/ppage.gif');
}
#formclass .formclass {
	margin-top: 10px;
}

#formclass fieldset {
	margin-top		: 10px;
	padding: 10px;
	border: 1px solid #cecece;
	line-height: 1.4em;
}

#formclass fieldset.submit {
	margin-top:15px;
	text-align: right;
}


#formclass fieldset.marginTop {
	margin-top: 15px;
}

#formclass floatright {
	float: right;
}

#formclass legend {
	color: #606060;
	margin-bottom: 10px;
	padding: 2px;
}

#formclass label {
	display: -moz-inline-box;
	display: inline-block;
	width: 20%;
	padding: 2px;
	vertical-align: middle;
}

#formclass label.obligatory {
	font-weight: bold;
}

#formclass label.captcha {
	width: 30%;
}

#formclass .pfTopFiller {
	margin-top: 15px;
}

#formclass .formelement {
	border: 1px solid black;
	padding: 2px;
	margin-top: 5px;
	width: 70%;
	background-color: #F0F0F0;
}


#formclass .pftextarea {
	width: 100%;
	height: 150px;
}

#formclass .pfHidden {
	background-color: red;
	color: white;
}

#formclass .pfcheckbox {
	width: 20px;
	margin-left: 1px;
	border: none;
	background-color: transparent;
}

#formclass .pfselect {
	width   : 71%;
	height	: 25px;
}

#formclass .pfcheckbox {
	vertical-align: middle;
	border: none;
	background-color: transparent;
}

#formclass .checkboxLabel {
	width: 80%;
}

#formclass .textboxLabel {
	width: 100%;
}

.pfelse {
	display: none;
}

/* message styles */

#formclass .error {
	color: red;
	font-size: 1.3em;
	margin-top: 40px;
}

#formclass .formOkMsg,
#formclass .formNotOkMsg {
	margin-top: 40px;
}


/*
	.formLabelError is used to error-style those form fields which can't be styled directly. For now this is only
						 the checkbox
	.formError		 is used for all other fields
*/

#formclass .sayRequired {
	margin-top: 5px;
}


#formclass #errormessage {
/*	float: left;*/
	color: red;
	font-weight: bold;
	display: none;
}

#formclass .formError {
	background-color: red;
	color: white;
}

#formclass .formLabelError {
	border-bottom: 1px solid red;
}

#formclass  #captcha {
	width: 130px;
	height: 40px;
}

#formclass .captchaElement {
	width: 100px;
}

#formclass .searchAlign {
	border: 1px solid black;
	padding: 2px;
	width: 70%;
	background-color: #F0F0F0;
}
/*--------------- menu -----------------*/

#section {
	float			: left;
	width			: 100%;
	height		    : 100%;
	background-color: black;
}

#section li {
	display		    : block;
	height		    : inherit;
/*	width			: 100px; */
	float			: left;
}

#section li a {
	display		    : block;
	height		    : 30px;
/*	width			: 110px; */
	text-align		: center;
	line-height		: 30px;
	color			: white;
	text-decoration	: none;
	font-size		: 14px;
	font-weight		: bold;
    padding-left    : 15px;
    padding-right   : 15px;
}

#section a:hover {
	background-color	: #e64338;
	color			    : white;
}

#section .selected {
	background-color : #e64338;
	color			 : white;
}
#menu a {
	color: #E64338;
}

#menu.notEmpty {
	border-top			: 1px solid #808080;	
	margin-bottom		: 20px;
}

#menu { /* level1 */
	display			    : block;
	width				: 200px;
	background-color	: #e9e9e9;
	font-weight			: bold;
}

#menu li ul li a,		/* level 2 */
#menu li a				/* level 1 */
	{
	display		        : block;
    line-height		    : 20px;
    height              : 100%;     /* IE6 !! */
	text-decoration 	: none;
	padding-left	    : 5px;
	border-bottom	    : 1px solid #808080;
    color               : black;
}

#menu li ul li a:hover,
#menu li a:hover,
#menu li.selected a:hover {
	background-color	: #e9e9e9;
	color			    : #E64338;
}


#menu li ul li a {	 	/* level 2 */
	padding-left	    : 15px;
}

#menu li ul li ul li a { /* level 3 */
    padding-left        : 30px;
}

#menu li ul li ul li ul li a {
    padding-left        : 45px;
}

/* level 2 */
#menu li ul {
	display		        : none;
}

#menu li.selected ul {
	display		        : block;
}

/* level 3 */
#menu li.selected ul li ul {
	display		        : none;
}

#menu li.selected ul li.selected ul {
	display		        : block;
}

/* -------------------------------------------- */

#menu li ul li.hit ul a,
#menu li.selected ul li.selected ul a {
	background-color	: white;
	color			    : #E64338;
	font-weight		    : bold;
}


#menu li.hit ul li a,
#menu li.selected a {
	background-color	: white;
	color			    : #E64338;
	font-weight		    : bold;
}

#menu li.selected ul li.selected ul li.hit a,
#menu li.hit a {
	background-color	: white;
	color				: #E64338;
	font-weight		    : bold;
}


#metamenu {
	height	: 24px;
}

#metamenu li {
	display		    : block;
	height		    : inherit;
	float			: left;
}

#metamenu li a {
	display		    : block;
	height		    : 30px;
	text-align		: center;
	line-height		: 24px;
	color			: white;
	text-decoration	: none;
	font-weight		: bold;
	font-variant: small-caps;
    padding-left    : 5px;
    padding-right   : 5px;
}

#metamenu li a:hover {
	background-color	: #a9bbd5;
	color			    : black;
}

#metamenu .selected {
	background-color : #a9bbd5;
	color			 : black;
}

/*--------------- googlemap -----------------*/


/*--------------- filebase -----------------*/

#filebase {
    clear: both;
}

#filebase table {
	width: 550px;
	margin-right: 15px;
}


#filebase thead {
    background-color    : #CECECE;
}

#filebase table thead th {
    border-right        : 1px dotted white;
    padding             : 2px;
    vertical-align      : middle;
    height              : 24px;
	overflow			: hidden;	
}

#filebase thead th.size {
	text-align: right;
}

#filebase thead th.time {
	text-align: right;
}

#filebase thead th.type {
	text-align: center;
}

#filebase thead th.icon {
	text-align: center;
}



#filebase tbody td {
    padding             : 2px;
    vertical-align      : middle;
    height              : 24px;
    border-right        : 1px dotted #CECECE;
	overflow			: hidden;
}

#filebase tbody td.name {
	line-height: 1.4em;
}

#filebase tbody td.icon {
    width               : 20px;
}

#filebase tbody td.type {
    width               : 80px;
    white-space         : nowrap;
    text-align			: center;
}

#filebase tbody td.size {
	white-space: nowrap;
	text-align: right;
}

#filebase tbody td.time {
    width               : 140px;
    border-right        : none;
    white-space         : nowrap;    
    text-align			: right;
}

/*--------------- forms -----------------*/

/*--------------- agenda -----------------*/

#agenda .summaryData,
#agenda h1 {
	width: 470px;
}

#agenda .pageData {
/*	position: absolute; */
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 470px;
}

#agenda .pageData .newsitem {
	margin-bottom: 15px;
	margin-right: 150px;
}

#agenda .pageData .newsitem .date {
	font-weight: bold;
	line-height: 1.3em;
}

#agenda .pageData .newsitem h2 {
	margin: 0px;
	font-size: 15px;
	color: #CC0000;
	line-height: 1.3em;	
}

#agenda .pageData .newsitem .summary {
	line-height: 1.3em;	
}

#agenda .pageData .newsitem .symbol {
	float: right;
	margin-left: 20px;
}


#agenda .nav {
	position: absolute;
	top: 0px;
	right: 5px;
	bottom: 0px;
	width: 180px;
	background-color: #efefef;
	padding: 10px;
}

#agenda .nav .vandaag {
	line-height: 1.3em;
	margin-bottom: 10px;
}

#agenda .nav .vandaag a {
	font-weight: bold;
}

#agenda .nav h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#agenda .nav ul.archive li {
	margin-bottom: 5px;
}



#agendatable {
	width: 100%;
}

#agendatable td {
	padding: 5px;
	margin-bottom: 10px;
}

#agendatable td img {
	margin: 0px;
}


#agendatable .odd td {
	background-color: #f0f0f0;
}

#agendatable .agendaItem td .date {
	width: 100px;
}


#agendatable h2 {
	margin: 0px;
	font-size: 1.2em;
}

#agendatable h2 a {
	margin-bottom: 5px;
	color: #303030;
}

#agendatable .date {
	vertical-align: top;
	width: 100px;
}

#agendatable .title {
	vertical-align: top;
}

#agendatable .icon {
	vertical-align: top;
	width: 25px;
}

#agendatable .agendaItem td .summary {
	line-height: 1.3em;
}

#agendatable .agendaItem td h2 {
	margin-bottom: 3px;
}




#agenda #calendar a {
	text-decoration: none;
}




#agenda #calendar {
	margin-top: 10px;
	top: 0px;
	right: 10px;
}

#article .info {
	font-size: 0.8em;
	color: #a0a0a0;
}

#article .extrainfo {
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	min-height: 250px;
	padding: 5px;
	float: right;	
	background-color: #e0e0e0;
}



#article .extrainfo .header {
	background-color: #cecece;
	padding: 5px;
	font-weight: bold;
	color: #303030;
}

#article .extrainfo ul {
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding: 0;
}

#article .extrainfo ul li {
	list-style-type:none;
	margin-top: 10px;
	line-height: 1.2em;
}

#article .extrainfo ul li a {
	margin-bottom: 2px;
}
/*--------------- news -----------------*/

#agenda .summaryData,
#agenda h1 {
	width: 470px;
}

#agenda .pageData {
/*	position: absolute; */
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 470px;
}

#agenda .pageData .newsitem {
	margin-bottom: 15px;
	margin-right: 150px;
}

#agenda .pageData .newsitem .date {
	font-weight: bold;
	line-height: 1.3em;
}

#agenda .pageData .newsitem h2 {
	margin: 0px;
	font-size: 15px;
	color: #CC0000;
	line-height: 1.3em;	
}

#agenda .pageData .newsitem .summary {
	line-height: 1.3em;	
}

#agenda .pageData .newsitem .symbol {
	float: right;
	margin-left: 20px;
}


#agenda .nav {
	position: absolute;
	top: 0px;
	right: 5px;
	bottom: 0px;
	width: 180px;
	background-color: #efefef;
	padding: 10px;
}

#agenda .nav .vandaag {
	line-height: 1.3em;
	margin-bottom: 10px;
}

#agenda .nav .vandaag a {
	font-weight: bold;
}

#agenda .nav h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#agenda .nav ul.archive li {
	margin-bottom: 5px;
}



#agendatable {
	width: 100%;
}

#agendatable td {
	padding: 5px;
	margin-bottom: 10px;
}

#agendatable td img {
	margin: 0px;
}


#agendatable .odd td {
	background-color: #f0f0f0;
}

#agendatable .agendaItem td .date {
	width: 100px;
}


#agendatable h2 {
	margin: 0px;
	font-size: 1.2em;
}

#agendatable h2 a {
	margin-bottom: 5px;
	color: #303030;
}

#agendatable .date {
	vertical-align: top;
	width: 100px;
}

#agendatable .title {
	vertical-align: top;
}

#agendatable .icon {
	vertical-align: top;
	width: 25px;
}

#agendatable .agendaItem td .summary {
	line-height: 1.3em;
}

#agendatable .agendaItem td h2 {
	margin-bottom: 3px;
}




#agenda #calendar a {
	text-decoration: none;
}




#agenda #calendar {
	margin-top: 10px;
	top: 0px;
	right: 10px;
}

#article .info {
	font-size: 0.8em;
	color: #a0a0a0;
}

#article .extrainfo {
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	min-height: 250px;
	padding: 5px;
	float: right;	
	background-color: #e0e0e0;
}



#article .extrainfo .header {
	background-color: #cecece;
	padding: 5px;
	font-weight: bold;
	color: #303030;
}

#article .extrainfo ul {
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding: 0;
}

#article .extrainfo ul li {
	list-style-type:none;
	margin-top: 10px;
	line-height: 1.2em;
}

#article .extrainfo ul li a {
	margin-bottom: 2px;
}
/*--------------- cal -----------------*/

#calendar a:hover {
	text-decoration: underline;
}

#calendar {
	width: 180px;
	background-color: #f0f0f0;
	height: 210px;
	border-bottom: 1px dashed #bababa;
}

#calendar .monthheader {
	width: 174px;
	margin-right: 1px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 1.2em;
	background-color: #E64338;
	border: 1px solid #E64338;
	color: white;
	margin-bottom: 0;
}

#calendar .monthfooter {
	float: left;
	width: 180px;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 1.2em;
	background-color: transparent;
	color: black;

	padding-bottom: 23px;

}

#calendar .monthheader table {
	margin-top: 5px;
	width: 100%;
}

#calendar .monthheader table td {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	font-weight: bold;
	
}

#calendar .monthheader table td a {
	color: white;
}

#calendar .cell {
	display: block;

	width: 23px;
	height: 23px;

	float: left;
	margin: 0px;

	padding-right: 1px;
	padding-top: 1px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;

	text-align: center;
	line-height: 23px;
	background-color: white;
	
	color: black;
}

#calendar a.cell {
	font-weight: normal;
}

#calendar a.cell:hover {
	background-color: #E64338;
	color: white;
	text-decoration: none;
}

#calendar a.today {
	background-color: #E64338 !important;
	color: white !important;
	font-weight: bold;
	cursor: pointer;
}

#calendar a.weekend {
	background-color: #e0e0e0;
}

#calendar a.lastday,
#calendar a.right {
	border-right: 1px solid #a0a0a0;
}



#calendar a.event {
	color: #E64338;
	font-weight: bold;
}

#calendar a.noevent:hover {
	color: black;
	background-color: white;
	cursor: default;
}

#calendar a.weekend:hover {
	color: black;
	background-color: #e0e0e0;
	cursor: default;
}

#calendar a.event:hover {
	background-color: #E64338;
	color: white;
}


#calendar .header {
	color			: #8f99a5;
	font-weight		: bold;
}

#calendar .day6 {
	border-right: 1px solid #a0a0a0;
}

#calendar .empty {
	padding-right: 1px;
	padding-top: 1px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}


/*--------------- syndication -----------------*/

#cContent div.rssfeed {
    color: #dc1617;
    border-bottom: 1px solid #dc1617;
    margin-bottom: 0px !important;
	clear: both;
	margin-bottom: 10px;
}

#cContent div.rssfeed .text {
    background-color: #dc1617;
    color: white;
    width: 100px;
    padding: 2px;     
    margin-bottom: 0px;   
}

.rssfeed thead {
	display: none;
}

.rssfeed {
    margin: 0px;
    width: 97%;
}
.rssfeed td {
    padding : 5px;
    line-height: 1.4em;
}

.rssfeed td.date {
    width:  100px;
}

.rssfeed .archive {
    border-top: 1px solid #dc1617;
	text-align: right;
}

tr.odd {
	background-color: #e7e7e7;
}
/*--------------- newsletter -----------------*/


#cContent h2 {
	padding-top: 2px;
}

#newsletter {
	padding-bottom: 50px !important;
}

#newsletter h2.subkop {
	margin-top: 10px;	
	font-size : 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: none;	
}

#newsletter h2 {
	margin-top: 20px;	
	font-size : 1.3em;
	font-weight: bold;
	border-bottom: 1px solid red;
	margin-bottom: 0;
}

#newsletter h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 5px;
}


#newsletter .edition,
#newsletter .article {
	clear		: both;
	margin-top	: 20px;
/*	border-top: 1px solid red; 
	padding-top: 10px; */
}

#newsletter .archief {
	position: absolute;
	display: block;
	border: 1px solid #aa0000;
	background-color: #FF0000;
	padding: 5px;
	top: 0px;
	text-align: center;
	color: white;
	right: 10px;
	width: 80px;
}

#newsletter .archief:hover {
	text-decoration: none !important;
	border: 1px solid black;
	color: black;
}

#newsletter .extra {
	padding: 5px;
	background-color: #e0e0e0;
	border: 1px solid #909090;
	margin-bottom: 10px;
}
