* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: black;
}

body {
    background: #e0ebf0 url("images/bg.png"/*tpa=http://hycon.dk/app_themes/grey/images/bg.png*/) repeat-x;
}

a {
    color: White;
    text-decoration: underline;
    color: #295c83;
}

img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
}

embed {
    margin: 0 auto;
    display: block;
}

#wrapper {
    width: 980px;
    height: auto;
    min-height: 200px;
    margin: auto;
}

#top {
    position: relative;
    width: 100%;
    height: 190px;
    margin-top: 55px;
    background: #231f20;
    overflow: hidden;
}

#header {
    padding: 25px 35px;
}

#logo {
    width: 110px;
    display: inline-block;
}

#logo2 {
    float: right;
}

#banner {
    height: 140px;
    position: relative;
    float: right;
    margin-top: -40px;
}

h1 {
    padding: 0;
    margin: 0;
}


/*  Main menu  */
#menu {
    max-width: 980px;
    width: 100%;
    margin-top: 10px;
}

    #menu > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #menu > ul > li {
            margin-top: 12px;
            display: inline-block;
        }

            #menu > ul > li > a {
                text-decoration: none;
                text-decoration: none;
                text-transform: uppercase;
                color: #fff;
                padding: 6px;
                -moz-transition: all .2s;
                -o-transition: all .2s;
                -webkit-transition: all .2s;
                transition: all .2s;
                border-radius: 5px;
            }

                #menu > ul > li.current > a,
                #menu > ul > li > a:hover {
                    background: #666666;
                }



    #menu .current > a {
    }


.sitename {
    width: 160px;
    background-color: Black;
    text-align: left;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: White;
}

#submenu {
    width: 180px;
    float: left;
    height: auto;
    margin-left: 5px;
}

    #submenu > ul {
        list-style: none;
        width: 180px;
        padding: 0;
        margin: 0;
    }

        #submenu > ul > li {
            color: #fff;
        }

            #submenu > ul > li > a {
                padding: 4px;
                padding-left: 10px;
                display: block;
                background: #295c83;
                margin: 1px 0px 1px 0px;
                color: #fff;
                text-decoration: none;
            }

            #submenu > ul > li > ul {
                list-style: none;
                width: 180px;
                padding: 0;
                margin: 0;
            }

                #submenu > ul > li > ul > li {
                    padding: 4px;
                    padding-left: 30px;
                    background: #7f9db5;
                }

                    #submenu > ul > li > ul > li > a {
                        display: block;
                        text-decoration: none;
                        color: #fff;
                    }

                #submenu > ul > li > ul .current {
                    background: #7f9db5 url("images/current.png"/*tpa=http://hycon.dk/app_themes/grey/images/current.png*/) 10px center no-repeat;
                }


/* contenplaceholders  */
#maincontent {
    max-width: 980px;
    width: 100%;
    min-height: 250px;
    background: #231f20;
}

#content {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    color: Black;
}

#smallcontent {
    height: auto;
    margin-left: 5px;
    width: 765px;
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    min-height: 200px;
    background-color: White;
    padding: 0px 0px 10px 0px;
    color: Black;
}

#fullcontent {
    height: auto;
    min-height: 200px;
    padding: 10px 0px 10px 0px;
    color: Black;
    background: #fff;
    margin: 0 10px;
}

.frontpage #fullcontent {
    background: transparent;
    margin: 0;
    padding: 0;
}

#smallcontent a {
}

#fullcontent a {
}

#maincontent ul {
}

/* footer */


#footer {
    width: 100%;
    max-width: 980px;
    height: 172px;
    background: #231f20;
    float: left;
    margin-bottom: 60px;
    color: #fff;
}

    #footer a {
        color: #fff;
    }

    #footer .wrap {
        padding: 30px 35px;
    }


#footercontent {
    width: 600px;
    height: 115px;
    float: left;
    padding: 10px 10px 0px 30px;
    padding-bottom: 30px;
}

    #footercontent > ul {
        list-style: none;
        display: inline;
        padding: 0;
        margin: 0;
    }

    #footercontent ul > li {
        float: left;
        padding: 0px 40px 0px 0px;
    }

    #footercontent ul li a {
        display: block;
        color: #666666;
        font-size: 16px;
        text-decoration: none;
        text-decoration: none;
    }

    #footercontent ul li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        list-style: none;
        width: 100px;
        padding-top: 10px;
    }

        #footercontent ul li ul li {
            margin: 0;
            padding: 0;
            display: block;
            float: left;
            width: 100px;
        }

            #footercontent ul li ul li a {
                color: #cccccc;
                font-size: 12px;
                text-decoration: none;
            }

    #footercontent ul .lastitem ul {
        width: 300px !important;
    }

        #footercontent ul .lastitem ul li {
            width: 300px !important;
        }
/* submenu */

#leftarea {
    width: 340px;
    margin-left: 10px;
    margin-right: 45px;
    height: auto;
    min-height: 20px;
    float: left;
}

#topImg {
    height: auto;
    min-height: 100px;
    width: 350px;
    float: left;
}

#bottomimgs {
    height: auto;
    min-height: 100px;
    width: 350px;
    float: left;
}

#toparea {
    margin: 10px;
    background-color: Black;
    color: White;
    text-align: left;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

#rightarea {
    width: 360px;
    height: auto;
    min-height: 20px;
    float: left;
    margin-right: 10px;
}

.print {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}


.slideshow {
}

    .slideshow ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .slideshow img {
        width: 100%;
    }
    .slideshow a {
        display: block;
    }
