½@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;	
	resize:none;
}
/*Google Style Fjerner den orangse border*/
.nohighlight:focus 
{ 
    outline:none; 
}

*:focus 
{
	outline: none;
}
/*Google Style Fjerner den orangse border*/

html
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body 
{
	font-family:Verdana, Geneva, sans-serif;
	font-style:oblique;
	background-color:#4D9CBD;
	color:#FFF;
}  
  
 
a:link
{
	text-decoration:none;
	color:#FFF;
}

a:visited
{
	text-decoration:none;
	color:#FFF;
	clear:both;
}

a:hover
{
	text-decoration:none;
	color:#FFF;
}

a:active
{
	text-decoration:none;
	color:#FFF;
}
img
{
	border:0px;
}
#wrapper
{
	width:1253px;	
	margin:auto;
	background-color:#F00;
}
#indholdsboks
{
	width:100%;
	padding:10px;
	float:left;
	margin-top:10px;
}
.Tabelet
{
	background-color:#000;
	width:100%;
	float:left;
	text-align:center;
}
table, th, td {
    border: 1px solid black;
	text-align:center;
	width:1235px;
}
.tret
{
	background-color:#0C0;
	width:1063px;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
	height:70px;
}
.tdet_left
{
	background-color:#3F0;
	width:90px;
	float:left;
	font-size:24px;
	margin-left:30px;
}
.tdet_right
{
	background-color:#600;
	width:90px;
	float:right;
	font-size:24px;
	text-align:right;
	margin-right:30px;
}
.buss
{
	background-color:#600;
	width:903px;
	float:right;
	font-size:24px;
	text-align:right;
	margin-right:30px;
}
.tdet
{
	background-color:#3F0;
	width:115px;
	float:left;
	font-size:24px;
	margin-left:10px;
	margin-top:5px;
	padding:3px;
}