/* CSS Document */
body {
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background: url('/images/body_bg.gif') repeat-x top;
}
h2, h3, h4, h5, h6 {
  color: #808080;
}

h1 {
	color: #7bbf4f;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 15px 10px 10px 0px;
}

p {
	color: #505050;
	margin: 0px 20px 0px 0px;
	line-height: 1.6em;
}

a, a:visited {
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active{
  color: #7bbf4f;
}

#container {
  width: 980px;
  height: 500px;
  margin: 0px auto;
  text-align: left;
}

#header {
	background-color: #000000;
	width: 980px;
	height: 100px;
	background: url('/images/header1.gif');
}

#main {
	background-image: url('/images/bg.gif');
	background-repeat: repeat-y;
	width: 100%;
	height: 500px; 
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
}

#nav {
	background-color: #eff9fe;
	float: left;
	display: inline;
	width: 175px;
	height: 100%;
}

/*menu*/
#menu {
	font-size:0.8em;
}

#menu ul.sitemap {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

#menu .sitemap li {
	font-size:10pt;
	font-weight: bold;
	text-align:left;
	float: left;
	display: inline;
}

#menu .sitemap li a {
	display: block;
	padding: 10px 0px 10px 15px;
	margin: 1px 0px;
	border-top: 1px solid #eff9fe;
	border-bottom: 1px solid #eff9fe;
	width: 160px;
}

#menu .sitemap li a:link, #menu .sitemap li a:visited {
	color: #808080;
	text-decoration:none;
}

#menu .sitemap li.active a, #menu .sitemap li a:hover {
	color:#7bbf4f;
	background-color:#ffffff;
	text-decoration: none; 
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

/*einde menu*/

#container_scroll {
	float: right;
	width: 804px;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#content {
  background-color: #d5effc;
  float:left;
  display: inline;
  width: 485px;
  height:100%;
  background: url('/images/gradient.gif') repeat-x;
  padding: 20px;
}

#content_onder {
  border-top: 1px solid #d2d5d7;
  /*border-top: 1px solid #b0b0b0;*/
  margin-top: 20px;
}

#content_onder img{
  margin-right: 20px;
}

#content_onder>p{
  margin: 20px 20px 0px 0px ;
}

#content_onder li{
  	margin-bottom:10px;
}

#content_onder li>p{
	margin:0px;
}

#content_onder li a, #content_onder li a:visited {
  font-weight: bold;
  color: #808080;
  text-decoration:none;
}

#content_onder li a:hover {
  color: #7BBF4F;
  text-decoration:underline;
}

table{
	margin: 20px 0px;
}

select{
	width:262px;
}

input{
	width:258px;
}

#right {
  float: left;
  width: 260px;
  min-height: 500px;
  margin-left: 1px;
  overflow:hidden;
}

#right .img {
margin: 0px;
}

#right h1, #left h1, #right p, #left ul {
  margin-left:15px;
}

#right ul, #left ul {
	list-style-type:bullet;
        margin: 0;
}

#left ul {
    #margin-top: -2px;
}

#right li, #left li {
	font-size:12px;
	font-weight: bold;
	text-align:left;
	line-height: 1.8em;
        margin-bottom: 15px;
        margin-left: -15px;
        #margin-left: 25px;
}

#right  li a, #right li a:visited {
  color: #808080;
}

#right li a:hover {
  color: #7BBF4F;
}

#footer {
  background: url('/images/footer.gif') no-repeat top;
  width: 980px;
  height: 49px;
  clear: both;
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}

#footer p{
  padding-top: 60px;
  margin: 0px;
}

.fieldWithErrors {
  border: 2px solid red;
}

#audioplayer1 {
  margin: 6px 0px 0px 5px;
}

.playerpage p{
  margin: 8px 0px 3px 10px!important;
}


