p {		color: #221919;
}

body  {
		font-family: sans-serif, Helvetica, Arial, Verdana;
		font-size: 12px; 
		font-style: normal;
}

td  {
		font-family: sans-serif, Helvetica, Arial, Verdana; 
		font-size: 12px; 
		font-style: normal; 
}

h3  {
		font-family: Arial, Verdana, Helvetica, sans-serif; 
		font-size: 16px; 
		font-style: normal; 
		margin-bottom:-3px;
}


#container {
	width: 900px;
	background-color: #F9F9F9;
}
#nav {
		width: 108px;
		float: left;
}
#sponsor {	
		position: absolute;
		top: 20px; /* 150 før */
		left: 800px;
		list-style-type: none;
}

#main {
		border-right: 1px solid #E9E3E4;
		border-left: 1px solid #E9E3E4;
		width:700px;
		height:600px;
}

#logo {
		width: 800px;
		height: 126px;
		background-image: url(../img/bannersykkel1.gif);
		margin: 0px 0 0 -10px;
		}


a 
{
		font-family: sans-serif, Helvetica, Arial, Verdana; 
		font-size: 12px; 
		font-style: normal; 
		color: #B21919;
}

a:link {
		color: #B21919;
		text-decoration: none;
} 
a:visited  {
		color: #B21919;
		text-decoration: none;
}
a:hover {
		color: #B21919;
		text-decoration: underline;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 105px; /* bredde */
	border-bottom: 1px solid #ccc;
	}
	
#nav ul li {
	position: relative;
	}
	
#nav li ul {
	position: absolute;
	left: 104px; /* en px mindre enn width! */
	top: 20px;
	display: none;
	}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }


#nav li:hover ul, li.over ul { display: block; }

#nav li a:link { color: #B21919; }
#nav li a:visited { color: #B21919; }

#nav li a:hover {
 color: #000000;
 background: #F9F9F9;
}

iframe {
	width:550px;
	height:600px; /* 550 før */
	background-color: #F9F9F9;
	border: 0;
}

img {
	border: 0;
}

html
{
	background: #FFFFFF url(../img/background.jpg) top left repeat-y;
}

