/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins, a {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}




body {
    color:#000;
    line-height:16px;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size:12px;
    background: #0c4005 url('/images/bg-gras.jpg') top left repeat;

}



#container {
    width:980px;
    margin: 0 auto;
}
#header {
    height: 118px;
    overflow: auto;
    background: url('/images/bg-header.png') top left repeat-y;
}
#logo {
    width:200px;
    height:110px;
    padding: 0 0 0 45px;
    float:left;
}
#logo a {
    
    width:124px;
    height:64px;
    padding: 30px 0 0 0px;
    float:left;
}
#ideal {
    width:100px;
    height:110px;
    padding: 0 0 0 70px;
    float:left;
}
#ideal img {
    padding: 0;
}

#slogan {
    width:350px;
    padding: 35px 42px 0 0;
    float:right;
    color:#05510b;
    font-size:24px;
    text-align:right;
}



#main {
    overflow:hidden;
    padding: 0 0 20px 17px;
    background: url('/images/bg-page.png') top left repeat-y;
}

#left {
    width:564px;
    padding: 0 0px 0 0px;
    float:left;

}


#menu {
    overflow:none;
    height:55px;
    font-size:13px;
    clear: both;
    font-size: 12px;
    
    white-space: nowrap;
    width: 564px;
    background:url('/images/bg-menu.png') top left repeat-x;
}
#menu ul {
    list-style:none;
    
    
}
#menu ul li {
    
    height:49px;
    
}
#menu ul li {
    
    display:inline-block;
    background:url('/images/bg-menu-delimiter.png') top right no-repeat;
}
#menu ul li a {
    
    
    height:42px;
    line-height:40px;
    display:inline-block;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}
#menu ul li.active a, #menu ul li a:hover {
    color:#fff;
    background:url('/images/bg-menu-active.png') top left repeat-x;
}
#menu ul ul {
    padding:0;
}
#menu ul li.active li a, #menu ul li li a {
    color:#111;
    background:none;
    height:25px;
    line-height:25px;
    display:block;
}
#menu ul li.active li.active a, #menu ul li li a:hover {
    color:#1F6511;
    background:none;
}

#menu li ul.potato-menu li {
    background:none;    
    width:190px;
    height:25px;
    line-height:25px;
    text-align:left;
    margin: 0;
    font-size:12px;
    
}
#menu li ul.potato-menu li a, #menu li ul.potato-menu li a:hover, #menu li ul.potato-menu li.active a {
    line-height:25px;
    padding:0 5px;
    background:none;
}
#menu li ul.potato-menu  {
    overflow:none;
    width:190px;
    background:url('/images/bg-submenu.png') top left repeat; 
    border-left:1px solid #d0d0d0;
    border-right:1px solid #d0d0d0;
    border-bottom:1px solid #d0d0d0;
/*     background:#F0F0F0; */
    
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0 0 2px 0;
}
#menu li ul.potato-menu  li {
    border-bottom:1px solid #d0d0d0;
}
#menu li ul.potato-menu li.last {
    border-bottom:none;
}

#right {
    width:371px;
    float:right;
    padding: 0 15px 0 0;
}

#content {
background: url('/images/bg-content.png') top left repeat-y;
border-bottom: 1px solid #666666;
margin:0 0 10px 0;
}

#content p, #content ul, #content ol, #content h1, #content h2, #content h3, #content h4, #content h5 {
    padding:0px 15px 15px 15px;

}
#content ul, #content ol{
    padding: 0 15px 15px 40px;
    list-style:disc;
        
}
#content iframe {
    margin:0px 15px 15px 15px;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
    color:#2d8e1b;
    font-size:14px;
}
#content h1 {
    line-height:25px;
    
    padding: 0px 15px 15px 10px;
    color:#1f6511;
    font-size:18px;
}
#content h2{
    font-size:16px;
}
#content a, .content-box a {
    color:#2d8e1b;
}
#content a:hover, .content-box a:hover {
    text-decoration:underline;
}

#content .imgban {
text-align:center;
padding: 25px 0 20px 0;
}

#content ol{
    list-style:decimal;
    }
#content table {
    margin: 0 15px 15px 15px;
    
        
    }

.content-top {
    background: url('/images/bg-content-top.png') top left repeat-y;
    height:35px;
}
.content-box {
    background: url('/images/bg-content.png') top left repeat-y;
    border-bottom: 1px solid #666666;
}
.content-box .title {
    display:block;
    color:#1f6511;
    font-size:13px;
    font-weight:bold;
    padding:0px 15px 15px 15px;

}
.content-box p, .content-box ul, .content-box ol, .content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5 {
    padding:0px 15px 15px 15px;

}
.content-box hr {
    margin:0px 15px 15px 15px;
    color: #fff; background-color: #fff; border: 1px dotted #333333; border-style: none none dotted;
}

#footer {
    clear:both;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    padding: 0 40px 50px 40px;
    overflow:auto;
    background: url('/images/bg-footer.png') top left no-repeat;
}
#footer a {
    color:#fff;
    line-height:58px;
}
#footer a:hover {
    text-decoration:underline;
}
#footer div {
    float:right;
    width:600px;
    height:58px;
    text-align:right;
}
#footer img {
    float:left;
    width:66px;
    height:58px;
}
#footer .adres {
    width:120px;
    float:left;
    margin: 0 0 0 20px;
    text-align:left;

}

#twitter {
    background: url("/images/bg-slideshow.jpg") top left no-repeat ;
}
#twitter a {
    color:#2D8E1B;
}
