/*

    CSS Document


    Site: PS Kommunikation
    URL: http://www.pskommunikation.se
    Author: PS Kommunikation
    Version: 1.3

    Date: 2010.04.14

*/


/*
 *      HTML GENERAL
 *
 */

BODY {
	font-size:62.5%;     
    font-family:"Lucida Grande", Arial, Verdana, sans-serif;
    color:#777;
}
H1, H2, H3 {
    color:#555;
	text-align:left;    
	font-weight:bold;
}
H1 {
    font-size:3.3em;
    line-height:1.1em;
    margin:0 0 1.2em 0;
}
H2 {
    font-size:1.8em;
    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;
    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:#087590;
}
A:HOVER {
    text-decoration: none
}
DIV#content FIELDSET {
    border:solid 1px #efefef;
    margin:15px 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:#999;
    display:block; 
    font-size:0.9em;
    margin:5px 0 3px 0;
    text-align:left;    
}
DIV#content INPUT {
	border:1px solid #ccc;	
	color:#222;  
    display:block;  
	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:#222;    
    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/bgSubmitBlack.gif) no-repeat;
	width:88px;
	height:23px;
	border:none;
    color:#fff;
    cursor:pointer;
    height:2em;    
    padding:0 1em 0 1em;
    margin:10px 0 0 0;
    text-align:center;
}

/*
 *      CLASSES
 *
 */

P.ingres {
    font-size:1.6em; 
    line-height:1.5em;
    font-weight:bold; 
    color:#333;
}
.iconFlickr {    
   background:url(/bilder/iconFlickr.gif) right center no-repeat;
   padding-right:42px;
}
.iconFlickrTwo {    
   background:url(/bilder/iconFlickr.gif) left center no-repeat;
   padding-left:42px;
}
.grey {
    color:#888;
}
.grey strong
{
    background: url(/images/iconServices16x16.gif) left center no-repeat;
    padding-left:20px;
}