/****************************************************
	T Y P O G R A P H Y

	Grundfarven
	Logofarver:
	Orange: #F49722;
	Rod: #FB350E;
	Blaa: #093B90;
	Gron: #018241;
	-------------
	Andre farver:
	Graa #959595; bruges som streger

****************************************************/

body
{
    font-size: 80%;
    color: #000000;
}




input, select, textarea, table, tr, td
{
    font-size: 100%;
    color: #000000;
}

body, input, select, textarea, table, tr, td
{
    font-family: verdana, arial, helvetica, sans-serif;
}

a
{
    color: #018241;
    text-decoration: none;
}

a:hover
{
    color: #F49722;
    text-decoration: underline;
}

#tekst_forside a
{
    color: #093B90;
    text-decoration: none;
}

#tekst_forside a:hover
{
    color: #F49722;
}

#tekst_forside img
{
    border: 0;
}



.retur a
{
    color: #018241;
    text-decoration: none;
}

.retur. a:hover
{
    text-decoration: underline;
}


img
{
    border: 1px solid #093B90;
    padding: 2px;
}

div#HeaderContainer a, div#NavigationSideBar a, div#tool_top_inner a
{
    text-decoration: none;
}


div#tool_top_inner a
{
    color: white;
    font-size: 90%;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    color: #093B90;
}

h1
{
    font-size: 115%;
}

h2
{
    font-size: 105%;
}


h3
{
    font-size: 95%;
}

h4
{
    font-size: 85%;
}

h5
{
    font-size: 75%;
}
/* Bruges kun til Menuoverskrifter i venstre side. Brugeren ser ikke denne i editor. */
h6
{
    font-size: 75%;
    color: #F49722;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/****************************************************
	      FORSIDE VENSTRE MENU og Url
****************************************************/



div#Forsidemenu
{
   margin-top:-3px;
   /* margin-left: -20px;
    padding-left: 0em;
    list-style: none;
*/
}

div#Forsidemenu a
{

    color: #ffffff;
    text-decoration: none;

}

div#Forsidemenu a:hover
{
            width: 170px;
            text-decoration: none;
            color: #093B90;
            background-image: url(App_Themes/NFS/PanelBar/bg_nav_groen.png);
            background-repeat: repeat;
}

div#Forsidemenu a:visited
{
    text-decoration: none;
}

.blaa
{
    font-size: 90%;
    color: #093B90;
}

div#NaviKnap a
{
    color: white;
    background-image: url(images/knap.gif);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px;
    height: 24px;
    width: 100px;
    text-decoration: none;
}

div#NaviKnap a:hover
{
    color: #E7E7E7;
    background-image: url(images/Knap_over.gif);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 4px;
    height: 24px;
    text-decoration: none;
}

div#NewsTeaser
{
    margin-top: 0.5em;
}

ul.Vertical
{
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

ul.Vertical li
{
    float: left;
    margin: 0;
    padding: 0;
}

ul.Vertical li.Right
{
    float: right;
}

/* Links Class */
.subtitle
{
    font-size: xx-large;
}

/* Nedenstående bruges i editor Class. 
Se css filen i mappen Sitefinity\DK_Standard\Admin\ControlTemplates\Generic_Content\ 
Samt
DK_Standard\Admin\ControlTemplates\Generic_Content\GenericContentDesigner.ascx 

.blaatekst
{
    color: #093B90;
}

.graatekst
{
    color: #959595;
}

.grontekst
{
    color: #018241;
}
.orangetekst
{
    color: #F49722;
}

.rodtekst
{
    color: #FB350E;
}

*/
