﻿body  {
    color: #4169E1;
    background: #F7C640;
    /*background-image: url(Axel/Bilder/papirbakgrunn-gul2.jp);*/
	/*background-image: radial-gradient(white, #F7C640, white); */
    /* background-repeat: no-repeat; */
    /*background-size: 100%;*/
    /*background-attachment: fixed;
    background-position: center; 
    padding: 0;*/
    font : 120% Verdana, "Comic Sans MS", sans-serif;
    font-family : Verdana;}

H1  {
    font-size : 150%;
/*  font-weight : bold; */
    text-align : center;
    color :#FFF9B3;
    background : #4169E1;
    margin-top : 0;
    margin-bottom : 0;
    padding: 4px 0;
/*     border: 2px dotted white; */
}

H2  {
    color : #FFF9B3;
    background: #4169E1;
    font-size : 130%;
    margin-top : 20px;
    margin-bottom : 10px;
    text-indent: 50px;
    padding: 2px 0;}

/* Avrundede hjoerner, css3 -- virker bare paa noen nettlesere, */
/* de andre faar vanlige firkantede kanter */
h1, h2, div.forsideboks {
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px;
	/* box-shadow: inset -2px -2px 0px 0px lightyellow; */
}

A  {
    /* color: #4169E1; */
    line-height : 155%;}

A:Visited  { color: #4169E1; }

A:Active  { color : red; }

A:Hover  { 
    color : #FF3333; 
    text-decoration: underline;
}

/*ul {list-style : disc outside;
    position : relative;
    left:-17px;
    color : black;
}*/

li {list-style-type: none; margin-left: -20px;}
li a {text-decoration: none;}
img {margin : 15px; background: white;}

.epost { color : black; }

/*---------------------------------------------------*/
/* De neste plasserer lenkene og bildet paa siden */
div.forsideboks {
	border: 2px dotted white;
    width: 750px;
    height: 630px;
    /*margin: auto;*/
    padding: 10px;
    background: #ffffa0;
    /*background-image: url(Axel/Bilder/sol-560x560px.jpg);*/
	/* background: url('Axel/Bilder/sol-560x560px.jpg') no-repeat right 50% top 50%;*/
	background-image: radial-gradient(white, #F7C640); 
    background-repeat: no-repeat;
    /*background-size: 70%;*/
    /* background-attachment: fixed;
    background-position: center; */
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	border-bottom-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px;
	border-radius: 10%; /* Gi rammen en rund eller elliptisk form */
/* Midstill rammen loddrett og vannrett, CSS3 */
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* lenkeramme til venstre paa forsiden */
div.forsidelenker {
    float: left;
    width: auto;
    margin: 15px}

/* denne omfatter baade bildet og bildeteksten */
div.bilderamme {
    background-image: url(Axel/Bilder/det_vesentligste.jpg);
    margin-top: 150px;
	margin-left: 10px;
	float: left;
    height: 183px;
    width: 200px;
	/*border: 2px double red;*/
}

/*--------------- Ikke i bruk -----------------------*/
/* For bare selve bildet med bildet som bakgrunnsbilde */
div.forsidebilde {
}
/* En egen ramme bare til bildeteksten */
div.bildetekst {text-align: center;}

/*---------------------------------------------------*/