/* GLOBAL */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
  margin:0;
  padding:0;
}
a img {border:0;}
a {
  color:#000000;
}
a:hover {
  color:#A1C400;
}
/* LAYOUT */
body {
  background:#FFFFFF;
  font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
  font-size:11px;
  color:#000000;
  text-align:center;
}
.clear {clear:both;height:0;}
.left  {float:left;}
.right {float:right;}
#wrapper {
  width:850px;
  margin:0 auto;
  text-align:left;
}
#header {
  width:850px;
  height:90px;
}
#logo {
  float:left;
  width:150px;
  height:100px;
  background:url(../gfx/logo.gif) top left no-repeat;
}
#topnav {
  float:left;
  width:700px;
  height:22px;
  background:#009999;
  padding-top:78px;
  background:url(../gfx/header.jpg) top left no-repeat;
  overflow:hidden;
}
#content {
  background:url(../gfx/bg.gif) top left repeat-y;
}
#content h1 {
  font-size:11px;
  margin-bottom:10px;
}
#content_left {
  float:left;
  width:150px;
}
#content_left ul {
  list-style-type:none;
  margin-bottom:50px;
}
#content_left a {
  display:block;
  width:148px;
  height:20px;
  margin:0 1px 0 1px;
  background:#A1C400;
  line-height:20px;
  color:#FFFFFF;
  text-align:center;
  text-decoration:none;
  border-bottom:1px solid #FFFFFF;
  font-family:Verdana;
  cursor:pointer;
}
#content_left a:hover {
  background:#D1E88F;
}
#content_middle {
  float:left;
  width:560px;
  margin:0 10px 0 10px;
  padding:10px 0 10px 0;
}
#content_right {
  float:left;
  width:120px;
}
#footer {
  background:#A1C400;
  height:20px;
  line-height:20px;
  text-align:center;
  color:#FFFFFF;
  border-left:1px solid #A1C400;
  border-right:1px solid #A1C400;
}
#footer a {
  color:#FFFFFF;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}

.rood {
  color:#FF0000;
}
.textbox {
  width:300px;
  height:16px;
  border:1px solid #A1C400;
}
.captcha {
  float:left;
  margin-right:5px;
}
.textarea {
  width:300px;
  height:80px;
  border:1px solid #A1C400;
}
.button {
  height:20px;
  border:1px solid #A1C400;
  margin-top:5px;
  cursor:pointer;
}
#sitemap ul {
  margin-left:15px;
}

#search {
}