* {
  margin: 0;
  padding: 0;
}

html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: georgia;
  text-align: center;
  font-size: 62.5%;
  background: #fff;
}

div#main {
  margin: 0 auto;
  width: 720px;
  background: url(images/border.png) no-repeat;
  text-align: left;
  overflow: auto;
}

div#navcontainer {
  display: inline;
  margin: 0 0 0 10px;
  float: left;
  width: 200px;
}

div#news,
div#about,
div#vorstand,
div#newsletter,
div#view_newsletter,
div#memberletter,
div#forms,
div#board,
div#contact {
  display: inline;
  margin: 0 20px 0 0;
  width: 480px;
  float: right;
}

h3 {
  font-size: 2em;
  color: #369;
  margin: 25px 0 0 0;
  padding: 0;
}

h4 {
  font-size: 1.5em;
  border-bottom: 1px solid #eee;
  color: #369;
  margin: 20px 0 5px 0;
  padding: 0 0 5px 0;
}

h4 span {
  display: block;
  font-family: verdana;
  font-size: 0.75em;
  color: #69c;
}

h5 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  color: #369;
  margin: 20px 0 5px 0;
  padding: 0 0 5px 0;
}

p {
  font-family: verdana;
  margin: 5px 0 10px 0;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #333;
}

p a {
  color: #369;
  text-decoration: none;
  border-bottom:
    1px
    dashed
    #369;
}

p a.word {
  background: url(images/page_word.png) no-repeat left;
  padding-left: 20px;
}

p a:link {
  color: #369;
}

p a:visited {
  color: #69c;
}

p a:hover {
  color: #9cf;
  text-decoration: none;
  border-bottom:
    1px
    solid
    #9cf;
}

p a:active {
  color: #369;
}

#navcontainer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#navcontainer ul li {
  padding: 0;
  margin: 0;
}

#navcontainer ul li a {
  font-size: 1.2em;
  line-height: 2.5em;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 0;
  border-bottom: 1px solid #eee;
  display: block;
  height: 2.5em;
  color: #369;
  text-decoration: none;
  background: url(images/navi_bg.gif) bottom no-repeat;
}

#navcontainer ul li a:hover {
  color: #fff;
  background: #69c;
  border-bottom: 1px solid #69c;
}

hr {
  visibility: hidden;
  display: none;
}

h1 {
  font-size: 3.5em;
  font-family: verdana;
  color: #369;
  margin: 0;
  padding: 50px 0 0 220px;
}

h1 span {
  color: #69c;
}

h2 {
  font-size: 1.5em;
  width: 250px;
  color: #666;
  margin: 0;
  padding: 10px 0 50px 220px;
}

div#head {
  width: 720px;
  height: 200px;
  background: url(images/head.png);
}

form {
  padding-left: 10px;
  border-left:
    5px
    solid
    #369;
}

fieldset {
  margin: 10px 0;
  border: none;
}

label {
  float: left;
  width: 120px;
  font-family: verdana;
  color: #333;
  font-size: 1.1em;
}

input {
  width: 200px;
  display: block;
  float: left;
  border:
    1px
    solid
    #9cf;
}

textarea {
  width: 200px;
  height: 200px;
  border:
    1px
    solid
    #9cf;
}

input.submit {
  margin-left: 120px;
  width: 200px;
  background: #369;
  color: #fff;
  font-family: verdana;
  font-size: 1.1em;
  display: inline;
}

#newsletterarchiv {
  list-style-type: none;
}

#newsletterarchiv li {
  padding: 0 10px;
  height: 3em;
}

#newsletterarchiv li:hover {
  border-left:
    5px
    solid
    #369;
    background: #ebebeb;
  padding-left: 5px;
}

#newsletterarchiv a {  
  font-family: verdana;
  font-size: 1.2em;
  line-height: 2.5em;
  color: #369;
  text-decoration: none;
  border-bottom:
    1px
    dashed
    #369;
}

#newsletterarchiv a:link {
  color: #369;
}

#newsletterarchiv a:visited {
  color: #69c;
}

#newsletterarchiv a:hover {
  color: #9cf;
  text-decoration: none;
  border-bottom:
    1px
    solid
    #9cf;
}

#newsletterarchiv a:active {
  color: #369;
}

#forms {
  list-style-type: none;
}

#forms li {
  padding: 0 10px;
  height: 3em;
}

#forms li:hover {
  border-left:
    5px
    solid
    #369;
  padding-left: 5px;
  background: #ebebeb;
}

#forms ul a {  
  font-family: verdana;
  font-size: 1.2em;
  line-height: 2.5em;
  color: #369;
  text-decoration: none;
  border-bottom:
    1px
    dashed
    #369;
}

#forms ul a:link {
  color: #369;
}

#forms ul a:visited {
  color: #69c;
}

#forms ul a:hover {
  color: #9cf;
  text-decoration: none;
  border-bottom:
    1px
    solid
    #9cf;
}

#forms ul a:active {
  color: #369;
}

