@charset "UTF-8";
/* CSS Document */

html, body {
     margin: 0;
     padding: 0;
     height: 100%;
	 onload:initialize();
	 onunload: GUnload();
}

.table1 {
font-size: x-small;
width: 600px;
border: 1px solid #808080;
border-collapse: collapse;
text-align: left;
}
.table1 .thead {
background:#CCCCCC;
}
.table1 .col1 {
background: #EEEEEE;
}
.table1 .col2 {
background: #FFFFFF;
}
.table1 td {
padding:3px;
}
.table1 a {
text-decoration:none;
color:blue;
}
.table1 a:hover {
color:red;
}

/* New Googlemaps */


#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



/* vet ej bra test */
