/*
 *******************************************
 *                                         *
 * CSS FOR WIZI                            *
 *                                         *
 * By Rasmus Frey <frey@verk.dk>           *
 *                                         *
 *******************************************
**/
html {
     overflow: -moz-scrollbars-vertical;
}

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


.backflag {
background-image: url("../graphics/dflag.gif");
background-repeat:no-repeat;
padding-left: 27px;
padding-bottom: 8px;
}

.backflagd {
background-image: url("../graphics/eflag.gif");
background-repeat:no-repeat;
padding-left: 5px;
padding-bottom: 8px;
}

body {
        text-align:center;
        background-color:#ffffff;
        font-size : 12px;
        color: #666666;
        font-weight: normal;

}

a {
color: orange;
}

.backlogoa {
background-image: url("../graphics/backlogo_a.gif");
background-repeat: repeat-x;
}

.backlogob {
background-image: url("../graphics/backlogo_b.gif");
background-repeat: repeat-x;
}

.backpic {
background-image: url("../graphics/backpic.png");
background-repeat: repeat-x;
}

.backport {
background-image: url("../graphics/backport.png");
background-repeat: repeat-x;
}

.tableport {
POSITION: relative;
TOP: -45px;
}

.tablekontakt {
POSITION: relative;
TOP: -145px;
    }

#nav a {
color: #555555;
text-decoration: none;
list-style-type: none;
padding-left: 12px;
}
#nav a:hover , #nav a.active {
color : orange;
text-decoration: none;
list-style-type: none;
}
#nav a.active {
color: #555555;
font-weight : bold;
text-decoration: none;
list-style-type: none;
}
#nav .navion{
color: orange;
text-decoration: none;
list-style-type: none;
}

#nav .navioff{
color: #555555;
text-decoration: none;
list-style-type: none;
}

hr {
height: 1px;
border-top: 1px;
background-color: #666666;
}

p {
padding:0px;
margin: 0px;

}

/*GENERAL TEXT*/
h1, .h1, H1 {
        font-size:175%;
        color:#745a32;
        margin:0px;
        padding:0px;
        letter-spacing: 1px;
}
h2, .h2, .H2 {
        font-size:130%;
        color:#745a32;
        margin:0px;
        padding:0px;
        letter-spacing: 1px;

}
h3, .h3, .H3 {
        font-size:120%;
        color:#666666;
        margin:0px;
        padding:0px;
        margin:0px;
}
