﻿html, body{
    height: 100%;
    margin: 0px;
    background-color: #ffffff;
	background-image:url(img/designgfx/bg_top_borders.jpg);
	background-repeat:repeat-x;
}

body{
	background-color: #ffffff;
	background-position: top center;
	background-image:url(img/designgfx/bg_top_borders.jpg);
	background-repeat:repeat-x;
}

body, a, p, td, div, span{
    font-family: tahoma;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}

a:hover{
    color: #111111;
}

h1{
	font-family:trebuchet MS;
    font-size: 20px;
    font-weight: normal;
    color:#660000;
}

.newsletter h1{
	text-indent:20px;
}

h2{
    font-family: cambria;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}

h3{
    font-family: cambria;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.center_div{
	width: 1000px;
    margin: 0px auto 0px auto;
}

.maindiv_wrapper{
	width: 1000px;
	margin-left: -1px;
	text-align: left;
    position: relative;
}


.top{
    width: 1000px;
    height: 80px;
	background-image:url(img/designgfx/top_bg.gif);
	background-repeat:no-repeat;
}

.top_menu{
	margin-top:20px;
	width:900px;
	height:40px;
}

.top_menu ul{
    list-style: none;
    padding-top: 25px;
}

.top_menu li{
    display: inline;
    list-style: none;
    margin-right: 30px;
   
}

.top_menu li a{
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

.frise{
    width: 1000px;
	height:285px;
	padding-top:10px;
	margin-left:20px;
	vertical-align:middle;
	text-align:center;
}

.frise_content{
    width: 955px;
    height: 270px;
    background-image: url(/img/designgfx/frise_bg.gif);
    background-repeat: no-repeat;
	padding-top:5px;
	text-align:center;
}

.content{
    width: 980px;
    min-height: 500px;
	background-image:url(img/designgfx/content_bg.gif);
	background-repeat:no-repeat;
    padding: 0px 5px 5px 10px;
	margin-top:-6px;
}

.content_left{
	width:290px;
	padding-left:20px;
	padding-top:15px;
	float:left;
}

.menu_left{
    width: 265px;
    min-height: 200px;
    border-bottom: none;
	margin-left:13px;
	padding:4px 0px 0px 0px;
}

.menu_left h1{
    margin: 15px 0px 25px 20px;
}

.menu_left ul{
    margin-top: 10px;
}

.menu_left li{
    margin-top: 10px;
    list-style-image: url(/img/designgfx/arrow.jpg);
}

.menu_left li a{
    font-size: 14px;
    color: #a8ab8c;
    font-weight: normal;
    letter-spacing: 1px;
}

.newsletter{
    width: 265px;
    height: 210px;
	background-image:url(img/designgfx/nyhedsbrev_bg.jpg);
	background-repeat:no-repeat;
	margin-left:13px;
	padding:4px 0px 0px 0px;
}

.newsletter h1{
    margin-top: 10px;
}

.newsletter p{
    margin: 35px 0px 5px 20px;
}

.knapper{
    width: 92px;
    float: left;
    margin-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    cursor: pointer;
}

.knapper a, .knapper{
color: #7f7f7f;
}

.txtboks{
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    font-size: 10px;
    padding: 4px;
    width: 230px;
    color: #666666;
    
}

.content_right{
	width:615px;
	padding-left:0px;
	padding-top:15px;
	margin-right:30px;
	float:right;
}

.content_right h1{
    margin-top: 30px;
    margin-bottom: 25px;
}

.content_right_top{
	min-height:200px;
}

.content_right_top h1{
    margin-top: 15px;
    margin-bottom: 25px;
}

.content_right_bottom{
	min-height:200px;
	margin-top: 20px;
}

.bottom{
	border-top:1px solid #cccccc;
	height:20px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:20px;
	text-align:right;
	margin-bottom:10px;
	margin-top:20px;
}

.bottom p {
	color:#999999;
}

.clear{
    clear: both;
}


p{
    margin: 0px;
    padding: 0px;
}
