/*
 *******************************************
 *                                         *
 * CSS FOR WIZI                            *
 *                                         *
 * By Rasmus Frey <frey@verk.dk>           *
 *                                         *
 *******************************************
**/

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {margin:0px;padding:0px;height:auto;}


body {
        text-align:center;
        background-color:#bdb0a1;
}

#container {
        position:relative;
        overflow:hidden;
        width:760px;
        height:auto;
        background-color:#ded6ab;
        margin: 0 auto;
        text-align:left;
        margin-top:0px;
        /*background-image:url(../graphics/content_bg.gif);*/
}

        #header{
                position:relative;
                overflow:visible;
        }
                #header h1{
                        margin-top:15px;
                        margin-left:15px;
                        font-size:200%;
                        color:#996600;
                }

        #leftbox{
                width:200px;
                float:left;
        }

        #middlebox{
                width:700px;
                float:left;
                padding-left:30px;
        }

        /*#rightbox{  not used
                width:200px;
                float:right;
        }*/

        #leftbox, #middlebox, #rightbox{
                position:relative;
                height:auto;
                overflow:hidden;
        }

        #footer{
                clear:both;
                width:auto;
                height:50px;
                overflow:hidden;
                border-top:1px solid #ccc;
        }


#top {
text-align:left;
height:21px;
width:760px;
background-color:#8a8b0f;
}
#top ul, #top ul li{
        margin:0px;
        padding:0px;
        list-style:none;
}
#top ul li {
        display:inline;
        padding : 0 1px 0 0;
        list-style : none;
        font-size : 11px;
        line-height:25px;
}
#top ul{
        text-align:left;
        margin-left:5px;
}
#nav a {
padding : 7px 10px;
text-decoration : none;
color : #ffffff;
font-weight : bold;
}
#nav a:hover , #nav a.active {
color : #d2232a;
font-weight : bold;
}
#nav a.active {
font-weight : bold;
}
#nav .navion
{
color: #d2232a;
font-weight:bold;
}


hr {
height: 1px;
border-top: 1px;
color: #f7f5ea;
background-color: #f7f5ea;
margin-top: 1px;
margin-bottom: 1px;
}



h1, .h1, H1 {
        font-size:130%;
        color:#d2232a;
        margin:0px;
        padding:0px;
        margin-bottom:0px;
}
h2, .h2, .H2 {
        font-size:120%;
        color:#444444;
        margin:0px;
        padding:0px;
        margin-bottom:0px;
        font-weight: normal;

}
h3, .h3, .H3 {
            font-size:100%;
        color:#d2232a;
        margin:0px;
        padding:0px;
        margin-bottom:0px;
        text-transform: uppercase;

        }


a {
 color:#d2232a;
}