/* main selectors */
html {
	width: 100%;
	/*height: 100%;*/
}

body {
	margin: 0;
	padding: 0;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	/*height: 100%;*/
}

form{
    height:100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
	font: normal 24px/26px Impact, Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

p {
	margin: 0;
	padding: 0 0 4px 0;
}

ul {
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0 0 16px 0;
	font-weight: bold;
}

dd div{
    font-weight:normal;
}

img {
	border: none;
}

p.info {
	color: #DFDFE3;
	padding: 5px 0;
}

cite.box {
	display: block;
	font: normal 26px/34px Impact, Arial, Helvetica, sans-serif;
	color: #B2B1A9;
	margin-bottom:30px;
}

img.title {
	width: 173px;
	height: 139px;
	display: block;
}

.printLogo
{
    display:block;     
}

/* container section */
#container {
	width: 904px;
	margin: 0 auto;	
	min-height: 100%;
}

* html #container {
	height: 100%;
}

/* header section */
#header {
	height: 129px;
	overflow: hidden;
	position: relative;
    background-image:none;	    
}

/* logo section */
strong.leftlogo {
	position: absolute;
	/*
    Top och left sätts i header.ascx	
	top: 15px;
	left: 20px;
    */
}

strong.leftlogo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	/*
    Width och height sätts i header.ascx	
	width: 100px;
	height: 72px;
    */
}

strong.logo {
	position: absolute;	
	/*
    Top och left sätts i header.ascx
    top: 15px;
	left: 178px;
    */
}

strong.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	/*
    Width och height sätts i header.ascx
	width: 548px;
	height: 72px;
    */
}

strong.rightlogo {
	position: absolute;
	/*
    Top och left sätts i header.ascx
	top: 15px;
	left: 800px;*/
}

strong.rightlogo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	/*
    Width och height sätts i header.ascx
	width: 90px;
	height: 72px;*/
}


/* content section */
#content-holder {
	width: 100%;
	overflow: hidden;	
}


#main {
	width: 704px;
}

#sub {
    display:none;
}

#content-primary {
	width: 430px;
	float: left;
	padding: 5px 0 10px 32px;
}

/*endast content-primary, content-secondary visas inte*/
.white #content-primary.wide {
	width: 630px;
	float: left;
	padding: 5px 0 10px 32px;
}
/*white innebär att vänster body blir smalare*/
.white #content-primary {
	width: 350px;
	float: left;
	padding: 5px 0 10px 32px;
}

#content-secondary {
    display:none;
}

/* teasers box section */
ul.teasers {
	width: 885px;
	margin: 0 0 0 -24px;
	padding: 0 0 16px 0;
	list-style: none;
	overflow: hidden;
}

ul.teasers li {
	float: left;
	padding-left: 23px;
	width: 154px;
}

ul.teasers li a, ul.teasers li a:hover,
ul.teasers li a img {
	display: block;
	text-decoration:none;
	color:#FFF;
	/*font-family:Impact,Arial,Helvetica,sans-serif;*/
}
ul.teasers li a img {
	width: 154px;
}

/*these classes are used on start-page*/

.TopName
{
    margin-top:-80px;
    margin-left:10px;
    font-size:20px;
    line-height:20px;
    font-family:Impact,Arial,Helvetica,sans-serif;
}

.TopDpt
{
    margin-top:5px;
    margin-left:10px;
    font-weight:bold;
}

/* promo box section */
div.promo {
	width: 100%;
	overflow: hidden;
}

div.promo img {
	display: block;
}

div.promo div.icon {
	width: 177px;
	height:280px;
	float: left;
}

div.icon .iconText {
    margin-top:10px;
    margin-left:10px;
}

div.promo div.flash {
	width: 508px;
	height:280px;
	float: left;
}

div.promo .flashText {
    margin-top:100px;
    margin-left:50px;
}

div.promo .flashText cite.box 
{
    width:400px;
    text-align:center;
    color: #878787;
}

div.promo div.box {
	height: 264px;
	width: 152px;
	float: left;
	/*background: url(/Templates/Public/Images/promo-box.jpg) no-repeat;*/
	margin: 0;
	color: #FFF;
	border: none;
	padding: 8px 12px;
}

div.promo div.box strong.head {
	border-color: #FFF;
}

div.promo div.box strong.head,
div.promo div.box a {
	color: #FFF;
}

div.promo div.box dd {
	background-image: url(/Templates/Public/Images/arrow-white.gif);
}

/* headline section */
div.headline {
    display:none;
}

/* path navigation section */
ul.navigation-path {
	margin: 0;
	padding: 0 0 35px 0;
	list-style: none;
	font-size: 11px;
}

ul.navigation-path li {
	display: inline;
	padding: 0 8px 0 14px;
}

ul.navigation-path li.title {
	padding-left: 0;
	background: none;
	font-weight: bold;
}

/* box section */
div.box {
	border-bottom: 1px solid #575759;
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #575759;
}

#MainBody div.box
{
    margin-top:30px;
}

div.box strong.head {
	color: #575759;
	font: normal 30px/32px Impact, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #575759;
	padding-bottom: 4px;
	margin-bottom: 16px;
	display: block;
	text-align: center;
}

div.box a {
	color: #575759;
}

div.box dd {
	padding-left: 14px;
	background: url(/Templates/Public/Images/arrow-dark.gif) no-repeat 0 2px;
	/*TKM white-space: nowrap;*/
}

div.box .seeMore
{
	padding-left: 14px;
	background: url(/Templates/Public/Images/arrow-dark.gif) no-repeat 0 2px;    
}

/* side navigation section */
div.navigation-side {
    display:none;
}


/* main navigation section */
#navigation {
	display:none;
}

.hidden 
{
    display: none;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/
#SiteMap ul 
{
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}
#SiteMap li a
{
    text-decoration: none;
}

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(images/SiteMapBullet.png) no-repeat;
    font-size: 0.7em;
}

#SiteMap li li a
{
    text-decoration: underline;
}

#SiteMap li li li
{
    font-size: 1em;
}

/*************************/
/* CALENDAR              */
/*************************/

.calendar
{
	width: 100%;
	border-color: #e3e3e3;
}

.calendar .title
{
	border-bottom: 1px solid #e3e3e3;
}

.calendar table,
.calendar table td,
.calendar .title td
{
	padding-bottom: 3px;
	border: 0;
}

.calendar th
{
	padding: 3px;
	text-align: center;
}
.calendar td
{
	text-align: center;
	border: 1px solid #eeeeee;
	padding: 2px;
}

.calendar .selector
{
	font-weight: bold;
	border-top-width: 0;
	border-bottom: 1px solid #eeeeee;
}

.calendar a
{
	padding: 3px;
	text-decoration: none;
}
.calendar .today
{
	font-weight: bold;
	background-color: #dddddd;
}

.calendar td.highlighted
{
	background-color: #307DA0;
}

.CalendarList .SelectedPeriod
{
    margin-bottom:30px;
}

.CalendarList .DayPrefix
{
    line-height:20px;
    border-bottom:solid 1px #E3E3E3;
}

.CalendarList .Event
{
    border-bottom:solid 1px #E3E3E3;
}

/*************************/
/* FOTOLISTNING          */
/*************************/

div.photo-list-container
{
	float: left; 
	margin-top:30px;
}
div.photo-list-container div
{
	width: 210px; 
	float: left;
	height: 350px;
}
div.photo-list-container div img
{
	margin-bottom: 5px; 
}

/*************************/
/* FLASHPUFF             */
/*************************/

.flashPuff
{
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid #575759;
    border-bottom:1px solid #575759;
    background: url(/Templates/Public/Images/icon_movie_small.gif) no-repeat; 
    background-position: right top;
    margin-top:30px;
    margin-bottom:30px
}

/*************************/
/* Sök                   */
/*************************/

#AdvancedArea
{
    padding:5px;
    margin: 10px 0px 10px 0px;
    border:solid 1px #E3E3E3;
}

#ResultArea a
{
    text-decoration:underline;
}