.border {
	border: 1px solid #ffffff;
}
body {
	background-color: #515557;
}
.text {
	color: #f9f9f9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.meny {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a.meny:link {
	text-decoration: none;
	color: #000000;
}
a.meny:visited {
	text-decoration: none;
	color: #000000;
}
a.meny:hover {
	text-decoration: none;
	color: #727273;
}
a.meny:active {
	text-decoration: none;
	color: #000000;
}

.footerlink {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a.footerlink:link {
	text-decoration: none;
	color: #ffffff;
}
a.footerlink:visited {
	text-decoration: none;
	color: #ffffff;
}
a.footerlink:hover {
	text-decoration: none;
	color: #727273;
}
a.footerlink:active {
	text-decoration: none;
	color: #ffffff;
}

a:link {
	color: #f9f9f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f9f9f9;
}
a:hover {
	text-decoration: none;
	color: #ff802c;
}
a:active {
	text-decoration: none;
	color: #f9f9f9;
}
.boxoverhdr {
            background-color:#D5EBF9;
	    color:#3d88f8;
            font-family:tahoma,arial;
            font-size:11px;
            font-weight:bold;
            border:1px solid #A5CFE9;
            padding:2px 5px 2px 5px;
            width:100px;
            position: relative !important;
            z-index: 20 !important;
         }
         
.boxoverbdy {
            background-color:#fff;
            font-family:tahoma,arial;
            font-size:11px;
            border-left:1px solid #A5CFE9;
            border-right:1px solid #A5CFE9;
            border-bottom:1px solid #A5CFE9;
            padding:2px 5px 2px 5px;
            width:100px;
            position: relative !important;
            z-index: 20 !important;
         }
         .border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
