/*

    CSS Document


    Site: Inblick
    URL: http://www.tidningeninblick.se
    Author: PS Kommunikation
    Version: 1.1

    Date: 2009.05.07

*/


/*
 *      HTML GENERAL
 *
 */

BODY {
	font-size:62.5%;     
    font-family:Arial, Verdana, sans-serif;
    color:#333;
}
H1, H2, H3 {
    color:#111;
	text-align:left;    
	font-weight:bold;
}
H1 {
    font-size:3.2em;
    margin:0 0 0.3em 0;
}
H2 {
    font-size:4.1em;
    margin:0 0 0.3em 0;
}
H3 {
    font-size:1.6em;
    line-height:1.4em;
    margin:0 0 0.3em 0;
}
H4 {
    font-size:1.2em;
    line-height:1.4em;
    margin:0 0 0.3em 0;
}
P {
    font-size:1.2em;
	line-height:1.4em;
    margin:0 0 1.4em 0;
    font-weight:normal;
}
UL {
    font-size:1.2em;
    list-style-type:square;
    margin:0 0 10px 25px;
}
UL LI {
    margin-bottom:0.5em;
}
OL {
    font-size: 1.2em;
    list-style-type: decimal;
    margin:0 0 10px 30px;
}
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:#0090f0;
}
A:HOVER {
    text-decoration: none
}
FIELDSET {
    background:#f9f9f9;
    border-right:solid 1px #d9d9d9;
    border-bottom:solid 1px #d9d9d9;     
    margin:0 0 30px 0;
    padding:5px 0 0 0;
}
FIELDSET P {
    font-size:1.1em;
    margin:0 20px 0 20px;
}
LEGEND {
    font-weight:bold;
    line-height:1.4em;
    margin:0 0 10px 10px;
} 
LABEL {
    margin:0;
}
LABEL.label-checkbox {
    margin:0 0 0 5px;
} 
INPUT { 
    color:#333;
    display:block;
    font-family:Arial, Verdana, sans-serif;
    margin:0 0 10px 0;    
}
INPUT.input-checkbox {
    display:inline;
    margin:0 0 0 0; 
}
INPUT.input-bg {
    border-top:none;
    border-right:solid 1px #d9d9d9;
    border-bottom:solid 1px #d9d9d9;
    border-left:none;    
    display:block;
    padding:2px;
    width:300px;
}
INPUT.attach-file { 
    display:block;    
    margin:0 0 10px 0;
    width:300px;        
}
TEXTAREA {
    color:#333;  
    display:block;
    font-family:Arial, Verdana, sans-serif;
    font-size:1em;
    height:150px;
    margin:0 0 10px 0;      
    width:300px;    
}

/*
 *      CLASSES
 *
 */


P.ingres {
    font-size:1.4em; 
    font-weight:bold;
    line-height:1.4em;
    color:#333;
}
BODY#start P,
BODY#news-archive P{
    margin:0 0 0.3em 0; 
}
.weekly-news P.ingres {
     font-weight:normal;
}
