/* main selectors */
html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	min-width: 904px;
	background: #E5E4D5 url(/Templates/Public/Images/background-body.gif) repeat-y top;
}

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;
}

/* 
Denna klass används vid utskrift.
Den visar en anpassad logo som sätts i PageHeader.ascx
*/
.printLogo
{
    display:none;
}

/* 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 sätts i header.ascx
	background: #FFF url(/Templates/Public/Images/toplogo.gif) no-repeat;
    */
}

/* 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: 700px;
	border:solid 0px red;
	float: left;
	min-height:600px;
}

#sub {
	width: 173px;
	padding-left: 27px;
	float: left;
}

#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 {
	width: 150px;
	float: right;
	padding-right: 37px;
}
/*white innebär att höger body blir bredare och vit bakgrund*/
.white #content-secondary {
	width: 230px;
	float: right;
	padding-right: 37px;
}

/* unit teasers box section */
ul.unitteasers {
	margin: 15px 0 0 -10px;
	padding: 0 0 5px 0;
	list-style: none;
	overflow: hidden;
	width:620px;
}

ul.unitteasers li {
	float: left;
	padding-left: 10px;
}

ul.unitteasers li a, ul.unitteasers li a:hover,
ul.unitteasers li a img {
	display: block;
	text-decoration:none;
	color:#FFF;
}


/* 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:5px;
}

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: 156px;
	float: left;
	margin: 0;
	color: #FFF;
	border: none;
	padding: 8px 8px;
}

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 {
	width: 100%;
	overflow: hidden;
	padding: 13px 0;
}

div.headline h1 {
	color: #FFF;
	float: left;
	margin-left:10px;
}

div.headline ul {
	margin: 0;
	padding: 8px 8px 0 0;
	list-style: none;
	float: right;
	font-size: 11px;
	font-weight: bold;
}

div.headline ul li {
	float: left;
	padding-left: 14px;
	padding-right: 20px;
}
/* path navigation section */
.navigation-path {
	margin: 0;
	padding: 0 0 35px 0;
	font-size: 11px;
}

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;
}

div.box .seeMore
{
	padding-left: 14px;
	background: url(/Templates/Public/Images/arrow-dark.gif) no-repeat 0 2px;    
}

/* side navigation section */
div.navigation-side {
	position: relative;
	width: 100%;
}
div.navigation-side div.corner {
	width: 4px;
	height: 4px;
	overflow: hidden;
	position: absolute;
	top:0;
	left: 0;
	z-index: 5;
}

div.navigation-side ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	width: 100%;
}

div.navigation-side li {
	width: 100%;
	overflow: hidden;
	float: left;
	clear: left;	 
}

div.navigation-side li a {
	display: block;
	color: #FFF;
	padding: 6px 12px;
}

div.navigation-side li .selected 
{
 background-color:#FFF;  
 color:#333; 
}

div.navigation-side li li a {
	padding: 6px 20px;
}

div.navigation-side li li li a {
	padding: 6px 30px;
}

div.navigation-side li a:hover {
	text-decoration: none;
}

/* main navigation section */
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	position: absolute;
	top: 103px;
	left: 0;	
	height: 26px;
	overflow: hidden;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
}

#navigation li {
	float: left;
	width: 130px;
	padding: 0 20px;
	margin-left: -20px;	
	text-align: center;
	height: 26px;
	background: no-repeat top right;
}

#navigation li span {
	float: left;
	height: 26px;
	width: 130px;
}

#navigation li a {
	color: #FFF;
}

#navigation li.active {
	position: relative;
	padding-left: 0;
	width: 150px;
}

#navigation li.active span {
	padding-left: 20px;
}

.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;
	overflow:hidden;
}

div.photo-list-container .email
{
    font-weight:bold; font-size:0.76em
}

div.photo-list-container div.gallery
{
	height:300px;
	margin-bottom:10px;
}
div.photo-list-container div img
{
	margin-bottom: 5px; 
}

.gallerycontainer
{
    border-width:1px;
    border-top:solid 1px #E3E3E3;
    clear:both;
    margin-top:15px;
}

.gallerycontainerselected
{
    font-weight:bold;
}

/*************************/
/* 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 10px;
    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;
}
/*************************/
/* Footer                */
/*************************/
.Footer
{
    border:solid 0px red;   
    padding:10px;
    color:#fff;
    background:url(/Templates/Public/Images/themes/index/background-footer_grey.gif);
}

.Footer a
{
	color:#FFF;
}

.ContentDivHolder
{
    border:solid 0px pink; 
      
}

/*TopMenuEditor, ovanför vänstermenyn*/

.TopMenuEditor
{
    min-height:100px;
}

.TopMenuEditor .Top
{
    /*background-image set in [theme].css*/
    background-repeat:no-repeat;
    height:52px;
}

.TopMenuEditor .Editor
{
    /*background-image set in [theme].css*/
    padding-left:10px;
    padding-right:10px;
}

.TopMenuEditor .Bottom
{
    /*background-image set in [theme].css*/
    background-repeat:no-repeat;
    height:12px;
}