@charset "utf-8";
/* CSS Document */
body
{
	background-color: #e1e1e3;
	background-image: url(Bilder/back3.jpg);
	background-repeat: no-repeat;
	font-family:"Century Gothic";
	color:#002e3f;
	font-size:14px;
}

.overskrift
{
	color:#005a7d;
}


.tabell
{
	position:absolute;
	margin-left:20px;
	margin-top:50px;
}


a {
	text-decoration: none;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#005a7d;
}

a:hover
{
	text-decoration:underline;
}

.urbangreymenu{
width: 300px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: 16px Calibri;
color: 005a7d;

margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .selected{ /*CSS class to apply to expandable header when it's expanded*/

font: bold 16px Calibri;

}

.urbangreymenu .headerbar a{
text-decoration: none;

display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul a{

display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul a:visited{

}

.urbangreymenu a:hover{ /*hover state CSS*/
text-decoration: underline;
}




