body {
	background-color: #89D193; 
	margin-left:15px;
	font-size:100%;
	color: black;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	scrollbar-face-color:#89D193; 
}

a:link {
	color: #000099;
	text-decoration:none;

}
a:visited {
	color: #336600; /* #660066; */
	text-decoration:none;
}
a:active {
	background-color: yellow;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}

p {
	color: black;
	font-size:100%;
	font-family: arial, verdana, sans-serif;
	background-color: #89D193; 
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

li {
	font-size:100%;
	color: black;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}
/* color: #990000; */
h1 {
	font-family: "Times New Roman", serif;
	color: #990000;
	text-shadow: 2px 2px 4px #ffffff;
}

h2 {
	font-family: arial, verdana, sans-serif;
	color: #990000;
	font-weight: bold;
	text-shadow: 2px 2px 4px #ffffff;
}

h3 {
	font-family: arial, verdana, sans-serif;
	color: #990000;
	font-weight: bold;
	text-shadow: 2px 2px 4px #ffffff;
}

kursiv {
	font-family: arial, verdana, sans-serif;
	font-style: italic;
}

#gb {
	font-style: italic;
	font-weight: normal;
}

#billedeboks {
	float:left;
	width: 200px;
	border-width: 2px;	
	border-style: solid ;	
	border-color: black;
	margin-right: 4px;
}

#spalte1 {
	float:left;
	width: 33%;
}
#spalte2 {
	float:left;
	width: 33%;
}
#spalte3 {
	float:left;
	width: 33%;
}

#img2{
  width:400px;
  height:200px;
  border-radius: 15px;
  border-color: black;
  object-fit: cover;
  border: 1px solid;
  box-shadow: 5px 10px 8px #888888
}

#lep_fors_thumb{
  width:126px;
  border-radius: 0px;
  border-color: black;
  object-fit: cover;
  border: 1px solid;
  box-shadow: 3px 3px 3px darkgreen;
  margin-right: 5 px;
}

img{
  margin-right: 5 px;
}

#txtboxredrcorners {
    border-radius: 5px;
    border: 3px solid red;
    background-position: left top;
    background-repeat: repeat;
    padding: 2px;
}

#liborder {
    border-radius: 5px;
    border: 1px solid darkgreen;
    background-position: left top;
    background-repeat: repeat;
    padding: 2px;
	margin-top: 2px;
}

#roundedboxred {
    border-radius: 5px;
    border: 3px solid red;
    background-position: left top;
    background-repeat: repeat;
    padding: 2px;
	background: #89dd93;
}

#roundedboxgreen {
    border-radius: 5px;
    border: 1px solid darkgreen;
    background-position: left top;
    background-repeat: repeat;
    padding: 2px;
	background: #89dd93;
}
