body{
	padding : 0px;
	border: 0px;
/*	background-color: #6a6a6a; */
	background-image: url('images/design/background.jpg');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

td.bg  {background-image: url('images/design/layout-03.jpg');}   
td.bg2 {
		background-image: url('images/design/layout-02.jpg'); 
		background-repeat:no-repeat; 
		background-position:top; }
	   
	   
.address {
		  color: #FFFFFF;
		  font-size: 10px;
		  }

td {
	font-family: tahoma, arial;
	font-size: 12px;
	color: #555555;
	}

.button{
	border-width: 1px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #333333;
}

a:link, a:visited{ 
	font-family: tahoma;
	font-size: 12px;
	color: #5D5D5D; 
	font-weight: bold;
	text-decoration: none;
	}
a:hover { color: #33438d; }


/* Definerer input og select taggen. Dette påvirker alle forms */
input, select, textarea{
	font-family: arial;
	border-width: 1px;
	border-color: #8c8c8c;
	font-size: 12px;
	color: #666666;
	}

.imborder img { 
border: 2px solid #666666; 
} 

.heading {
color: #33438e;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}

hr {
border: 0;
color: #d8d8d8;
background-color: #d8d8d8;
height: 2px;
width: 100%;
text-align: left;
}


/* Copyright notice i bunnen */
.copy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	color: #ffffff;
	font-weight: none;
	}
.copy a:link, .copy a:visited { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	color: #666666;
	font-weight: bold;
 	}
	
	
.linklist, .linklist a:link, .linklist a:visited{
font-size: 1px;
color: #ffffff;
}

/*  Domenesøk classes  */  
.available {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #009900;
	font-weight: bold;
}

.notavailable {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.highlightit img{
border: 2px solid #666666;
}

.highlightit:hover img{
border: 2px solid #33438d;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}
   


