/*

    CSS Document


    Site: Skalab
    URL: http://www.skalab.net
    Author: PS Kommunikation
    Version: 1.1

    Date: 2009.05.01

*/


/*
 *      HTML GENERAL
 *
 */

BODY {
	font-size:62.5%;     
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    color:#2e2e2e;
}
H1, H2, H3 {
    color:#121212;
    font-family: "Arial", Verdana, sans-serif;	
	font-weight:bold; 	
	text-align:left;    
}
H1 {
    font-size:2.8em;  
    line-height:1.1em;
    margin:0 0 0.5em 0;
}
H2 {
    font-size:1.6em;
	font-weight:bold;      
    margin:0 0 0.3em 0;
}
H3 {
    font-size:1.2em;
    font-weight:bold;
    margin:0 0 0.1em 0;
}
P {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;    
    font-size:1.2em;
	line-height:1.6em;
    margin:0 0 1.8em 0;
    font-weight:normal;
}
UL {
    font-size:1.2em;
    list-style-type:square;
    margin:0 0 10px 25px;
}
UL LI {
    line-height:1.5em;
}
OL {
    font-size: 1.2em;
    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:#36afe7;
}
A:HOVER {
    text-decoration: none
}

DIV#content FIELDSET {
    margin:10px 0 0 0;
    padding:0;
}
DIV#content FIELDSET P {
    background:#f2f2f2;
    margin:0;
    padding:5px;
}
DIV#content LEGEND {
    display:none;
}
DIV#content LABEL {
    font-size:0.9em;
    margin:3px 0 0 0;
    text-align:left;    
}
DIV#content FIELDSET LABEL.error {
    font-size:0.9em;
    background:#fff;
    color: red;
    margin:-11px 0 0 0;
    text-align:center; 
}
DIV#content INPUT {
    font-size:1.0em;
	margin:0 0 10px 0;
	padding:5px 5px 0 5px;
 }
DIV#content TEXTAREA {
    font-family:Arial, Verdana, sans-serif;	
	font-size:1.0em;
	margin:0 0 5px 0;
	padding:0.2em;
}
DIV#content INPUT.btn {
    background:url(../images/btn-search.gif) no-repeat center left;
    border:none;    
    height:20px;
    padding:0;
    width:45px; 
}

/*
 *      CLASSES
 *
 */

P.ingres {
    font-size:1.4em; 
    line-height:1.5em;
    font-weight:bold; 
    color:#333;
}
P.grey 
{
    color:#888;
}
