.top 
{ 
	position:relative; 
	top:0px;  
	left:0px;		
	width:100%; 
	height:100px; 
	background-color:#ffffff; 
	color:black; /* font color top */
	font-family: 'Barlow Medium',sans-serif;
}

.frame 
{
 width:100%;height:100%;
}
.leftmain
{
    float:left;
    position:relative;
    background: #163;
    width:250px;
    height:100%;
}
.lefttop
{    float:left;
    position:relative;
    background: #ffffff;
    width:250px;
    height:90%;
}
.leftbot
{   float:left;
    position:relative;
    background: #ffffff;
    width:250px;
    height:10%;
}

.main
{
 /*   background-image: url("/grafik/baggrund.jpg");   */
    background-color: #ffffff;
    position:relative;
    width:*;
    overflow:auto;
    font-family: 'Barlow Light',sans-serif;
    font-size:14px;
}
.maintop
{
    position:relative;
    background: #ffffff;
    height:20px;
}
}
.mainbot
{
    <div class="main">
	
}

.mainframe
{
    background: #ffffff;
    position:relative;
    width:100%;
    height:calc(100% - 110px);
}
.mainsearch
{
    font-family: 'Barlow Medium',sans-serif;
    font-size:11px;
}
.footer
{
    position:relative;
    background: #4D4D4D;
    color:white; /* font color footer */
    font-family: 'Barlow Medium',sans-serif;
}
