
body {
  margin: 0;
  font-family: Helvetica;
  overflow-x: hidden;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}

body.loading > *:not(.chrome),
body:not(.ready) > *:not(.chrome) {
  display: none;
}

body > *:not(.chrome) {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  overflow-x: hidden;
  margin: 0;
  padding: 0 0 26px 0;
  left: 0;
  top: 65px;
  width: 100%;
  min-height: 354px;
  background-color: #FFFFFF;
}

#innehall {
	display: block !important;
	margin: 0;
	padding: 0;
	top: 60px;
}

a, u {
  cursor: pointer;
  display: inline;
  color: #005E96;
  text-decoration: inherit;
}

a[disabled="true"],
u[disabled="true"] {
  color: #c1cee2;
  text-shadow: none;
}

/* *********** Text etc *********** */

.logo {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 7px 0;
  height: 40px;
  line-height: 38px;
  background-color: #000;
  text-align: center;
  vertical-align: center;
}

.titel {
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 6px;
  background: #eeeeee;
  text-align: center;
  font-size: 15px;
  color: #555555;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: both;
}

.underTitel {
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 3px;
  background: #f3f3f3;
  text-align: center;
  font-size: 10px;
  color: #555555;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: both;
}

#copy {
	padding: 0 10px;
	clear: both;	
}

.rubrik {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #444444;
	text-align: left;
	padding: 0 10px;
	margin: 7px 0;
}

.rubrikStart {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #444444;
	text-align: left;
	padding: 0 10px;
	margin: 8px 0;	
}

.ingress {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0 0 15px;
	background: silver;
	color: #000000;
	font-size: 14px;
}

.brodtext {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 13px;
}

.listText {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

.startLista {
	padding-right: 10px;
	padding-left: 12px;
	font-size: 10px;
	line-height: 10px;	
	font-weight: bold;
}

.datumFakta {
  font-size: 10px;
}

.fakta {
  padding: 6px;
  background: #eeeeee;
  text-align: left;
  font-size: 10px;
  color: #555555;
  width: 140px;
  float: right;
  clear: none;
  border: 1px dashed #616161;
  -webkit-border-radius: 4px;
  margin: 2px 10px 5px 5px;
}

.filmfakta {
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
	display: inline;
}

#startBox {
  width: 300px;
  margin: 10px;
  clear: both;
}

#startLeft {
  padding: 0px;
  background: #eeeeee;
  text-align: left;
  font-size: 10px;
  color: #555555;
  width: 280px;
  float: left;
  clear: none;
  border: 1px dashed #616161;
  -webkit-border-radius: 4px;
  margin: 5px 5px;
}

#startLeft p.startLista a {
	font-size: 1.2em;
}

#startRight {
  padding: 0px;
  background: #eeeeee;
  text-align: left;
  font-size: 10px;
  color: #555555;
  width: 135px;
  float: right;
  clear: none;
  border: 1px dashed #616161;
  -webkit-border-radius: 4px;
  margin: 5px 5px;
	display: none;
}

.menuButton {
	text-align: center;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	letter-spacing: 0.08pc;	
	background: transparent;
	border: none;
	margin-right: 1px;
	margin-left: 1px;
}

.filmBild {
	padding: 0;
	margin: 0;
	display: compact;
	top: -5px;
}

/* ************* */

.menu {
	margin: 0;
	padding: 0px;
	color: black;
 	background: silver;
	text-align: center;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 	background: silver;
	border-bottom: 1px solid #292929;
}
}

.menu.val1 {
	width: 25%;
	display: inline;
}
.menu.val2 {
	width: 25%;
	display: inline;
}
.menu.val3 {
	width: 25%;
	display: inline;
}
.menu.val4 {
	width: 25%;
	display: inline;
}

/* ************* */

.tummeIcon {
  z-index: 3;
  position: absolute;
  top: 18px;
  left: 5px;
  padding: 1px 5px;
  background: transparent;
}

.tummeIcon[disabled="true"] {
  display: none;
}

