body {
        margin: 0;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #787878;
        background: #a6a8a9;
}

p, ul, ol {
        margin-top: 0;
        line-height: 180%;
}

ul, ol {
}

a {
        text-decoration: none;
        color: #787878;
        background: none;
}

a:hover {
        background: none;
}

a img {
         border: none;
}

/*************************/
/******** MAIN ***********/
/*************************/

#main {
        width: 935px;
        margin: 0 auto;
        background: #ffffff;
}


/*************************/
/******* HEADER **********/
/*************************/

#header {
        width: 935px;
        height: 158px;
        background: url(../assets/header_bg.jpg) repeat;
        clear:both;
}

#image_logo {

         padding-top:50px;
         padding-left:20px;
         float: left;

}
#image_pflanze {
         float: right;
         padding-right:0px;
         padding-top:30px;

}


/*************************/
/******** PAGE ***********/
/*************************/

#page {
        width: 935px;
        margin: 0 auto;
}


/*************************/
/******** MENU ***********/
/*************************/

#menu {
        width: 935px;
        margin: 0 auto;
        background: #c5c6c8;
        height: 36px;
}

#menu li {
        float: left;
}


/******** PAGES ***********/

#menu #pagesMenu {
        margin: 0;
        margin-right: 30px;
        padding: 0;
        list-style: none;
        line-height: 37px;
}

#menu #pagesMenu a {
        padding: 10px 20px 10px 20px;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #000000;
        font-size: 14px;
}

#menu #pagesMenu a:hover, #menu #pagesMenu .current_page_item a {
        background: #ffffff;
        color: #000000;
}

#menu #pagesMenu a:hover {
        text-decoration: normal;
}



/******** LANGUAGES ***********/

#menu #languagesMenu {
         float: right;
        margin: 0;
        margin-right: 30px;
        padding: 0;
        list-style: none;
        line-height: 37px;
}

#menu #languagesMenu a {
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #666666;
}


#menu #languagesMenu a:hover, #menu #languagesMenu .current_lang_item a {
        color: #000000;
        font-weight: bold;
}

#menu #languagesMenu a:hover {
        text-decoration: normal;
}


/*************************/
/******* WELCOME *********/
/*************************/

#welcome {
        width: 935px;
        padding-left: 214px;
        padding-top: 20px;
}

#welcome .title {
         padding-bottom: 5px;
         padding-left: 20px;
         font-size: 20px;
         width: 507px;
}

#welcome .post {
         width: 507px;
         background-image:url(../assets/welcome_post_bg.jpg);
         background-repeat:no-repeat;
         /*background: url(../assets/welcome_post_bg.jpg) no-repeat;*/
}

#welcome .post .entry{
        padding: 20px 20px;
}


/*************************/
/******** LOGOS **********/
/*************************/

#logos {
        width: 777px;
        margin: 0 auto;
}

.postHeader{
         height: 80px;

}

#biogolftee {
        width: 194px;
        float: left;
}

#variuscard {
        width: 194px;
        float: left;
}

#logojet {
        width: 194px;
        float: left;
}

#druckartig {
        width: 194px;
        float: left;
}

#logos .post {
        width: 184px;
        background: url(../assets/logos_post_bg.jpg) no-repeat left top;
}

#logos .post .entry {
        padding: 20px 20px;
        float: left;
}

.logoSpacer {
         clear:both;
}


/*************************/
/******** NEWS ***********/
/*************************/

#news {
       padding: 20px 120px;
}

#news .title {
         float:left;
         color: #000000;
         font-size: 14pt;
}

#news .date {
	 
         color: #80A011;
         font-size: 10pt;
}
#news .phil {
         color: #000000;
         font-size: 14pt;
}
#news .sub {
         color: #80A011;
         font-size: 12pt;
}

#news .content {

}


/*************************/
/******** FOOTER *********/
/*************************/

#footer {
        width: 782px;
        margin: 0 auto;
        left-padding: 76px;
        background: url(../assets/footer_bg.jpg) no-repeat;
        font-family: Arial, Helvetica, sans-serif;
        color: #AAAAAA;
}  

#footer p {
        font-size: 9px;
        text-align: center;
}

#footer a {
        color: #AAAAAA;
        text-align: center;
}