html, body {
    margin: 0;
    padding: 0;
    height:100%;
    width:100%;
    /*background: #09c url(../gfx/bg.jpg);
    /*background-repeat: repeat-x;*/
    font-family: Arial, Verdana;
    font-size: 12px;
}

img { border:0; }

h1,h2,h3,h4,h5,h6 { margin-top: 0; }

a { text-decoration: none; color:#00AFD8; }
a:hover { text-decoration: underline; }

/* Container */
#container {
    position:relative;
    width:1000px;
    height:1415px;
    margin:0 auto;
    background: url(../../gfx/bg.jpg) no-repeat;
    /*background: url(../../gfx/jule-bg.jpg) no-repeat;*/
    /*overflow:hidden;*/
}

#msansnes-link {
    position: absolute;
    left:50px;
    top:30px;
    width: 275px;
    height: 200px;
    cursor: pointer;
}

#logo-link {
    position: absolute;
    left:350px;
    top:70px;
    width: 300px;
    height: 125px;
    cursor: pointer;
}

#julebord-link {
    position: absolute;
    right:40px;
    top:30px;
    width: 225px;
    height: 200px;
    cursor: pointer;
}

/* Menu */
#menu {
    position:absolute;
    top: 300px;
    left: 100px;
    width: 800px;
    height: 30px;
    z-index:9;
    /*overflow: hidden;*/
}
/*#menu ul {
    width:700px;
    margin:0px;
    padding:0px;
    list-style:none;
}
#menu li { display:inline; }
#menu li a {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 30px;
    font-family: Arial;
    color:#666;
    text-decoration: none;
}
#menu li a:hover { color:#000; }
#menu li a.active { color:#00AFD8; }
#menu li a.active:hover { color: #000; }
*/

/* Content */
#content {
    position: absolute;
    top:330px;
    left:50px;
    width:900px;
    margin-top: 0px;
    z-index:0;
    /*background: url(../gfx/background.jpg) no-repeat;*/
}
#content p { margin-top:0; }

/* Footer */
#footer {
    position: absolute;
    left:0px;
    bottom:20px;
    width:100%;
    text-align: center;
    font-size: 10px;
    color: #666;
}
#footer a { text-decoration: none; color:#00AFD8; }

/* Miscellaneous */
.clear_left {
    clear: left;
    overflow: hidden;
    height: 1px;
}

.clear_right {
    clear: right;
    overflow: hidden;
    height: 1px;
}

.clear_both {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden;
}

/* Messages */
div.info_message {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px dotted #ff9933;
    background-color: #ffffcc;
}

div.ok_message {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px dotted #669966;
    background-color: #ccffcc;
}

div.error_message {
    margin-bottom: 10px;
    padding: 5px;
    color: red;
    font-weight: bold;
    border: 1px dotted #cc0000;
    background-color: #ffcccc;
}

label.error { 
    margin-left: 5px;
    color: red;
    font-weight: bold;
}

span.red {
    color: red;
}

span.green {
    color: green;
}

span.bold {
    font-weight: bold;
}
