/* Reset */
* {
	margin:0;
	padding:0;
}

/* Allgemein */
body {
    height:100%;
	background:#fff /*url(../images/bodybg.png) repeat-x left bottom*/;
	color:#111;
    font: 13px 	"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

h1, h2, h3 {
    color: #010101;
}

h1 {
    font-size: 16px;
}

h2 {
  font-size: 13px;
}

h3{
    font-size: 13px;

}


/* Links */
a {
	color:#111;
	text-decoration:none;
    border-bottom: 1px dotted #679934;
}

a:hover {
	color:#679934;
	text-decoration:none;
    border-bottom:none;
}

/* Bereiche */

#container {
    margin: 0 auto;
    width: 925px;
    border: 1px solid #ccc0e;
    padding:0;
}


#header {
    width:925px;
    height: 90px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    background: transparent url(../images/header.png) no-repeat left top;
    text-indent:-9999px;
    border-bottom: 2px solid #acc790;
}

#menu {
    width: 165px;
    height: 430px;
    float:left;
    margin: 10px 0 0 5px;
    padding: 5px;
    line-height: 40px;
    padding:0;
}

#content {
    width: 735px;
    margin: 0;
    height: 540px;
    padding: 5px 5px 5px 5px;
    float:right;
}

#footer {
    margin: 5px 0 10px 0 ;
    border-top: 2px solid #acc790;
}


/* Stile */

#header a {
    color: #003300;
    border:0;
    margin:0;
    padding:0;
    display:block;
    width:900px;
    height:100px;
}

#header h1, #header h2 {
    margin-top:-10px;
}

#menu li {
  width: 155px;
  height: 40px;
  list-style-type: none;
  display: block;
  text-align: left;
  }

#menu ul li a  {
  display:block;
  width: 155px;
  height:40px;
  font-weight:bold;
  text-decoration:none;
  border:0;
  color: #acc790;
  border-bottom: 2px solid #acc790;
  padding: 0 0 0 10px;
}

#menu ul li a:hover {
  display:block;
  font-weight:bold;
  text-decoration:none;
  border:0;
  color: #679934;
  border-bottom: 2px solid #679934;
}

.active {
  display:block;
  font-weight:bold;
  text-decoration:none;
  border:0;
  color: #679934 !important;
  border-bottom: 2px solid #679934 !important;
}

#content h1 {
  font-weight:bold;
    margin: 10px 30px 15px 15px;
    padding: 0 0 2px 0;
    color: #679934;
    text-align:left;
}

#content h2 {
    margin: 15px 10px 5px 20px;
    color: #679934;
}

#content h3 {
    margin: 10px 40px 20px 20px;
    font-weight:normal;
    text-align:center;
}

#content p {
	margin: 10px 5px 10px 20px;
    text-align: justify;
    line-height:18px;
}

#content ul {
	margin: 0px 5px 5px 15px;
    text-align: justify;
    line-height:18px;
}

#content li {
	margin: 0px 5px 5px 20px;
    text-align: justify;
    line-height:18px;
    list-style:none;
}

#content table {
	margin: 0px 5px 5px 20px;
}

#content p.quote {
    font-weight:bold;
	margin: 10px 5px 5px 15px;
    padding:0;
    color: #679934;
    font-style: italic;
    text-align:right;
}

strong {
  font-weight:bold;
}

#content img {
    float:left;
    padding: 1px;
    margin: 2px 15px 15px 10px;
    border: 0;
}

#content p img .left {
    float:left;
    padding: 1px;
    margin: 2px 15px 15px 10px;
    border: 5px solid #c5eb9f;
}

#content .right {
    float:right;
    margin-right: -10px !important;
}

#footer p {
  margin: 5px 15px 0 0;
    font-size: 11px;
    text-align:right;
}

#footer a:hover {
    color:#679934;
}

