/***********************************************/
/***********************************************/
/*    HTML ELEMENTS                            */
/***********************************************/
html, body {
	/* margin:0px; */
	margin:0px;
    font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size:11px;
	line-height:15px;
    background-color: #ffffff;

}
h1 {
    font-size: 22px;
}
h1, h2, h3, p {
    margin: 0px 0px 10px 0px; /* t r b l */
    padding: 0px;
}
a:link {
    color: #006666;
    text-decoration: none;
}
a:hover {
    color: #006666;
    text-decoration: underline;
}
a:visited {
	color: #006666;
    text-decoration: none;
}
form {
    display: inline;
}
input, textarea, select {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 11px;
    margin-bottom: 2px;
}

img {
	border: 0px solid black;
}

/***********************************************/
/***********************************************/
/*    SPECIAL HTML ELEMENTS                    */
/***********************************************/

/* .cpform-button is the button class set by the  */
/* CorePublish form framework.                    */
input.submit, input.cpform-button {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ae3a3a;
    border-bottom: 1px solid #ae3a3a;
    background-color: #1e0505;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

/* IE styles the radio and checkboxes with border   */
/* around the item. The CorePublish Form framework  */
/* sets these items with the .cpform-noborder class.*/
/* Use this class to turn of border for the items.  */
input.cpform-noborder {
    border: none;
}


/***********************************************/
/***********************************************/
/*    IDENTITIES                               */
/***********************************************/
#container {
	position:absolute;
    width: 1004px;
    left:50%;
    margin-left:-502px;
    border:1px solid black;
}
#placeholder-header {
    background-image: url(../images/comrod/top_header.jpg);
    background-repeat: repeat-x;
    clear: both;
    padding: 0px;
    color: #fff;
    height: 121px;
    width: 1004px;
    border-bottom: 1px solid #000000;
    overflow: hidden;
}
#placeholder-sitelocator {
	padding-top:5px;
	padding-left:20px;
	background-color: #efefef;
	height: 19px;
}
#placeholder-container {
	background-image: url(../images/comrod/background-container.gif);
	background-repeat: repeat-y;
    overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#placeholder-container-frontpage {
    overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/comrod/frontpage-right-background.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#placeholder-column {
    float: left;
    width: 218px;
    overflow: hidden;
    background-image: url(../images/comrod/left_menu_background.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 20px 0px 200px 0px;
    min-height:214px;
}
#placeholder-content {
	position:relative;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 766px;
    overflow: hidden;
}
#placeholder-content-left-frontpage {
    float: left;
    width: 436px;
    overflow: hidden;
    padding: 20px 80px 0px 106px;
}
#placeholder-content-right-frontpage {
    float: left;
    width: 382px;
    overflow: hidden;
}
#placeholder-right-content {
    width: 430px;
    float: left;
    overflow: hidden;
}
#placeholder-right {
    float: right;
    width: 150px;
    overflow: hidden;
}
#placeholder-footer {
    float: left;
    width: 979px;
    height: 16px;
    background-image: url(../images/comrod/footer_background.gif);
    background-repeat: repeat-x;
    padding: 5px 0px 0px 25px;
    font-size:10px;
}
#extended-debug-info {
    background-color: #eee;
    border: 1px solid #000;
    font-size: 7pt;
    font-family: Monospace;
    margin: 5px;
    margin-top: 25px;
    padding: 10px;
    clear: both;
}

/***********************************************/
/***********************************************/
/*    CUSTOM ELEMENT CLASSES                   */
/***********************************************/
.topheader {
	float: left;
	width: 1004px;
	overflow: hidden;
	font-size:11px;
	height: 95px;
}
.topheader_left {
float: left;
padding-left:25px;
padding-top:20px;
width: 700px;
}
.topheader_top_right {
	float: left;
	text-align: right;
	padding: 5px 117px 0px 0px;
	width: 887px;
}

.topheader_bottom_right {
float: left;
padding-right:90px;
padding-top:25px;
}
/*********************************/
/*   Top-Level-Menu              */
.top-level-menu {
	float: left;
	width: 1004px;
	/*height: 22px;*/
	color: #333333;
	/*font-size: 1.2em;*/
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}
ul.top-level-menu a{
	text-decoration: none;
}
ul.top-level-menu {
	white-space: nowrap;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 20px;
	/*background-image: url(../images/comrod/meny-space.gif); */
}
ul.top-level-menu li {
	/*display: inline-block;*/ 
	float: left;
  	list-style: none; 
  	text-align: center; 
  	margin: 0;  
}
ul.top-level-menu li a {
	display: block;
	color: #333333;
	background-color: #ffffff;
	padding: 3px 8px 3px 8px;
}
ul.top-level-menu li.space {
	width: 30px;
	border: 1px solid #ffffff;
}
ul.top-level-menu li a:hover{
	display: block;
	border: 1px dotted #333333;
	background-color: #dddddd;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
}
ul.top-level-menu li.active a{
	display: block;
	border: 1px dotted #333333;
	background-color: #dddddd;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
}
.top-level-menu a{
	text-decoration: none;
}


.frontpage-newslist-header {
	text-transform: uppercase;
	font-size: 12px;
}
.articlelist-date {
	color: #666666;
}

/***********************************************/
/***********************************************/
/*    CUSTOM ARTICLE CLASSES                   */
/***********************************************/

.main_article_top{
font-size:14px;
font-weight:bold;
}
.main_article_top h1 {
font-size:14px;
font-weight:bold;
margin: 0;
}
.main_article_left{
float:left;
width:68px;
overflow: hidden;
}
.main_article_middle{ 
float:left;
width:450px;
font-weight:normal;


}
.main_article_right{ 
float:left;
width:208px;
padding-left:35px;

}

.article_image_bottom_right{ 
float:left;

}
.image_text {
font-size:11px;
}
.frontpage_article_topleft {
float:left;
width: 250px;
border-right:1px solid black;
border-bottom:1px solid black;

}
.frontpage_article_topright {
font-size:1px;
font-weight:bold;
background-image: url("../images/comrod/frontpage_top_bg.jpg");
background-repeat:no-repeat;
width:753px;
height:182px;
border-bottom:1px solid black;
float:left;
}
.frontpage_article_topright_l{
font-style:Verdana;
font-size:15px;
padding-left:40px;
padding-top:23px;
float:left;
width:300px;

}

.frontpage_article_topright_r{
font-style:Verdana;
font-size:12px;
line-height:18px;
padding-top:35px;
padding-left:170px;
float:left;
}
.frontpage_article_topright_txt{
font-weight:normal;
font-size:12px;
padding-left:17px;
}
.sitemap {
text-spacing
color: #006666;
font-family:Verdana;
font-size:12px;
}
.sitemap h1 {
font-size:18px;
}
/***********************************************/
/***********************************************/
/*    NEWLETTER CLASSES                        */
/***********************************************/
.print-article{
}
.print-article h1{
font-size:14px;
font-weight:bold;
}
.print-article-unsubscribe h1{
font-size:14px;
font-weight:bold;
}
.news-articlelistheading{
font-size:14px;
font-weight:bold;
}
.article-content {

}

/***********************************************/
/***********************************************/
/*    ELEMENT CLASSES                          */
/***********************************************/

/*******************************/
/* .tile-separator             */
.tile-separator{
	height: 0px;
	overflow: hidden;
	clear: both;
}

/*******************************/
/* .common                     */
.clear-all {
	clear:	both;
}

/*******************************/
/* .page-header                */
#page-header-background {
    position: absolute;
    overflow: none;
    clear: both;
    width: 760px;    
    height: 90px;
    z-index: 0;
}
.page-header {
    position: absolute;
    float: left;
    padding: 15px 0px 0px 20px; /* t r b l */
    z-index: 2;
}
.page-header a,.page-header a:link,.page-header a:visited,.page-header a:hover {
    color: #fff;
    text-decoration: none;
}

/*******************************/
/* .small-searchinput          */
.small-searchinput {
    float: right;
    padding: 15px 20px 0px 0px; /* t r b l */
    text-align: right;
    z-index: 1;
}
/* If placed in the top placeholder, the position is absolute */
#placeholder-header .small-searchinput {
    position: absolute;
    width: 740px;
    z-index: 1;
}
.small-searchinput h1 {
    display: none;
}
.small-searchinput input.submit {
    width: auto;
}
.small-searchinput input {
    width: 90px;
}

/*******************************/
/* .full-searchinput           */
.full-searchinput {

}
.full-searchinput input {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 11px;
    width: 250px;
}
.full-searchinput input.submit {
    width: auto;
}
.full-searchinput div.error,
.full-articlelist-message {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

/*******************************/
/* .ajaxarticlesearch          */
.ajaxarticlesearch {
    padding: 10px;
    border: 1px solid #e1e4ed;
    margin-bottom: 10px;
}

.ajaxarticlesearch-input{
	margin-bottom: 10px;
}

.ajaxarticlesearch h1 {
    font-size: 12px;
    font-weight: bold;
}
.ajaxarticlesearch p.digest {
    font-weight: normal;
}

.ajax-articlelist-row{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

/*******************************/
/* .list-navigation          */
.list-navigation {
    text-align: center;
    color: #aaa;
}
.list-navigation b {
    color: #000;
}

.list-navigation-text {
    text-align: center;
    color: #aaa;
}

/*******************************/
/* .list-thumbnail             */
.list-thumbnail-left {
    float:          left;
    margin-right:   5px;
    border:         0px solid yellow;
}

.list-thumbnail-right {
    float:          right;
    margin-left:    5px;
    border:         0px solid yellow;
}

/*******************************/
/* .full-articledisplay        */
.full-articledisplay {
    margin-bottom: 40px;
}

/*******************************/
/* .small-articledisplay       */
.small-articledisplay {
    padding: 10px;
    border: 1px solid #e1e4ed;
    margin-bottom: 10px;
}
.small-articledisplay h1 {
    font-size: 12px;
    font-weight: bold;
}
.small-articledisplay p.digest b {
    font-weight: normal;
}

/*******************************/
/* .smallarticledisplay-colored*/
.smallarticledisplay-colored {
	background-color: 	#d8d6d5;
	padding:			10px;
}

/*******************************/
/* .small-articlelist          */
.small-articlelist {
    padding: 10px;
    margin-bottom: 10px;
    width: 500px;
    font-size: 11px;
}
.small-articlelist h1 {
    font-size: 12px;
    font-weight: bold;
}
.small-articlelist ul {
    margin: 0px;
    padding: 0px;
}
.small-articlelist li {
    margin: 0px;
    padding: 0px 0px 8px 0px; /* t r b l */
    list-style-type: none;
}
.small-articlelist .date {
    font-size: 11px;
    color: #81848d;
}

/*******************************/
/* .login-form                 */
.login-form {
    padding: 10px;
    border-top: 1px solid #fff;
}
.login-form h1 {
    font-size: 12px;
    font-weight: bold;
}
.login-form input {
    width: 125px;
}
.login-form input.submit {
    width: auto;
}
.login-form .hidden {
    display: none;
}
.login-form .visible {
    display: block;
}
.login-form-error {
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}

/*******************************/
/* .vertical-menu              */
.vertical-menu {
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #d8d6d5;
}
.vertical-menu h1 {
    display: none;
}
.vertical-menu ul {
    margin: 0px;
    padding: 0px !important;
    padding: 1px;
}
.vertical-menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.vertical-menu ul li {
    padding-bottom: 0px;
    text-transform: uppercase;
}
.vertical-menu ul li ul {
    background-color: #f5f5f5;
    border: 0px !important;
    border: 1px solid #f5f5f5;
}
.vertical-menu ul li ul li a {
    display: block;
}
.vertical-menu ul li ul li {
    font-size: 11px;
    text-transform: none;
}
.vertical-menu a {
    color: #713f3f;
    font-weight: bold;
    padding-left: 10px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}
.vertical-menu ul li ul li {
    padding-left: 7px;
}
.vertical-menu a:link,
.vertical-menu a:visited {
    text-decoration: none;
    color: #000;
}
.vertical-menu a:hover {
    background-color: #fff;
    color: #000;
}
.vertical-menu a.active:link,
.vertical-menu a.active:visited,
.vertical-menu a.active:hover {
    color: #713f3f;
    font-style: italic;
}

/*******************************/
/* .horizontal-menu            */
.horizontal-menu {
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}
/* Keep the top menu here */
#placeholder-header .horizontal-menu {
    position: absolute;
    width: 740px;
    z-index: 1;
    padding-top: 60px;
}
.horizontal-menu h1 {
    display: none;
}
.horizontal-menu ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}
.horizontal-menu li {
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #aaa;
}
.horizontal-menu li.first {
    border: none;
}
.horizontal-menu a:visited, .horizontal-menu a:link, .horizontal-menu a:hover {
    color: #aaa;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

/*******************************************************/
/* .advanced category menu - uncomment if menu is used */
/*
/* The "top div" surrounding the entire menu */
.ctsitebase-categorymenu {
}


/* styles for all UL's of this class */
ul.ctsitebase-categorymenu {
        margin:         0px 0px 0px 0px;
        padding:        0px 0px 0px 42px;
        list-style:     none;
        width:          183px;
        border-bottom:  none;
        margin-top:     0px;
}

ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu {
        margin:     2px 0px 5px 8px;
        padding: 0px 0px 0px 0px;
}


/* LI elements inside the proper ul's */
ul.ctsitebase-categorymenu li {
        position:       relative;
        list-style-image: url(../images/comrod/menu-level-1.gif);
}
ul.ctsitebase-categorymenu li li {
        position:       relative;
        list-style-image: url(../images/comrod/menu-level-2.gif);
        margin: 0px 0px 0px 18px;
}

/* applies to both menu types */
ul.ctsitebase-categorymenu li a {
        display:        block;
        text-decoration:none;
        font-size: 11px;
        color:          #000000;
        /*background:     #E8E4E4;*/
        padding:        0px 10px 0px 20px; /* top-right-bottom-left */
        border:         none;
}

/* only applies to the 'tree' menu */
ul.ctsitebase-categorymenu li a.treemenu {

        /* overridden properties */
        padding:        0px 10px 5px 0px; /* top-right-bottom-left */
        border-bottom:  0px;
		margin: 0px;
        /* new properties * /
        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        color:          #000000;
        text-decoration:none;
        text-transform: uppercase;
        background-color: #D8D6D5;*/
}
ul.ctsitebase-categorymenu li li a.treemenu {

        /* overridden properties */
        padding:        0px 10px 5px 0px; /* top-right-bottom-left */
        border-bottom:  0px;
		margin: 0px;
        /* new properties * /
        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        color:          #000000;
        text-decoration:none;
        text-transform: uppercase;
        background-color: #D8D6D5;*/
}
/* only applies to the 'tree' menu */
ul.ctsitebase-categorymenu li a.treemenu-active-level {
        /* overridden properties */
        padding:        0px 10px 5px 0px; /* top-right-bottom-left */
        border-bottom:  0px;
		margin: 0px;
		font-weight: bold;
        /* new properties * /
        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        color:          #000000;
        text-decoration:none;
        text-transform: uppercase;
        background-color: #D8D6D5;*/
}
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li {
        position:       relative;
        list-style-image: url(../images/comrod/menu-level-2.gif);
        margin: 0px 0px 0px 9px;
}
/* level 2 - only present in the 'tree' menu */
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a.treemenu {
        display:        block;
        margin:         0px;
        padding:        0px 10px 2px 0px;
        border-bottom:  0px;
/*
        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        text-decoration:none;
        text-transform: none;*/
}
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a.treemenu-currlevel-1 {
        display:        block;
        margin:         0px;
        padding:        0px 10px 2px 0px;
        border-bottom:  0px;
/*
        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        text-decoration:none;
        text-transform: none;*/
}
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a.treemenu-active-level3 {
        display:        block;
        margin:         0px;
        padding:        0px 10px 2px 0px;
        border-bottom:  0px;
/*
        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        text-decoration:none;
        text-transform: none;*/
}

/* level 3 - only present in the 'tree' menu * /
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a {
        display:        block;
        color:          #713F3F;
        background:     #E8E4E4;
        margin:         0px;
        padding:        2px 10px 2px 20px;
        border-bottom:  0px;

        font-family:    verdana,helvetica,geneva;
        font-size:      10px;
        font-weight:    bold;
        text-decoration:underline;
        text-transform: none;
}

ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu {

}

ul.ctsitebase-categorymenu li span {
        display:        none;
}

* html ul.ctsitebase-categorymenu li {
        float:          left;
        height:         1%;
}

* html ul.ctsitebase-categorymenu li a {
        height:         1%;
}


/* Onmouseover-effects on the links * /
ul.ctsitebase-categorymenu li a:hover {
        color:          #713F3F;
        background:     #f9f9f9;
        text-decoration: none;
}


ul.ctsitebase-categorymenu li:hover ul, li.over ul {
        display:        block;
}
*/

/*******************************/
/* .linktoolbar                */
.linktoolbar {
    font-size: 11px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 20px;
    text-align: right;
}

/*******************************/
/* .articlelist-link           */
.articlelist-link-external ul li {
	list-style-type:	none;
	padding:        	0px 0px 0px 0px;
    margin:				0px 0px 0px 0px;
    border-bottom: 		0px;
}

.articlelist-link-internal ul li {
	list-style-type:	none;
	padding:        	0px 0px 0px 0px;
    margin:				0px 0px 0px 0px;
    border-bottom: 		0px;
    font-size:			11px;
}

/*******************************/
/* .full-articlelist           */
.full-articlelist {
	font-size:11px;
    margin-top: 0px;
}
.full-articlelist ul li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    clear: both;
}
.full-articlelist ul {
    margin: 0px;
    padding: 0px;
}
.full-articlelist li {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    list-style-type: none;
    /*border-bottom: 1px solid #eee;*/
}
.full-articlelist p {
    margin: 0px;
    font-size: 11px;
}
.full-articlelist img {
    float: left;
}
.full-articlelist h3 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px 3px 3px 0px;
    padding: 0px;
}
.full-articlelist h2 {
    font-size: 14px;
    margin: 0px 3px 3px 0px;
    padding: 0px;
}
.full-articlelist h3 a {
    color: #000000;
    text-decoration: none;
}
.full-articlelist h3 a:hover {
    color: #006666;
    text-decoration: underline;
}

/*******************************/
/* .full-articlelist           */
.full-articlelist-twocolumn {
    margin-top: 30px;
}

.full-articlelist-twocolumn ul li {
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.full-articlelist-twocolumn ul {
    margin: 0px;
    padding: 0px;
}
.full-articlelist-twocolumn li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.full-articlelist-twocolumn p {
    margin: 0px;
}
.full-articlelist-twocolumn li.odd {
    float: left;
    padding-right: 10px;
    width: 47%;
    clear: both;
}
.full-articlelist-twocolumn li.even {
    float: left;
    padding-left: 10px;
    width: 47%;
}

/*******************************/
/* .articlelist-twocols        */

.articlelist-twocols {
    padding:        0px;
    padding-bottom: 0px;
}

.articlelist-twocols ul {
    padding:        0px;
    margin:			0px;
}

.articlelist-twocols li {
    list-style-type: 	none;
    padding:        	0px 0px 20px 0px;
    margin:				0px;
    clear:				both;
}

.articlelist-twocols-topcol,
.articlelist-twocols-bottomcol {
    width:          100%;
    clear: 			both;
}

.articlelist-twocols-topcol {
	border-bottom: 	1px solid #eee;
	margin-bottom:	20px;
}

.articlelist-twocols-topcol li{
	padding-bottom: 10px;
}

.articlelist-twocols-bottomcol {
	border-top: 	1px solid #eee;
	margin-top:     20px;
	padding-top:	20px;
}

.articlelist-twocols-leftcol,
.articlelist-twocols-rightcol {
    float:          left;
    width:          47%;
}

.articlelist-twocols-leftcol {
	margin-right:   10px;
}


.articlelist-twocols-rightcol {
	margin-left:    10px;
}

/* use this to always align the matching left and right article in the two-column list */
.articlelist-twocols .articlelist-twocols-leftcol .articlelist-row,
.articlelist-twocols .articlelist-twocols-rightcol .articlelist-row {
    height:         140px;
}

/*******************************/
/* .language-selector          */
.language-selector{
	margin-bottom:	10px;
}

/*******************************/
/* .footer-article             */
.footer-article {
    margin: 0px 40px 20px 40px; /* t r b l */
    border-top: 2px solid #eee;
    padding-top: 5px;
}

/*******************************/
/* .new-password-form          */
.new-password-form .error {
    font-style: italic;
    margin-bottom: 10px;
}

/********************************/
/* .cp-mmarchive-image          */
.cp-mmarchive-image-left {
        margin-right:   10px;
        margin-top:     10px;
        margin-bottom:  10px;
}

.cp-mmarchive-image-right {
        margin-left:    10px;
        margin-top:     10px;
        margin-bottom:  10px;
}

/********************************/
/* .multimediadisplay           */
.multimediadisplay-foldertree ul{
	list-style-type:	none;
	padding-left: 15px;
}

.multimediadisplay-foldertree li{
	vertical-align: top;
}

.multimediadisplay-foldertree-activefolder:link, 
.multimediadisplay-foldertree-activefolder:visited,
.multimediadisplay-foldertree-activefolder:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.multimediadisplay-list {

}

/********************************/
/* .cp-imageelement             */
.cp-imageelement {
	font-size:	11;
	font-style:	italic;
}

.frontpage-right-image {
	float: left;
	display: block;
	width: 381px;
	height: 51px;
	border-left: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 15px;
}
.frontpage-right-image img{
	border-right: 1px solid #000000;
	float: left;
	margin: 0px 20px 0px 0px;
}
.frontpage-right-image a {
	text-decoration: none;
	vertical-align: middle;
	line-height: 45px;
}
.frontpage-right-image a:hover {
	text-decoration: underline;
}
.frontpage-right-image a:hover {
	float: left;
	display: block;
	width: 381px;
	height: 51px;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
.frontpage-right-bottom {
	float: left;
	width: 382px;
	overflow: hidden;
	border-bottom: 10px solid #5c6b9e;
}
.ctsitebase-pagetop-searchbox {
	border:1px solid #c4c4c4;
	width:110px;
	margin: 0px 0px 7px 0px;
}
.ctsitebase-pagetop-searchbutton {
	border: 0px;
}
.sitelocator a {
    text-decoration: none;
    font-size:10px;
}
.sitelocator a:hover {
    text-decoration: underline;
}
.sitelocator {

    text-decoration: none;
    font-size:10px;
}
.search-articlelist {
	width: 500px;
	padding: 0px 0px 0px 10px;
}
.articlelist-image {
	float: left;
}
.articlelist-image-image {
	float: left;
	width: 130px;
	padding: 5px 0px 0px 0px;
}
.articlelist-image-ingress {
	float: left;
	width: 296px;
	padding: 0px 0px 0px 10px;
}
.news-articlelist {
	width: 436px;
	padding: 0px 0px 0px 10px;
}
.news-articlelist h2{
	font-size:14px;
	font-weight:bold;
}
.ctsitebase-searchbox {
	background-color: #ffffff;
	border:1px solid #c4c4c4;
	width:210px;
	margin: 0px 0px 7px 0px;
}
.login-form-error {
	font-size: 	1.2em;
	color:		#003366;
	font-weight: bold;
	background-color: #ffffff;
}