/* CityDesk default style sheet */


/* Basic HTML Element Style */

body {
	background-color: #fff;
	color: #76661B;
	font: 13px georgia, 'times new roman', sans-serif;
	text-align: center;
	background-color: #eae3a8;
}
a.navigatie:link, a.navigatie:visited, a.navigatie:active {
    text-decoration: none;
    color:#eae3a8;
	font: 15px georgia, 'times new roman', sans-serif;
    font-size: 10pt;
    //font-weight: bold;
    }

a.navigatie:hover {
	color:white;
    font-weight: bold;
    }
a:link, a:visited, a:active {
    text-decoration: underline;
    color:#C2994B;
	font: 15px georgia, 'times new roman', sans-serif;
    font-size: 10pt;
    //font-weight: bold;
    }

a:hover {
    color: white;
    }
h1 {
	font: 32px georgia, 'times new roman', sans-serif;
	margin: 0px;
}
h2 {
	font: 18px georgia, 'times new roman', sans-serif;

}
h3 {
	font: 16px georgia, 'times new roman', sans-serif;
}
h4, h5 {
	font: italic normal 11px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}
td.contents{
	background-image:url(../Images/stoelen2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 12px;
	background-color: #eae3a8;
	border: 1px;
	border-style: solid;
	border-color: #76661B;
	padding:15px;
	}

/*Structural elements */
#container {
	width: 550px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #078;
	text-align: right;
}

/* text effects */
em.title {
	text-decoration: underline;
}
#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	font: 13px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

a.ontwerper:link, a.ontwerper:visited, a.ontwerper:active  {
    text-decoration: none;
    color: #76661B;;
	font: georgia, 'times new roman', sans-serif;
    font-size: 10px;
    }
a.ontwerper:hover {
	font-size: 10px;
	color: white;
	}
	
table.imageNav {
	width: 300px;
	text-align: center;
	}
	
table.imageNav a:link, table.imageNav a:visited, table.imageNav a:active  {
    text-decoration: none;
    color:#C2994B;
	font: 12px georgia, 'times new roman', sans-serif;
    }
table.imageNav a:hover {
	color: white;
	}
	
tr.evenrow td {
	background-color: #E1D884;
}

tr.kalenderKop th {
	background-color: #D8CB5C;
}

tr.evenrowold td {
	background-color: #E1D884;
}

td.nieuws {
	text-align: left;
	vertical-align: top;
	font-size:12px;
}
