/* dette stilskjemaet følger mønsteret etter custom css til punkt og prikke men innfører verdiene i forhold til design av hybrid tabeller og css */


/* GRUNNSTILENE */

.h1 /*avdeling*/
{
font-family: "Courier New", Courier, monospace; 
font-size: 125%;
font-weight: bold;
color: #000000; 
}

.h2 /* venstre anker */
{
font-family: "Courier New", Courier, monospace; 
font-size: 105%; 
font-weight: bold;
color: green;
}
/* var #005073 */

.h3 /* tekst */
{
font-family: Verdana, "Trebuchet MS", sans-serif; 
font-size: 80%; 
color: #000000;
}


.h4 /* venstre linkrad */
{
font-family: Arial, Verdana, Helvetica, Geneva, Palatino;
font-size: 80%; 
color: #006189; 
}

.h5 /* høyre anker åpningstider bunntekst mm */
{
font-family: "Courier New", Courier, monospace;
font-size: 85%; 
color: #005796; 
text-decoration: none
}

.h6 /* link i banner*/
{
font-family: Arial, Verdana, Helvetica, Geneva, Palatino;
font-size: 75%; 
font-weight: bold;
color: #FFFFFF; 
text-decoration: none
}


.h7 /* GRØNN tekst */
{
font-family: Verdana, "Trebuchet MS", sans-serif; 
font-size: 75%; 
color: #008800;
}


/* LINKENE */


a
{
font-family: Arial, Verdana, Helvetica, Geneva, Palatino;
color: #006189;
font-weight: bold;
text-decoration: none;
}


a:hover
{
color: #FAF519;
background-color:#006189;
}


/* FORM */

p.legend
{
background: #00709E;
color: #FFFFFF;
padding: 0.2em 0.3em;
font-size: 90%;
position: relative;
width:100%;
}

textarea
{
font: 100% "Trebuchet MS", Verdana, sans-serif;
width: 40em;
padding: .2em;
}

input
{
font-family: "Trebuchet MS", Verdana, sans-serif;
}

#buttons
{
text-align: center;
}


/* bilder */

img
{
border: 0px solid;
border-color: #000000;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-top: 10px;
}

/* MISC */


.error
{
color: #008000;
}


