body {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/logo/DalaWH_stalgra.png);
	background-repeat: repeat;
}

a {
	text-decoration: none;
	font-weight: bold;
	border: none;
}

a:visited {
  color: darkred;
  border: none;
}
a:hover {
  background-color: #050097;
  color: white;
  border: none;
}
a:active {
  background-color: #979700;
  border: none;
}
a img { border: none; }

p  { margin-bottom: 5px; }
li { margin-bottom: 5px; }
ul { margin-left:0px; padding-left: 20px; }

div.center_text { text-align: center; }

.background {
  background-image:url("../images/backgrounds/backgroundTop.png");
  height: 125px;
  background-repeat: no-repeat;
}

#top {
	text-align:center;
	margin: 0px;
	width: auto;
	height: 80px;
}
#top img {
  float: left;
  height: 100%;
}
#top div {
  font-size: 18pt;
  font-weight: bold;
  float: left;
  text-align: center;
  width:auto;
  height: 120px;
  padding: 15px 0px;;
}

#main {
  clear: both;
  position:absolute;
  top: 150px;
  left: 80px;
  margin: 0px auto;
  z-index: 0;
  width: 700px;
  height: 400px;
}

#main p,h1,h2,h3 {
  font-type: verdana;
  font-weight: 3px;
  margin-top: 2pt;
  margin-bottom: 1pt;
  color:#333333;
}
#main p {
	font-size: 7pt;
	font-weight: 1px;
	margin-top:2pt;
	margin-bottom:4pt;
}
#main h1 {
	font-size: 14pt;
	font-weight: 3px;
	margin-bottom:3pt;
	text-align: center;
}
#main h2 {
	font-size: 11pt;
	font-weight: 3px;
	text-align: center;
}
#main h3 {
	font-size: 9pt;
	font-weight: 3px;
	text-align: center;
}

#main h4,h5 { 
 font-style: italic;
 margin-top: 2pt;
 font:Myriad Condensed Web;
 color:#666666;
}
#main h4 {font-size: 10pt; font-weight:bold; margin-bottom:2pt; margin-top:4pt}
#main h5 {
	font-size: 7pt;
	font-weight:normal;
	margin-bottom:4pt;
}
#main span {font-size: 9pt; font-type: verdana; font-weight: bold;}

#main h6 {
	font-size: 7pt;
	font-weight: 1px;
	margin-top:2pt;
	margin-bottom:4pt;
	color: #FFFFFF
	}


#main table.center {
  text-align: center;
  margin: 0px auto;
}


/* bildspel */
#thumb_place {
 margin-top: 2px;
}

#thumb_place div {
 height: 32px;;
}
img.small 	{width:200px;}
img.medium 	{width:300px;}
img.big 	{width:500px;}
img.poster	{width:400px;}
img.posterSmall {width:200px;}

/* program */

#program {
	border:#CCC;
	background-color:#CCC;
	height: 600px;
	width: 220px;
	z-index: 4;
	top: 150px;
	left: 820px;
	overflow: auto;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	position: absolute;	
}

#programShadow {
	background-color:#999;
	height: 600px;
	width: 220px;
	z-index: 3;
	top: 145px;
	left: 825px;
	overflow: auto;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	position: absolute;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#program h3{
	font-size: 10pt;
	font-weight: 3px;
	text-align: center;
}