@charset "utf-8";
body {
	background-image: url(bakgr2.jpg);
}
img {
	border: 0px;
}

* {
	margin: 0;
	padding: 0;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 7px;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 7px;
	text-align: center;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	padding-bottom: 5px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}


a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #660000;
}

a:hover {
	text-decoration: none;
	color: #660000;
}




#layout {
	width: 900px;
	margin: auto;
}
#layout #top {
	height: 250px;
	border: solid #333333 2px;
	margin-top: 30px;
	background-image: url(topanim.gif);
	background-repeat: no-repeat;
}
#layout   #meny {
	height: 30px;
	padding-top: 5px;
	text-align: center;
}
#layout #meny img {
	padding: 0 7px 0 7px;
}

#layout     #meny     ul {
	list-style-type: none;
	float: left;
	width: 100%;

}
#layout   #meny   li {
	list-style-type: none;
	display: inline;
}
#layout   #meny   a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#layout #meny a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#layout #meny a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#layout #meny a:hover {
	text-decoration: none;
	color: #660000;
}
#layout #meny #current {
	text-decoration: none;
	color: #660000;
	;
}







#layout #innehall {
	border: solid #333333 2px;
	width: 892px;
	float: left;
	padding: 2px;
}
#layout #innehall #undermeny {
	width: 150px;
	float: left;
	padding: 10px;
}
#layout #innehall #text {
	width: 700px;
	float: right;
	padding: 10px;
	border-left: dashed #660000 1px;
}


#layout #fot {
	height: 100px;
	margin-top: 20px;
	float: left;
	width: 900px;
}
#layout #fot #fot1 {
	width: 436px;
	float: left;
	border: solid #333333 2px;
	height: 100px;
	background-repeat: no-repeat;
}
#layout #fot #fot2 {
	width: 436px;
	float: right;
	border: solid #333333 2px;
	height: 100px;
	background-repeat: no-repeat;
}
#layout  #copy  {
	height: 30px;
	float: left;
	width: 900px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
