/* GENERIC TABLE / BODY STYLE */
body {
	font-family: Verdana, Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 2px;
	background-color: #FFFFFF;
	color: #717171;
}
td {
	font-family: Verdana, Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 2px;
	color: #717171;
}

/* STANDARD LINKS */
a:link { color: #C22E2E; text-decoration: none; }
a:visited { color: #C22E2E; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }

/* NEW GLOBAL CLASSES */
.heading { font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #C22E2E; }
.smallheading { font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #C22E2E; }
.small_text { font-size: 10px; font-family: Verdana, Tahoma, Arial,  Helvetica; }
.small_text_color { font-size: 10px; font-family: Verdana, Tahoma, Arial, Helvetica; color: #6f6f6f; }

/* FORM CLASSES */
input { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; }
.form_text { color: #000000; width:200px; }
.form_text_small { color: #000000; width:80px; }
.form_textarea { color: #000000; width:200px; height: 100px;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.form_checkbox { margin: 0px; }
.form_button { }

/* DIV CLASSES */
.wraps {
	padding-top:180px;
	width:770px;
}
.logowrap {
	text-align:left;
	width:770px;
	height:28px;
	padding-bottom:10px;
}
.venstres {
	background-image:url(img/background_authorized.gif);
	background-repeat:repeat-x;
	width:292px;
}
.hoyres {
	background-image:url(img/backk.gif);
	background-repeat:repeat-x;
	width:478px;
}
.flag {
	padding-bottom:6.5px;
	padding-right:5px;
}
.content td {
	padding-left:25px;
	padding-top:25px;
	color:#FFFFFF;
}
.content td a {
	color:#FFFFFF;
	text-decoration:none;
}
.content td a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.content {
	text-align:left;
	color:#FFFFFF;
}