/****************************************************
	TOP NAVIGATION STYLING
****************************************************/
div#topNavigation 
{
        background-color:      	#eee; 		/* Lys grå */
	font-family:		Verdana, Arial, Sans-Serif;
	font-size:		10px;
	font-weight:		bold;
	
	padding:                0; 
        margin:			0;
	border:		   	0;
} 
div#topNavigation table
{
	width:				980px;
        margin-left:           		20px;
	
}
div#topNavigation ul 
{
         height:                   1.9em; 
         margin:              	   0; 
         display:                  table; /* Vises i tabelform. Dvs. listen vises vandret */
} 

div#topNavigation ul td 
{
	align:				center;
        list-style:               	none; /* Nulstiller */

}

div#topNavigation li 
{
         float:                    	left; 
         padding:                  	0; 
	padding-left:			10px;
         margin:                   	0; 
        border-right:			3px solid white ;
        border-bottom:			4px solid white;
	font-size:			10px;
	font-weight:			bold;
					/* Style til table */
} 

div#topNavigation a 
{
         color:                    teal; /*  */
         font-weight:              bold; 
	 display:                  block; 
         padding:                  0.3em 0.5em 0.3em 0.5em; 
 					/* Top Højre Bund Venstre */
} 

div#topNavigation a:visited
{
        text-decoration:         	none; /* Nulstiller */
        font-style:               	normal; 
        font-weight:              	bold; 
} 

div#topNavigation a:hover
{
        background-color:          	Teal; 
        color:                   	white;
        text-decoration:         	none; /* Nulstiller */
        font-style:               	normal; 
        font-weight:              	bold; 
} 

div#topNavigation a:active
{
        background-color:         Teal; 
        color:                    white;
        font-style:               normal; 
        font-weight:              bold; 
} 

/****************************************************
	BREAD CRUM STYLING
****************************************************/

div#breadCrum  
{
	background-color:	#eee; /* Lys grå */
	font-family:		Verdana, Arial, Sans-Serif;
	height:			1.9em; 
	padding:		0; 
	margin:			0; 
        border-bottom:			1px solid teal;
        border-top:			1px solid teal;
	display:		table; /* Viser i tabel */
} 

div#breadCrum ul 
{
         
         padding:                  0; 
	 padding-top:		   10px;
         padding-left:		   0px;
         margin:                   0; 
	 list-style:               none; /* Nulstiller */
         display:                  table; /* Viser i tabel */
} 

div#breadCrum li 
{
        float:                   	left; 
        margin:                   	0; 
	font-size:			10px;
	font-weight:			bold;
	color:				Teal;
} 

div#breadCrum a 
{
         color:                    #666666; /* Gråsort */
         float:                    left;
         display:                  block; 
         padding:                0.0em 0.5em 0.3em 0.5em; 
				/* Top Højre Bund Venstre */
} 

div#breadCrum a:visited
{
	 text-decoration:          none; /* Nulstiller */
         font-style:               normal; 
         padding:                	0.0em 0.5em 0.3em 0.5em; 
 					/*Top Højre Bund Venstre */
} 







































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
