@CHARSET "UTF-8";
/*
    colors
    ----------------
    light green  #dde6c4
    medium green #88b500
    dark green   #6b8300
    light blue   #e6eef5
    medium blue  #6fa5e6
    dark blue    #004d91
    white
    black
*/

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

html, body {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #dde6c3;
    letter-spacing: -0.1px;
    line-height: 15px;
}
a:visited,
a:link {
    color: #004d91;	
}
a:hover {
	color: #6fa5e6;
}

img {
    border: 0px;
}

p {
    margin: 0px;
  border: 0px solid green;
}

#placeholder-bottom {
	font-size: 9px;
	color: #6b8300;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    color: #004d91;
    margin: 0px 0px 16px 0px;
}

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

#container {
    margin: 20px auto 0px auto;
    padding: 0px;
    border: 0px;
    width: 966px; /* 960 + 3px on either side */
}

#foo1 {
      border: 1px solid red;
}
#foo2 {
      border: 1px solid green;
}
#foo3 {
      border: 1px solid blue;
}

#top-left {
    float: left;
    width: 10px;
    height: 81px;
    background-image: url(images/top_left_gradient_10x81.gif);
    margin: 0px;
    padding: 0px;
    border: 0px solid green;
    clear: left;
    line-height: 0px;
    font-size: 0px;
}
#placeholder-top {
    /* total width of this element should be 946 */
    float: left;
    width: 946px;
    background-color: #ffffff;
    height: 81px;
    margin: 0px;
    border: 0px solid red;
    padding: 0px;
    overflow: hidden;
}
#top-right {
    float: right;
    width: 10px;
    height: 81px;
    background-image: url(images/top_right_gradient_10x81.gif);
    margin: 0px;
    padding: 0px;
    border: 0px solid green;
    clear: right;
    line-height: 0px;
    font-size: 0px;
}
#sub-top-wrapper {
    margin: 0px;
    border: 0px solid green;
    padding: 0px 0px 0px 3px;
    background-image: url(images/left_outer_gradient_3x5.gif);
    background-position: top left;
    background-repeat: repeat-y;
    clear: left;
}
#placeholder-sub-top {
    margin: 0px;
    border: 0px;
    padding: 0px 3px 0px 0px;
    background-image: url(images/right_outer_gradient_3x5.gif);
    background-position: top right;
    background-repeat: repeat-y;
    background-color: #ffffff;
}
#content-wrapper {
    margin: 0px;
    padding: 0px 0px 0px 3px;
    border: 0px solid blue;
    background-image: url(images/left_outer_gradient_3x5.gif);
    background-position: top left;
    background-repeat: repeat-y;
    background-color: #ffffff;

    /* width must be set so msie7 renders right background gradient all the way. */
	width: 963px;
}
#placeholder-left {
    float: left;
    width: 140px; /* total width 170 */
    margin: 0px;
    padding: 0px 0px 0px 30px;

}
#placeholder-content-noleft {
    border: 0px solid green;
    margin: 0px;
    padding: 0px 33px 0px 30px;
    background-image: url(images/right_outer_gradient_3x5.gif);
    background-position: top right;
    background-repeat: repeat-y;
    background-color: #ffffff;
    /* inner width must be set so msie7 renders right background gradient all the way. */
    width: 900px;
}
#content-inner-wrapper {
	float: left;
	width: 790px;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	border: 0px;
    background-image: url(images/right_outer_gradient_3x5.gif);
    background-position: top right;
    background-repeat: repeat-y;
}
#content-top-left {
	float: left;
	width: 20px;
	height: 15px;
	height: 10px;
	background-image: url(images/top_left_inner_gradient_20x20.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6eef5;
}
#content-top {
	float: left;
    width: 770px;
	height: 20px;
	height: 10px;
	background-image: url(images/top_inner_gradient_5x20.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e6eef5;
}
#placeholder-content {
    float: left;
    width: 773px;
    padding: 0px 0px 0px 17px;
    margin: 0px;
    border: 0px solid green;
	background-image: url(images/left_inner_gradient_20x5.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #e6eef5;
}
#content-bottom-left {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(images/bottom_left_inner_gradient_20x20.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6eef5;
}
#content-bottom {
	float: left;
    width: 770px;
	height: 20px;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	background-image: url(images/bottom_inner_gradient_5x20.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e6eef5;
}

#bottom-left {
    float: left;
    width: 13px;
    height: 14px;
    background-image: url(images/bottom_left_gradient_13x14.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#bottom {
    float: left;
    width: 940px;
    height: 14px;
    background-image: url(images/bottom_gradient_5x14.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
#bottom-right {
    float: right;
    width: 13px;
    height: 14px;
    background-image: url(images/bottom_right_gradient_13x14.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#placeholder-bottom {
    clear: both;
    margin: 0px auto;
    padding: 3px 0px 0px 35px;
    text-align: left;
}
#content-link {
    display: none;
}


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

/* 
   Tiles in top, bottom and content placeholders should not be styled using
   the general styles, so we reset these styles here. HTML element ID specific
   styling, using the #html-element-id notion has precendence over styles set
   generally using only the css-class. If we want to override these styles later
   in the stylesheet, we must remember to use the full element path.
*/
#placeholder-top .tile-content,
#placeholder-top .tile-common,
#placeholder-top .tile-common h3,
#placeholder-bottom .tile-content,
#placeholder-bottom .tile-common,
#placeholder-bottom .tile-common h3,
#placeholder-content .tile-content,
#placeholder-content .tile-common,
#placeholder-content .tile-common h3,
#placeholder-content-no-right .tile-content,
#placeholder-content-no-right .tile-common,
#placeholder-content-no-right .tile-common h3  {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.tile-common {
    border: 0px solid #aaa;
    margin: 0px;
    padding: 0px;
}
.tile-common h3 {
    margin: 0px;
    padding: 0px;
}
.tile-content {
    margin: 0px;
    padding: 0px;
}

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

.horizontal-menu h3,
.linktoolbar h3,
.sitelocator h3 {
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px;
}	
.horizontal-menu ul,
.linktoolbar ul,
.sitelocator ul {
	display: inline;
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.horizontal-menu li,
.linktoolbar li,
.sitelocator li {
	display: inline;
	padding-left: 10px;
}


/* -------------------------------------------------------------------------- */
/* 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,
.vertical-menu li li {
/*    padding-left: 10px;	*/
}


/* -------------------------------------------------------------------------- */
/* Styling for specific 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 ----------------------------------------------------------- _ */
#placeholder-top .page-header {
    float: right;
    border: 0px solid red;
    padding: 0px;
/*    margin: 10px 20px 0px 0px;*/
    margin: 14px 27px 0px 0px;
}
.page-header .logo {
    font-size: 1.85em;
    font-weight: bold; 	
}
.horizontal-menu h3 {
    display: none;  
}

/* -- horizontal menu in top placeholder ----------------------------------- _ */

#placeholder-top .horizontal-menu {
    border: 0px solid green;
    margin: 54px 0px 0px 24px;
    float: left;
}

#placeholder-top .horizontal-menu .tile-content,
#placeholder-top .horizontal-menu .tile-content ul {
	margin: 0px;
	padding: 0px;
}

#placeholder-top .horizontal-menu li {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	
	border: 0px dotted red;
}
#placeholder-top .horizontal-menu li.first {
	margin-left: 0px;
}

#placeholder-top .horizontal-menu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
}

#placeholder-top .horizontal-menu li.active a,
#placeholder-top .horizontal-menu li.main-active a {
	border-bottom: 1px solid #004d91;
}

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

/* -- vertical menu --------------------------------------------------------- _ */
.vertical-menu {
    border: 0px solid red;
    margin: 19px 0px 0px 2px;
}
.vertical-menu h3 {
    color: #88b500; /*#6b8300;*/
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 0px 9px 0px;
}
.vertical-menu a {
    color: #000000;
    line-height: 14px;
    text-decoration: none;
    font-size: 10px;
}
.vertical-menu ul {
    border: 0px solid green;
}
.vertical-menu li {
	background-image: url(images/menu_arrow_5x8.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px -1px 0px;
}
.vertical-menu ul li li{
	padding: 0px 0px 0px 7px;
	margin: 0px;
}

.vertical-menu a {
}

.vertical-menu li {
	font-weight: normal;
}

.vertical-menu li.active {
	font-weight: bold;
}

.vertical-menu li.main-active {
	font-weight: bold;
}

.vertical-menu li.main-active li {
	font-weight: normal;
}

.vertical-menu li.main-active li.active {
	font-weight: bold;
}


/* -- Sitelocator ----------------------------------------------------------- _ */
#placeholder-sub-top .sitelocator {
	display: block;
	padding: 6px 0px 3px 188px;
	margin: 0px;
	border: 0px solid red;
}
.sitelocator h3 {
    display: none;
    font-size: 1em;	
    font-weight: normal;
}

#placeholder-sub-top .sitelocator a {
    text-decoration: none;
}

#placeholder-sub-top .sitelocator li {
    margin: 0px 3px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#placeholder-sub-top .sitelocator span.separator {
    margin: 0px 3px 0px 0px;
}
#placeholder-sub-top .sitelocator li.first {
    margin-left: 0px;
    padding: 0px;
}
#placeholder-sub-top .sitelocator li.last {
    font-weight: bold;
    color: #004d91;
}

/* -- Article display ------------------------------------------------------- */
#placeholder-content .full-articledisplay {
	border: 0px solid red;
    margin: 10px 30px 0px 0px;
    padding: 0px;
    clear: both;
}

#placeholder-content .full-articledisplay-hasright {
	float: left;
	width: 480px;
	padding: 0px 0px 0px 0px;
	margin: 10px 30px 0px 0px;
}

.articledisplay-rightimage {
	float: right;
	border: 0px solid red;
	width: 230px;
	padding: 0px;
	margin: 34px 28px 0px 0px;
}

.articledisplay-rightimage img {
	margin: 0px 0px 30px 0px;
}

.articledisplay-rightimage ul {
	list-style-type: none;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	border: 0px;
}

.articledisplay-rightimage a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
/* -- Digest ---------------------------------------------------------------- */
h2.digest {
    font-size: 1em;
}

/* -- Frontpage banner ------------------------------------------------------ _ */
#placeholder-content-noleft .small-articledisplay-nolayout {
	float: left;
	border: 0px solid red;
	margin: 19px 0px 12px 0px;
	padding: 0px 0px 0px 32px;
	width:  143px; /* total width is 175px */
	height: 111px;
	background-image: url(images/slashdot32x111.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#placeholder-content-noleft .small-articledisplay-nolayout .tile-content {
	margin-top: 21px;
}

#placeholder-content-noleft .small-articledisplay-nolayout .tile-content img.heading {
    margin-bottom: 9px;
}

/* -- Article list on front page-------------------------------------------- _ */

#placeholder-content-noleft .full-articlelist {
    border: 0px solid green;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 375px;

}

#placeholder-content-noleft .full-articlelist ul {
	margin: 0px;
	padding: 0px;
}
#placeholder-content-noleft .full-articlelist li {
	border: 0px solid red;
	width: 345px;
	margin: 0px;
	padding: 0px;
}

#placeholder-content-noleft .full-articlelist li li {
	border: 0px;
	width: auto;
}

#placeholder-content-noleft .full-articlelist .list-thumbnail-left {
    float:left;
    width: 90px;
    margin-right: 19px;
    
}

#placeholder-content-noleft .full-articlelist h3 {
	padding-top: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 12px;
	

}

#placeholder-content-noleft .full-articlelist h3 a {
    text-decoration: none;
}

/* -- Full searchinput --------------------------------------------------------- _ */
#placeholder-content .full-searchinput {
	margin: 7px 0px 20px 3px;
}

#placeholder-content .full-searchinput .textinput{
    width: 144px;
    height: 14px;
}

#placeholder-content .full-searchinput .submit{
    margin: 0px 0px 0px 5px;
}

/* -- Multimediafolder --------------------------------------------------------- */
.multimediafolder h3 {
	color: #3077a3;
	font-weight: normal;
	font-family: arial, tahoma, verdana;
	font-size: 20px;
}
.multimediafolder .multimediafolder-item {
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 30px;
	
}

.multimediafolder .image {
	width: 90px;
	height: 110px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.multimediafolder .info {
	width: 240px;
	float: left;
	overflow: hidden;
}
.multimediafolder .info h4 {
	margin: 3px 0px 8px 0px;
	color: #3077a3;
	font-family: arial, tahoma, verdana;
	font-weight: normal;
	font-size: 17px;
}
.multimediafolder .info .description {
	
}
.multimediafolder .download {
	padding-top: 10px;
}
.multimediafolder .download a,
.multimediafolder .download a:link,
.multimediafolder .download a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-family: arial, tahoma, verdana;
}
.multimediafolder .pageNavigation {
	clear: both;
}
.multimediafolder .pageNavigation a,
.multimediafolder .pageNavigation a:link,
.multimediafolder .pageNavigation a:visited {
	text-decoration: none;
}

/* -- Persongallery -------------------------------------------------------------- */
.persongallery {
	
}
.persongallery .image {
	width: 120px;
	overflow: hidden;
	float: left;
}
.persongallery .text {
	width: 200px;
	overflow: hidden;
	float: left;
}

/* -- Article list on content pages -------------------------------------------- _ */

#placeholder-content .full-articlelist li {
	clear: both;
	margin: 0px 0px 5px 3px;

	/* width must be set so msie7 renders right background gradient all the way. */
	/* note: the width is overridden for msie6*/
	width: 740px;
}

#placeholder-content .full-articlelist li li {
	clear: right;
	width: auto;

	margin: 0px;
	padding: 0px;
}

#placeholder-content .full-articlelist img {
	margin: 0px 0px 10px 0px;
}

#placeholder-content .full-articlelist {
    border: 0px solid green;
    margin: 0px 30px 0px 0px;
    padding: 0px;
    float: left;
	/* note: the width is overridden for msie6*/
    width: 740px;
}

#placeholder-content .full-articlelist .list-thumbnail-left {
    float:left;
    margin-right: 20px;
}

#placeholder-content .full-articlelist h3 {
	padding-top: 10px;
	font-size: 12px;
}

/*#placeholder-content-no-right .full-articlelist h3,
#placeholder-content .full-articlelist h3 {
	margin-top: 30px;
    margin: 0px;
    padding: 0px;
}*/
/*.full-articlelist ul,*/
.full-articlelist-twocolumn ul {
    list-style-type: none;	
    padding: 0;
    margin: 0;
}
/*.full-articlelist ul li {
    clear: both;
}*/
/*.full-articlelist .articlelist-link-internal ul li,*/
.full-articlelist-twocolumn .articlelist-link-internal ul li {
    clear: none;
    padding: 0 0 10px 0;
}
.full-articlelist-twocolumn li {
	margin-bottom: 30px;
}
.full-articlelist-twocolumn li.odd {
    float: left;
    clear: both;
    width: 48%;
}
.full-articlelist-twocolumn li.even {
    float: right;
    width: 48%;
    margin-right: 15px;
}

#placeholder-content .full-articlelist-twocolumn h3.employee {
	color: #3077a3;
	font-weight: normal;
	font-family: arial, tahoma, verdana;
	font-size: 16px;
	margin-bottom: 10px;
}
.full-articlelist-twocolumn .employee-image {
	float: left;
	margin: 0px 15px 0px 0px;
}
#placeholder-content .full-articlelist-twocolumn .employee-text p {
	margin: 0px;
}
#placeholder-content .full-articlelist-twocolumn h2 {
	color: #3077a3;
	font-weight: normal;
	font-family: arial, tahoma, verdana;
	font-size: 20px;
}

/* -- small search input in top placeholder --------------- _ */
#placeholder-top .small-searchinput {
    float: right;
    padding: 53px 83px 0px 0px;
    margin: 0px;
    border: 0px solid green;
}
#placeholder-top .small-searchinput .tile-top,
#placeholder-top .small-searchinput h3 {
	display: none;
}

#placeholder-top .small-searchinput .tile-content {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#placeholder-top .small-searchinput form div {
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}

#placeholder-top .small-searchinput .textinput {
	width: 88px; /* total width = 90px */
	height: 13px; /* total height = 15px */
	margin: 0px 0px 5px 0px;
	padding: 1px;
	border: 0px;
	background-color: #e6eef5;
    font-size: 10px;

    float: left;
}
#placeholder-top .small-searchinput .submit {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	border: 0px solid red;
/*	padding-top: 3px;*/

   margin: 1px 0px 0px 5px;
   float: left;
}

/* A nasty clear-both to make msie render pages properly. */
/* The div MUST have content, such as a nbsp, even though */
/* font-size is set to zero. The div takes up no space.   */
div.clear-both {
        margin: 0px;
        padding: 0px;
        border: 0px;
        height: 0px;
        line-height: 0;
        font-size: 0px;
        clear: both;
}

