body
{
	background-color: #700000;
	background-image:url('billeder/bg.gif');
	background-repeat:repeat-y;
	text-align: center;
	font-size: 12pt;
	font-family:'Verdana','Arial',sans-serif;
	font-weight: 400;
	background-attachment:fixed;
background-position: 50% 0%;
	margin: 0px;
	padding 0px;
	color: white;
	
}
.big
{

	position: absolute;
	width: 760px;
	left: 50%;
    	margin: 0 0 0 -379px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
A
{
	color: white;	
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	color: Red;	
}
.over
{
	font-size: 32pt;
	font-weight:bold;
	color: #006A02;
}
.menu
{

	top: 0px;

	position: absolute;
	width: 700px;
	left: 50%;
    	margin: 0 0 0 -350px;
	padding: 0;
	text-align: left;


}

.indhold
{

	width: 70%;
	position: absolute;
	top: 170px;
	left: 15%;
	text-align: center;

}
.leftbig
{
	position: absolute;
	width: 454px;
	left: 50%;
    	margin: 0 0 0 -344px;
	
	text-align: left;
}
.leftsmall
{

	position: absolute;
	width: 226px;
	left: 50%;
    	margin: 0 0 0 -344px;
	
	text-align: left;
}
.rightbig
{

	width: 457px;
	left: 50%;
	position: absolute;
	margin-left:4px;
	margin: 0 0 0 -113px;
	text-align: left;
}
.rightsmall
{

	width: 229px;
	left: 50%;
	position: absolute;
	margin-left:4px;
	margin: 0 0 0 115px;	
	text-align: left;
}
.hojre
{
	float: right;	
}
table.sample {
	border-width: 0px;
	border-spacing: 2px;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
	background-color: black;
	margin: 2;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
	background-color: black;

}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
	background-color: black;
	padding: 2px,5px,2px,5px;
}
