/* ***********************************
     Wir in Uelzen
     TYPE	: Stylesheet
     TITLE	: Basic Style
     DESC	: Main Stylesheet
     AUTHOR	: Renate Einecke // www.sevenpixels.de

   *********************************** */
body {
  margin: 0;
  padding: 0;
  background-color: #D7EAF8;
  background-image: url(/images/background.jpg);
  background-repeat: repeat-x;
  font-family: Verdana Helvetica, sans-serif;
  font-size: 1em;
  color: #003672;
  text-align: center;
}
h1 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #003672;
  font-size: 1em;
  font-weight: bold;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
}
img {border: 0;}

a:link {
  color: #003672;
  text-decoration: underline;
}
a:visited {
  color: #003672;
  text-decoration: underline;
}
a:hover {
  color: #003672;
  text-decoration: underline;
}
a:active {
  color: #003672;
  text-decoration: underline;
}
/* ---------- RAHMEN ----------  */ 
#wrap {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 776px;
}
#header {
  width: 776px;
  height: 139px;
  background-image: url(/images/header.jpg);
  background-repeat: no-repeat;
}
#contentWrap {
  width: 776px;
}
/* ---------- NAVIGATION ----------  */ 
#navi {
  margin: 0;
  padding: 113px 0 8px 25px;
  list-style-type: none;
}
#navi li {
  display: inline;
  padding-left: 10px;
  font-size: 0.75em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#navi li a:link,  #navi li a:visited{
  color: #9CBED9;
  text-decoration: none;
}
#navi li a:hover, #navi li a:active {
  color: #fff;
  text-decoration: none;
}
#naviActive a{
  color: #fff !important;
}
/* ---------- CONTENT ----------  */ 
#content {
  width: 772px;
  background: #FFF;
  border-left: 2px solid #EAEBED;
  border-right: 2px solid #EAEBED;
}
#contentText {
  padding: 0 30px 30px 30px;
  font-size: 0.75em;
  line-height: 1.5em;
}  
.edit {
  font-size: 12px;
  font-weight: bold;
  color: red;
}
#download {
  margin: 10 0 0 0;
  padding: 0;
  list-style-type: none;
}
#download li {
  padding-bottom: 5px;
}

/* ---------- KONTAKTFORMULAR ---------- */

#kontakt {
  margin-top: 0px;
}
#kontakt label {
  clear: both;
  margin-top: 3px;
  float: left;
  width: 120px;
  cursor: pointer;
}
#kontakt input {
  margin-top: 3px;
  width: 200px;
  background-color: #FFF;
  border: 1px solid #003672;
}
#Anmerkung {
  margin-top: 5px;
  width: 200px;
  border: 1px solid #003672;
  background-color: #FFF;
  margin-bottom: 5px;
}
#code {
  margin-bottom: 5px;
}
#kontaktSendButton {
  margin-right: 10px;
  font-size: 11px;
  border: 1px solid #003672;
  width: auto !important;
  background-color: #FFF;
  color: #003672;
  font-weight: bold;
 }
#kontakt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #c00;
}
/* ---------- /KONTAKTFORMULAR ---------- */
