/* CSS Document */

body{

margin:0px;
padding:0px;
}

.indhold{
padding-left:5px;
padding-right:5px;
padding-top:70px;
padding-bottom:60px;
}

.top{
position:absolute;
top:0;
left:0;
height:80px;
width:100%;
}

.footer{
position:absolute;
bottom:0;
left:0;
width:100%;
height:55px;
text-align:center;
}

body>div.top{
position: fixed;
}

body>div.footer{
position: fixed;
}







hr { 
color: brown; 
background-color: brown; 
height: 4px; 
noshade: true;
}

table.billede{
border: 4px solid #996600;
}

.brunbar {  text-align: center; background-color: #330000; color: yellow; width: 100%; padding-top: 2px; padding-bottom: 2px; font-size: larger; font-weight: bold}

td.button A:link {
background : black;
color : yellow;
text-decoration : none;
font-weight : bold;
padding : 4px
}
td.button A:visited {
background : black;
color : yellow;
text-decoration : none;
font-weight : bold;
padding : 4px
}
td.button A:active {
background : yellow;
color : black;
text-decoration : none;
font-weight : bold;
padding : 4px
}
td.button a.nohoover:hover{
Background-Color : black;
Color : yellow;
font-weight : bold;
padding : 4px
}
td.button A:hover{
Background-Color : yellow;
color : black;
font-weight : bold;
padding : 4px
}
.greyparagraph {
	background-color: #aaccaa;
	border: solid;
	border-top-color: brown;
	border-right-color: #aaccaa;
	border-bottom-color: brown;
	border-left-color: #aaccaa;
	
	text-indent: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
.nowrap {
	white-space: nowrap;
}
table.bundpile {
	left: 0px;
	bottom: 0px;
	width: 100%;
	position: fixed;
}

.beskrevne A:link {
color : white;
text-decoration : none;
font-weight : bold;

}
.beskrevne A:visited {
color : white;
text-decoration : none;
font-weight : bold;
}
.beskrevne A:active {
color : white;
text-decoration : none;
font-weight : bold;
}
.beskrevne a.nohoover:hover{
color : white;
text-decoration : none;
font-weight : bold;
}
.beskrevne A:hover{
color : white;
text-decoration : none;
font-weight : bold;
}
.hvidbaggrund {
	background-color: #FFFFFF;
}

.mindre {
	font-size: smaller;
}

.stoerre {
	font-size: large;
}

.hvidtekst {
	color: #FFFFFF;
}
.stor {
	font-size: xx-large;
}




@media screen
  {
  body>top.fixed
    {
    position: fixed;
    }

  {
  body>footer.fixed
    {
    position: fixed;
    }
  }
  
.ordforklaring {
	font-family: "Comic Sans MS";
	font-style: italic;
	color: #000033;
	background: yellow
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: medium;
	border: solid;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
	font-size: smaller;
	float: right;
}
