

/* Generic Selectors */

html, body
    {
        width:100%;
        height:100%;
        margin: 0;
        padding: 0;
        font: 12px/17px Verdana, Arial, sans-serif;
        color: #000000;
        background-color: white;
    }


		a {color:#000000;}
		a img {border:none;}
		
    #container
    {
        width: 990px;
        height: auto;
        background-color: white;
        position:relative;
    }


    #topnav
    {
        width:990px;
        height: 35px;
        border-bottom: 1px solid #AFAFAF;
    }
    
    #energiepic
    {
        width:184px;
        height:13px;
        float: left;
        margin:15px 296px 0 135px; 
    }    

/*
    .topnav_button
    {
        float: left;
        margin:16px 0 0 0;
        width: 120px;
        background: #ffffff;
        color: #AFAFAF;
        text-transform:uppercase;
        font-size:11px;
    }
*/
    #mainmenu
    {
        height: 156px;
        width: 100%;
        background-color: white;
    }

    #logo
    {
        height: 134px;
        width: 196px;
        margin:0 0 0 135px;
    }

    #menucontainer
    {
        position: absolute;
        width: 480px;
        top: 65px;
        left: 495px;
        color: #015138;
    }

    .submenu
    {
        float: left;
        width: 120px;
        height: 118px;
        background-color: white;
    }

    .submenu div.title
    {
        font-size: 12pt;
    }

    .submenu div.title_select
    {
        font-size: 13pt;
        font-weight: bold;
    }

    .submenu div.categoryone
    {
        font-size: 10pt;
        padding-top: 0.5em;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #93E900;
    }

    .submenu div.categoryone_select
    {
        font-size: 10pt;
        padding-top: 0.5em;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #93E900;
        font-weight: bold;
    }

    .submenu div.category
    {
        font-size: 10pt;
        padding-top: 0.5em;
    }

    .submenu div.category_select
    {
        font-size: 10pt;
        padding-top: 0.5em;
        font-weight: bold;
    }


    #topbanner
    {
        height:200px;
        width: auto;
        padding:0;
        background: #015138;
    }
  
   #topbanner img,
   #bannerpic
    {   

    }
    
    #bannerheadline {
        margin:0 0 10px 0;
    }
    
    #bannertext
    {   
        height:185px;
        width:465px;
        padding:15px 0 0 15px;
        margin:0;
        float:left;
        background:#93E900;
        overflow:hidden;
				margin-left:15px;
    }

    #bannertext p
    {   
        width:405px;
        font:12px/15px Verdana, Arial, sans-serif;
        margin:0;
        padding:0.3em 0 0 0;
    }

    
    #bannerlogo
    {
        height:200px;
        width:135px;
        float:left;
        margin:0;
        padding:0;
        position:relative;
    }

    #bannerlogo img
    {
        position:absolute;
        bottom:15px;
        left:5px;
    }

    #topbanner_navigation
    {
        height:55px;
        width: 100%;
        background-color: #015138;
    }

    #topbanner_buttons
    {
        height:30px;
        width: 600px;
        background-color: #93E900;
        margin-left: 13px;
        padding-top: 25px;
        padding-left: 120px;
        color: #015138;
    }

    #topbanner_buttons div.sectionone
    {
        float: left;
        height:1em;
        width: 95px;
    }

    #topbanner_buttons div.sectionplus
    {
        float: left;
        height:1em;
        width: 100px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: white;
        text-align: center;
    }

    #main
    {
        position: relative;
        width: 975px;
        height: auto;
        padding: 4px 0 0 15px;
    }

 

    #sidebar
    {
        float: right;
        width: 240px;
        height: auto;
    }

    #sidebarcontent
    {
        float: right;
        width: auto;
    }

    #content
    {
        float: left;
        width: 720px;
    }

    #footer
    {
        clear: both;
        width: 720px;
        margin-left:15px;

    }


div.news-blog-item {
    overflow:hidden;
    padding-bottom:60px;
}

div.news-blog-item h4 {
    padding:20px 0 0 0;
}



    .sidebar_title
    {
        font-size: 14px;
        font-weight: bold;
        width: auto;
        background-color: white;
        color: #848484;
        padding-top: 0.5em;
        padding-bottom: 10px;
        border-top: 1px solid #AFAFAF;
    }

    .sidebar_news
    {
        width: auto;
        padding-bottom: 25px;
        border-top: 1px solid #AFAFAF;
    }

    h2 .sidebar_news_date
    {
        font-size: 12px;
        color: #848484;
    }

    h2.sidebar_news_title
    {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding:0;
        color: #015138;
    }

    div.sidebar_news_content
    {
        padding: 0 15px 0 0;
    }
    
    div.sidebar-news-list-item {
        border-bottom:1px solid #A7A7A7;
        font-size: 11px;
        margin:0 0 20px 0;
    }

    div.sidebar-news-list-item h3 a {
        display: block;
        margin: 0 0 10px 0 !important;
    }

    div.sidebar-news-list-item p {
        margin:0;
    }

    div.sidebar-news-list-item img {
        margin:10px 0 10px 0;
    }
    
    span.news-date {
        display:block;
        padding:0px 0 0 0;
        clear:both;
        font-size: 11px;
    }

    div.news-list-text {
        padding:0px 0 10px 0;
    }

    a.sidebar_news_more, div.sidebar_more_link a
    {
        font-size: 10px;
        font-weight: bold;
        color: #015138;
        background-color: #F2F2F2;
        text-transform:uppercase;
        padding:2px 4px;
        text-decoration:none !important;
    }

    a.sidebar_news_more:hover, div.sidebar_more_link a:hover
    {
        color: #F2F2F2;
        background-color: #015138;
        text-decoration:none !important;
    }

    div.sidebar_banner
    {
        background-color: #DCDCDC;
        text-align: center;
        margin-top: 5px;
        padding-top: 2ex;
        height: 35px;
    }


 #postcontainer
{
    background-color: #F2F2F2;
    height: auto;
}

 #pagecontainer
{
    display: block;
    background-color: #F2F2F2;
    height: auto;
}

 .commentcontainer
{
    background-color: #F2F2F2;
    margin-top: 5px;
}

 #requestcontainer
{
    margin-bottom: 14px;
    height: 220px;
}

 .post
{
    padding-bottom: 5px;
    margin-left:120px;
}

h4.date,
.post div.date
{
    font-size: 9pt;
    margin-top: 0.5ex;
    font-weight: bold;
    color: gray;
}


h1,
.post div.title,
h3 a {
    margin-top: 0.5ex;
    font-weight: bold;
    font-size: 16pt;
    line-height:100%;
    color: #015138;
    text-decoration:none;
}

h2 {
        font: bold 14px/18px Verdana, Arial, sans-serif;
        color: #535353;
}

.post div.summary
{
    font-weight: bold;
    margin-top: 20px;
}

.post div.container
{
    width: 100%;
    padding-bottom: 20px;
}

.post div.container div.content
{
    margin-right: 135px;
    margin-top: 15px;
}

.post div.container div.comments
{
    font-size: 9pt;
    float: right;
    width: 120px;
    height: 100px;
}

.post div.container div.comments div.number
{
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: white;
}

.post div.container div.comments div.day
{
    padding-bottom: 1px;
    padding-top:  1px;
}

.post div.pic
{
    padding-bottom: 5px;
    min-height: 32px;
    height: auto !important;
    height: 32px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #AFAFAF;
}

.button_big
{
    width: 130px;
    height: 22px;
    background-color: white;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #92E901;
    padding-left:6px;
    padding-top:4px;
    color: #015138;
}

.button_small
{
    width: 60px;
    height: 15px;
    background-color: white;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #92E901;
    padding-left:6px;
    padding-top:4px;
    color: #015138;
    font-size: 8pt;
    margin-top: 0.5ex;
}


.post_footer
{
    background-color: blue;
}


 .page
{
    margin-top: 21px;
      margin-left: 120px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #AFAFAF;
    padding-bottom: 20px;
}

.page div.title
{
    margin-top: 2ex;
    margin-bottom: 2ex;
    font-weight: bold;
    font-size: 16pt;
   color: #015138;
}

.page div.content
{
  margin-right: 135px;
}

.page_footer
{
    margin-top: 20px;
    height: 25px;
    bottom: 0px;
    background-color: #93E900;
}

.footer_archive
    {
        float: right;
        width: 160px;
        height: 20px;
        background-color: #015138;
        color: white;
        font-weight: bold;
        padding-left: 2ex;
        padding-top: 5px;
        font-size: 9pt;
    }

.picbox
{
    float: left;
    position: relative;
    width: 300px;
    background-color: white;
    margin-right: 10px;
    margin-top: 0.5em;
}

.picbox {
  margin-left: -120px;

}

* html .picbox {
  margin-left: -60px; /* workaround fuer IE 6 */
}

.picbox img
{
  max-width: 300px;
  border: 0px;
}

.picbox  div.subtitle
{
   float: left;
   font-size: 8pt;
   padding: 1px;
}

.picbox  div.maximize
{
   float: right;
   font-size: 8pt;
   padding: 1px;
   width: 20px;
   text-align: center;
}

 .commentcontainer div.title
{
   font-size: 13pt;
   font-weight: bold;
   margin-left: 120px;
   padding-top: 15px;
   padding-bottom: 15px;
   color: #666666;
}

 .comment
{
    margin-left: 120px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #AFAFAF;
    padding-bottom: 25px;
}

 .comment div.info
{
    margin-top: 2px;
    margin-bottom: 2ex;
    font-size: 8pt;
    color: gray;
}

 .comment div.text
{
    margin-top: 2px;
}

 .commentcontainer form
{
    margin-left: 120px;
    padding-bottom: 25px;
    margin-right: 120px;
    height: 330px;
}

 div.form_input
{
    clear: both;
    padding-top: 2px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #AFAFAF;
    padding-bottom: 20px;
}

div.form_input div.fieldname
{
    float: left;
}

div.form_input input.text
{
    float: right;
    font: 12px/17px Verdana, Arial, sans-serif;
    color: #000000;
    border: 1px solid #EED5FF;
    background-color:#F2F2F2;
    height:17px;
    width:250px;
    padding:3px;
    margin-right: 50px;
    margin-bottom: 20px;

}

div.form_input textarea
{
    float: right;
    font: 12px/17px Verdana, Arial, sans-serif;
    color: #000000;
    border: 1px solid #EED5FF;
    background-color:#F2F2F2;
    height:200px;
    width:250px;
    padding:3px;
    margin-right: 50px;
    margin-bottom: 20px;
}

div.form_input input.button
   {
    font-size:11px;
    border: 1px solid #EED5FF;
    width: 130px;
    height: 22px;
    background-color: white;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #92E901;
    color: #015138;
    padding: 3px;
   }

.requestmenu_left
{
    float: left;
    width: 357px;
    margin-right: 3px;
}

.requestmenu_right
{
    float: left;
    width: 357px;
    margin-left: 3px;
}

.requestmenu_pic
{
    float: left;
    width: 180px;
    height: 130px;
}
.requestmenu_text
{
    float: left;
    width: 170px;
    height: 129px;
    background-color: #F2F2F2;
    padding-left: 7px;
    font-size: 10px;
    line-height:14px;
    margin-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #AFAFAF;
}

.requestmenu_header
{
    color: #FFFFFF;
    height: 25px;
    margin-bottom: 3px;
    background-color: #015138;

}

.requestmenu_header div.title  {
    padding-top: 4px;
    margin-left: 15px;
    font-size: 10pt;
    font-weight: bold;
}

.requestmenu_title
{
    font-size: 10pt;
    font-weight: bold;
    color: #015138;
    margin-top: 1.5ex;
    margin-bottom: 1.5ex;
}

.requestmenu_pic img
{
 width: 180px;
 height: 130px;
}

.requestmenu_item
{
    clear: both;
    width: 329px;
    height: 22px;
    background-color: #F2F2F2;
    margin-top: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #AFAFAF;
    padding-top: 8px;
    padding-left: 14px;
    padding-right: 14px;
}

.requestmenu_item_text
{

    float: left;
    color: #015138;
    font-weight: bold;
}

.requestmenu_item_up
{
    float: right;
    color: #015138;
    font-weight: bold;
}

/**************** Pseudo classes ****************

 .header:visited, .header:link
{
    color: #535353;
    text-decoration: none;
}

 .header:hover
{
    color: #535353;
    text-decoration: underline;
}

*/

 .picboxlink:visited, .picboxlink:link
{
    color: #000000;
    text-decoration: none;
}

 .picboxlink:hover
{
    color: #000000;
    text-decoration: underline;
}


.default:link
    {
        color: #015138;
        text-decoration: none;
    }

 .default:active
{
    color: #015138;
    text-decoration: none;
}

 .default:visited
{
    color: #015138;
    text-decoration: none;
}

 .default:hover
{
    color: #015138;
    text-decoration: underline;
}



.archive:link
    {
        color: white;
        text-decoration: none;
    }

 .archive:active
{
    color: white;
    text-decoration: none;
}

 .archive:visited
{
    color: white;
    text-decoration: none;
}

 .archive:hover
{
    color: white;
    text-decoration: underline;
}

.news-single-img a img {
    overflow:hidden;
    margin:0;
}

p.news-single-imgcaption {
    clear:both;
    overflow:hidden;
    margin:10px 0 0 0;
    font-size:11px;
}

#isarcounter {
    width:236px;
    background: #ffffff;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0px;
    border-left: 4px solid #015138;
    overflow: hidden;
}

#isarcounter div {
    background: #DDE9B4 url('../img/isarbg.gif') repeat-x;
    text-align: center;
    margin: 0 0 0px 2px;
    padding: 0;
    overflow:hidden;
}

#isarcounter div.sidebar_more_link {
    background: none;
    text-align: right;
}

#isarcounter h2 {
    font-size:12px;
    font-weight: bold;
    padding: 5px;
    margin: 0px;
    color: #000000;
}

#isarcounter iframe {
    height: 50px;
    background:#DDE9B4;
    margin: 0px;
    padding: 0 3px;
    border: 0px;
}
