body { 
	font-family: verdana, sans-serif; 
	margin: 0;
	padding: 0;
	background: white;
}
/* Rubriker */	
h1 {
	font-size: 18px;
	color: #006699;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #006699;
	font-weight: normal;
	clear: both;
}
h3 {
	font-size: 13px;
	color: #333366;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	color: #990033;
	font-weight: normal;
}
h1,h2,h3,h4 {
	margin-top: 0px;
	margin-bottom: 7px;
}

/* Textstilar */
p {
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 1em;
}
p.small {
	font-size: 10px;
}
p.red {
	color:#990033;
}
/* Tabeller */
table {
	margin-top: 0px;
	margin-bottom: 7px;
}
td {
	vertical-align: top;
	padding-top: 0;
}
td p {
	margin: 0 2px 0 0;
}

/* L&#65533;nkar */
a { text-decoration :none; color: #0071A2 }
a:hover {text-decoration: underline }
a.more {
	background: url(/uploads/pics/im_line_las_mer.gif) right;
	height: 11px;
	display: block;
}
a.more:hover {
	text-decoration: none;
}

/* Listor */
dt, dl, li {
	font-size: 11px;
}
dl {
  margin-top: 7px;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 0em;
	margin-left: 2em;
}
ul.docs {
	margin-left:0;
	padding-left:1.5em;
	list-style-type:none;
}

/* From RTE */
.quote { font-style: italic; padding: 0 2em 0 3em; }
.highlight { background-color: yellow; color: #000; }
.deprecated { text-decoration: line-through; color: #aaa; }
p.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
p.align-right {
	text-align:right;
}
p.align-justify {
	text-align: justify;
}
span.highlight { background-color: yellow; color: #000; }
span.deprecated { text-decoration: line-through; color: #aaa; }
p { font-family : Verdana, sans-serif; font-size : 11px; }
p.blue { color: #006699; background-color:transparent; }
img.float-right { float: right; }

/* Separators */
hr {
	border:none;
	background-color:gray;
	height:2px;
	margin:0.5em 10px 0.5em 0;
}
.padder hr, hr.short {
	margin:0.5em auto;
}
hr.short {
	width: 50%;
}
hr.yellow {
	background-color: #FECB13;
	color: #FECB13;
}
.htmlarea-content-body hr {
	/*height: 8px;*/
}

/* Document links */
a[href*="google.com"]:before, a[href$=".doc"]:before, a[href$=".pdf"]:before {
    content: " ";
    display: block;
    float: left;
    height: 18px;
    width: 18px;
}
a[href*="docs.google.com"]:before {
    background: url("../images/google_docs_text.png") no-repeat scroll 0 5px transparent;
}
a[href*="spreadsheets.google.com"]:before, a[href*="spreadsheets3.google.com"]:before {
    background: url("../images/google_docs_form.png") no-repeat scroll 0 5px transparent;
}
a[href$=".doc"]:before {
    background: url("/typo3/sysext/t3skin/images/sprites/t3skin.png") no-repeat scroll -162px -180px transparent;
}
a[href$=".pdf"]:before {
    background: url("/typo3/sysext/t3skin/images/sprites/t3skin.png") no-repeat scroll -18px -180px transparent;
}
.csc-uploads-icon a[href$=".doc"], .csc-uploads-icon a[href$=".pdf"] {
    display: none;
}
