@charset "UTF-8";
/* CSS Document */

/* Generelle regler fra common.css */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:	solid 0px black;
}
table.contenttable tr td {
	vertical-align:	top;
}
.csc-textpic-clear {
	clear: both;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Generelle regler for hele Genoskan */

body {
	background-color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
p, h1, h2, h3, h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
}
h1 {
	font-size: 21px;
	line-height: 35px;
	color: #426860;
	margin-bottom: 14px;
	margin-top: 4px;
}
h2 {
	font-size: 18px;
	line-height: 26px;
	color: #426860;
	margin-bottom: 13px;
	margin-top: 3px;
}
h3 {
	font-size: 16px;
	line-height: 26px;
	color: #426860;
	margin-bottom: 12px;
	margin-top: 2px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	color: #5C5C5C;
	margin-bottom: 11px;
}
p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
}
a {
	color: #000000;
}
a:focus, a:hover, a:active {
	color: #426860;
}
.csc-firstHeader {
	margin-top: 0px;
}

/* Outer layout */

.genoskan_row_n {
	background-color: #296CA4;
}
.genoskan_col_c {
	width: 960px;
}
#genoskan_upper_corner_w {
	background-image: url(grafik/genoskan_main_bg_nw.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#genoskan_upper_border_n {
	background-color: #FFFFFF;
}
#genoskan_upper_corner_e {
	background-image: url(grafik/genoskan_main_bg_ne.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.genoskan_row_s {
	background-color: #000000;
}
#genoskan_lower_corner_w {
	background-image: url(grafik/genoskan_main_bg_sw.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#genoskan_lower_border_s {
	background-image: url(grafik/genoskan_main_bg_sc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#genoskan_lower_corner_e {
	background-image: url(grafik/genoskan_main_bg_se.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.genoskan_row_s {
	height: 100px;
}

/* Inner layout */

#genoskan_main_inner_table {
	height: 625px;
}
#genoskan_header_row {
	height: 105px;
	background-color: #F5F5F5;
}
#genoskan_main_row {
	background-image: url(grafik/genoskan_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #C7D7E6;
	/* height: 500px; */
}
#genoskan_footer_row {
	height: 58px;
	background-image: url(grafik/genoskan_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Header */

/* Logo */

#genoskan_logo_grid {
	height: 85px;
}
#genoskan_logo_container {
	margin-top: 20px;
}

/* Searchbox */

#genoskan_search_flag_container {
	float: right;
	height: 24px;
}
#genoskan_search, #genoskan_language_links {
	background-image: url(grafik/genoskan_search_flag_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: right;
}
#genoskan_search {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 9px;
	padding-right: 9px;
	height: 24px;
}
#genoskan_search form {
	margin-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#genoskan_search form input {
	margin: 0px;
}
.genoskan_form_inputs {
	border: 1px solid;
	height: 16px;
}
#genoskan_form_searchfield_container {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}
#genoskan_form_searchfield {
	border-width: 0px;
	border-style: none;
	padding: 0px;
	height: 16px;
}
#genoskan_form_space {
	width: 7px;
}
#genoskan_form_submit_container {
	border-color: #426860;
	background-color: #426860;
}
#genoskan_form_submit {
	color: #FFFFFF;
	background-color: #426860;
	border-width: 0px;
	border-style: none;
	height: 16px;
}
#genoskan_language_links {
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 1px;
	height: 18px;
}
#genoskan_language_links a {
	margin-right: 6px;
}
#genoskan_language_links a img {
	margin: 0px;
}

/* Main menu */

ul#genoskan_main_menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	bottom: 2px;
}
li.genoskan_main_menu_items {
	float: left;
	font-size: 16px;
	margin-right: 28px;
}
li.genoskan_main_menu_items a {
	color: #666666;
	text-decoration: none;
	display: block;
}
li.genoskan_main_menu_items a:focus, li.genoskan_main_menu_items a:hover, li.genoskan_main_menu_items a:active {
	color: #426860;
}
li#genoskan_main_menu_active_item a {
	color: #426860;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #426860;
}

/* Main content */

#genoskan_main_content {
	margin-top: 19px;
	margin-bottom: 14px;
}

/* Footer */

#genoskan_footer {
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
#genoskan_footer p {
	margin: 0px;
	font-size: 11px;
}
#genoskan_footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#genoskan_footer a:focus, #genoskan_footer a:hover, #genoskan_footer a:active {
	text-decoration: underline;
}

/* Indexed search */

.tx-indexedsearch {
	font-size: 11px;
}
.tx-indexedsearch-searchbox input {
	margin: 5px;
}
.tx-indexedsearch-searchbox select {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.tx-indexedsearch-browsebox ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 10px;
}
.tx-indexedsearch-browsebox a {
	text-decoration: none;
}
.tx-indexedsearch-browsebox a:focus, .tx-indexedsearch-browsebox a:hover, .tx-indexedsearch-browsebox a:active {
	text-decoration: underline;
}


/* FE login */

.tx-felogin-pi1 {
	font-size: 11px;
}
.tx-felogin-pi1 fieldset {
	border-style: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tx-felogin-pi1 legend {
	display: none;
}
.tx-felogin-pi1 label, .tx-felogin-pi1 input {
	margin-bottom: 5px;
}
.genoskan_login_submit, .genoskan_forgotpass_submit, .genoskan_logout_label {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* tt_news */


.news-latest-container {
	font-size: 11px;
}
h4.genoskan_latest_header {
	font-size: 13px;
	margin-bottom: 3px;
}
.news-latest-morelink {
	display: none;
}

.news-list-date {
	display: block;
	font-size: 11px;
}
.news-list-item img {
	margin-bottom: 5px;
}
hr.clearer {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #C7D7E6;
}
.news-list-morelink {
	font-size: 11px;
	text-decoration: none;
}
.news-list-morelink a {
	text-decoration: none;
}
.news-list-morelink a:focus, .news-list-morelink a:hover, .news-list-morelink a:active {
	text-decoration: underline;
}
.news-single-item {
	font-size: 11px;
}
.news-single-files img {
	margin-right: 3px;
}

/* Fillister */

.csc-uploads td {
	vertical-align: top;
}

/* Mailform */

.csc-mailform {
	border-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
.csc-mailform-field {
	margin-right: 5px;
	margin-bottom: 5px;
}
.csc-mailform-field label {
	margin-right: 5px;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}
.csc-mailform-radio legend {
	display: none;
}
.csc-mailform-radio label {
	display: inline;
	margin-left: 5px;
}

/* Tabeller */

.contenttable td * {
	margin: 0px;
}

/* Tlf */

.genoskan_tlf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

/* Captions */

.csc-textpic-caption {
	font-size: 11px;
}



input.greenButton {
	background: #426860;
	padding: 2px 7px;
	border: none;
	color: #fff;
} 

input.wideInput {
	width: 350px;
	border: 1px solid #ccc;
	padding: 1px;
}
