﻿/* generelle elementer og indstillinger  */
* {
    margin: 0px;
    padding: 0px;
    }

html, body 
{
	  height: 100%;
  }

hr {
	border: solid 1px #ccc;
	}

/*div {border: solid purple 1px;} */


a.ButtonClass {
	display: block;
	float: left;
	background-color: #7c7805;
	padding-left: 4px; 
	padding-right: 4px; 
	color: #fff;
	font-weight: bold;
	Line-Height: 15px;
	}
	
a:hover.ButtonClass {
	color: #fff;
	font-weight: bold; 
}

.CSSButton {
	background-color: #c5d1e7;
	Border: solid 1px #ccc;
	}

#page {
    height:auto;
    width:1090px;
    margin:0px auto 5px auto;
    border: solid red 0px;
    }

#topbanner {   
	  height:136px;
    width:1090px;
    background-repeat:no-repeat;

   /* border: solid red 1px; */
   
}


.textcolor {color: #7c7805; font-weight: bold;}

#topnavigation 
{
    height:80px;
    width:775px;
    background-color: #7c8280;
        border-right: 1px solid #fff;
   /* background-image:url(/Files/System/Grafik/topmenubar.gif);*/
  /*  background-repeat:no-repeat; */
}

#PageHeader {
	 float:left;
	 width:400px;
	 margin-top: 20px;
	 margin-left: 35px;
	 font-size: 20px;
	 color: #e2e2e2;
	 font-family: arial, verdana;
	 text-transform: uppercase;
	 text-align: left
	
	}

	
#topmenu 
{
    height:27px;
    width:775px;
    float:left;
}

#topmenu ul
{   list-style-type:none;
    height: 30px;
    margin:0px;
    padding:0px;
  }

#topmenu li 
{
    display:inline;
}

#topmenu li a {
    width: 75px;
    height:15px;
    float:right;
    font-family:Arial;
    font-size:11px;
    color: #fff;
    border:  solid #ffffff 1px;
    border-right: 0px;
     border-top: 0px;
    padding: 3px 0px 0px 0Px;
    text-decoration:none;
    text-transform: uppercase; 
    text-align: center;
   
}

#topmenu li a:hover, #topmenu li a#activeitem, #topmenu li a.inpath {
 background-color: #363435;
    }

#topmenu li a#lastitem {
	border-right: solid #ffffff 1px;
	}

#topmenu ul.M1 {
	display: none;
	}



/* sidemenu
------------------------------------------------------------------*/
#leftnavigation {

	width: 225px;


	}

#leftmenu 
{
width: 223px;
}

#leftmenu ul
{
    list-style-type:none;
    height: auto;
    margin:0px;
    margin-top: 20px;
    padding:0px;
  }

#leftmenu li 
{
    display:inline;
}

#leftmenu li a {
	margin-left: 20px;
    width:150px;
    height:20px;
    font-family:verdana, Arial;
    font-size:12px;
    color: #363435;
    text-align: left;
    text-decoration:none;
    display: blocK;
float: left;
}

 #leftmenu li a:hover, #leftmenu li a#activeitem, #leftmenu li a.inpath {
 		color: #4c52b4;
 	}

/* Division menu
------------------------------------------------------------------*/
ul#divisionmenu
{
    list-style-type:none;
    height: auto;
    margin:0px;
    padding:0px;
  }

ul#divisionmenu li 
{
    display:inline;
}

ul#divisionmenu li a {
	  margin: 0px;
    width: 220px;
    height: 45px;
    font-family:verdana, Arial;
    font-size:12px;
    color: #363435;
    text-align: left;
    display: block;
    border: solid #ccc 1px;
    }

ul #divisionmenu li a:hover, #divisionmenu li a#activeitem, #divisionmenu li a.inpath {
font-decoration: none;
    }

.divnavtxt {
	margin-top: 15px;
	margin-left: 20px;
	font-size: 14px;
	color: #fff;

}


/* niveau 2 menu
------------------------------------------------------------------*/
ul#niveau2menu
{
	  width: 755px;
	  margin-left: 35px;
	  border-bottom: solid 1px #e1e1e1;
	  list-style-type:none;
    height: 25px;
    margin:0px;
    padding:0px;
    text-align: left;
  }

ul#niveau2menu li {
	   float: left;
	   height: 16px; 
	   margin-top: 8px;
	
}

ul#niveau2menu li a {
	display: block;
	float: left;
  padding-right: 10px;
  padding-left: 10px;
	border-right: solid 1px #e1e1e1;   
	  
}

ul#niveau2menu li a:hover, ul#niveau2menu li a#activeitem,ul#niveau2menu li a.inpath {
 		color: #4c52b4;
 	}

/* Page
------------------------------------------------------------------*/


#contenttop {
    height: 8px;
    width:950px;
    float:left;
margin: 0px;
padding: 0px;
overflow: hidden;
border: solid purple 1px;
}

#content 
{
    height: auto;
    width:775px;
    min-height: 410px;
    float:left;
}


#FooterHolder {
	width: 775px;
	height: 25px;
	margin-left: 220px;
	margin-top: 5px;
	}
#FooterHolder small {
	font-size: 9px;
	color: #7c8280;
	text-align: justify;
	}


/* ParagraphSetup
------------------------------------------------------------------*/
#ColZero {
		margin-top: 22px;
	margin-left: 35px;
	margin-bottom: 10px;
	clear: both;
	text-align: left;
	}

#ColOne {
	width: 385px;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	}
	
#ColTwo {
	width: 310px;
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-left: 35px;
	float: left;
	}	

#pageContent {
	text-align: left;
	clear: both;
	}
	
	



/* Paragraph
------------------------------------------------------------------*/
.pageheader {border-bottom: solid 1px d0d0d0;text-align: left;padding-bottom: 2px; margin-top: 22px; margin-bottom: 8px; width: 480px;}

.ParagraphHolder { margin-bottom: 17px; text-align: left;}

.ParagraphHeader {
	margin-top: 14px;
	margin-left: 10px;
	text-align: left;
	float: left;
	font-family:verdana, Arial;
  font-size:16px;
  color: #ffffff;
  border-bottom: solid #ffffff 1px;
  width: 200px;
  text-transform: uppercase;
	}
	
.ParagraphHeader a {
	font-family:verdana, Arial;
  font-size:16px;
  color: #ffffff;
	}
.boxtop {width: 200px; height: 23px; padding-top: 5px; padding-left: 8px; 
 color: #fff; text-align: left; }	

.boxcontent { 
	margin: 14px; 
	margin-right: 20px;
	text-align: left; 
	}
	


/* Graa box til siden
---------------------------------- */

.hvidboxcontainer {
	width: 320px;
	height: auto;
	/*border: solid orange 1px;*/
	float: left;
	margin-bottom: 20px;
	}
		
	.hvidboxtop {
	width: 320px;
	height: 12px;
	clear: both;
	/*border: solid orange 1px;*/
	}
	
	.hvidboxmidt {
	margin: 0px;	
	clear: both;	
	width: 320px;
	height: auto;
	}
	
	.hvidboxbund {
	clear: both;	
	width: 320px;
	height: 15px;
	/*border: solid orange 1px;*/
	}


/* Login box og hvid box 
---------------------------------- */

.logincontainer {
	width: 390px;
	height: auto;
	/*border: solid orange 1px;*/
	float: left;
	margin-bottom: 20px;
	}
		
	.logintop {
	width: 390px;
	height: 12px;
	float: left;
	clear: both;
	/*border: solid orange 1px;*/
	}
	
	.loginmidt {
		
	margin: 0px;	
	float: left;
	clear: both;	
	width: 390px;
	height: auto;
	}
	
	.loginbund {
	clear: both;	
	width: 390px;
	height: 15px;
	/*border: solid orange 1px;*/
	}




