/*

    CSS Document


    Site: Alséns Glasmästeri
    URL: http://www.alsens.se
    Author: PS Kommunikation
    Version: 1.1

    Date: 2009.05.01

*/


/*
 *      HTML GENERAL
 *
 */

BODY {
	font-size:62.5%;     
    font-family:Arial, Verdana, sans-serif;
    color:#555;
}
H1, H2, H3 {
    color:#000;
	text-align:left;    
	font-weight:normal;
}
H1 {
    font-size:3.1em;
    line-height:1.2em;
    margin:0 0 .6em 0;
}
H2 {
    font-size:1.3em;
    font-weight:bold;
    margin:0 0 0.3em 0;
}
H3 {
    font-size:1.2em;
    line-height:1.4em;
    font-weight:bold;
    margin:0 0 0.8em 0;
}
P {
    font-size:1.2em;
	line-height:1.6em;
    color:#555;
    margin:0 0 1.8em 0;
    font-weight:normal;
}
UL {
    font-size:1.2em;
    line-height:1.5em;
    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
}
DIV#content FIELDSET {
    border:solid 1px #efefef;
    margin:15px 0 0 0;
    padding:10px;     
}
DIV#content FIELDSET P {
    margin:0; 
    padding:10px 15px 0px 0px;
}
DIV#content LEGEND {
    color:#000; 
    font-weight:bold;
    padding:0 1em 0 1em;
}
DIV#content LABEL {
    color:#555;
    display:block; 
    font-size:0.9em;
    margin:3px 0 0 0;
    text-align:left;    
}
DIV#content LABEL.error {
    font-size:0.9em;
    background:#fff;
    color: red;
    display:inline;
    padding-left:10px;
}
DIV#content INPUT {
	border:1px solid #ccc;	
	color:#555;  
	height:1.8em;    
    font-family:Lucida Sans, sans-seriff;
    font-size:1.0em;
	padding:5px 5px 0 5px;
    width:298px;	
 }
 DIV#content SELECT {
	border:1px solid #ccc;	
	color:#222;  
    display:block;  
	height:1.8em;    
    font-family:Lucida Sans, sans-seriff;
    font-size:1.0em;
	padding:2px 5px 0 5px;
    width:298px;	
 }
DIV#content TEXTAREA {
	border:1px solid #ccc;    
    color:#555;    
    font-family:Lucida Sans, sans-seriff;
	font-size:1.0em;
	height:13.5em;	
	line-height:1.8em;
	padding:0.2em;
	width:298px;	
}
DIV#content INPUT.submit {
    background:url(../images/btn-blue.gif) no-repeat left bottom;
    border:none;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    height:18px;
    padding:0;
    width:46px; 
}

/*
 *      CLASSES
 *
 */

P.ingres {
    font-size:1.4em; 
    line-height:1.5em;
    font-weight:bold; 
    color:#333;
}

