/*

    CSS Document


    Site: jonasform
    URL: http://www.jonasform.se
    Author: PS Kommunikation
    Version: 1.1

    Date: 2009.06.01

*/



/*
 *      HTML GENERAL
 *
 */

BODY {
	font-size:62.5%;     
    font-family:Arial, Verdana, sans-serif;
    color:#555;
}
H1, H2, H3 {
    color:#fff;
	text-align:left;    
	font-weight:bold;
}
H1 {
    font-size:2.8em;
    line-height:1.2em;
    margin:0 0 0.6em 0;
}
H2 {
    font-size:1.4em;
    margin:1em 0 0.3em 0;
}
H3 {
    font-size:1.2em;
    margin:0.5em 0 0.1em 0;
}
P {
    font-size:1.1em;
	line-height:1.5em;
    color:#d8dfc7;
    margin:0 0 1.8em 0;
    font-weight:normal;
}
DIV#content UL {
    color:#d8dfc7;    
    font-size:1.1em;
    list-style-type:circle;
    margin:1em 0 1em 25px;
}
DIV#content UL LI {
    margin-bottom:0.5em;
}
DIV#content OL {
    font-size: 1.2em;
    list-style-type: decimal;
    margin:0 0 10px 30px;
}
DIV#content OL LI {
    margin-bottom:0.5em;
}
IMG {
    border:none;
}
ABBR {
    border-bottom: dotted 1px;
    cursor: help;
}
EM {
    font-style:italic;
}
STRONG {
    font-weight:bold;
}
A {
    color:#fff;
    text-decoration:underline;
}
A:HOVER {
    text-decoration:none;
}
DIV#content FIELDSET {
    border-top:solid 1px #333;
    margin:15px 35px 0 0;     
}
DIV#content FIELDSET LEGEND {
    color:#90ba26; 
    font-weight:bold;
    padding:0 1em 0 1em;
    margin-bottom:15px;
}
DIV#content FIELDSET INPUT {
	color:#222;  
	height:1.8em;    
    font-family:Arial, Sans-Serif;
    font-size:1.0em;
	padding:5px 5px 0 5px;
    width:250px;
    float:left
}
DIV#content FIELDSET TEXTAREA {
    color:#222;    
    font-family:Arial, Sans-Serif;
	font-size:1.0em;
	height:13.5em;	
	line-height:1.8em;
	padding:0.2em;
	width:250px;	
}
DIV#content FIELDSET SELECT {
	color:#222;  
    display:block;  
	height:1.8em;    
    font-family:Arial, Sans-Serif;
    font-size:1.0em;
	padding:2px 5px 0 5px;
    width:250px;	
}
DIV#content FIELDSET INPUT.submit {
    margin:10px 0 0 7.5em;
	background:#3a3b3b url(/images/bg-greybox.gif) left top repeat-x;
	width:88px;
	height:23px;
	border:none;
    color:#fff;
    cursor:pointer;
    clear:both;
    padding:0 1em 0 1em;
    text-align:center;
}
DIV#content FIELDSET LABEL {
    color:#999;
    font-size:1.0em;
    margin:3px 0 0 0;
    text-align:left;   
    width: 6em; 
    float:left; /* single line */
}
DIV#content FIELDSET LABEL.error {
    display:inline;
    float: left; 
    color: red; 
    width: auto; 
    margin-left: 10px; 
    vertical-align: top; 
}
DIV#content FIELDSET P {
    clear: both;
    margin:15px 0;
    display: inline-block; 
    clear:both;
}
DIV#content FIELDSET P:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* HTML DIV#content FIELDSET P {height: 1%;}
DIV#content FIELDSET P {display: block;}
/* End hide from IE-mac */

DIV#content FIELDSET EM {
    font-weight: bold; 
    padding-right: 0.5em; 
    float:left;
    width:1em;
}
TABLE {
    border:none;
    margin:1em 0 2em 0;
    width:400px;

}
TH, TD {
    text-align:left;
    margin:0; 
}
TH {
    color:#d8dfc7;    
    font-weight:bold;
    padding:6px;  
    text-decoration:none;
    width:220px;     
}
TD {
    color:#d8dfc7;    
    padding:6px;  
    text-decoration:none;
    width:220px;        
}
TD A:HOVER, TD:HOVER {
    color:#d8dfc7;     
    text-decoration:none;   
}
TR:HOVER {
    color:#d8dfc7;      
    background:#666;
}
TR:HOVER TD {
    color:#d8dfc7; 
}

/*
 *      CLASSES
 *
 */

P.ingres {
    font-size:1.4em; 
    line-height:1.7em;
    font-weight:bold; 
}
A.arrow 
{
    padding-top:4px;
    padding-left:20px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    background:url(/images/icon-folder.png) no-repeat center left;
}
A.readmore
{
    background:url(/images/icon-arrow-readmore.gif) no-repeat center left;
    font-weight:bold;
    padding-left:10px;
    text-decoration:none;
}
