
/* New */

#container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    min-height: 100%;
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    background-color: #FFFFFF;
}

#top_content {
    margin: 1px;
    height: 155px;
    border: 0px #FF0000 solid;
    background: url('../back-fade1.gif') repeat-x;
    text-align: left;
}

#menu_content {
    height: 20px;
    padding: 1px;
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    background: url('../img/menulink_bg.gif') repeat-x;
    text-align: left;
}

#main_content {
    margin-top: 5px;
    border: 0px #FF0000 solid;
    padding: 5px;
    text-align: left;
}

#footer_content {
    position: relative;
    bottom: 5px;
    height: 16px;
    border-top: 1px #CCCCCC dotted;
    text-align: left;
}


.news_desc {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}

.subpage_header {
    font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
    font-size: 18px;
}

.footer_text {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #888888;
}


body {
        padding-top: 14px;
	margin: 0 auto;
        background: url("../img/mainbg.gif") repeat;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 13px;
        color: #433A31;
	text-align: center;
}

.meny {
        font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
        font-size: 13px;
        color: #433A31;
        text-decoration: none;
}

.meny A {
        font-size: 13px;
        text-decoration: none;
        color: #433A31;
}

.meny A:hover {
        font-size: 13px;
        text-decoration: none;
        color: #9B845F;
}

.text1 {
        font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
        font-size: 13px;
        color: #000000;
        text-decoration: none;
}

td {
        font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
        font-size: 13px;
        color: #000000;
        text-decoration: none;
}

A {
        font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
        font-size: 12px;
        color: #433A31;
        text-decoration: underline;
}


input.checkbox {
        background-color: #ffffff;
        border: 1px solid #000000;
        color: #000000;
        width: 10px;
        height: 10px;
        padding: 1px;
}

input, textarea, select {
        background-color: #ffffff;
        border: 1px dotted #000000;
        font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
        font-size: 12px;
        padding: 0;
        padding-left: 2px;
}



.topwhois_textbox {
        font-family: 'Trebuchet MS', Georgia, Times, Times New Roman, sans-serif;
        font-size: 12px;
        height: 20px;
        width: 150px;
        background-color: #ededed;
        border: 1px dotted #7B8888;
        margin: 1px;
        padding-left: 3px;
        padding-top: 0px;
        color: #7B8888;
}

.topwhois_button {
        font-family: 'Trebuchet MS', Georgia, Times, Times New Roman, sans-serif;
        font-size: 12px;
        height: 20px;
        width: 50px;
        background-color: #ededed;
        border: 1px solid;
        font-weight: bold;
        color: #7B8888;
}

.whoisbox {
        border: 1px dotted #EDEDED;
        background-color: #FFFFFF;
        -moz-border-radius: 8px;
}


/*
     Framsida
*/
a.LinkObject_main {
        display: block;
        height: 120px;
        background-color: #FFFFFF;
        border: 1px #EEEEEE solid;
        color: #000000;
        padding-top: 10px;
        padding-left: 10px;
        margin: 2px;
        text-decoration: none;
        background: url("../back-fade2.gif") repeat;
        cursor: pointer;
}

a.LinkObject_main:hover {
        color: #000000;
        background: #FFFFFF;
        border: 1px #CCCCCC solid;
        cursor: pointer;
}

#main_pic {
        float: left;
        width: 80px;
}

#main_info {
        float: left;
        width: 320px;
}

#main_extra {
        float: right;
        width: 100px;
}

a.LinkObject_extra {
        display: block;
        height: 27px;
        width: 46%;
        background-color: #FFFFFF;
        border: 1px #EEEEEE solid;
        color: #000000;
        margin: 2px;
        text-decoration: none;
        background: url("../back-fade2.gif") repeat;
        cursor: pointer;
        padding: 6px;
        text-align: center;
}

a.LinkObject_extra:hover {
        color: #000000;
        background: #FFFFFF;
        border: 1px #CCCCCC solid;
        cursor: pointer;
}

