@CHARSET "UTF-8";

/* -------------------------------------------------------------------------- */
/* General HTML elements                                                      */
/* -------------------------------------------------------------------------- */

html, body {
    font-family: Verdana, Arial, Sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: #cccccc url('images/background.gif') repeat-y top center;
}
h1 {
    font-family: Georgia, Times Roman, serif;
    font-size: 35px;
    line-height: 40px;
}
#placeholder-top h1 {
    margin: 20px 20px 10px 5px;
	font-size:3.2em;
	display:block;
	line-height: 40px;
}
h2 {
    font-family: Georgia, Times Roman, serif;
    line-height: 26px;
    color: #009bdb;
}
#placeholder-top h2 {
    margin: 0px 20px 20px 5px;
	font-size:1.9em;
	display:block;
	line-height: 30px;
}
h3 {
    font-size: 11px;
    font-weight: bold;
}
a,
a:visited,
a:link {
    text-decoration: underline;
    color: #009bdb;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0;
    margin: 0;
}
input {
    border: 1px solid #999999;
}

/* -------------------------------------------------------------------------- */
/* Container/placeholder positioning                                          */
/* -------------------------------------------------------------------------- */

#container {
    padding: 0;
    margin: 0 auto;
    width: 980px;
    background: #ffffff url('images/bg_line_vertical_offset_180.gif') repeat-y top left; 
}
#wrapper-left {
    width: 180px;
    float: left;
    padding: 0;
    margin: 0;
}
#wrapper-content {
    width: 800px;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 0;
}

#placeholder-logo {
    background: url('images/bg_line_horizontal.gif') repeat-x bottom left; 
    height: 140px;
}
#placeholder-left {
    float: left;
    margin: 0;
    overflow: hidden;
    width: 180px;
}
#placeholder-header {
    background: #ffffff url('images/bg_line_horizontal.gif') repeat-x bottom left;
    height: 42px; 
    margin: 0;
    padding: 0;
}
#placeholder-top {
    background: #ffffff url('images/bg_line_horizontal.gif') repeat-x bottom left; 
    padding: 3px 15px 0px 15px;
    margin: 0;
    float: right;
    width: 770px;
    min-height: 95px; /* TODO: test in IE6 */ 
}
#placeholder-right {
    float: right;
    width: 350px;
    padding: 0;
    margin: 0;
    position: relative;
    left: -1px;
    background: #ffffff url('images/bg_line_vertical.gif') repeat-y top left;
}
#placeholder-content {
    float: left;
    width: 410px;
    padding: 20px;
    margin: 0;
    background: #ffffff url('images/bg_line_vertical.gif') repeat-y top right;
    min-height: 200px;
}
#placeholder-content-no-right {
    float: left;
    padding: 20px;
    margin: 0;
    width: 800px;    
}
#placeholder-bottom {
    clear: both;
	margin: 0;
	padding: 1px 0 0 0;
	position: relative;
	top: -1px;
	background: #ffffff url('images/bg_line_horizontal.gif') repeat-x top left;
}
#placeholder-footer {
    clear: both;
	padding: 5px 15px 0 15px;
	margin: 0;
	background: #ffffff url('images/bg_line_horizontal_bottompadded.gif') repeat-x top left;
}
#content-link {
    display: none;
}


/* -------------------------------------------------------------------------- */
/* General tile                                                               */
/* -------------------------------------------------------------------------- */

.tile-common {
}
.tile-common h3 {
}
.tile-content {
}

/* -------------------------------------------------------------------------- */
/* General inline listing (eg. horizontal menu, linktoolbar, sitelocator)     */
/* -------------------------------------------------------------------------- */

.horizontal-menu ul {
	display: inline;
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.horizontal-menu li {
	display: inline;
	padding: 0px;
}
.horizontal-menu a {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
.horizontal-menu a:hover,
.horizontal-menu a.main-active,
.horizontal-menu a.active {
    color: #ffffff;
    background-color: #009bdb;
}


/* -------------------------------------------------------------------------- */
/* General bullet-less listing (eg. verical menu and small article list)      */
/* -------------------------------------------------------------------------- */

.full-articlelist ul,
.small-articlelist ul,
.vertical-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.full-articlelist li li,
.small-articlelist li li {
    padding-left: 10px;	
}

#placeholder-left .vertical-menu {
	width: 185px;
}
.vertical-menu {
    margin: 25px 0 0 10px;
}
.vertical-menu h3 {
    display: none;
}
.vertical-menu li {
    font-weight: bold;
    font-size: 11px;
    margin: 0 5px 10px 15px; 
    line-height: 19px;	
}
.vertical-menu li li {
    font-weight: normal;
    font-size: 10px;
    margin: 10px 5px 0 0; 
    padding-left: 15px;	
    line-height: 18px;	
}
.vertical-menu li li li {
    padding-left: 10px;
    margin: 0px 1px 0 5px;
}
.vertical-menu a,
.vertical-menu a:visited {
    color: #000000;
    text-decoration: none;
    padding: 5px 10px 5px 0px;	
}
.vertical-menu a:hover,
.vertical-menu a.active,
.vertical-menu a.main-active,
.vertical-menu a.sub-active {
    font-weight: bold;
	color: #ffffff;
	background-color: #009bdb;
}
.vertical-menu li li li a {
    display: block;    
	color: #000000;
	background-color: #ffffff;
	padding: 5px 0 0 0 ;
}
.vertical-menu li li li a.active,
.vertical-menu li li li a:hover {
    font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.vertical-menu li li li a.last {
	margin-bottom: 30px;
}

/* -------------------------------------------------------------------------- */
/* Styling for spesific elements                                              */
/* -------------------------------------------------------------------------- */

/* 
   Some of these elements have been styled using id-context above. We therefore
   need to use the full id-element path to override these styles.
*/

.logo {
    font-size: 2em;
    font-weight: bold;
}
#placeholder-logo img {
    margin: 15px;
}


/* -- Horizontal menu in top placeholder ("quicklaunch") -------------------- */
.horizontal-menu {
    float: right;	
    margin: 8px 0 0 0;
}
.horizontal-menu h3 {
    display: none;  
}
.homeicon {
}

/* -- Linktoolbar ----------------------------------------------------------- */
.linktoolbar h3 {
    display: none;  
}
.linktoolbar ul {
    float: right;   
}

/* -- Search ----------------------------------------------------------- */
.small-searchinput {
	margin: 8px 15px 0 20px;
	float: right;
}
.small-searchinput input.submit {
    background: #ffffff url('images/search.gif') no-repeat top left;
    width: 20px;
    height: 20px;
    border: 0;
}
.small-searchinput input.submit:hover {
    background: #ffffff url('images/search-active.gif') no-repeat top left;
}


/* -- Sitelocator ----------------------------------------------------------- */
.sitelocator h3 {
    font-size: 1em;	
    font-weight: normal;
}

/* -- Newsletter ------------------------------------------------------------ */
.newsletter-form {
    margin: 20px;
    font-size: 11px;
}
.newsletter-form .textinput  {
    width: 130px;
}
.newsletter-form input.submit  {
    width: 64px;
    height: 23px;
    background: #ffffff url('images/button.gif') no-repeat top left;
    border: 0;
    font-size: 9px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 15px 0 0 0;
}
.newsletter-form input.submit:hover  {
    background: #ffffff url('images/button-active.gif') no-repeat top left;
}
.newsletter-form label  {
    font-weight: bold;
}
#newsletter-form-error {
    border: 4px solid #ff0000;
    width: 115px;
    margin: 15px 0 15px 0;
    padding: 5px;
}
#newsletter-form-message {
    border: 4px solid #00ff00;
    width: 115px;
    margin: 15px 0 15px 0;
    padding: 5px;
}


/* -- Article display ------------------------------------------------------- */
.full-articledisplay {
    clear: both;
}
p,
.full-articledisplay,
.small-articledisplay {
    font-size: 11px;
    line-height: 16px;
}
.full-articledisplay ul,
.small-articledisplay ul {
    list-style-image: url('images/bullet.gif');
}


/* -- Digest ---------------------------------------------------------------- */

/* -- Article list ---------------------------------------------------------- */
.full-articlelist {
    font-size: 11px;
}
.full-articlelist h3 {
    margin: 10px 0 2px 0;
}
.full-articlelist h3 a {
    color: #000000;
    text-decoration: none;
}
.full-articlelist p {
    margin: 4px 0 0 0;
}
.full-articlelist ul,
.full-articlelist-twocolumn ul {
    list-style-type: none;	
    padding: 0;
    margin: 0;
}
.full-articlelist ul li {
    margin: 25px 0 25px 0;
    clear: both;
}
.full-articlelist .articlelist-link-internal ul li,
.full-articlelist-twocolumn .articlelist-link-internal ul li {
    clear: none;
    padding: 0 0 0px 0;
    margin: 5px 0 0 0;
}
.full-articlelist-twocolumn li.odd {
    float: left;
    clear: both;
    width: 48%; /* 245px; */
}
.full-articlelist-twocolumn li.even {
    float: right;
    width: 48%; /* 245px; */
}

#placeholder-right .full-articledisplay img {
    margin: 15px;
}
#placeholder-right .full-articlelist {
    /*background: #ffffff url('images/bg_line_horizontal.gif') repeat-x bottom left;*/
    margin: 1px;
    padding: 1px;
}
#placeholder-right .full-articlelist ul li {
    /*background: #ffffff url('images/bg_line_horizontal.gif') repeat-x top left;*/
    padding: 0px 15px 0px 15px;
    margin: 20px 0 25px 0;
}
#placeholder-right .small-articledisplay,
#placeholder-right .small-articledisplay-nolayout {
    margin: 15px;
}
.small-articledisplay-nolayout p {
    margin: 0;
    padding: 0;
}

.newsarchive,
.articlelist-link-internal {
    font-size: 11px;
}

.date {
    font-size: 11px;
    color: #666666;
}

.sitemap {
    padding: 20px 30px 0px 30px;
    margin-bottom: 0;
    background: #ffffff url('images/bg_line_vertical.gif') repeat-y top right;    
    width: 250px;
    float: left;
}
.sitemap h3 {
    display: none;
}
.sitemap a,
.sitemap a:visited {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.sitemap a:hover {
    text-decoration: underline;
}
.sitemap ul {
    padding: 0 0 0 20px;
    list-style-image: url('images/bullet.gif');
}
.sitemap ul ul {
    padding: 10px 0 20px 0px;
    list-style-image: none;
    list-style-type: none;
}
.sitemap ul ul ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.sitemap ul ul ul a {
    font-weight: normal;
}
.sitemap li {
    padding: 0 0 20px 0;
}
.sitemap li li {
    padding: 0;
}

.productarticlelist {
    float: right;
    margin: 0 0 0 0;
    padding: 20px 70px 00px 20px;
}
.productarticlelist .col-1 {
    float: left;
    width: 290px;
}
.productarticlelist .col-2 {
    float: right;
    width: 290px;
}
.productarticlelist ul {
    list-style-type: none;
    font-size: 11px;    
}
.productarticlelist li {
    margin-top: 8px;
}
.productarticlelist a,
.productarticlelist a:visited {
    color: #000000;
    text-decoration: none;
}
.productarticlelist a:hover {
    text-decoration: underline;
}

#coretrek-colofon {
    display: none;
}

.list-navigation,
.list-navigation-text {
    font-size: 11px;
    margin-top: 20px;   
}

.login-form h3 {
    margin: 20px 0px 20px 0px;
}
.login-form label {
    float: left;
    width: 80px;
    font-size: 11px;
}
.login-form .row {
    margin: 0px 0px 10px 0px;
}
.login-form .submit {
    margin: 15px 0px 0px 80px;
}
#placeholder-left .login-form {
    background: url('images/bg_line_horizontal.gif') repeat-x top left; 
    padding: 20px 20px 20px 20px;
    margin-top: 40px;
}
.login-form .submit {
    margin: 20px 20px 20px 0;
}




.linktoolbar {
	float: left;
}

.linktoolbar ul {
	float: left;
	margin: 0;
	padding: 0;
}

.linktoolbar li {
	list-style: none;
	float: left;
	margin-right: 25px;
}

.linktoolbar li a {
	font-size: 11px;
}

.linktoolbar li a img {
	position: relative;
	top: 5px;
}

.language-selector h3 {
	display: none;
}


.language-selector {
	float: right;
}
.language-selector ul {
	padding: 0;
	margin: 0;
}
.language-selector ul li {
	list-style: none;
	float: left;
	padding: 9px 0px 0px 10px;
}

.articlearchivelist { margin: 20px; }
