/* GENERAL STYLES */
body{
margin: 0;
padding: 0;
background-color: #2F562F;
}

img{
border: 0;
}

div.container{
width: 900px;
margin: 0 auto;
/*
background: #ffffff;
overflow: hidden;
*/
}

div.bgposlayer{
background-color: yellow;
height: 0px;
width: 0px;
position: absolute;
}
div.bgleft{
position: absolute;
top: 0;
left: -190px;
width: 190px;
height: 850px;
background: url('images/bg_venstre.jpg');
}
div.bgright{
position: absolute;
top: 0;
left: 900px;
width: 190px;
height: 850px;
background: url('images/bg_hoejre.jpg');
}

div.topgrafik{
height: 100px;
}

div.topnavigation{
height: 20px;
background-color: #2F562F;
}
div.trekolonner{
background: url('images/contentbg.gif');
overflow: hidden;
width: 100%;
}
div.tokolonner{
background: url('images/contentbgnoline.gif');
overflow: hidden;
width: 100%;
}

div.contentpanel{
width: 700px;
float: right;
}

div.editorcontentwide{
width: 670px;
padding: 0px 15px 15px 15px;
}

div.editorcontent{
float: left;
width: 470px;
padding: 0px 15px 15px 15px;
}

div.rightcol{
float: right;
width: 199px;
/*
border-left: 1px solid #C4CEC4;
padding-bottom: 1001px;
margin-bottom: -1000px;
*/
}

div.leftmenu{
float: left;
width: 200px;
background-color: #F3F7F6;
/*
padding-bottom: 1001px;
margin-bottom: -1000px;
*/
}

div.footertext{
background-color: #2F562F;
text-align: center;
padding: 5px 0 30px 0;
}
div.footertext p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#839A82;
margin: 0;
}

/* EDITOR PROPERTIES */
