.liten { font-weight: normal; font-size: 10px; color: #69675f; line-height: 16px; font-family: arial, helvetica, verdana, sans-serif; text-decoration: none; }

.puff { width: 200px; padding-top:24px; padding-left:10px; }
.puff h3 { margin: 0px; padding: 0px; font-size:11px; line-height: 28px; color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; display:block; }

/* topmeny
----------------------- */
.topmenu {font-family: arial, helvetica; font-size: 10px; color: #69675f; font-weight: normal; }
.topmenu:link {text-decoration: none;}
.topmenu:visited {text-decoration: none;}
.topmenu:active {text-decoration: none;}
.topmenu:hover {text-decoration: none; color: #000000;}

/* meny
----------------------- */
#dropmenudiv { z-index: 100; position: absolute; }
#dropmenudiv a { font-family: arial, helvetica; font-size: 10px; color: #69675f; font-weight: normal; display: block; width: 100%; text-indent: 3px; line-height: 22px; background-color: #ffffff; text-decoration: none }
#dropmenudiv a:hover { background-color: #fed649; }

/** sdmenu { **/
div.sdmenu {
	width: 210px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(/images/sdmenu_bottom.gif) no-repeat right bottom;
	color: #fff;
	text-align: left;
}
div.sdmenu div {
	background: url(/images/sdmenu_title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(/images/sdmenu_toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(/images/sdmenu_expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #fff;
}
div.sdmenu div.collapsed span {
	background-image: url(/images/sdmenu_collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #E5EEF4;
	display: block;
	border-bottom: 1px solid #fff;
	color: #1F4876;
    text-align: left;
    text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #F0AA2A url(/images/sdmenu_linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
/** } sdmenu **/

.text, .smalltext, .mainheader, .subheader, .smallheader, .formlabel {
    font-family: arial,tahoma,verdana,helvetica;
    text-decoration: none;
}
.text {
    font-size: 11px;
    color: #000000;
}
.smalltext {
    font-size: 10px;
    color: #000000;
}
.mainheader {
    font-size: 15px;
    font-weight: bold;
    color: #335F91;
}
.subheader {
    font-weight: bold;
    font-size: 13px;
    color: #000000;
}
.smallheader {
    font-size : 12px;
    color: #000000;
}
.formlabel {
    font-size: 11px;
    color: #335F91;
}
a.text {
    color: #335F91;
    font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}
input.submitbutton {
	height: 25px; 
	background-color: #F0AA2A;
	border: solid #335F91 1px;
	padding: 1px;
	cursor: pointer;
        color: #fff;
        font-size : 11px;
        font-weight: bold;
}

input.submitbutton a:hover {
	border: solid #339933 1px;
        color: #335F91;
}

