@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(bg.jpg);
	background-color:#474747;
	background-attachment:fixed;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a:link{ text-decoration: none; color:#666; font-weight: bold; }
a:visited{ text-decoration: none; color:#666; font-weight: bold; }
a:hover{ text-decoration: none; color:#444; font-weight: bold; }

.head
{
	width: 898px;
	height: 143px;
	background-image:url(grafik/topbild.png);
	background-repeat:no-repeat;
	margin: auto auto;
}
#user_soek {
}
.meny
{
	width: 891px;
	height: 52px;
	margin: auto auto;
	font-size:14px;
	font-family:tahoma;
	background-image: url(grafik/meny/bg.png);
	background-repeat: no-repeat;
	padding-left: 7px;
	font-weight:bold;
}

.umeny_option
{
	cursor: pointer;
}

.meny_option
{
	cursor: pointer;
	background-repeat:no-repeat;
}
#meny1 {
padding-top:18px;
}
#meny1 a {background:url(images/meny/link-bg.png); padding:17px 25px 16px 25px; text-decoration:none; color:#000000; border-right:1px solid #d76621; border-left:1px solid #ff8b43;margin-right:-4px;margin-top:30px;}
#meny1 a:hover {background:url(images/meny/link-hover.png); padding:17px 25px 16px 25px; text-decoration:none; color:#000000; border-right:1px solid #d76621; border-left:1px solid #ff8b43;margin-right:-4px;margin-top:30px;}
#meny1 a:visited {background:url(images/meny/link-bg.png); padding:17px 25px 16px 25px; text-decoration:none; color:#000000;  border-right:1px solid #d76621; border-left:1px solid #ff8b43;margin-right:-4px;margin-top:30px;}
#meny1 a:active {background:url(images/meny/link-bg.png); padding:17px 25px 16px 25px; text-decoration:none; color:#000000;  border-right:1px solid #d76621; border-left:1px solid #ff8b43;margin-right:-4px;margin-top:30px;}

.umeny
{
	width: 886px;
  border: 0px;
	background-image:url(grafik/meny/umeny/bg.png);
	background-repeat: repeat;
	margin: auto auto;
	padding-left:12px;
	font-size:14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;

}

.page
{
	width: 884px;
	padding: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: auto auto;
	background-image: url(grafik/pageBg.png);
	background-repeat:repeat-y;

}

.bottom
{
	width: 898px;
	height:52px;
	margin: auto auto;
	background-image:url(grafik/bottom.png);
	background-repeat: no-repeat;
}

.right
{
	float: right;
	width: 220px;
	padding: 5px;
}

.textpage
{
  text-align: left;
	padding: 5px;
	padding-top:5px;
	width: 635px;
	min-height: 400px;
}

.textpage_info
{
  font-size: 15px;
	padding-left: 15px;
	padding-top: 1px;
	width: 635px;
	min-height: 50px;
}

.textpage li
{
	margin-left: 20px;
}

.anm_post_red
{
background: #FF8080;
}

.anm_post_yellow
{
background: #FFE066;
}

.anm_post_green
{
background: #99FF80;
}

.anm_post_blue
{
background: #4DA6FF;
}

#anm_post:hover
{
  background: gray;
}

.anmalnings_lista
{

  background: 999999;
  border-bottom: 1px black solid

}


.lista
{
  font-weight: bold;
  color: #333333;
  font-size:16px; 
  
}

.lista:hover
{
  color: #E65C00;
}