html {
  height: 100%;
  margin: 0;
  padding: 0;
}

a {color: #dd5208;
   font-weight:normal;
   outline: none;
}
td.lista { vertical-align: bottom;
     text-align: left;
     padding:20px;}
div.lista { display:inline-block;
	margin:5px;
     float: left;
     }


td {
  font-size:12px;
}
body {
  height: 100%;
  font-size:12px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color:#000;
  font-family: arial, helvetica;	/* Font to use */
}

h1,h2,h3, .meny {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;	/* Font to use */
}

table.meny {
	background:url('menybakgrund.png') repeat-x bottom;
}
.meny a {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	padding-bottom:5px;
	display:inline-block;
	text-decoration:none;
	text-shadow:1px 1px 0px rgba(0%,0%,0%,1);
}
.meny a:hover {
	text-shadow:-1px -1px 0px rgba(0%,0%,0%,1);
	text-decoration:underline;
}

.meny td {
	width:15%
}


#flashcontent {
  height: 100%;
}
/* end hide */
#flashcontent {
  color: #000;
}
#flashcontent a {
  color: #000;
}
#flashcontent a:hover {
  color: #255;
}

#hej a {color: #dd5208;
   font-weight:normal;
}

#hej a:hover {background: #fd7208;
   color:#fff;
   text-decoration:none;
}

a.inget:hover {background-color: transparent;
}

ul {
 margin-top:0px;
 margin-bottom:0px;
}
h2 {
 font-size:14px;
 margin-top:8px;
 margin-bottom:0px;
 padding:0px;
}

.dhtmlgoodies_question:hover {
	color:#000;
	text-shadow:1px 1px 0px rgba(100%,100%,100%,0.5);
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	text-shadow:1px 1px 0px rgba(0,0,0,0.3);
	font-size:14px;
	display:block;
	background-color:#a7a7a7;
	width:693px;
	margin-top:5px;
	padding-top:4px;
	padding-left:7px;
	vertical-align:middle;
	margin-left:0px;
	text-align:left;

	background-image:url('360/bg_answer.gif');
	background-repeat:no-repeat;
	height:20px;
	font-weight:bold;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	font-size:12px;
	border:1px solid #C0C0C0;
	background-color:#f8f8f8;
	width:689px;
	align:left;
	background-image:url('360/bg_answer2.gif');
	background-repeat:repeat-x;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	text-align:left;
	padding:6px 10px 10px;
	color:#000;
	align:left;
	font-size:0.9em;	
	position:relative;
}


