/*

    CSS Document


    Site: Libluck
    URL: http://www.libluck.se
    Author: PS Kommunikation
    Version: 1.9

    Date: 2009.10.30

*/

/*
 *      HTML GENERAL
 *
 */

BODY {
	font-size:62.5%;     
    font-family:Arial, Verdana, sans-serif;
    color:#484848;
}
H1, H2, H3 {
    font-family:Tahoma, sans-serif;	
	font-weight:bold; 	
	text-align:left;    
}
H1 {
    color:#0d0d0d; 
    font-size:2.1em;  
    line-height:normal;
    margin:0 0 0.7em 0;
}
H2 {
    color:#0d0d0d;    
    font-size:1.5em;   
    margin:0 0 0.3em 0;
}
H3 {
    color:#0d0d0d;    
    font-size:1.2em;
    font-weight:bold;
    margin:0 0 0.3em 0;
}
P {
/*    font-size:1.2em;*/
	color:#484848;
	line-height:1.3em;
    margin:0 0 1.1em 0;
    font-weight:normal;
}
UL {
    list-style-type:square;
    margin:0 0 10px 25px;
}
UL LI {
    line-height:1.5em;
}
OL {
    list-style-type: decimal;
    margin:0 0 10px 30px;
}
OL LI {
    line-height:1.5em; 
}
IMG {
    border:none;
}
ABBR {
    border-bottom: dotted 1px;
    cursor: help;
}
EM {
    font-style:italic;
}
STRONG {
    font-weight:bold;
}
A {
    color:#0d96dd; 
    text-decoration:none;
}
A:HOVER {
    text-decoration:none;
}
DIV#Content FIELDSET {
    margin:0 0 20px 0;
    padding:0;
}
DIV#Content FIELDSET P {
    margin:0;
    padding:0;
}
DIV#Content LEGEND {
    display:none;
}
DIV#Content LABEL {
    color:#919191;
    display:block; 
    font-size:0.9em;
    margin:3px 0 0 0;
    text-align:left;    
}
DIV#Content INPUT {
    background:url(/images/bg-input.png) top left repeat-x ;
    border:none;
    color:#898989;
    font-size:1.0em;
    height:30px;
    padding:7px 10px 0 10px;
	width:329px;
}
DIV#Content INPUT.Submit {
    background:url(/images/bg-submit.png) no-repeat top left;
    color:#fff;
    cursor:pointer;
    display:block;  
    height:21px;
    font-size:11px;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0 3px 2px 0;
	text-align:center;
	width:65px;
}
DIV#Content TEXTAREA {
    background:url(/images/bg-textarea.png) top left repeat-x ;  
    border:none;
    color:#898989;    
    display:block;     
    font-family:Arial, Verdana, sans-serif;
	font-size:1.0em;
	height:180px;	
	margin:0 0 5px 0;
	padding:6px 10px 15px 10px;
	width:329px;	
}

/*
 *      CLASSES
 *
 */



