body, p, h1, h2, h3, h4, ol, ul, li, a {
 	font-family: "Verdana", "Trebuchet MS", sans-serif;

}
body	{
	color: #fff;
	background: #c00;
	margin: 0;
	padding: 0;
	border: 0;
}
p{
	font-size: 75%;
}
h1 {
	font-size: 120%;
}
h2{
	font-size: 90%;
}
h3 {
	font-size: 85%;
}
/*bigbox er den store hvide "a4" box.*/
#bigbox	{
	color: #000;
	background: #fff;
	margin: 30px auto;
	padding: 0;
   border-top: 30px solid #999;
  	width: 700px;
}
/* side har bigbox' bredde, men kun ½ skærmbillede højde*/
#side	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	clear: both;
}
/*Indhold er den brede ramme til venstre - dvs. uden nav.*/
#indhold	{
	float: left;
	margin: 0;
	padding: 50px;
	width: 440px;
}
#indhold	ul li{
	list-style: disc outside;
	font-size: 75%;
	margin: 15px;
	padding: 0;
	line-height: 130%;
}

#indhold	ol li{
	font-size: 75%;
	margin: 5px;
	padding: 0;
	line-height: 130%;
}
/*rightbox er jo så boxen til højre med nav.*/
#rightbox	{
	margin: 0 0 25px 0;
	padding: 50px 10px 0 0;
	height: 100%;
}
/*bund er bundfeltet med adressen etc.*/
#bund {
	background: #ccc;
   color: #000;
	font-size: 90%;
	line-height: 130%;

   border: 0;
	border-top: 1px solid #000;
	padding: 1px 0px 1px 50px;
	text-align: left;
	clear: both;
}
#bund a{
	color: #c00;
	background: transparent;
	text-decoration: none;
	}

img {
	border: 1px solid #000;
}
.img1 {
	border: 0;
}
.billede {
	float:left;
	padding-right: 10px;
}
 ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
}
ul li	{
	list-style: disc inside;
	font-size: 75%;
	margin: 0;
	padding: 0;
	line-height: 150%;
}
hr {
 	color: #c00;
	background-color: #c00;
 	height: 1px;
}
div.hr {
  height: 1px;
  	background-color: #c00;
}
div.hr hr {
  display: none;
}
a:link{
	text-decoration: none;
	color: #c00;
	background: transparent;
}
a:visited {
	text-decoration: none;
	color: #c00;
	background: transparent;
}
a:hover {
	text-decoration: underline;
	color: #000;
	background: transparent;
}
a:active{
	text-decoration: underline;
	color: #c00;
}
table {
	border: 1px dotted #c00;
	text-align: left;
}
td {
	vertical-align: top;
}
.stil2 {
	width: 100%;
	border: 0px;
	text-align: left;
	vertical-align: top;
}