/*----------------------------------------------
Main stylesheet for NVVS Nederlands Vereniging voor Speltherapeuten
date:			februari 2008
author: 	Rian Rietveld, RRWD
website: 	http/www.rrwd.nl

font: Verdana, Arial, Helvetica, "Sans Serif";
text-colour: #000;
red: #a02831
orange: #ba4b20
------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
 }

#site {
  background-image: url('../layout/background.jpg');
  background-repeat: repeat-y;
}

div {
  margin: 0;
  padding: 0;
}
#wrapper {
  position: relative;
  width: 1000px;
  margin: 0;
  padding: 0;
}

#header {
  position: absolute;
  top: o;
  left: 0;
  width: 1000px;
  height: 137px;
}

#content {
  position: absolute;
  top: 150px;
  left: 252px;
  width: 480px;
}

#sidebar {
  position: absolute;
  top: 137px;
  left: 748px;
  width: 252px;
}

#image_sidebar {
  width: 252px;
  border: 0;
  background-color: #ba4b20;
}

p.footer {
  text-align: center;
}

/* main menu ------------------------------------------------*/

#menu {
  position: absolute;
  top: 137px;
  left: 0;
  width: 223px;
  margin: 0;
  padding: 0;
  background-color: #a02831;
  list-style: none;
}

#menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #a02831;
 
}

#menu a.main_link{
  background-color: #a02831;
  width: 213px;
  display: block;
  padding-left: 10px;
}

#menu a.main_link_active {
  background-color: #ba4b20;
  width: 213px;
  display: block;
  padding-left: 10px;
}

#menu a.main_link:hover {
  background-color: #ba4b20;
}

#menu li.sub_link_active {
  background-color: #a02831;
  list-style-image: url('../layout/bullit.jpg');
}

#menu li.sub_link:hover {
  background-color: #a02831;
  list-style-image: url('../layout/bullit.jpg');
}

#menu a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}

#menu a.main_link {
  line-height: 200%;
}

/* news items ------------------------------------------------*/

#content_sidebar * {
  color: #fff;
  background-color: #ba4b20;
  margin: 10px;
 }
#content_sidebar h3 {
  color: #fff;
  background-color: #ba4b20;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
 }
#content_sidebar a {
  color: #00c;
  text-decoration: none;
} 
#content_sidebar a:hover {
  color: #fff;
} 
/* praktijk-tabellen styles ------------------------------------------------*/
th {
  text-align: left;
}

td {
  vertical-align: top;
}
#geregistreerde_leden {
  margin-top: 20px;
}
#geregistreerde_leden th{
  padding-right: 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
#geregistreerde_leden td{
  padding-right: 10px;
  border-bottom: #ccc 1px solid;
}

#praktijken th{
  padding-right: 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

#praktijken td{
  padding-right: 10px;
  border-bottom: #ccc 1px solid;
  padding-bottom: 10px;
}

#praktijken td h2{
  padding: 0;
  margin: 0;
}

input.submit {
  width: 150px;
}

label{
  width: 125px;
  float: left; 
}
/* berichten ---------------------------------------------------*/
#berichten {
  width: 470px;
}

#berichten th{
  padding-right: 10px;
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
}

#berichten td{
  padding-right: 10px;
  border-bottom: #eee 1px solid;
  padding-bottom: 10px;
}
/* image styles ------------------------------------------------*/
img {
  border: 0;
}

img.lijst {
  float: left:
  width: 180px;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* font presentation ------------------------------------------------*/
 * {  
 font-size: 11px; 
 color: #000;
 font-family: Verdana,  Arial, Helvetica, "Sans Serif"; 
 line-height: 150%;
}

h1 { 130%; color: #C00;}
h2 { 120%;}
h3 { 110%;}
h4 { 100%;}
h5 { 90%;}
h6 { 80%;}

 
#content_sidebar p.quote {
  margin: 20px;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #8b7b98;
  background-color: #ba4b20;
  text-align: center;
} 

