::-moz-selection {
  background-color:#006600;
  color:#fff
}

::selection {
  background-color:#006600;
  color:#fff;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

.clear {
  clear: both;
}

a {
   color: #006600;
}

a:focus,
a:focus {
  outline: none;
  text-decoration: none;
}

strong {
   font-weight: 600;
}

ul {
    list-style: none;
}

ul.list {
   list-style: disc;
   margin-left: 60px;
}

body {
  font: 100% Times New Roman, Georgia, Sans serif;
  color: #333;
  background: url(../img/bg.png) repeat-x #fff;
}

p,
ul {
   font: 14px/20px 'Source Sans Pro', Arial, Sans Serif;
}

/*####################################### Headlines */
h1, h2, h3, h4 {
    color: #006600;
}

h1 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
}

#wrapper {
 width: 940px;
 margin: 0 auto;
 padding: 0 10px;
}

#header {
 padding-top: 45px;
}

/*####################################### Telefon */
#phone {
 float: left;
 margin-bottom: 15px;
}

#phone p {
 font: 21px Times New Roman, Georgia, Sans serif;
 color: #006600;
}

#phone .icon {
 background: url(../img/phoneicon.png) no-repeat;
 width: 15px;
 height: 26px;
 float: left;
 padding-right: 10px;
 margin-top: -2px;
}

/*####################################### Navigation */
#mainnavigation {
 float: right;
 padding-top: 5px;
}

.navi li {
 float: left;
 padding-left: 15px;
 margin-left: 15px;
}

.navi li a {
 text-transform: uppercase;
 color: #006600;
 font: 16px/21px Times New Roman, Georgia, Sans serif;
 font-weight: bold;
 text-decoration: none;
}

.navi a:hover,
.navi .active a {
 border-bottom: 1px solid #006600;
}

/*####################################### Sujet */
#sujet {
 position: relative;
 clear: both;
}

#sujet img {
 border: 3px solid #ffcc00;
}

#logo img {
 position: absolute;
 left: 20px;
 top: 20px;
 border: 0;
}

/*####################################### Content */
#content {
 background: #dedede;
 margin-top: 30px;
 padding: 30px 50px;
 clear: both;
}

#content p {
 margin-bottom: 15px;
 color: #333;
}

#content table p {
 margin: 0;
}

.left {
 width: 580px;
 float: left;
}

.right {
 width: 260px;
 float: right;
}

.box {
 background: #006600;
 border-radius: 5px;
 padding: 10px;
 width: 240px;
}

.box h3,
.box p {
 color: #fff !important;
}
/*####################################### Galerie */
.galerie .item {
 background: none repeat scroll 0 0 #fff;
 display: inline-block;
 height: 120px;
 margin-bottom: 10px;
 margin-right: 10px;
 overflow: hidden;
 padding: 10px;
 width: 177px;
 text-align: center;
}

.lb-number {
 display: none !important;
}

/*####################################### Footer */
#footer {
 padding: 10px 0 50px;
 clear: both;
}

#copyright {
 float: left;
}

#footernavi {
 float: right;
}

#footernavi li {
 float: left;
}

#copyright p,
#footernavi a {
 color: #666666;
 text-decoration: none;
 font: 13px/19px 'Source Sans Pro', Arial, Sans Serif;
}

#footernavi a:hover,
#footernavi .active a {
 text-decoration: underline;
}