/*til at sætte generel font for hele sitet */
* {font-family	: "times new roman", ariel, helvetica, sans-serif;}

/til at nulstille al margin og padding. kan efterfølgende sættes igen*/
html {margin : 0px ; padding : 0px ;}
body {margin : 0px ; padding : 0px ;}

/*her starter det egentlige stylesheet	*/
/* 					*/
/* 					*/
/* 					*/
/* 					*/
/* 					*/


body {background-color : #cccccc ; font-size : 1.2em}


/* Beskrivelser af rammerne til indholdet */
div#ramme {width : 45em ; margin-left : auto ; margin-right : auto }

div#indhold{padding : 1em}



/* Menurammerne */

div#topmenu { text-align : center ; width : 100% ; display :none}
div#venstremenu {border-right : none }
div#hoejremenu {border-right : none}
div.menu{border-style : groove; border-top : none ; border-bottom : none }
div#logo{border-style : groove; border-top : none ; border-bottom : none ; border-right : none ; text-align : center}


/* Diverse til præsentation af indholdet */
p.menu a{display: block ; text-decoration: none; color : #663399 ; text-align : center ; font-weight : bolder}
p.menu a:link{}
p.menu a:visited{}
p.menu a:hover{background-color : #663399; color : #cccccc}
p.menu a:active{color : #000000;}	

p {line-height : 1.4em;}
p#foersteafsnit{margin-bottom : 1em}
acronym {border-bottom : thin dashed ; cursor :help}

div#spalte1{float : left ; width : 20% ; display : none}
div#spalte2{float : left ; width : 60% ; border: groove ; border-style-top : ridge ; border-left : none ; border-right : none ;border-bottom : none }
div#spalte3{float : left ; width : 20% ; display : none}

span.tastaturgenvej{text-decoration : underline}
