@charset "utf-8";
/* CSS Document */

* {
  margin:0;
  padding:0;
  font-family:Arial;
  font-size:12px;
  line-height:20px;
  list-style:none;
  outline:none;  
  text-decoration:none;
}

body {
  background-image:url('../images/background.gif');
  background-repeat:repeat-x;
}

.container {
  position:absolute;
  left:50%;
  margin-left:-400px;
  width:800px;
  min-height:100%;
  background-image:url('../images/backgroundContent.gif');
}

*html .container {
  height:100%;
}

a {
  color:#00a651;
  font-weight:bold;
  tex-decoration:none;
}

a:hover {
  color:#000;
}

.wrapper {
  width:800px;
  display:inline-block;
}

.header {
  height:140px;
}

.logo {
  float:left;
}

#slide {
  width:609px;
  height:140px;
  z-index:5;
}

.headerSpacer {
  height:5px;
  background:#00a651;
}

.footer {
  position:absolute;
  bottom:0;
  left:0;
  text-align:center;
  width:800px;
  height:30px;
  background:#00a651;
  line-height:30px;
  color:#fff;
}

.footer a {
  color:#facc1f;
  font-weight:bold;
  text-decoration:none;
}

.footer a:hover {
  color:#fff;
}

.content {
  float:left;
  margin:20px 0 20px 20px;
  padding:0 20px 40px 0;
  width:360px;
  border-right:dotted 1px #00a651;
}

.contentSide {
  margin:20px 10px 10px 10px;
  float:left;
  width:185px;
}

.paginaTitel {
  font-size:18px;
  font-weight:bold;
  margin-bottom:12px;
}

.sideTitel {
  font-size:18px;
  font-weight:bold;
  color:#00a651;
}

.agendaDate {
  color:#000;
  font-size:12px;
}

.newsDate {
  color:#aaa;
  font-size:12px;
}


.agendaLink {
  color:#00a651;
  font-weight:bold;
  text-decoration:none;
}



.contactSide {
  width:190px;
  position:absolute;
  left:600px;
  top:170px;
}

fieldset {
  border:solid 1px #bbb;
  padding:10px;
  margin-bottom:10px;
  width:330px;
}

legend {
  padding:3px;
  font-weight:bold;
  color:#00a651;
}

label {
  display:block;
  float:left;
  width:100px;
  border-bottom:dotted 1px #ccc;
}

#formContactInput 		{border:solid 1px #ccc;width:200px;margin-left:5px;text-indent:2px;height:19px;margin-bottom:2px;}
#formContactTextarea 	{border:solid 1px #ccc;width:200px;height:80px;padding-left:2px;}
#formContactSubmit 		{margin-top:10px;width:150px;height:30px;float:right;font-size:12px;font-family:Arial;font-weight:bold;color:#00a651;}



