@charset "UTF-8";
/* CSS Document */

/* Fra common.css: */

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 */

body {
	background-color: #FFFFFF;
	background-image: url(grafik/jf_body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: none;
}
h1 {
	font-size: 30px;
	margin-top: 1px;
	margin-bottom: 6px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	margin-top: 14px;
	margin-bottom: 6px;
	font-weight: normal;
}
h3 {	
	font-size: 15px;
	margin-top: 14px;
	margin-bottom: 6px;
	font-weight: normal;
}
h4 {	
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: 6px;
	font-weight: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}
a {
	color: #333333;
}

/* Generelt ydre layout */

#jf_outer_table {
	width: 100%;
}
#jf_outer_left_td {
	background-image: url(grafik/jf_ltd_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#jf_outer_right_td {
	background-image: url(grafik/jf_rtd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#jf_outer_center_td {
	height: 500px;
	width: 960px;
	background-image: url(grafik/jf_ctd_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* Header */

#jf_logo_header_row {
	height: 111px;
	background-image: url(grafik/jf_headertext.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#jf_logo_holder {
	float: right;
}

/* Fælles Headertext */

#jf_headertext_holder {
	float: left;
}

/* Main menu */

#jf_mainmenu_row {
	height: 41px;
}
#jf_mainmenu_table {
	float: left;
	border-collapse:collapse;
}
.jf_mainmenu_items {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 30px;
	padding-left: 30px;
	height: 41px;
	vertical-align: middle;
}
.jf_mainmenu_aktive_item {
	background-color: #E8E8E8;
}
.jf_mainmenu_items a {
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
}
.jf_mainmenu_items a:focus, .jf_mainmenu_items a:hover, .jf_mainmenu_items a:active {
	color: #000000;
}

#jf_social_links {
	float: right;
	padding-top: 15px;
}

/* Main content */

#jf_maincontent_row {
	height: 500px;
	vertical-align: top;
}
#jf_maincontent_holder {
	margin-top: 23px;
}



.languageSelector {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 70px;
	text-align: left;
}

.languageSelector a {
	display: block;
	font-size: 10px;
	text-decoration: none;
}