/** Stylesheet for haugneskompetanse.no **/

p, th, td, ol, ul, li {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : #000000;
	font-weight : normal;
	font-style : normal;
}

p b, th b, td b, ol b, ul b, li b {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight : bold;
        font-style : normal;
}

p strong, th strong, td strong, ol strong, ul strong, li strong {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight : bold;
        font-style : normal;
}

th {
	font-size: 13px;
	font-weight : bold;
}

input, select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : #000000;
	font-weight : normal;
	font-style : normal;
}

small { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold; 
}

H2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
      margin: 18pt 0cm 3pt;
}

H3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 
}

H4 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 
}

ul li {
list-style: disc;
}

hr {
color: #cccccc;
height: 1px;
}

/**  classes  **/

.ramme_rundt {
	background-color : #99cc99;
	color : #000000;
}

.ramme_inni {
	background-color : #FFFFFF;
	color : #000000;
}

.heading {
	font-size: 13px;
	font-weight : bold;
	color : #ffffff;
	background-color : #AC271B;
}

.menu {
	font-size: 13px;
	font-weight : normal;
	color : #000000;
	background-color : #ffffcc;
}
.menu a:link { text-decoration:none; }
.menu a:visited { text-decoration:none; }
.menu a:active { text-decoration:none; }
.menu a:hover { font-weight:bold; }
