/* CSS */

table {
	border: 0px;
}
img {
	border: 0px;
}
td {
	font-size:10px;
}
html{
	overflow: -moz-scrollbars-vertical; /* Dette gør at scrollbaren altid er synlig i firefox - så skærmen ikke "hopper" og skaber ubehag når folk skifter hurtigt mellem siderne */
}
body {
	border: 0px;
	padding: 0px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	background-color:#fff;
	text-align:center; /* IE center fix */
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #c00;
	border: 0;
	margin: 0;
}
h2{font-size:15px; margin:0;color: #c00;}
h3{font-size:14px; margin:0;color: #c00;}
h4{font-size:13px; margin:0;color: #c00;}
h5{font-size:12px; margin:0;color: #c00;}
h6{font-size:11px; margin:0;color: #c00;}

a{
	color:#333;
	text-decoration:underline;
	font-weight:normal;
	font-size:10px;
}
a:hover{
	color:#c00;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}

/* ----------------------- ID's ----------------------- */

/* ------------------------ OPSÆTNING AF DIV TAGS ----------------------- */

#footer {
	margin: 0 auto;
	width: 830px;
	height: 15px;
	border:0px;
	padding-top: 8px;
	text-align:center;
	color: #c7c7c7;
}
/* --------------------  CLASSES  --------------------------- */
.undermenu_link{
	color:#333;
	text-decoration:none;
	font-size:10px;
}
.undermenu_link:hover{
	color:#c00;
	text-decoration:none;
	font-size:10px;
}
.top_links{
	color:#555;
}
.top_links{
	color:#555;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
.top_links:hover{
	color:#c00;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
.site_overskrift{
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	margin-bottom:4px;
}
.site_overskrift a:hover{
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#a00;
	margin-bottom:4px;
}
.front_sub_overskrift{
	font-size:12px;
	margin-bottom:14px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
a.front_sub_overskrift:hover{
	font-size:12px;
	margin-bottom:14px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
.box_overskrift{
	font-size:14px;
	font-weight:bold;
	color:#c00;
	margin-bottom:4px;
}

.main {font-size:10px; color:#990000; text-decoration:underline; margin-left:2px;}
a.main {font-size:10px; color:#990000; text-decoration:underline; margin-left:2px;}
a.main:hover {font-size:10px; color: #000; text-decoration:underline; margin-left:2px;}

.kf_single{
	width:250px; 
	border:1px #900 solid; 
	height:20px;
	font-size:10px;
	background-color:#fff;
	color:#333;
}
.kf_multi{
	width:250px; 
	border:1px #900 solid; 
	height:60px;
	font-size:12px;
	background-color:#fff;
	color:#333;
}
.kf_btn{
	width:100px; 
	border:2px #900 solid; 
	height:20px;
	font-size:10px;
	font-weight:bold;
	background-color:#fff;
	color:#333;
}
.kf_error{
	font-size:14px;
	color:#f00;
}