
body {
	background: #fff url(../images/gradient_background.png) repeat-x;
	text-align: center;
}


/* The block that contains everything on the page - centered 
 *--------------------------------------------------------------------------*/
div#container {
	margin: 50px auto 0 auto;
	width: 789px;     
	text-align: left;
}


/* Common traits of all list menus - they are horizontal 
 *--------------------------------------------------------------------------*/
ul.menu {
	list-style-type: none;					
}
ul.menu li {
	display: inline;	
}


/* The toolbar 
 *--------------------------------------------------------------------------*/
div#toolbar {
	background: url(../images/transparent/menu.png) no-repeat;
	width: 797px;
	height: 61px;
	margin-top: 10px;
	margin-left: -4px;
	padding-left: 4px;
}

div#toolbar ul.menu {	
	height: 50px;		
}

div#toolbar ul.menu li {	
	float: left;	
	margin-left: 10px;	
	border: 1px solid transparent; 
}

div#toolbar li a {	
	float: left;	
	height: 19px;
	padding: 30px 5px 0 5px;	
	border: 1px solid transparent; 
	border-bottom-width: 0;
}


div#toolbar li a:hover, div#toolbar li.active a {
	background: url(../images/menu_hightlight.png) repeat-x;	
	border-left-color: #adadac;
	border-right-color: #adadac; 
} 




/* Search box
 *--------------------------------------------------------------------------*/

div.search {
    float: right;
    padding: 24px 25px 0 0;
}

div.search input {
    width: 134px;
    height: 17px;
    background: url(../images/search_background.png);
    border: 0;
    padding-left: 5px;
}



/* Language
 *--------------------------------------------------------------------------*/

div#jflanguageselection {
    margin-top: -8px;
    padding-right: 10px;
}



/* The subtoolbar - under the toolbar
 *--------------------------------------------------------------------------*/

div#subtoolbar {
    display: none; /* hidden until we need it */
	position: relative; /* ie fix */
	margin: -9px 0 0 13px;
	background: url(../images/transparent/submenu.png) no-repeat;	
	width: 547px;
	height: 38px;
}

div#subtoolbar ul.menu {	
	margin-left: 10px;	
	padding-top: 7px;
}

div#subtoolbar ul.menu li {	
	margin-left: 14px;	
}

div#subtoolbar li a {	
}

div#subtoolbar li a:hover {
} 



/* Sidebar
 *--------------------------------------------------------------------------*/
div#sidebar {
    float: right;
    width: 200px;
    clear: right;
}


/* Content
 *--------------------------------------------------------------------------*/
div#content {
	margin: 10px 10px 20px 10px;
    width: 500px;
}


/* Footer
 *--------------------------------------------------------------------------*/
div#footer {
	position: relative;
	width: 791px;
	height: 58px;
	background: url(../images/transparent/footer.png) no-repeat;	
	margin-left: -1px;
    clear: both;
}









/* Sidebar - mod_placehere - 
 * This is the box to the right with the dark header and the border.
 *--------------------------------------------------------------------------*/

.mod_placehere_push {
    background: url(../images/laddaner.png);
    width: 186px;
    height: 211px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-top: 1em;
}

.mod_placehere_push_high {
    background: url(../images/laddaner_high.png);
    width: 186px;
    height: 331px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-top: 1em;
}

.mod_placehere_push .contentheading {
    color: #fff;
    font-size: 1.1667em;
    line-height: 1em;
    padding-top: 8px;
    font-weight: normal;
}


.mod_placehere_push_high .contentheading {
    color: #fff;
    font-size: 1.1667em;
    line-height: 1em;
    padding-top: 8px;
    font-weight: normal;
}


.mod_placehere_list {
    margin-top: 3em;
}

.mod_placehere_list h1 {
    color: #555; 
    font-weight: bold;
}


.mod_placehere_list .contentheading {
    padding:0;
    line-height: 1em;
}



/***************************************************
 * iframe - the wrapper page needs a bit of margin
 ***************************************************/
iframe {
}

/* on a wrapper page there is a contentpane around the wrapper
 * set a margin on it so it doesn't end up too much on the right */
div.contentpane {
    margin-left: 20px;
}

/**********************************************
 *  layout in news
 ***********************************************/

.Nyheter td {
	margin-top: 100px;
}

.Nyheter .contentpagetitle {
    font-size: 16px; /* 14px */
    line-height: 20px; /* 16px */
    margin-top: 1.1429em;
    margin-bottom: 0em;
}

.Nyheter .contentpagetitle {
}




/**************************************************************
 * If a category page lists the articles that has this category
 * the list will be in a div with class blog_more.
 *************************************************************/
div.blog_more ul {
    margin-top: 1em;
    border: 1px solid #d9f09c;
    border-bottom: none;
    list-style: none;
}

div.blog_more li {
    border-bottom: 1px solid #d9f09c;
    padding: 4px 7px 4px 7px;
}

div.blog_more li.even {
   background: #f8fdd6; 
}

div.blog_more li.odd {
}


/******************************************************************
 * styled-table is for tables that should look nice (in articles)
 *****************************************************************/

table.styled {
    border-left: 1px solid #d9f09c;
    border-top: 1px solid #d9f09c;
}

table.styled-table thead {
}

/* table header (could not get th in the editor) */
table.styled thead td {
    letter-spacing: 2px;
    -text-transform: uppercase;
    text-align: left;
    background: #fff url(../images/th.png) no-repeat;    
}

table.styled td {
    border-right: 1px solid #d9f09c;
    border-bottom: 1px solid #d9f09c;
    padding: 4px 7px 4px 7px;
}

table.styled tr.even {
    background: #f8fdd6;
}


/* This is a test to make the timestamp more visible, but i have not verified that it works*/
td.modifydate {
    color: black;
}


