/*
 *----------------------------------------------------------------------
 * Gunilla Andersson
 * Copyright Sector 5 AB 2008
 * ---------------------------------------------------------------------
*/

@import "default.css";
@import "templates.css";
@import "primary-nav.css";
@import "login.css";

/*--------------------------------------------------------------------*/
/* Common typography */
/*--------------------------------------------------------------------*/

body {
	background: #acacac url(../images/bg.gif) left top repeat-x;
}

body, table, td, input, textarea, select, fieldset, legend { 
	font-family: Verdana, Arial, sans-serif;
	color: #393939;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: Arial, Helvetica, sans-serif;}

h1 { font-size: 3.2em; line-height: 1.2em; margin-bottom: .3em; }
h2 { font-size: 1.8em; line-height: 1.2em; margin-bottom: .2em; }
h3, h4, h5, h6 {font-size: 1.2em; font-weight: bold; line-height: normal; margin-bottom: .3em;}

/*--------------------------------------------------------------------*/
/* Common layout */
/*--------------------------------------------------------------------*/

.clear { clear: both; }

#wrapper {
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	height: 90px;
	background-color: #ff7700;
	padding: 0 22px;
}

#logo {
	margin:	18px 0 0 0;
	float: left;
}

#header-content {
	margin: 10px 0 0 0;
	float: right;
}

#language {
	float: right;
}

#language ul {
	list-style-type: none;
	list-style-position: inside;
}

#language li {
	display: inline;
	margin-left: 5px;
}

#tagline {
	padding: 34px 0 0 0;
	clear: both;
}

#tagline img {
	float: right;
}

#footer {
	background: #686059 url(../images/footer_bottom.gif) left bottom no-repeat;
	padding: 0 0 20px 0;
	color: #e3e3e3;
	line-height: 1.4em;
}

#footer-text {
	width: 500px;
	float: left;
	padding: 14px 178px 14px 16px;
	border-top: 7px solid #ff7700;
}

#footer-text p {
	margin-bottom: 0.9em;
}

#footer-links {
	width: 230px;
	float: left;
	padding: 14px 0 14px 16px;
	border-top: 7px solid #b82841;
}

#footer-links p {
	margin-bottom: 0.5em;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	background: url(../images/white_arrow.gif) left 5px no-repeat;
	padding-left: 8px;
	margin-bottom: 3px;
}

#footer a {
	color: #e3e3e3;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#template {
	padding: 26px 16px;
}

/*--------------------------------------------------------------------*/
/* Main */
/*--------------------------------------------------------------------*/

#main {
	float: left;
	width: 452px;
	padding: 0 22px 22px 22px;
}

.intro img {
	padding-bottom: 8px;
} 

.intro h1 {
	margin: 8px 0 14px 0;
}

.banner-first {
	margin-right: 16px;
	padding-top: 1em;
}

.banner {
	padding-top: 1em;
}

/*--------------------------------------------------------------------*/
/* RTE */
/*--------------------------------------------------------------------*/

.rte p {
	font-size: 1.1em;
	line-height: 1.5em;
}

.rte img.right {
	float: right; 
	padding: 0 3px 10px 10px;
}

.rte ul, .rte ol, .rte table, .rte p {
	margin-bottom: 1.2em;
}

.rte ul, .rte ol {
	list-style-position: outside;
	padding-right: 100px;
	padding-left: 24px;
}

.rte li {
	font-size: 1.1em;
	padding-bottom: 6px;
}

.rte blockquote {
	background: url(../images/quote.gif) left top no-repeat;
	padding: 0 160px 0 32px;
	margin: 10px 0 10px 26px;
}

.rte blockquote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	font-style: italic;
	color: #5c5c5c;
	margin-bottom: 0;
}

.rte a {
	text-decoration: none;
	color: #b82841
}

.rte a:hover {
	color: #393939;
}


/*--------------------------------------------------------------------*/
/* Related */
/*--------------------------------------------------------------------*/

#related {
	float: left;
	width: 230px;
}

/*--------------------------------------------------------------------*/
/* Content boxes */
/*--------------------------------------------------------------------*/

.content-box {
	margin-bottom: 26px;
}

.content-box a {
	color: #393939;
	text-decoration: none;
}

.content-box a.more {
	background: url(../images/red_bold_arrow.gif) left 5px no-repeat;
	padding-left: 8px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #b82841;
}

.content-box a.more:hover {
	color: #393939;
}

.content-box.newslist {
	background-color: #f3f3f3;
	padding: 16px 12px;
}

.content-box p {
	font-size: 1.1em;
	margin-bottom: 1em;
}

.content-box ul {
	list-style-type: none;
}

.content-box li {
	margin-bottom: 3px;
}

.content-box img {
	padding-bottom: 10px;
	float: left;
}

.content-box .images img.first {
	padding-right: 2px;
}

/*--------------------------------------------------------------------*/
/* List */
/*--------------------------------------------------------------------*/

.list, .list ul {
	float: left;
	width: 452px;
}

.list li {
	background-color:#fff;
	padding: 8px 0 8px 2px;
	list-style-type: none;
	border-bottom: 1px solid #e0e0e0;
	float: left;
	width: 450px;
}

.list p {
	font-size: 1.1em;
}

.list .image {
	float: left;
	padding: 0 12px 0 0;
}

.list .text {
	float: left;
	width: 300px;
}

/*--------------------------------------------------------------------*/
/* Common */
/*--------------------------------------------------------------------*/

p.date {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.1em;
}

.content-box li a, .list li a {
	color: #393939;
	text-decoration: none;
}

.content-box li a:hover, .list li a:hover {
	color: #626262;
	text-decoration: underline;
}

/*--------------------------------------------------------------------*/
/* Pagina */
/*--------------------------------------------------------------------*/

.pagina {
	float: left;
	padding-top: 1em;
	
}

.pagina ul {
	list-style-type: none;

}

.pagina li {
	padding: 0 2px 0 2px;
	font-size: 1em;
	display: inline;
	font-weight: bold;
}

.pagina li a {
	color: #b82841;
	text-decoration: none;
}

.pagina li a:hover { 
	color: #393939;
}

.pagina li.active a {
	color: #393939;
}

.pagina li.prev a {
	background: url(../images/pagina_prev.gif) left 5px no-repeat;
	padding-left: 10px
}

.pagina li.next a {
	background: url(../images/pagina_next.gif) right 5px no-repeat;
	padding-right: 10px
}
