/* CSS Document */

body {
	background-image: url("body.jpg");
	}
	
#container {
	background-image: url("image1.jpg");
	background-repeat: no-repeat;
	width: 790px;
	height: auto;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border:2px black solid;
	}

#header {
	font-family: Eurostyle, Verdana, helvetica, non-serif;
	font-size:90px;
	text-align:center;
	width: 780px;
	height: 100px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	}

a:link {
	color:black;
	text-decoration: none;
	}

a:visited {
	color:#999999;
	text-decoration: none;
	}

a:hover {
	color:black;
	text-decoration: underline;
	}

a.meny:link {
	color:#FF4500 ;
	text-decoration: none;
	}

a.meny:visited {
	color:#C86464 ;
}

a.meny:hover {
	color:#CD5C5C ;
	text-decoration: underline;
}

a.barena:link {
	color:#000000;
	text-decoration: none;
	}

a.barena:visited {
	color:#000000;
	text-decoration: none;
}

a.barena:hover {
	color:#000000;
	text-decoration: none;
}

#menu {
	font-size: 24px;
	text-align: center;
	height: 27px;
	width:auto;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	}

#content {
	background-image: url("text.png");
	background-repeat: repeat;
	width: 700px;
	height: 350px;
	border:3px gray ridge;
	margin-left:auto;
	margin-right:auto;
	padding: 2px;
	overflow-y:scroll;
	overflow-x:hidden;
	}
	
#footer {
	color:gray;
	font-size:10px;
	text-align:right;
	height:20px;
	width:auto;
	margin-top:5px;
	}
	
dd {
	display: inline;
	}	
	
dl {
	color:#000000;	
	display:inline;
	}