/*********************************************************
	Typography

**********************************************************/
p, li, label, fieldset, input, td, dt {
	line-height: 1.3em;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	max-width: 500px; 
}
p.no_margins {
	margin: 0;
}
h1 {	
	font-size: 18px;
	color: #FF7F00;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.4em;
}

h2 {
	font-size: 16px;
	color: #FF7F00;
	font-weight: bold;
	clear: both;
	line-height: 1.4em;
}
h2.no_margins {
	margin: 0;
}

h3 {
	font-size: 14px;
	color: #FF7F00;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 0;
}
#banners h3 {
	font-size: 12px;
	color: black;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FF7F00;
}

p.quote {
	background: rgb(255, 239, 224);
	padding: 10px;
	font-style: italic;
}
p.ingress {
	font-weight: bold;
}
p.author {
	font-style: italic;
	text-align: right;
}
p.your_ad {
	background: #E7E7E7;
	height: 117px;
	line-height: 117px;
	vertical-align: middle;
	width: 140px;
	text-align: center;
	margin-top: 6px;
}
span.name {
	font-style:normal;
	font-size: 0.9em;
}
span.name a {
	color: rgb(102,102,102);
}
span.sub {
	font-style: italic;
	font-weight: normal;
	font-size: 0.85em;
}
p.date {
	font-size: 9px;
	margin-bottom:0;
}
p.contact {
	font-size: 9px;
	margin-bottom: 0;
}
p.emp {
	font-size: 1.2em;
	color: #FF7F00;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #FF7F00;
	border-right: 1px solid #FF7F00;
	padding: 0 4px 0 4px;
}
/* lists */
ul, ol {
	padding-left: 1.5em;
	margin-left: 0;
	margin-top: 0;
}

hr {
	height: 1px;
	border: none;
	background: #cecece;
	margin: 0.5em 0 0.5em 0;
	color: #cecece;
	}
/* links */
a {
	color: #333;
}
a.pdf {
	background: url(/typo3/gfx/fileicons/pdf.gif) no-repeat left;
	padding-left: 20px;
}
h2 a, h3 a {
	color: inherit;
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: inherit;
	text-decoration: underline;
}
a.more {
	font-size: 11px;
	line-height: 120%;
}
a:hover {
	text-decoration: underline;
	color: black;
}

/* Bilder med marginal i text */
img.low_space {margin-left: 4px; margin-right: 4px;}
img.high_space {margin-left: 10px; margin-right: 10px; margin-bottom: 10px; }
img.left {float:left; margin-left: 0px; margin-right: 4px;}
img.right {float:right; margin-right: 0px; margin-left: 4px;}
img.center {margin:auto;}
.imgtext-table img { margin-right: 4px!important; margin-bottom: 4px!important;}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image { padding-right: 4px; }

/* Photo captions */
p.csc-caption, .csc-textpic-caption {
	font-size: 10px; text-align:right; 
	padding: 0 1em 0 0; 
	margin: 2px 0 1em 0; 
	color: #808080
}


/* Tabeller */
td.csc-form-labelcell { vertical-align: top;}

table p, table h2 {
	margin: 0 4px 0 0;
} 
table {
	margin-bottom: 1em;
	font-size: 1em; /* qm prevention */
}
div.annons td, table.list td {
	vertical-align:top;
	padding: 0 4px 0.5em 0;
}
/* RTE fixes */
.htmlarea-content-body table {
	outline: 1px dotted gray;
}

.htmlarea-content-body table:hover {
	outline: 1px solid black;
}
.htmlarea-content-body table:hover td{
	outline: 1px dotted grey;
}
.htmlarea-content-body td{
	font-size: 13px;
}

/* Diverse */

sub {line-height: normal;}

a img.epsilon, img.symbol {
	border: none;
	vertical-align:middle;
	margin: 0;
}
img.symbol {
	margin-left: 1px;
}
object {
	margin-bottom: 1em;
}

.tx-comments-comment-name { font-weight: bold; }
.tx-comments-comment-date { font-weight: bold; }
.tx-comments-comment-1, .tx-comments-comment-2 { border: 1px solid #e0e0e0; margin-bottom: 10px; padding: 3px 5px; }
.tx-comments-comment-content { padding: 3px 0; text-align: justify; }
.tx-comments-comment-content a {
	text-decoration: none;
}
.wrapper_3 {
	padding: 5px;
}