body {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    background-image: url("image/background.png");
	font-family:arial, sans-serif;
    font-size: 100%;
    }
.RedBorder{
    border: 5px solid red;
	
}
.BlueBorder{
   border: 5px solid blue;
}

p.isglobal {color:red;}

p.red{
	color:red;
}
.TxtRed{
    color:red;
}
H1.font-size3em {
	font-size:3em;
}
a {
    text-decoration: none;
}

a:link {
  color: blue;
}

a:visited {
  color: blue;
}

img.center {
    display: block;
    margin: auto;
}

img.ImgFloatLeft {
    float:left;
	padding-right: 10px;
}
img.ImgFloatRight {
    float:right;
	padding-left: 10px;
}
img.banner {
  border-style: solid;
  border-color: white;
  border-width: 6px;
}

div.BorderRed{
	border: 1px solid red;
}
div.ImgClear {
	clear:both
}
ul a {
    text-decoration: none;
}

div.side{
    width:100%;
    background-image: url("image/background.png");
 padding:5px;
}

.SideOverskrift{
   font-size: 1.875em; /* 30px/16=1.875em */
    font-weight: bold;
 	color:olive;
} 

div.container {

    width: 80%;
    border: 1px solid gray;
    margin-left: 10%;

}

div.bestyrelses-medlem {
    display: inline-block;
    width: 200px;
    height: 150px;
    padding: 10px;
}

header, footer {
    padding: 1em;
    color: white;
    background-color: olive;
    clear: left;
    text-align: center;
}

nav {
    float: left;
    max-width: 195px;
    margin: 0;
    padding: 1em;
}

nav ul {
    list-style-type: none;
    padding: 0;
}
   
nav ul a {
    text-decoration: none;
}

article {
    margin-left: 201px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;  
	display: block;
}
div.KvitteringsText {

  position: relative;

  width: 400px;

  height: 350px;

  border: 3px solid black;

} 


