html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:76%; 
	font-family:Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background-attachment: fixed;
	background-image: url(../images/bg/background1.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:119px; 
	bottom:1px; 
	width:735px; 
	margin-left:-371px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#424242; /*denna är ändrad från fff*/
	scrollbar-base-color: #687d1d; /*samma som border color*/
}

* html #content {
	top:-2px; 
	bottom:0; 
	height:100%;
	width:735px;
	border-top:119px solid #000; 
	border-bottom:1px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-370px; 
	left:50%; 
	top:0; 
	width:733px; 
	min-width:700px; 
	height:114px;  /* nedersta vita raden under menyn */
	background:#ff0000;
	background:url(../images/logos/2010vol05logo.jpg); 
	background-repeat: no-repeat; 
	background-position: top; 
	text-align:center;
	font-size:1em; 
	z-index:5; 
	border:1px solid #fff; /*ta bort bottom om bort*/
	border-bottom:2px solid #fff;
	}

* html #head {
	top:1px; width:733px; height:115px;
	}

a.nav1, a.nav2, a.nav3, a.nav4, a.nav5, a.nav6, a.nav7, a.nav8 {width:121px; height:115px; /*hur mycket som visas av menyn*/ display:block; float:left; text-align:center; font-size:1em; font-weight:normal; color:#fff; text-decoration:none; font-family:verdana, arial, sans-serif; line-height:19px;/*höjd på menytext*/ overflow:hidden;}
#head a .pad {display:block; width:125px; height:93px; background:transparent; border-bottom:2px solid #fff;} /*tjockleken på övre menystrecket*/

a.nav1 {background-position:0 100px;}
a.nav2 {background-position:-80px 100px;}
a.nav3 {background-position:-160px 100px;}
a.nav4 {background-position:-240px 100px;}
a.nav5 {background-position:-320px 100px;}
a.nav6 {background-position:-400px 100px; width:123px;}

a.nav1:hover {background-position:0 0; text-decoration: none;}
a.nav1:link {color:white; text-decoration: none;}
a.nav1:visited {color:white; text-decoration: none;}
a.nav1:active {color:white; text-decoration: none;}
a.nav1:hover .button {display:block; width:121px; height:20px; background:transparent; color:#ff0000; cursor:pointer;  cursor:hand;}  /*hur o var länk ska visas i menyn*/

a.nav2:hover {background-position:-80px 0; text-decoration: none;}
a.nav2:link {color:white; text-decoration: none;}
a.nav2:visited {color:white; text-decoration: none;}
a.nav2:active {color:white; text-decoration: none;}
a.nav2:hover .button {display:block; width:121px; height:20px; background:transparent; color:#ff0000; cursor:pointer; cursor:hand;}

a.nav3:hover {background-position:-160px 0; text-decoration: none;}
a.nav3:link {color:white; text-decoration: none;}
a.nav3:visited {color:white; text-decoration: none;}
a.nav3:active {color:white; text-decoration: none;}
a.nav3:hover .button {display:block; width:121px; height:20px; background:transparent; color:#ff0000; cursor:pointer; cursor:hand;}

a.nav4:hover {background-position:-240px 0; text-decoration: none;}
a.nav4:link {color:white; text-decoration: none;}
a.nav4:visited {color:white; text-decoration: none;}
a.nav4:active {color:white; text-decoration: none;}
a.nav4:hover .button {display:block; width:121px; height:20px; background:transparent; color:#ff0000; cursor:pointer; cursor:hand;}

a.nav5:hover {background-position:-320px 0; text-decoration: none;}
a.nav5:link {color:white; text-decoration: none;}
a.nav5:visited {color:white; text-decoration: none;}
a.nav5:active {color:white; text-decoration: none;}
a.nav5:hover .button {display:block; width:121px; height:20px; background:transparent; color:#ff0000; cursor:pointer; cursor:hand;}

a.nav6:hover {background-position:-400px 0; text-decoration: none;}
a.nav6:link {color:white; text-decoration: none;}
a.nav6:visited {color:white; text-decoration: none;}
a.nav6:active {color:white; text-decoration: none;}
a.nav6:hover .button {display:block; width:123px; height:20px; background:transparent; color:#ff0000; cursor:pointer; cursor:hand;}

#content p {
	padding:5px; font: 11px arial; 
	}
	
#content td {
	font: 11px arial;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
