/********************************************************
 *                                                      *
 * Project           : Mjodvitnirs hjemmeside           *
 * Fil navn          : style_print.css                  *
 * Sidst ændret af   : Webmaster                        *
 * Formål            : Definer udseendet af udskrifter  *
 * Sidst ændret      : 11/11-05                         *
 *                                                      *
 ********************************************************/

body 			{ background-color: #ffffff;
			  font-family: "Book Antiqua", "Times New Roman", serif;
                          font-size: 100%;
			  font-weight: normal;
                          color: #000000;
   			}

table.hoved		{ border-collapse: collapse;
			  width: 100%;
			}

table.indhold		{ margin-top: 30px;
			  border-collapse: collapse;
			  width: 100%;
			}

#logo			{ visibility:hidden; position:absolute; top:0px; left:0px; }
#overskrift		{ visibility:hidden; position:absolute; top:0px; left:0px; }
#overskrift_print	{ position:absolute; top: 0px; left: 30%; font-family: "Oxford", "Book Antiqua", "Times New Roman", serif; font-size: 200%; font-weight: normal; }
#menu			{ visibility:hidden; position:absolute; top:0px; left:0px; }
.billedev		{ float:left; width: 190px; }
.billedeh		{ float:right; width: 190px; }
.billede100		{ float:left; width: 100px; }
.edda			{ position:relative; left: 100px; }

.mstor			{ font-size: 120%; font-weight: normal; }
.stor			{ font-size: 110%; font-weight: normal; }
.storb			{ font-size: 110%; font-weight: bold; }
.lille			{ font-size: 80%; font-weight: normal; }

p.r			{ color: #ff0000; font-weight: normal; background-color: #ffffff; }
p.rl			{ font-size: 80%; color: #FF0000; font-weight: normal; background-color: #ffffff; }
p.rb			{ color: #ff0000; font-weight: bold; background-color: #ffffff; }
p.rbc			{ color: #ff0000; font-weight: bold; text-align: center; background-color: #ffffff; }
p.rc			{ color: #ff0000; text-align: center; font-weight: normal; background-color: #ffffff; }
p.g			{ color: #008000; font-weight: normal; background-color: #ffffff; }
p.gb			{ color: #008000; font-weight: bold; background-color: #ffffff; }
p.mru			{ color: #800000; font-weight: normal; text-decoration:underline; background-color: #ffffff; }

hr			{ color: #000000; background-color: #ffffff; }

a:link 			{ color: #0000FF; text-decoration:underline; background-color: #ffffff; }
a:visited 		{ color: #606420; text-decoration:underline; background-color: #ffffff; }
a:active 		{ color: #606420; text-decoration:underline; background-color: #ffffff; }
a:hover 		{ color: #800000; text-decoration:underline; background-color: #ffffff; }

a.lille:link 		{ font-size: 80%; text-decoration:none; }
a.lille:visited 	{ font-size: 80%; text-decoration:none; }
a.lille:active 		{ font-size: 80%; text-decoration:none; }
a.lille:hover 		{ font-size: 80%; text-decoration:none; }

a.rl:link 		{ color: #FF0000; font-size: 80%; text-decoration:none; background-color: #ffffff; }
a.rl:visited 		{ color: #FF0000; font-size: 80%; text-decoration:none; background-color: #ffffff; }
a.rl:active 		{ color: #FF0000; font-size: 80%; text-decoration:none; background-color: #ffffff; }
a.rl:hover 		{ color: #FF0000; font-size: 80%; text-decoration:none; background-color: #ffffff; }

