* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-decoration: none;
	margin: 0;
	background-color: #e1e1e1;
	background-image: url(img/bg2.gif);
}
#main {
	margin: 10px auto auto;
	padding: 5px;
	width: 600px;
	background-color: #fff;
	border: 1px solid #999999;
}
#logo {
	height: 75px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}
.logo {
	text-align: right;
	float: right;
}
#content {
/*	border-top-width: 1px; */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
/* border-top-style: none;*/
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
/*	border-top-color: #ffffff;*/
	border-right-color: #a1a1a1;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
	margin: 0px;
   padding-right: 0px;
}
#banner {
	width: 580px;
	height: 98px;
	margin: 0px auto;
	display: block;
	padding: 0px;
	text-align: right;
}
#banner img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: right;
}
#menu {
	background-color: #CCCCCC;
	background-image: url(img/menu-bg.png);
	height: 25px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px 0px 0px 0px;
   font-size: 11px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	clear: left;
	list-style-type: none;
   list-style-image: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu a {
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: 84px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
span.center {
   margin-left: auto;
   margin-right: auto;
}
#menu a:hover {
	background-color: #FFFFFF;
	background-image: url(img/menu-bg_shade.png);
}
#menu a.last {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;
	width: 88px;
}
#menu a.lastsel, #menu a.lastsel:hover {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #ffffff;
   background-image: none;
	width: 88px;
}
#menu a.selected {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu a.selected:hover {
	background-color: #FFFFFF;
	background-image: none;
}
#sidebar dl {
	width: 149px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(img/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #EEEEEE;
	margin-right: 0px;
}
#sidebar dt {
	background-image: url(img/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
   height: 12px;
}
#sidebar dd {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
   
}
#sidebar a {
   font-weight: bold;
   text-decoration: none;

}
#sidebar a.submenu {
   font-weight: normal;
   margin-left: 13px;
}
#text {
	margin: 10px 0 10px 0;
	padding: 10px;
}

h2,h3,h4,h5,h6 {
   margin-top: 20px;
   margin-bottom: 0px;
}
h1 {
   margin-top: 0px;
   margin-bottom: 20px;
}
h1,h2,h3 {
   text-align: center;
}
h1,h4 {
	font-size: 24px;
}
h2,h5 {
	font-size: 20px;
}
h3,h6 {
   font-size: 18px;
}
h6.small {
   font-size: 14px;
}
p {
	margin: 0 0 0 10px;
	padding: 0px;
}

abbr, acronym, .help {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
	cursor: help;
}
input, textarea, input.normal {
   background-image: url(img/form-shade.png);
   background-repeat: repeat-x;
   background-position: left top;
   background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 3px;
   margin-top: 2px;
   margin-bottom: 2px;
   vertical-align: middle;
}
input.disabled {
   background-image: url(img/form-shade-disabled.png);
   background-repeat: repeat-x;
   background-position: left top;
   background-color: #E6E6E6;
}
input.submit {
	border: 0px none;
   margin: 0px;
   padding: 0px;
}
#footer {
   font-size: 10px;
   color: #999999;
   text-align: center;
}
#footer a:link, #footer a:visited {
   color: #999999;
}

#footer a:hover {
   color: #000000;
}
a:link, a:visited, a:active {
   color: #444444;
   text-decoration: underline;
}

a:hover {
   color: #888888;
}
.smallnote {
   font-size: 0.8em;
   color: #aaaaaa;
}
.smallnote_bl {
   font-size: 0.8em;
   color: #000000;
}
a.smallnote {
   color: #999999;
}
table.form {
   margin: 10px;
}
table {
   margin: 0px;
}
#domain table {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   padding: 4px;
}
#domain tr {
   background-color: #888;
   color: #fff;
   font-weight: bold;
   font-size: 120%;
}
#domain td {
   padding:4px;
}
#domain tr.listdark, #domain tr.listlight {
   font-weight: normal;
   font-size: 1em;
   color: #000;
}
#domain tr.listdark {
   background-color: #eee;
}
#domain tr.listlight {
   background-color: #fff;
}
  
.error {
   color: #FF0000;
   font-weight: bold;
}
#fakta {
   background-color: #ffffff;
   margin: 10px; 
}
fieldset {
   border: 1px solid #DDD;
   padding: 5px;
   margin-left: 10px;
   margin-top: 15px;
   background: #EEE !important;
   background: #FFF;
}
fieldset legend {
   color: #000;
   margin-left: 15px;
   font-weight: bold;
   letter-spacing: 3px;
}
ul {
   margin: 15px;
   list-style-image: url(img/icon_list.gif);
}
li {
   margin-bottom: 3px;
}
#centertable table{
   margin-left: auto;
   margin-right: auto;
}
