/*  RESETTING & SETTING DEFAULT ELEMENT STYLING  ---------------------- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0 solid #BBB;
	outline: 0;
}
body {
	background-color: #DDD;
	font-size: 76%;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 1em;
}
blockquote, q {
	quotes: none;
}


/*  MAIN MODULES ---------------------- */
#wrapper {
	max-width: 81.4em;
	margin: 0 auto;
	font: normal 1em 'Trebuchet MS', Arial, sans-serif;
	color: black;
}
#container {
	width: 100%;
	border-width: 1px;
	border-collapse: separate;
}
#header {
	background: #F1EFE2 url(http://www.mhs.no/graphics/bibliotekGradientTop.png) repeat-y top right;
}
#header .mhs-logo {
	margin: 0.5em 0 0.85em 3.6em;
}
#header h1,
#header h2 {
	font: normal 1em Nyala, serif;
}
#header h1 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 3.2em;
	padding: 0.45em 1em 0 4.4em;
}
#header h1 #home-link {
	text-decoration: none;
	color: #005BAC;
}
#header h1 #tagline {
	font-size: 0.6em;
	font-weight: normal;
	margin-left: 1.7em;
	font-variant: normal;
}
#header h2 {
	font-size: 2.2em;
	font-variant: small-caps;
	background-color: #D8EBBD;
	letter-spacing: 0.04em;
	margin-left: 0;
	padding: 0.07em 1em 0.07em 6.5em;
	clear: left;
}
#header,
#left,
#right,
#main {
	vertical-align: top;
}
#left,
#right,
#main {
	background-color: white;
}
#main {
	padding: 1.5em;
	width: 68.4em;
}
#left {
	padding-top: 1.3em;
}
#right {
	display: none;
}
#left,
#left .forced-spacing {
	width: 13em;
}
#footer {
	background-color: #F0EEE1;
	padding: 1.4em 1em 0.6em;
	text-align: center;
	font-size: 0.8em;
}
#counter {
	display: none;
}


/*  LINKS ---------------------- */
a:link,
a:visited {
	text-decoration: underline;
}
a:link {
	color: #005AAB;
}
a:visited {
	color: #4F799F;
}
a:hover,
a:active {
	color: #5F2C91;
	text-decoration: none;
}
a.external,
a[href^='mailto:'],
a[href$='.doc'],
a[href$='.xls'],
a[href$='.pdf'],
a[href$='.mp3'],
a[href$='.avi'] {
	padding-right: 20px;
	background-position: center right;
	background-repeat: no-repeat;
}
a.external {
	background-image: url(http://www.mhs.no/graphics/icon_external.gif);
}
a[href^='mailto:'] {
	background-image: url(http://www.mhs.no/graphics/icon_mailto.gif);
}
a[href$='.doc'] {
	background-image: url(http://www.mhs.no/graphics/icon_doc.gif);
}
a[href$='.xls'] {
	background-image: url(http://www.mhs.no/graphics/icon_xls.gif);
}
a[href$='.pdf'] {
	background-image: url(http://www.mhs.no/graphics/icon_pdf.gif);
}
a[href$='.mp3'] {
	background-image: url(http://www.mhs.no/graphics/icon_audio.gif);
}
a[href$='.avi'] {
	background-image: url(http://www.mhs.no/graphics/icon_video.gif);
}


/*  IMAGES ---------------------- */
.image,
.image img,
.image a,
.image .caption {
	display: block;
}
.image {
	margin-bottom: 0.8em;
	clear: both;
}
.image img {
	border-width: 1px;
}
.image a img:hover {
	border-color: #888;
}
.image .caption {
	font-size: 0.9em;
}
.image .caption a {
	display: inline;
}
.align-left,
.align-right {
	margin-bottom: 0.2em;
}
.align-left {
	float: left;
	margin-right: 0.7em;
}
.align-right {
	float: right;
	margin-left: 0.7em;
}
.align-center {
	width: 100%;
	text-align: center;
}
.align-center img {
	display: inline !important;
	vertical-align: bottom;
}


/*  MISC ---------------------- */
.hidden {
	display: none;
}
.hr,
.hr-dashed {
	margin: 1em 0;
	height: 0;
	border-top-width: 1px;
	border-color: #CCC;
	clear: both;
}
.hr-dashed {
	border-style: dashed;
}
.no-border,
.no-border img,
table.no-border th,
table.no-border td {
	border-width: 0 !important;
}
.underline {
	text-decoration: underline;
}
.clear {
	height: 0;
	clear: both;
}


/*  NAVIGATION ---------------------- */
#nav {
	margin-bottom: 1em;
	font: normal 0.85em Verdana, sans-serif;
}
#nav ul {
	list-style-type: none;
	line-height: 1.4em;
}
#nav li {
	background: #EBF5DD url(http://www.mhs.no/graphics/gradientMenuNEW.png) repeat-x top left;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 0.2em 0.1em 0.2em 0.6em;
	border-top: 1px solid #F4FAED;
	border-bottom: 1px solid #A2B58C;
	border-left: 0 solid #C3DCA5;
	background-color: transparent;
	text-decoration: none;
	color: black;
}
#nav li a:hover,
#nav li a.d1-sel,
#nav li a.d2-sel,
#nav li a.d3-sel,
#nav li a.d4-sel {
	color: #5F2C91;
	background-color: #D8EBBD;
	text-decoration: none;
}
#nav li a.d1,
#nav li a.d1-sel {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 2px;
}
#nav li a.d2,
#nav li a.d2-sel {
	font-size: 0.9em;
	border-left-width: 0.5em;
}
#nav li a.d3,
#nav li a.d3-sel {
	font-size: 0.9em;
	border-left-width: 1em;
}
#nav li a.d4,
#nav li a.d4-sel {
	font-size: 0.9em;
	border-left-width: 1.5em;
}
#nav li a.pdf,
#nav li a.doc,
#nav li a.external {
	background-repeat: no-repeat;
	background-position: bottom right;
}
#nav li a.pdf {
	background-image: url(http://www.mhs.no/graphics/icon_pdf.gif);
}
#nav li a.doc {
	background-image: url(http://www.mhs.no/graphics/icon_doc.gif);
}
#nav li a.external {
	background-image: url(http://www.mhs.no/graphics/icon_external.gif);
}


/*  GENERAL STYLING OF TEXT MARKUP ---------------------- */
#main {
	line-height: 1.4em;
}
#main h3 {
	font-size: 1.2em;
	font-variant: small-caps;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
}
#main h3.first {
	margin-top: 0em;
}
#main h4 {
	font-size: 1em;
	font-variant: normal;
	margin-bottom: 0.1em;
	margin-top: 0.6em;
}
#main p,
#main blockquote,
#main ul,
#main ol {
	margin-bottom: 0.5em;
}
#main blockquote {
	margin-left: 1.8em;
}
#main ul,
#main ol {
	margin-left: 2em;
}
#main li {
	margin-bottom: 0em;
}
#main dl {
	margin-bottom: 3em;
}
#main dt {
	font-weight: bold;
	margin-top: 1em;
}
#main dl :first-child {
	margin-top: 0;
}


/*  TABLES ---------------------- */
#main table {
	margin-bottom: 0.8em;
	clear: both;
	background-color: #FAFAFA;
	font-size: 1em;
}
#main tr.alt-color {
	background-color: #F5F5F5;
}
#main th,
#main td {
	border-width: 1px;
	border-color: #BBB;
}
#main th {
	padding: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #A2B58C;
	text-align: left;
	letter-spacing: 0.03em;
}
#main th.sub {
	font-size: 1.15em;
	background-color: #CEE5AD;
}
#main td {
	padding: 0.3em;
}


/*  FORMS ---------------------- */
form {
	font-size: 1em;
}
fieldset {
	border: 1px solid #999;
	line-height: 1.8em;
	margin: 0.8em 0;
	padding: 0.5em 1em;
}
fieldset.submit {
	border-width: 0;
	padding: 0;
}
fieldset.submit input {
	font-weight: bold;
	font-size: 1.2em;
	height: 1.7em;
}
legend {
	font-size: 1.6em;
	color: black;
	letter-spacing: 0.05em;
	padding: 0 0.2em;
}
label {
	display: block;
	font-size: 1em;
	margin: 0.3em 0;
	font-weight: bold;
}


/*  BASIC CONTENT ELEMENTS IN MAIN MODULE ------------------- */
#main .content {
	font-size: 1.1em;
}
#main .content table {
	font-size: 0.9em;
}
#main .summary {
	font-size: 1.3em;
}




/*  SITE-SPECIFIC MODULES ------------------- */
#main table#hovedsiden {
	margin-bottom: 0;
	background-color: transparent;
	width: 64em;
}
#main table#hovedsiden td {
	border-width: 0;
	padding: 0em 2em 1em 0em;
}
#main table#hovedsiden ul {
	list-style-type: none;
	margin-left: 0;
}
#main table#hovedsiden li {
	margin-bottom: 0;
}
#main table#hovedsiden img {
	display: block;
}
#main table#hovedsiden h3{
	margin-top: 0;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#main table#hovedsiden .bilde1 {
	
}
#main table#hovedsiden .bilde1 img {
	height: 8em;
}
#main table#hovedsiden .bibsys {
	
}
#main table#hovedsiden .bibsys div {
	float: left;
	height: 8em;
	background-color: #83BA52;
	border: 1px dotted #4D6F32;
	line-height: 1.7em;
}
#main table#hovedsiden .bibsys h3 {
	float: left;
	margin: 1.5em 1.08em 1.5em 0.3em;
	font-size: 2em;
	color: white;
}
#main table#hovedsiden .bibsys ul {
	float: left;
	font-size: 1.15em;
	margin: 0.5em 1em 0.5em 0;
}
#main table#hovedsiden .bibsys ul a {
	color: white;
}
#main table#hovedsiden .finn-fram {
	padding-right: 0;
}
#main table#hovedsiden .finn-fram div {
	width: 18.4em;
	padding: 1em;
	border: 1px solid black;
	line-height: 1.27em;
}
#main table#hovedsiden .finn-fram ul {
	margin-bottom: 1.05em;
}
#main table#hovedsiden .om-biblioteket {
	width: auto;
}
#main table#hovedsiden .om-biblioteket div {
	width: 10.15em;
	padding: 1em;
	border: 1px solid black;
	line-height: 1.5em;
}
#main table#hovedsiden .mer-om {
	line-height: 1.7em;
}
#main table#hovedsiden .mer-om ul {
	font-size: 1.1em;
}
#main table#hovedsiden .bilde2 {
	
}
#main table#hovedsiden .bilde2 img {
	height: 18em;
}

#main .box-emphasis {
	padding: 0.5em;
	margin-bottom: 0.8em;
	background-color: #E1E1E1;
}
#main .box-emphasis-frame {
	padding: 0.5em;
	margin: 0.5em 0;
	border: 1px solid #BBB;
}
#main .box-emphasis :last-child,
#main .box-emphasis-frame :last-child {
	margin-bottom: 0;
}
#main .box-emphasis :first-child,
#main .box-emphasis-frame :first-child {
	margin-top: 0;
}
#main .two-column-left,
#main .two-column-right {
	float: left;
	width: 48%;
}
#main .two-column-left {
	margin-right: 4%;
}
#main .three-column,
#main .three-column-third {
	float: left;
	width: 32%;
}
#main .three-column {
	margin-right: 2%;
}
#main .inline-list {
	list-style-type: none;
}
#main .inline-list li {
	display: inline;
	margin-right: 0.3em;
}

#main ul.faq a {
	font-weight: bold;
}
/*  RESETTING & SETTING DEFAULT ELEMENT STYLING  ---------------------- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0 solid #BBB;
	outline: 0;
}
body {
	background-color: #DDD;
	font-size: 76%;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 1em;
}
blockquote, q {
	quotes: none;
}


/*  MAIN MODULES ---------------------- */
#wrapper {
	max-width: 81.4em;
	margin: 0 auto;
	font: normal 1em 'Trebuchet MS', Arial, sans-serif;
	color: black;
}
#container {
	width: 100%;
	border-width: 1px;
	border-collapse: separate;
}
#header {
	background: #F1EFE2 url(http://www.mhs.no/graphics/bibliotekGradientTop.png) repeat-y top right;
}
#header .mhs-logo {
	margin: 0.5em 0 0.85em 3.6em;
}
#header h1,
#header h2 {
	font: normal 1em Nyala, serif;
}
#header h1 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 3.2em;
	padding: 0.45em 1em 0 4.4em;
}
#header h1 #home-link {
	text-decoration: none;
	color: #005BAC;
}
#header h1 #tagline {
	font-size: 0.6em;
	font-weight: normal;
	margin-left: 1.7em;
	font-variant: normal;
}
#header h2 {
	font-size: 2.2em;
	font-variant: small-caps;
	background-color: #D8EBBD;
	margin-left: 0;
	padding: 0.07em 1em 0.07em 6.5em;
	clear: left;
}
#header,
#left,
#right,
#main {
	vertical-align: top;
}
#left,
#right,
#main {
	background-color: white;
}
#main {
	padding: 1.5em;
	width: 68.4em;
}
#left {
	padding-top: 1.3em;
}
#right {
	display: none;
}
#left,
#left .forced-spacing {
	width: 13em;
}
#footer {
	background-color: #F0EEE1;
	padding: 1.4em 1em 0.6em;
	text-align: center;
	font-size: 0.8em;
}
#counter {
	display: none;
}


/*  LINKS ---------------------- */
a:link,
a:visited {
	text-decoration: underline;
}
a:link {
	color: #005AAB;
}
a:visited {
	color: #4F799F;
}
a:hover,
a:active {
	color: #5F2C91;
	text-decoration: none;
}
a.external,
a[href^='mailto:'],
a[href$='.doc'],
a[href$='.xls'],
a[href$='.pdf'],
a[href$='.mp3'],
a[href$='.avi'] {
	padding-right: 20px;
	background-position: center right;
	background-repeat: no-repeat;
}
a.external {
	background-image: url(http://www.mhs.no/graphics/icon_external.gif);
}
a[href^='mailto:'] {
	background-image: url(http://www.mhs.no/graphics/icon_mailto.gif);
}
a[href$='.doc'] {
	background-image: url(http://www.mhs.no/graphics/icon_doc.gif);
}
a[href$='.xls'] {
	background-image: url(http://www.mhs.no/graphics/icon_xls.gif);
}
a[href$='.pdf'] {
	background-image: url(http://www.mhs.no/graphics/icon_pdf.gif);
}
a[href$='.mp3'] {
	background-image: url(http://www.mhs.no/graphics/icon_audio.gif);
}
a[href$='.avi'] {
	background-image: url(http://www.mhs.no/graphics/icon_video.gif);
}


/*  IMAGES ---------------------- */
.image,
.image img,
.image a,
.image .caption {
	display: block;
}
.image {
	margin-bottom: 0.8em;
	clear: both;
}
.image img {
	border-width: 1px;
}
.image a img:hover {
	border-color: #888;
}
.image .caption {
	font-size: 0.9em;
}
.image .caption a {
	display: inline;
}
.align-left,
.align-right {
	margin-bottom: 0.2em;
}
.align-left {
	float: left;
	margin-right: 0.7em;
}
.align-right {
	float: right;
	margin-left: 0.7em;
}
.align-center {
	width: 100%;
	text-align: center;
}
.align-center img {
	display: inline !important;
	vertical-align: bottom;
}


/*  MISC ---------------------- */
.hidden {
	display: none;
}
.hr,
.hr-dashed {
	margin: 1em 0;
	height: 0;
	border-top-width: 1px;
	border-color: #CCC;
	clear: both;
}
.hr-dashed {
	border-style: dashed;
}
.no-border,
.no-border img,
table.no-border th,
table.no-border td {
	border-width: 0 !important;
}
.underline {
	text-decoration: underline;
}
.clear {
	height: 0;
	clear: both;
}


/*  NAVIGATION ---------------------- */
#nav {
	margin-bottom: 1em;
	font: normal 0.85em Verdana, sans-serif;
}
#nav ul {
	list-style-type: none;
	line-height: 1.4em;
}
#nav li {
	background: #EBF5DD url(http://www.mhs.no/graphics/gradientMenuNEW.png) repeat-x top left;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 0.2em 0.1em 0.2em 0.6em;
	border-top: 1px solid #F4FAED;
	border-bottom: 1px solid #A2B58C;
	border-left: 0 solid #C3DCA5;
	background-color: transparent;
	text-decoration: none;
	color: black;
}
#nav li a:hover,
#nav li a.d1-sel,
#nav li a.d2-sel,
#nav li a.d3-sel,
#nav li a.d4-sel {
	color: #5F2C91;
	background-color: #D8EBBD;
	text-decoration: none;
}
#nav li a.d1,
#nav li a.d1-sel {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 2px;
}
#nav li a.d2,
#nav li a.d2-sel {
	font-size: 0.9em;
	border-left-width: 0.5em;
}
#nav li a.d3,
#nav li a.d3-sel {
	font-size: 0.9em;
	border-left-width: 1em;
}
#nav li a.d4,
#nav li a.d4-sel {
	font-size: 0.9em;
	border-left-width: 1.5em;
}
#nav li a.pdf,
#nav li a.doc,
#nav li a.external {
	background-repeat: no-repeat;
	background-position: bottom right;
}
#nav li a.pdf {
	background-image: url(http://www.mhs.no/graphics/icon_pdf.gif);
}
#nav li a.doc {
	background-image: url(http://www.mhs.no/graphics/icon_doc.gif);
}
#nav li a.external {
	background-image: url(http://www.mhs.no/graphics/icon_external.gif);
}


/*  GENERAL STYLING OF TEXT MARKUP ---------------------- */
#main {
	line-height: 1.4em;
}
#main h3 {
	font-size: 1.2em;
	font-variant: small-caps;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
}
#main h3.first {
	margin-top: 0em;
}
#main h4 {
	font-size: 1em;
	font-variant: normal;
	margin-bottom: 0.1em;
	margin-top: 0.6em;
}
#main p,
#main blockquote,
#main ul,
#main ol {
	margin-bottom: 0.5em;
}
#main blockquote {
	margin-left: 1.8em;
}
#main ul,
#main ol {
	margin-left: 2em;
}
#main li {
	margin-bottom: 0em;
}
#main dl {
	margin-bottom: 3em;
}
#main dt {
	font-weight: bold;
	margin-top: 1em;
}
#main dl :first-child {
	margin-top: 0;
}


/*  TABLES ---------------------- */
#main table {
	margin-bottom: 0.8em;
	clear: both;
	background-color: #FAFAFA;
	font-size: 1em;
}
#main tr.alt-color {
	background-color: #F5F5F5;
}
#main th,
#main td {
	border-width: 1px;
	border-color: #BBB;
}
#main th {
	padding: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #A2B58C;
	text-align: left;
	letter-spacing: 0.03em;
}
#main th.sub {
	font-size: 1.15em;
	background-color: #CEE5AD;
}
#main td {
	padding: 0.3em;
}


/*  FORMS ---------------------- */
form {
	font-size: 1em;
}
fieldset {
	border: 1px solid #999;
	line-height: 1.8em;
	margin: 0.8em 0;
	padding: 0.5em 1em;
}
fieldset.submit {
	border-width: 0;
	padding: 0;
}
fieldset.submit input {
	font-weight: bold;
	font-size: 1.2em;
	height: 1.7em;
}
legend {
	font-size: 1.6em;
	color: black;
	letter-spacing: 0.05em;
	padding: 0 0.2em;
}
label {
	display: block;
	font-size: 1em;
	margin: 0.3em 0;
	font-weight: bold;
}


/*  BASIC CONTENT ELEMENTS IN MAIN MODULE ------------------- */
#main .content {
	font-size: 1.1em;
}
#main .content table {
	font-size: 0.9em;
}
#main .summary {
	font-size: 1.3em;
}




/*  SITE-SPECIFIC MODULES ------------------- */
#main table#hovedsiden {
	margin-bottom: 0;
	background-color: transparent;
	width: 64em;
}
#main table#hovedsiden td {
	border-width: 0;
	padding: 0em 2em 1em 0em;
}
#main table#hovedsiden ul {
	list-style-type: none;
	margin-left: 0;
}
#main table#hovedsiden li {
	margin-bottom: 0;
}
#main table#hovedsiden img {
	display: block;
}
#main table#hovedsiden h3{
	margin-top: 0;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#main table#hovedsiden .bilde1 {
	
}
#main table#hovedsiden .bilde1 img {
	height: 8em;
}
#main table#hovedsiden .bibsys {
	
}
#main table#hovedsiden .bibsys div {
	float: left;
	height: 8em;
	background-color: #83BA52;
	border: 1px dotted #4D6F32;
	line-height: 1.7em;
}
#main table#hovedsiden .bibsys h3 {
	float: left;
	margin: 1.5em 1.08em 1.5em 0.3em;
	font-size: 2em;
	color: white;
}
#main table#hovedsiden .bibsys ul {
	float: left;
	font-size: 1.15em;
	margin: 0.5em 1em 0.5em 0;
}
#main table#hovedsiden .bibsys ul a {
	color: white;
}
#main table#hovedsiden .finn-fram {
	padding-right: 0;
}
#main table#hovedsiden .finn-fram div {
	width: 18.4em;
	padding: 1em;
	border: 1px solid black;
	line-height: 1.27em;
}
#main table#hovedsiden .finn-fram ul {
	margin-bottom: 1.05em;
}
#main table#hovedsiden .om-biblioteket {
	width: auto;
}
#main table#hovedsiden .om-biblioteket div {
	width: 10.15em;
	padding: 1em;
	border: 1px solid black;
	line-height: 1.5em;
}
#main table#hovedsiden .mer-om {
	line-height: 1.7em;
	padding-top: 0;
}
#main table#hovedsiden .mer-om ul {
	font-size: 1.1em;
}
#main table#hovedsiden .spoer {
	line-height: 1.5em;
	padding-top: 1em;
	padding-bottom: 0.3em;
	background-color: #D8EBBD;
	text-align: center;
	margin-bottom: 1.2em;
}
#main table#hovedsiden .spoer h3 a {
	text-decoration: none;
	color: #005BAC;
}
#main table#hovedsiden .bilde2 {
	
}
#main table#hovedsiden .bilde2 img {
	height: 18em;
}

#main .box-emphasis {
	padding: 0.5em;
	margin-bottom: 0.8em;
	background-color: #E1E1E1;
}
#main .box-emphasis-frame {
	padding: 0.5em;
	margin: 0.5em 0;
	border: 1px solid #BBB;
}
#main .box-emphasis :last-child,
#main .box-emphasis-frame :last-child {
	margin-bottom: 0;
}
#main .box-emphasis :first-child,
#main .box-emphasis-frame :first-child {
	margin-top: 0;
}
#main .two-column-left,
#main .two-column-right {
	float: left;
	width: 48%;
}
#main .two-column-left {
	margin-right: 4%;
}
#main .three-column,
#main .three-column-third {
	float: left;
	width: 32%;
}
#main .three-column {
	margin-right: 2%;
}
#main .inline-list {
	list-style-type: none;
}
#main .inline-list li {
	display: inline;
	margin-right: 0.3em;
}

#main ul.faq a {
	font-weight: bold;
}
#main ul.faq a:link {
	font-weight: normal;
}
#main ul.faq a:hover {
	color: black;
}
#main ul.faq li {
	margin-bottom: 0.4em;
}
#main .koder {
	margin-top: 3.9em;
	border: 1px solid #999;
	padding: 1em;
}
#main .koder table {
	margin-bottom: 0;
	background-color: transparent;
}
#main .koder td {
	padding: 0 1em 0 0;
}