﻿html, body {
    margin:0px;
    background-color:#000000;
    background-image:url('../Images/Layout/bg.jpg');
    background-position:top;
    background-attachment:fixed;
    background-repeat:no-repeat;
    color:#ffffff;
    font-family:Calibri, Verdana, Tahoma, Arial;
}

img {border:0px;}

h1, h2, h3, h4, h5, h6, p, td {color:White;}

h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:18px;}

a {color:#ffcc00; text-decoration:none;}
a:hover {color:#ffcc00; text-decoration:underline;}

.maincontainer {
    position:relative;
    width:990px;
    margin:0px auto;
    padding-top:10px;
    background-image:url('../Images/Layout/Trans_bg.png');
    background-repeat:repeat;
}
.megabanner {position:relative; width:930px; margin:0px 30px 0px 30px;}
.topheader {position:relative; width:990px; height:100px;}
.topmenu {
    position:relative;
    width:990px;
    height:41px;
    background-color:#000000;
    background-image:url('../Images/Layout/topmenu_bg.png');
    background-repeat:repeat-x;
}
.topmenutext {padding:10px 0px 0px 20px;}
.topmenulink {
    color:#898989;
    font-size:14px;
    font-family:Calibri, Tahoma, Verdana, Arial;
    text-decoration:none;
}
a.topmenulink:hover {
    color:#ffcc00;
    font-size:14px;
    text-decoration:none;
}
.content {position:relative; width:990px;}
.maincontent {
        float:left;
        width:670px;
}
.rightcontent {float:left; width:320px;}
.rightmenulink {color:White; text-decoration:none;}
a.rightmenulink:hover {color:#ffcc00; text-decoration:none;}

.banner300 {
    width:320px;
    height:250px;
    margin:0px 10px 0px 10px;
}

.footer {
    position:relative;
    width:990px;
    min-height:100px;
    clear:both;
    border-top:dashed 1px #666666;
}
.tilmeldinginput {width:300px;}

.textboxsize {padding:5px; font-family:Verdana;}

.rightmenuheadline {
    height:41px;
    width:300px;
    background-color:#000000;
    background-image:url('../Images/Layout/topmenu_bg.png');
    background-repeat:repeat-x;
    margin:0px auto;
}
.rightmenuheadlinetext {
    color:#898989;
    font-size:14px;
    font-family:Calibri, Tahoma, Verdana, Arial;
    padding:10px 0px 0px 10px;
    text-decoration:none;
}
.slideshow {
    height:170px;
    width:300px;
    background-color:#111111;
    text-align:center;
    margin:0px auto;
}
.slideshowimg {
    width:280px;
    margin:0px auto;
}