@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 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}
h1 {
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 6px;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 6px;
	font-weight: normal;
}
h3 {	
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 6px;
	font-weight: normal;
}
h4 {	
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 6px;
	font-weight: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}
a {
	color: #333333;
}


/* Header */

#jf_mobil_header {
	height: 68px;
	/* width:240px; */
}
#jf_mobil_header_tagline p {
	font-size: 10px;
}

/* Indholdselementer */

.jf_mobil_maincontent_element {
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*
.jf_mobil_maincontent_element .csc-header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	padding-top:10px;
}
.jf_mobil_maincontent_element .csc-header-n1 {
	border-top-style: none;
	margin-top: auto;
	padding-top:0px;
}
*/