/* standard1.css rettet d 26-04-2006 */
/* links fjernet uppercase */

/* Ved EXT stylesheet laves en extern henvisning, 
   i hj sidens head-del -  der skrives: */
/* <link rel="StyleSheet" href="standard.css" type="text/css"> */

/* global stylesheet som kun gaelder en side 
   - head delen starter med: */
/*<STYLE type=text/css>*/
/* og slutter i HEAD-delen således:   </STYLE></HEAD>  */

/* Lokal stylesheet laves med class:
   i html dok kaldes stylesheet vhja class
   fx:<H1 class=midt> eller brug <div class=p1> */
 
/* specielle stylesheet deklarationer laves ved at punktum foran navnet fx: .midt { osv.*/
/* i html dok kaldes stylesheet vhja class uden at skrive punktum
   fx:<p class=midt> eller brug <div class=p1> */

/* div links sat text-decoration: none; flere steder april 2010 */
/* links rettet hover til yellow fjernet div  */
/* links visited tilbage til underline og color = blue */


/*-------------- nye okt 2006 overfoert fra grundskabelon -----------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #E6F9FD;
	background-image: url(../img/skyweb_ec_4_q6.jpg);
	color: #000080;  /*navy*/
	text-decoration: none;
}

}
a:link {
	color: navy;
	font-weight: normal;
	font-size: medium;  
	text-decoration: none;  /* underline */
}

a:visited { 
	color: blue;   /* navy */
	font-weight: normal;
    font-size: medium;  
	text-decoration: underline;  /* none */ }

a:hover {
	color: yellow;  /* #004080 */
	font-weight: normal;
	font-size: medium; 
	text-decoration:  none;  /* underline */
	background-color: #66CCFF;
	}

a:active { 
	color: red;
	font-weight: normal;
 	font-size: medium;  
	text-decoration:  none;  /* underline */ 
	}
	
.cosmic_air {
	font-size: 44px;
	color: #003399;
	font-style: italic;
    text-decoration: none;
}

.menu {
	font-size: medium; /* small */
	line-height: normal;
    text-decoration: none;
	padding-left: 10px;
	padding: 5px;
}

.vision {
	font-size: 14px;
    text-decoration: none;
	color: #003399;
	font-style: italic;
	margin-left: 50px;
}


/* ---------- overfoert fra opr css1 --------*/

/*--------- afsnit p ----------------------------------------*/


p{
	color: #008;
	/*	font-family: arial, trebuchet MS, verdana, sans-Serif; */
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	/*	line-height: 100%;*/   
	text-indent: 0px;
	margin: 20px 20px 20px 20px;
	text-decoration: none;

/*	margin-top: 15px;
      	margin-right: 50px;
      	margin-bottom: 15px;	
	margin-left: 15px; 
*/
}

/*--------- afsnit p spørgsmål---------------*/


.sp{	
	color: #c08;	

	font-family: arial, trebuchet MS, verdana, sans-Serif; 
	font-size: large;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;

/*	line-height: 100%;*/   
	text-indent: 0px;

	margin: 20px 20px 20px 20px;
/*	margin-top: 15px;
      	margin-right: 50px;
      	margin-bottom: 15px;	
	margin-left: 15px; 
*/
}



/*------------- .gammel -----------------------------------------------*/

.gammel { color: gray; 

/*	text-align: left; */  

	font-family: arial, trebuchet MS, verdana, sans-Serif; 

	font-size: medium;   	
    text-decoration: none;
	text-indent: 0px;
/*	line-height: 120%;  */ 	

/*	margin-top:  20pt; 
      	margin-right: 50pt;
      	margin-bottom:15pt;	
	margin-left: 50pt;  */
}


/*------------- .foto -----------------------------------------------*/

.foto { color: gray; 

/*	text-align: left; */  

	font-family: arial, trebuchet MS, verdana, sans-Serif; 

	font-size: x-small;   	
    text-decoration: none;
	text-indent: 0px;
/*	line-height: 120%;  */ 	

/*	margin-top:  20pt; 
      	margin-right: 50pt;
      	margin-bottom:15pt;	
	margin-left: 50pt;  */
}


/*--------- citat ---------------*/


.citat{	
	color: #c08;	

/* or	font-family: arial, trebuchet MS, verdana, sans-Serif; 		*/
/* or	font-family: Georgia, Palatino, Times New Roman, serif 		*/
	font-family: cursive 						
	font-size: large;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;

/*	line-height: 100%;*/   
	text-indent: 0px;

	margin: 20px 50px 20px 50px;
/*	margin-top: 15px;
      	margin-right: 50px;
      	margin-bottom: 15px;	
	margin-left: 15px; 
*/
}

/*-------------- h1 h2 h3 h4 h5 h6 ----------------------------------------*/

h1{	color: #008; /* #100080; */
	text-align: center;

	font-family: arial, trebuchet MS, verdana, sans-Serif;

	font-size: x-large;  
	font-weight: normal;
	font-style: normal; 
    text-decoration: none; 
  
	line-height: 150%;   

	margin-top: 0pt;
      	margin-right: 0pt;
      	margin-bottom: 0pt;	
	margin-left: 0pt;
}


h2{	color: navy; 
	text-align: center; /*left;    */

	font-family: arial, trebuchet MS, verdana, sans-Serif;
	font-size: large;
	font-weight: normal;
	font-style: normal; 
    text-decoration: none; 
	line-height: 150%;   

	margin-top: 0pt;
      	margin-right: 0pt;
      	margin-bottom: 0pt;	
	margin-left: 0pt;
}


h3{	color: blue; 
	text-align: center;

	font-family: Arial, Sans-Serif;
	font-size: large;  

	font-weight: normal;
	font-style: normal;
    text-decoration: none;  

	line-height: 150%;   

	margin-top: 0pt;
      	margin-right: 0pt;
      	margin-bottom: 0pt;	
	margin-left: 0pt;
}

.siteoverskrift{
/*	color: red; */
	text-align: center;
	font-family: verdana, Arial, Sans-Serif;/* tidl Lucida Handwriting */
	font-size: 24pt; /*xx-small;  */

	font-weight: bold; /*normal;*/
	font-style: normal;
    text-decoration: none; 

/*	line-height: 150%;*/   

/*	margin-top: 0pt;
      	margin-right: 10pt;
      	margin-bottom: 0pt;	
	margin-left: 0pt; 
*/
}
.email_reminder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
	text-decoration:  none;  /* underline */
}
