@charset "utf-8";
/* CSS Document */

img {
	border: none;
}

a.img:hover {
	background-color: transparent;
	border: none;
}

a.img:visited:hover {
	background-color: transparent;
	border: none;
}

#meny {
	font-family: "Broadway";
	font-size: 48px;
}

#undermeny {
	font-family: "Broadway";
	font-size: 24px;
	font-style: italic;
}

p.center {
	font-family: "Arial Narrow";
	font-size: 18px;
	text-align: center;
}

p.ita {
	font-style: italic;
	font-size: 24px;
}

p.big {
	font-style: normal;
	font-size: 24px;
}

p.fet {
	font-size: 20px;
	font-weight: bold;
}

#fet {
	font-weight: bold;
}

.menu {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1200px;
	width: 178px;
}

.content {
	background-color: #231F20;
	background-repeat: repeat;
	width: 100%;
	height: 1200px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	left: 178px;
	color: #FFFFCC;
}