
/* TÖLFRÆĞI III */
/*Skilgreiningar fyrir Spurt og svarağ*/
body {    background-color : #FDFCF1;}

div.spsv p.sv, div.spsv p.dags {
    margin: 0;
    margin-left: 20pt;
    border-right-style: solid;
    border-right-color: #C290F0;
    border-right-width: thin;
    border-left-style: solid;
    border-left-color: #C290F0;
    border-left-width: thin;
    background-color : #F1E5FB;
    padding : 0.3em 1em 0.3em 0.3em !important;
}

div.spsv p.sp + p.sv {
    border-top-style: solid;
    border-top-color: #C290F0;
    border-top-width: thin;
}

div.spsv p.titill {
    background-color: transparent;
    font-weight : bold;
    color : #7b1cd2;
    font-size : 1.5em;
    border : none;
    margin-top: 20pt;
    margin-bottom: 5pt;
}
div.spsv p.sp {
    background-color: transparent;   
    margin-top: 5pt; 
    margin-bottom: 10pt;
    border : none;
}
div.spsv p.sp+p.sp {margin-top: 0.5em;}


p.sp + p.sv {
    padding-top: 0.5em;}
	
div.spsv p.dags {
     text-align:right; 
     font-size: smaller;
     border-bottom-color: #C290F0; 
     border-bottom-width: medium; 
     border-bottom-style: solid; 
     }
     
div.spsv p.sp + ul {
    margin: 0 !important;
    padding : 0.3em 1em 0.3em 0.3em !important;
	}    

div.spsv p.sv + ul {
    margin: 0;
    margin-left: 20pt;
    border-left-style: solid;
    border-left-color: #C290F0;
    border-left-width: thin;
    border-right-style: solid;
    border-right-color: #C290F0;
    border-right-width: thin;
    background-color :#F1E5FB;
    padding : 0.3em 1em 0.3em 0.3em !important; 
	}     
    
    div.spsv ul li {
    padding-right : 0.3em;
    list-style-position : inside;
}
	
/* Fyrirsagnir */	
	
h1, h2, h3 {font-family: Verdana, Arial, sans-serif; font-weight: bold; color : #7b1cd2;}
h1 {font-size: 20pt; }
h2 { font-size: 16pt;  margin-bottom: 6pt; }
h3 { font-size: 12pt; font-weight: bold; margin-bottom: 3pt; }
	

/* Skilgreiningar fyrir valramma */	
	div.eyfirlit {    
    font-weight: bold;
    min-width: 12em;
    position: fixed; 
    left: 460pt; 
    margin: 0;
    margin-left: 20pt;
    border: thin solid #A790F0;
    border-right-style: solid;
    border-right-color: #A790F0;
    border-right-width: thin;
    border-bottom-width: medium;
    background-color : transparent;
    padding : 0.3em 1em 0.3em 0.3em ! important;
 }
 div.eyfirlit * p {margin: 0;}
 div.eyfirlit > p {margin-bottom: 0;}
 
 /* Prentskilgreiningar */
@media print {
   div.eyfirlit {display: none;}
   }
