


@import "event.css";


/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #000000;
  font-family: tahoma;
font-size: 10pt;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  font-size: 1em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

li:hover {
  color: red;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #36a7e9;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content, #footer{
vertical-align: center;
  width: 1024px;
}
#content tbody {
  border: none;
  background-color: #9CD3F3;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center 0px; 
	background-alpha: 0.5; 
    background-image-width:10%;
    text-align: left;
}
#header {
	background-color: #BDE2F8;
 	height: 100px;
	text-align: bottom;
    vertical-align: center;


}
#logo {
  width: 15em;
  vertical-align: center;
  text-align: center;
  padding: 10px 10px 10px 10px;
  border: none;
}
#logo img {
  padding: 0 1em;
  border: none;
}
#buitenmenu{  
}
#buitenmenuTabel{
  width: 90%;
  height: 60%;
}
#menu {
  background-color: #36A7E9;
  /*background-color: #9CD3F3;*/
  padding: 2px;
  vertical-align: bottom;
  text-align: center;
  border: 2px;
  border-color: #000000;
  border-style:solid;
}

#navlist {
  font-size: 1em;
}
#navlist li {
/*	display: inline;*/
	vertical-align: bottom;
	text-align: bottom;
	border: none;
/* padding: 1em; */
}
#navlist a {
  display: inline-block;
	background-image: url(images/primarylinkbutton.png);
	background-repeat: no-repeat;
	background-position: top center;

  padding: 40px 10px 10px 0;
  font-weight: bold;
}

#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #36a7e9;
}
ul.links li.first {
  border: none;
}
.menu li.leaf, .item-list ul li, li {
	list-style: circle;
	list-style-image: url(images/menu-leaf.png);
}

#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #000000;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 4.0em;
}
/*
.site-name a:link, .site-name a:visited {
  color: #000000;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
*/
.site-slogan {
  font-size: 1em;
  color: #000000;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.0em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  border: 1px solid #36a7e9;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: transparent;
  background-image:none;
  width: 15em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  height: 20px;
  background-color: #BDE2F8;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.0em;
  color: #000000;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #000000;
  font-size: 0.8em;
}
.links {
  color: #000000;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0em;
}
.block .content {
  font-size: 1em;
  padding: 0 1em 0 1em;
}
.block {
/*  border-bottom: 1px solid #bbb; */
  border: solid 2px #000000;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  background-color: #36A7E9;
}
.block .title {
  border-bottom: solid 2px #FFFFFF;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  background-color: #36A7E9;
    font-family: Tahoma;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 1em 0;
  border: solid 1px #36a7e9;
  padding: 10px;
}
.sticky {
  padding: .5em;
  border: solid 1px #36a7e9;
  text-align: center;
font-size: 1.1em;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

#block-locale-0 {
  margin: 5px;
  display: inline;
  border: none;
  background-color: #9CD3F3;
}

#block-locale-0 .title {
  border: none;
}

#block-locale-0 ul li {
  display: inline;
}

/** Tables */

th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid white;
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}

tbody th {
	color: white;
	background-color: #000000;
  border-bottom: 1px solid #000000;
}
thead th {
	color: white;
	background-color: #000000;
  text-align: center;
  padding-right: 1em;
/*  border-bottom: 3px solid #ccc; */
}

.event-timeleft {
 font-size: 0.7em;
}

.month-view table thead {
  background-color: ;
  color: white;
}

.advertisement {margin:3px 0px; padding:0px;
    text-align:center;
    }
