/**
 * Body
 */

body {
	margin: 0px;
	padding: 0px;
}

/**
 * Font family
 */

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul {
	font-family: Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea {
	font-family: Arial, Verdana, sans-serif;
}

strong {
	font-weight: bold;
	color: #000000;
}

em, i {
	font-style: italic;
}

/**
 * Font size
 */

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul {
	font-size: 12px;
	color: #363936;
	line-height:1.5;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #0068ab;
}

/**
 * Basic tags
 */

img {
	border: 0px;
}

p, pre, form {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1.5em;
}

h1 {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: -4px;
	text-shadow: rgb(100, 100, 100) 0px 1px 2px;
}

h2 {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0px;
}

h4 {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

optgroup {
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: normal;
}

blockquote,ul,ol,dl {
	margin: 1em;
}

ol,ul,dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal outside;
}

ul li {
	list-style: disc outside;
	list-style: url(../../tl_files/gfx/icon_square_small.png);
}

.pagination ul li {
  list-style-type:none;
  float:left;
  margin-right:5px;
}

.pagination ul {
  margin:0;
}


.layout_full p.info {
	margin-top: -3px;
	margin-bottom: 3px;
}




/**
 * Links
 */

a {
	color: #0068ab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/**
 * Classes
 */

.info {
	color: #969996;
}

/**
 * Right (nyheter)
 */

#right h2 {
	color: #000000;
	font-size: 14px;
}

#right h3 {
	color: #0068ab;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.3em;
}

#right p, #right a {
	padding-bottom: 0.7em;
	margin-bottom: 0.3em;
	line-height:1.3;
}

#right .mod_newslist .layout_short p.teaser {
	border-bottom: 1px solid #969996;
}

#right .mod_newslist .layout_simple,
#right .mod_newslist .layout_short p.info {
	padding-left: 20px;
	background: url(../../tl_files/gfx/icon_news.png) no-repeat top left;
}




/**
 * Footer
 */


#footer h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

#footer p {
	font-size: 10px;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}

#footer img {
	margin: 5px 0;
}


/**
 * Accordion
 */

.ce_accordion .toggler {
	display: inline;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 16px;
	color: #000000;
}

.ce_accordion .toggler:hover {
	color: #0068ab;
	padding-right: 16px;
	background: url(../../tl_files/gfx/icon_arrow_270_small.png) no-repeat left center;
}

.ce_accordion .accordion div {
	padding: 5px 20px;
	border-top: 1px solid silver;
	background-color: #f5f5f5;
	width: 50%;
}

.ce_accordion {
	margin-bottom: 5px;
}

/**
 * Special
 */
 .small-text td,
 .small-text a {
	font-size: 10px;
	line-height: 1.2em;
}