﻿*
{
    margin:0px;
    padding:0px;
}
html
{
	overflow-y:scroll;
}
body 
{
    margin:0 auto 0 auto; 
    width:950px;
}
.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
.clearfix
{ 
    display: inline-block; 
} 
.clearfix
{
    display: block;
}
.NB
{
    color: red;  
	font-weight: bold;    
}

/* @Form elementer START*/
fieldset {  
	margin: 1% 1% 1% 2%;  
	padding: 0; 
	float:left;
	clear:left;
	width:92%;
	border: solid 1px #cecece;
	font: 11px tahoma;
	color: #666666;  
} 
legend {  
	margin-left: 1em; 
	padding: 0 10px; 
	color: #666666;  
	font-weight: bold; 
} 
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none; 
} 
fieldset li 
{
	float:left;
	clear:left;
	width:92%;
	padding-bottom: 1em; 
} 
fieldset.submit {  
	border-style: none; 
	float:none;
	width:auto;
	padding-left: 8em;
}
fieldset label
{
	float:left;
	width: 10em;
	margin-right: 1em;
}
fieldset input.text, fieldset textarea.text
{
	width:300px;
	border: solid 1px #cecece;
	padding: 2px;
	color: #666666;
}
input.submit
{
    cursor:pointer;
	width: 181px;
	height: 47px;
	background: transparent url(../stylesheet/icons/blue_button.png) no-repeat top left;
	border: none;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	
}
/* @Form elementer END*/


/*--------------------------------------------To Default.aspx START.
/*header start*/
#header
{
    height:83px;
    width:950px;

}
    #header #H_logo
    {        
        height:83px;
        width:329px;
        float:left;
        margin-left:15px;
        background:transparent url(images/header_logo.gif) no-repeat;
    }
    #header #H_hovedmenu
    {
        height:83px;
        width:606px;
        float:left;
    }
        #header #H_hovedmenu #H_kontaktinfo
        { 
            height:56px;
            width:286px;
            margin:27px 0px 0px 320px;
            float:left;
            color:#515151;
            font-family:Verdana;
            font-size:10px;
        }
/*header end*/
/*breaderum start*/
#breaderum
{
    height:28px;
    width:950px;
}
    #breaderum #B_Left
    {
        float:left;
        height:18px;
        width:289px;
        background:transparent url(images/breaderum_left.jpg) no-repeat;
    }
        #breaderum #B_Left a
        {
            text-decoration:none;
            margin:0px 0px 0px 15px;           
            color:#ffffff;
            font-family:Verdana;
            font-size:13px;
        }
        #breaderum #B_Left a:hover
        {
            color:#c4d48f;
        }
    #breaderum #B_Right
    {
        padding:0px 0px 20px 0px;        
        text-align:right;
        float:left;
        height:18px;
        width:661px;
        background:transparent url(images/breaderum_right.jpg) repeat-x;
    }
        #breaderum #B_Right a
        {
            text-decoration:none;   
            margin:0px 10px 0px 0px;        
            color:#ffffff;
            font-family:Verdana;
            font-size:13px;
        }
        #breaderum #B_Right a:hover
        {
            color:#c4d48f;
        }
/*breaderum end*/ 
/*body_contentRight start*/
#bodycontent
{
    background:transparent url(images/bodybg.gif) repeat-y;
    width:950px;
}
    #bodycontent #Left
    {   
        float:left;
        width:650px;
    }
        .IndholdBoxes
        {
            cursor:pointer;
            padding:10px;
            height:210px;
            width:295px;
            float:left;
            margin:0 10px 10px 0;
            background:#e3e8d2 url(images/Forside_box.gif) no-repeat top left;
            
        }
            .IndholdBoxes h1
            {    
                color:#515151;
                text-transform:uppercase;
                font-family:Verdana;
                font-size:22px;
                margin:15px 10px 15px 10px;
            }
            .IndholdBoxes p
            {
                margin:0px 10px 15px 10px;
                font-family:Verdana;
                font-size:11px;
                color:#515151;
            }
            .IndholdBoxes a
            {
                font-family:Verdana;
                font-size:11px;
                color:#515151;
                margin:0px 10px 15px 10px;    
            }
    /*----*/
    #bodycontent #Rigth
    {   
        float:left;
        width:270px;
        padding: 0 0px 0 30px;
             
    }
        #bodycontent #Rigth img
        {          
             width:270px;   
        }
        #bodycontent #Rigth h1
        {
            margin:40px 0px 25px 0px;
           text-transform:uppercase;
           color:#738c1f;
           font-family:Verdana;
           font-size:15px; 
        }
        #bodycontent #Rigth p
        {
			padding-top: 10px;
           color:#515151; 
           font-family:Verdana;
           font-size:10px;
        }
        
        
        
/*body_contentRight_topimg end*/
/*--------------------------------------------To Default.aspx END.*/
/*--------------------------------------------To CMS/Main.aspx START.*/
.login_button
{
    background-color: #738c1f;
    color:White;
}
#loginbox
{
    margin:70px auto 0 auto; 
    height:100px;
    width:400px;
}
#loginbox h1
{
    color:#738c1f;
    margin:0px 0px 0px 127px;
    font-family:Verdana;
    font-size:17px;
}
    #loginbox #bottom
    {
        margin:20px 40px 0px 0px; 
    }
        #loginbox label
        {
            color:#738c1f;
            font-size:14px;
            font-family:Verdana;    
        }
/*--------------------------------------------To CMS/Main.aspx END.*/
/*--------------------------------------------To CMS/Tabs.aspx START.*/
.iconsLink
{
   border:0px;    
}
    .icons
    {
        border:0px;
        width:16px;
        height:16px;    
    }

.GridView_tab
{
    font-family:Verdana;
    font-size:12px;
    color:Black;
    padding:2px 5px 2px 5px;
}
#menu_left
{
    float:left;    
}
#menu_right
{
    float:left;    
}



/*--------------------------------------------To CMS/Tabs.aspx END.*/
/*--------------------------------------------To Kontakt.aspx STERT.*/
#kontakt_formul_holder
{
    margin:20px 0px 0px 0px;
    background:#f1f3e8;    
    margin:0 auto 0 auto; 
    width:400px;
    height:400px;
}
    #kontakt_formul_holder h1
    {
        margin:0px 0px 0px 170px;
        font-family:Verdana;
        font-size:15px;
    }
    #kontakt_formul_holder legend {  
	    margin-left: 1em; 
	    padding: 0 10px; 
	    color: #666666;  
	    font-weight: bold; 
    } 
        #kontakt_formul_holder ol
        {
            	padding: 1em 1em 0 1em;  
	            list-style: none; 
        } 
            #kontakt_formul_holder li
            {
                float:left;
	            clear:left;
	            width:92%;
	            padding-bottom: 1em; 
            } 
                #kontakt_formul_holder label
                {
                    font-size:12px;
                        font-family:Verdana;
                    	float:left;
	                    width: 7em;
	                    margin-right: 1em;
                }
                
  
/*--------------------------------------------To Kontakt.aspx END.*/
/*--------------------------------------------Mootools tooltipx START.*/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(icons/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(icons/bubble.png) bottom right;
}
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
/*--------------------------------------------Mootools tooltipx END.*/