/* stylesheed for www.wikkelgoed.nl */
body {
  margin: 0px auto;
  background-color: #FFF;
  text-align: center;
  background-image: url(../images/back.jpg); 
  background-position: center top; 
  background-repeat: repeat-y;
}
body, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #3E4976;
}
input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 17px;
  width: 200px;
  color: #3E4976;
  border: solid 1px #3E4976;
}
input.radio {
  height: 16px;
  width: 16px;
  border: solid 0px #FFF;
}
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 60px;
  width: 200px;
  color: #3E4976;
  border: solid 1px #3E4976;
}
input.btn {
  width: 100px;
  cursor: hand;
  background-color: #FFF;
  border: solid 1px #3E4976;
}
p {
  margin: 0px;
}
a {
  text-decoration: none;
  color: #A80C55;
}
a:hover {
  text-decoration: underline;
  color: #A80C55;
}
h1 {
  margin: 0px 0px 3px 0px;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}
b {
  font-weight: bold;
  font-size: 11px; 
}
ul {
  margin: 0px 0px 0px 30px;
  padding: 0px;
}
ol {
  margin: 0px 0px 0px 30px;
  padding: 0px;
}
.news_item {
  border-bottom: #A80C55 1px solid;
  padding-bottom: 15px;
  margin-top: 10px; 
}
.news_date {
  font-size: 11px;
  font-weight: bold;
  line-height: 22px; 
}
#contact_form {
  float: right;
  width: 350px;
  height: 340px;
  /*border: 1px solid;*/
}
#welkom_news {
  margin-left: 20px;
  margin-right: -40px;
  float: right;
  width: 200px;

  border-left: 1px solid #A80C55;
}
#welkom_news div {
  margin: 0px 10px 0px 10px;
  text-align: left;
}

/* layout */	
#wikkelgoed {
  margin: 0px auto;
  width: 770px;
} 
#top {
  height: 250px;
  width: 769px;
  background-image: url(../images/top.jpg); 
  background-position: center top; 
  background-repeat: no-repeat;
}

/* menu */
#menu {
  margin: -52px 0px 0px 0px;
  height: 22px;
  width: 769px;
  background-color: #FFF;
  border-top: 1px solid #A80C55;
  border-bottom: 1px solid #A80C55;
  filter:alpha(opacity=80);
  opacity: 0.8; -moz-opacity: 0.8;
}

#menu #nav ul {
  margin: 4px 0px 0px 50px;
  padding: 0px;
  list-style-type: none;
  /*border: 1px solid;*/
}
#menu #nav ul li {
  float: left;
  margin: 0px 3px 0px 3px;
  padding: 0px 5px 0px 0px;
  height: 13px;
  line-height: 11px;
  border-right: #A80C55 1px solid;
}
#menu #nav ul li.end {
  border-right: 0px;
}
#menu #nav ul li a {
  font-weight: normal;
  color: #A80C55;
  text-decoration: none;
  display: block;
}
#menu #nav ul li a:hover, #menu #nav ul li a.active  {
  color: #3E4976;
}

/* content */
#content {
  width: 770px;
  text-align: left;
}
#content_txt {
  margin: 30px 100px 30px 100px;
  text-align: left;
}
#footer {
  clear: both;
  height: 40px;
  font-size: 8pt;
  line-height: 30px;
  color: #A80C55;
  text-align: center;
}
