/*
Design by Free CSS Templates
https://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Merker:
padding: 0 0 0 0;
padding: oben rechts unten links;
*/

/*Formatierung für Tabellen*/
table, td, tr {
    border-collapse: collapse;
    color: #6D6D6D;
    border-width: 1px;
/*    border-color: #78CC00;*/
    border-color: #999999;
    border-style: solid;
    text-align: left;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 0;
}

table .htable {
  background-color: #DDDDDD;
  font-weight: bold;
  color: #333333;
}

/*Formatierung für Body, Überschrift, Absatz, Auflistung*/
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6D6D6D;
    height: 100%;
}

strong {
    color: #666666;
}


h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #78CC00;
}

h1 {
    letter-spacing: -1px;
    font-size: 30px;
}

h2 {
    font-size: 21px;
}

h3 {
  font-size: 14px;
  padding-bottom:5px;
}


p, ul, ol {
    margin: 0 0 2em 0;
    text-align: justify;
    line-height: 26px;
}

/*Formatierung für Links und Bilder*/
a:link {
    color: #7AD000;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
    color: #7AD000;
}

a:visited {
    color: #7AD000;
    text-decoration: none;
}

img {
    border: none;
}

img.left {
    float: left;
    margin: 7px 15px 0 0;
}

img.right {
    float: right;
    margin: 7px 0 0 15px;
}

/* Formatierung für Formulare */
form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

input, textarea, select {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

#wrapper {
    background: #7ACF00 url(../images/header_neu.jpg);
    width: 100%;
}

/* Formatierung für Header inkl. Logo*/
#header {
    width: 100%;
    height: 80px;
    margin: 0 0 20px 0;
/*  margin: 0 auto 20px auto;*/
    padding-top: 10px;
}

#logo {
    float: left;
    height: 120px;
    padding-left: 40px;
}

#logo h1 {
    font-size: 38px;
    color: #3399CC;
    /*letter-spacing: 1px;*/
}

#logo h1 img {
    vertical-align: bottom;
    margin-bottom: 5px;
}


/*#logo h1 sup {
    vertical-align: text-top;
    font-size: 24px;
} */

#logo h1 a {
    color: #FFFFFF;
}

#logo h2 {
    /*text-transform: uppercase;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: none;
}

#logo a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Formatierung für Menü (oben) */
#menu {
    float: left;
    padding-left: 70px;
}

#menu ul {
    margin: 0;
    padding: 28px 0 0 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    margin-left: 5px;
    background: #6AB000;
    /*background: url(../images/bg_button_green.jpg) repeat-x;*/
    padding: 7px 10px 8px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
}

#menu a:hover {
    text-decoration: none;
    /*background: #FF6400;*/
    /*background: #FF6A00;*/
    background: #FF6600;
    background: url(../images/bg_button_orange.jpg) repeat-x;
    color: #FFFFFF;
}

#menu .active a {
    text-decoration: none;
    /*background: #FF6200;*/
    background: #FF6600;
    background: url(../images/bg_button_orange.jpg) repeat-x;
    color: #FFFFFF;
}

/* Formatierung für Inhalt (page, post)*/
#page {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
/*    padding: 20px 20px;*/
    position: relative;
    min-height: 67%;

}

#content {
    float: left;
    width: 660px;
    padding: 0px 30px 0px 50px;
}

.post {
}

.post .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 5px solid #EDEDED;
}

.post .entry {
}

.post .meta {
    margin: 0;
    padding: 15px 0 60px 0;
    background: url(images/img04.jpg) repeat-x left 30%;
}

.post .meta p {
    margin: 0;
    line-height: normal;
}

.post .meta .byline {
    float: left;
    color: #0000FF;
}

.post .meta .links {
    float: left;
}

.post .meta .more {
    width: 185px;
    height: 35px;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    font-size: 10px;
}

.post .meta .comments {
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    font-size: 10px;
}

.post .meta b {
    display: none;
}

/* Formatierung für Sidebar (Menü links)*/
#sidebar {
    float: left;
    width: 150px;
    padding-left: 20px;
}

#sidebar ul {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

#sidebar li {
    margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
    margin: 0;
    padding-left: 25px;
    background: url(../images/icons/li.png) no-repeat left 50%;
}

#sidebar h2 {
/*  margin-bottom: 10px;*/
/*  padding-bottom: 5px;*/
    padding: 0px 5px 0px 5px;
/*  border-bottom: 5px solid #EDEDED;*/
    background: #EDEDED;
    font-size: 16px;
    font-weight: normal;
}

#sidebar a {
    text-decoration: none;
    color: #6D6D6D;
}

/* Formatierung für Suche */
#search {
}

#search h2 {
    margin-bottom: 20px;
}

#s {
    width: 140px;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #F0F0F0;
}

#x {
    margin-top: 5px;
    padding: 3px;
/*  background: #ECECEC url(../images/img08.gif) repeat-x left bottom;*/
    background: #ECECEC;
    border: none;
    font-size: 10px;
    color: #4F4F4F;
}

/* Formatierung für Boxes */
.box1 {
    padding: 20px;
    background: url(images/img05.gif) no-repeat;
}

.box2 {
    color: #BABABA;
}

.box2 h2 {
    margin-bottom: 15px;
    background: url(images/img10.gif) repeat-x left bottom;
    font-size: 14px;
    color: #FFFFFF;
}

.box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
    color: #EDEDED;
}

/* Formatierung für Footer */
#footer {
    height: 50px;
    width: 100%;
    padding: 0 0 0 0;
    background: #979797 url(../images/footer.gif) repeat-x left top;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    /*clear: both;*/
    text-align: center;
    /*vertical-align: middle;*/
    font-size: 10px;
    color: #353535;
    position: relative;
   /* bottom: 0;
    top: 0*/
    margin: 0.6em 0 0 0;
}

#footer a {
    font-weight: bold;
    color: #353535;
    text-decoration: none;
}
