@charset "utf-8";

body {
	background: url(../../img/cidreeback.jpg) no-repeat #FFFFFF;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}

#header {
	height: 110px;
	position: relative;
}

.logo {
	position: absolute;
	left: 665px;
	top: 10px;
}

#main {
	margin: 0 10px;
	position: relative;
	width: 860px;
}

#content {
	float: left;
	width: 630px;
}

#content-top {
	background: url(../../img/contenttop.png);
	height: 20px;
}

* html #content-top { /* PNG replacement for IE 6 */
	background: url(../../img/contenttop.gif);
} 

#content-middle {
	background: url(../../img/contentbg.png);
	padding: 1px 40px 1px 30px;
}

* html #content-middle { /* PNG replacement for IE 6 */
	background: url(../../img/contentbg.gif);
}

#content-bottom {
	background: url(../../img/contentbottom.png);
	height: 30px;
}

* html #content-bottom { /* PNG replacement for IE 6 */
	background: url(../../img/contentbottom.gif);
}

.breadcrumb {
	color: #999999;
	font-size: .8em;
	height: 20px;
	line-height: 20px;
}

#sidebar {
	float: right;
	width: 220px;
}

#footer {
	clear: both;
	background-color: white;
	color: #333333;
	font-size: .85em;
	padding: 5px;
	margin: 0 20px;
	position: relative;
	width: 815px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

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

#navigation {
	background: url(../../img/navigationbg.png);
	font-size: .8em;
	padding: 1px 20px 1px 15px;
	text-transform: uppercase;
}

* html #navigation { /* PNG replacement for IE 6 */
	background: url(../../img/navigationbg.gif);
}

#navigation-top {
	background: url(../../img/navigationtop.png);
	height: 20px;
}

* html #navigation-top { /* PNG replacement for IE 6 */
	background: url(../../img/navigationtop.gif);
}

.nav {
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
	width: 180px;
}

.nav li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #73C6BD;
	color: #FFFFFF;
}

.nav li a:link, .nav li a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.nav li a:hover {
	font-weight: bold;
}

.nav li a.activehoofdlink {
	font-weight: bold !important;
}

#login {
	background: url(../../img/loginbg.png) no-repeat;
	font-size: .9em;
	height: 150px;
	padding: 10px 20px;
}

* html #login { /* PNG replacement for IE 6 */
	background: url(../../img/loginbg.gif) no-repeat;
}

#login .members {
	color: #376D6C;
}

#login form {
	color: #9BB6B5;
	margin-top: 5px;
}

#login label {
	display: block;
	float: left;
	width: 60px;
}

#login input {
	font-size: .9em;
	margin: 1px 0;
	width: 100px;
}

#login input.button {
	background-color: #376D6C;
	color: #FFFFFF;
	width: auto;
}

.calendar {
	border-bottom: 1px dashed #73C6BD;
	margin: 1em 0;
}

.subject {
	background-color: #D5EEEB;
	color: #376D6C;
	display: block;
	padding: 2px;
}

ul {
	margin-left: 1em;
}

h1 {
	border-bottom: 1px solid #73C6BD;
	font-size: 1.3em;
	margin: .5em 0;
	margin-bottom: 1.5em;
	padding-bottom: .2em;
}

h2 {
	color: #376D6C;
	font-size: 1.1em;
	margin: 1em 0;
}

h3 {
	color: #739998;
	font-size: 1em;
	margin: .5em 0;
	margin-top: 2em;
}

hr {
	background-color: #376D6C;
	border: none;
	color: #376D6C;
	height: 1px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

a:hover {
	background: #376D6C;
	color: #FFFFFF;
	text-decoration: none;
}

#extranet_aangemeld_box{
	text-align: right;
	background-color: #376D6C;
	color: #FFFFFF;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

#extranet_aangemeld_box a {
	color: #FFFFFF;
}

.not_available
{
	color: #FF0000;
}

.free{
	color: #006400;
}

a.rss_link {
	float: right;
	padding-top: 11px;
}

