/*
 * Colors
 *
 * orange	#f49a00
 * blue     #00b4e6
 *
 */

/* General setting */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical;
}

body {
  background: #cdcdcd url(../img/body_bg.gif) repeat-x;
  font: 12px/16px Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #535353;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  padding: 0 0 1em 0;
  margin: 0;
  line-height: 1.5em;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

a {
  color: #535353;
  text-decoration: none;
}

a:visited, a:link {
  color: #535353;
  text-decoration: none;
}

a:hover, a:active {
  color: #535353;
  text-decoration: underline;
}

h1 {
  color: #535353;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}

h2 {
  color: #535353;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}

h3 {
  color: #535353;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
}

img {
  border: 0;
}

table td {
  vertical-align: top;
  padding: 3px 5px;
}

table td p {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
}


/* Clearfix  */
.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Main container */
#container {
  width: 988px;
  min-height: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0 15px;
}

#top {
  position: relative;
}

/* Logo */
#logo {
  height: 105px;
  float: left;
}

#navi_lang {
  float: right;
  margin-top: 10px;
  padding-right: 10px;
  background: url(../img/line_vertical_bg.gif) repeat-y right top;  
}

#navi_lang a {
  padding-right: 17px;
  background: url(../img/navi_lang_bg.gif) no-repeat right top;
}

#navi_lang_content {
  position: absolute;
  left: 685px;
  top: 30px;
  z-index: 100;
  border: 1px solid #929395;
  background: #fff;
  width: 80px;
}

#navi_lang_content ul {
  padding: 5px 10px 5px 10px;
}

#navi_lang_content li {
  padding-bottom: 2px;
}

#navi_lang_content li a,
#navi_lang_content li a:link,
#navi_lang_content li a:visited,
#navi_lang_content li a:hover {
  color: #929395;
  text-transform: uppercase;
}

#navi_top {
  width: 211px;
  float: right;
  margin-top: 10px;
}

#navi_top li {
  float: left;
  display: inline;
  padding-left: 9px;
}


/* Banner */
#header {
  height: 166px;
  width: 988px;
  background: none;
  position: relative;
}

#header_left {
  width: 776px;
  height: 166px;
  float: left;
  background: url(../img/shadow_bg.gif) repeat-x left bottom;
  border-right: 1px solid #fff;
}

#header_left #banner {
}

#header_left #banner {
  width: 776px;
  height: 132px;
  overflow-y: hidden;
}

#header_left #navi_home {
  height: 26px;
}

#header_left #navi_home ul {
  padding: 6px 0 0 20px;
}

#header_left #navi_home ul li {
  float: left;
  display: inline;
  padding-right: 20px;
  font-size: 12px;
}

#header_left #navi_home ul li a,
#header_left #navi_home ul li a:link,
#header_left #navi_home ul li a:visited {
  color: #fff;
}


#header_right {
  width: 210px;
  height: 166px;
  float: left;
  background: url(../img/shadow_bg.gif) repeat-x left bottom;
}

#header_right #search_text {
  height: 119px;
}

#header_right #search_field {
  width: 200px;
  height: 29px;
  padding: 10px 0 0 10px;
}

#header_right #search_field div.text {
  height: 19px;
  padding: 1px 3px 0 0;
  float: left;
  display: inline;
}

#header_right #search_field div.text input {
  border: 1px solid #535353;
  width: 150px;
  height: 15px;
  padding: 0;
  margin: 1px 0 0 0;
}

#header_right #search_field div.button {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
}

#header_right #search_field div.button input {
  border: 1px solid #7a7a7a;
  background: url(../img/button_bg.gif) repeat-x;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  margin-top: 2px;
  text-transform: uppercase;
  cursor: pointer;
  color: #535353;
}


/* Content */
#content {
  float: left;
  width: 988px;
  display: inline;
}

#content_home {
  margin: 60px 80px;
  width: 618px;
  float: left;
}

#content_home p {
  line-height: 2em;
}

#content_home a,
#content_home a:visited, 
#content_home a:link {
  color: #929395;
}

#content_home a:hover, 
#content_home a:active {
  color: #929395;
}

#content_left {
  float: left;
  display: inline;
  width: 177px;
}

/* Content left navi */
#content_left ul {
  width: 177px;
  border-top: 1px solid #929395;
  margin-top: 20px;
}

#content_left ul ul {
  border-top: none;
  margin-top: 0;
}

#content_left li {
  width: 177px;
}

#content_left li a {
  display: block;
  padding: 5px 0 5px 30px;
  font-weight: bold;
  color: #535353;
  font-size: 12px;
  border-bottom: 1px solid #929395;
  letter-spacing: 1px;
}

#content_left li ul {
  border-bottom: 1px solid #929395;
}

#content_left li li ul {
  border: none;
}

#content_left li li li {
  background: #F8F8F8;
  border: none;
}

#content_left li li a {
  display: block;
  height: auto;
  padding: 4px 0 7px 30px;
  color: #929395;
  font-weight: bold;
  font-size: 12px;
  border: none;
  letter-spacing: 0;
}

#content_left li.act li a {
  background: #F8F8F8 url(../img/line_bg.gif) repeat-x left bottom;
}

#content_left li.act li.act a,
#content_left li.act li.act a:visited,
#content_left li.act li.act a:link {
  text-decoration: underline;
}

#content_left li.act li.last a {
  background: #F8F8F8;
}

#content_left li.act li.act li a,
#content_left li.act li.act li a:visited,
#content_left li.act li.act li a:link {
  font-weight: normal;
  font-size: 12px;
  padding-left: 40px;
  background: #F8F8F8;
  text-decoration: none;
}

#content_left li.act li.act li.act a,
#content_left li.act li.act li.act a:visited,
#content_left li.act li.act li.act a:link {
  text-decoration: underline;
}

#content_left li.act li.act li.last a {
  background: #F8F8F8 url(../img/line_bg.gif) repeat-x left bottom;
}


/* Content main */
#content_main {
  float: left;
  display: inline;
  width: 550px;
  padding: 0 25px;
}

#content_main ul.navi_print {
  width: 550px;
  height: 21px;
  background: url(../img/line_horizontal_bg.gif) repeat-x 0 20px;
  font-size: 11px;
  margin-bottom: 15px;
}

#content_main ul.navi_print li {
  float: right;
  display: inline;
  padding: 0 15px 0 15px;
}

#content_main ul.navi_print li a,
#content_main ul.navi_print li a:link,
#content_main ul.navi_print li a:visited {
  padding-left: 15px;
  color: #929395;
}

#content_main div.content {
  clear: both;
  margin-bottom: 15px;
}

#content_main div.content ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.5em;
}

#content_main div.content ol li {
  list-style: decimal;
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 1.5em;
}

#content_main h1 {
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
}

#content_main .csc-textpic-caption {
  color: #929395;
  font-size: 11px;
}

/* Content right */
#content_right {
  float: left;
  display: inline;
  width: 210px;
  background: url(../img/right_bg.gif) no-repeat;
}

#content_right h1 {
  margin-top: 20px;
}

#content_right div.content p {
  padding: 0 5px 5px 10px;
  line-height: 1.5em;
}

#content_right div.content p.line {
  padding-left: 10px;
  padding-top: 3px;
  background: url(../img/line_bg.gif) repeat-x;
  line-height: 1.5em;
  clear: both;
}

#content_right div.csc-textpic-intext-left div.csc-textpic-imagewrap {
  padding: 3px 0 3px 10px;
  min-height: 40px;
}


/* Footer */
#spacer {
  height: 70px;
}

#footer {
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 988px;
  padding: 0 15px;
}

#footer_content {
  color: #929395;
}

#footer_content .copyright {
  padding-left: 202px;
}

#footer_content .copyright_home {
  padding-left: 80px;
}


/* Forms */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset legend {
  display: none;
}

form, input {
  margin: 0;
  padding: 0;
}

form input,
form textarea,
form select { 
  padding: 2px; 
  font: 12px/12px Arial,Helvetica,sans-serif;
  border: 1px solid #535353; 
}

form input.submit {
  border: 1px solid #7a7a7a;
  background: url(../img/button_bg.gif) repeat-x;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  margin-top: 2px;
  text-transform: uppercase;
  cursor: pointer;
  color: #535353;
}


form div.csc-mailform-field,
form div.input { 
  clear: left;
  margin: 5px 0;
  clear: both;
}

form div.csc-mailform-field label,
form div.input label {
  float: left;
  display: block;
  width: 120px;
  padding-top: 3px;
  margin: 5px 0;
}

form div.csc-mailform-field input,
form div.input input {
  float: left;
  width: 175px;
  margin: 5px 0;
}

form div.input input.checkbox {
  float: none;
  width: auto;
  margin: 0 5px 5px 0;
  border: none;
}

form div.input div.checkbox input.text {
  float: none;
  margin-left: 10px;
}

form div.input label.nofloat {
}

form div.input textarea {
  float: left;
  display: inline;
  width: 350px;
  height: 4em;
}

form div.checkbox {
    float: left;
    clear: none;
    margin-top: 3px;
}

form div.csc-mailform-field select {
  float: left;
  margin: 5px 0;
}

form div.csc-mailform-field input.csc-mailform-check {
  width: auto;
}

form div.csc-mailform-field textarea {
  float: left;
  display: inline;
  width: 350px;
  height: 4em;
}

form div.csc-mailform-field input.csc-mailform-submit,
form div.input input.submit,
form div.input button {
  border: 1px solid #7a7a7a;
  background: url(../img/button_bg.gif) repeat-x;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  margin-top: 2px;
  text-transform: uppercase;
  cursor: pointer;
  color: #535353;
  width: auto;
  margin-left: 120px;
}

/* News */
.news-list-container {
  margin-top: 15px;
}

.news-list-date {
  width: 65px; 
  float: left; 
  padding: 0 10px 0 0;
  margin-bottom: 10px;
}

.news-list-item a {
  text-decoration: underline;
  display: block;
  text-indent: 0;
}

.news-list-text { 
  width: 420px;
  float: left;
  font-weight: bold;
  margin-bottom: 5px;
}

.news-list-text a { 
  display: block;
}

.news-latest-text {
  padding-left: 10px; 
  padding-right: 5px;
}

.news-latest-image img { 
  float: left; 
  margin-right: 5px; 
  margin-bottom: 5px; 
  margin-top: 2px;
}

.news-latest-title {
  font-weight: bold;
}

.news-latest-morelink {
  padding-top: 3px;
  background: url(../img/line_bg.gif) repeat-x;
}


.news-latest-morelink a {
  clear: both;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 1px;
}

#content_right div.content div.news-latest-item p.bodytext {
  padding-left: 0;
  margin: 0;
  text-indent: 0;
}

.news-single-img { 
  float: left; 
  margin-right: 10px; 
  margin-bottom: 10px; 
}

.news-single-img p.news-single-imgcaption {
  color: #929395;
  font-size: 11px;
}

.news-single-backlink a {
  padding-left: 14px;
}

.news-catmenu ul {
  padding: 10px 0 20px 0;
}

#content_main div.content .news-catmenu ul li {
  float: left;
  display: inline;
  padding-right: 13px;
  margin: 0;
}

.news-catmenu li a,
.news-catmenu li a:link,
.news-catmenu li a:visited {
  padding-left: 14px;
}

.news-catmenu li img {
  display:none;
}


/* Search */
.tx-indexedsearch {
  font-size: 12px;
}

.tx-indexedsearch-searchbox form {
  margin-bottom: 20px;
}

.tx-indexedsearch-searchbox form input {
  margin: 0 5px 0 0;
  padding: 0px 3px;
  height: 15px;
}

.tx-indexedsearch-searchbox form input.submit,
.tx-indexedsearch-searchbox form input.tx-indexedsearch-searchbox-button {
  border: 1px solid #7a7a7a;
  background: url(../img/button_bg.gif) repeat-x;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  margin-top: 2px;
  text-transform: uppercase;
  cursor: pointer;
  color: #535353;
}

.tx-indexedsearch-browsebox {
  text-align: center;
}

.tx-indexedsearch-browsebox p {
  text-align: left;
}

.tx-indexedsearch-browsebox ul.browsebox-top {
  display: none;
}

.tx-indexedsearch-browsebox ul,
.tx-indexedsearch-browsebox li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tx-indexedsearch-browsebox ul li {
  display: inline;
  margin-left: 5px;
}


/* styles for extension "tx_wssitemap_pi1" */
.tx-wssitemap-pi1 .treemenudiv {}

.tx-wssitemap-pi1 .treemenudiv img {
  vertical-align: middle
  border: none;
}

.tx-wssitemap-pi1 .treemenudiv a {
  text-decoration: none;
  color: #535353;
}

.tx-wssitemap-pi1 .treemenudiv a:hover {
  color: #535353;
  text-decoration: underline;
}

.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {
  color: #535353;
}

.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {
  color: #535353;
}	
	

/* Powermail */
fieldset {
  border: 0;
}

fieldset label {
  margin: 3px 7px 5px 0;
  display: block;
  width: 130px;
  float: left;
}

fieldset div {
  clear: both;
  padding-top: 6px;
}


fieldset div input, fieldset div textarea, fieldset div select {
  margin: 3px 0;
  padding: 2px 3px;
  float: left;
}

fieldset div input.powermail_text,
fieldset div input.powermail_captcha {
  width: 180px;
}

fieldset div textarea.powermail_textarea {
  width: 280px;
  height: 5em;
}

fieldset div.powermail_mandatory_js {
  margin-left: 137px;
  color: #ff0000;
  padding-top: 0;
}

fieldset div img.tx-srfreecap-pi2-image {
  float: left;
  margin-left: 137px;
  padding: 5px 0;
  display: inline;
}

fieldset div span.tx-srfreecap-pi2-cant-read {
  display: block;
  margin-left: 137px;
  color: #535353;
  float: left;
  display: inline;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_submit {
  margin-left: 137px;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_submit input,
input.tx-powermail-pi1_mandatory_submit {
  border: 1px solid #7a7a7a;
  background: url(../img/button_bg.gif) repeat-x;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  color: #535353;
  float: left;
  display: inline;
}


.tx-powermail-pi1 {
  float: left;
  width: 500px;
}

.tx-powermail-pi1 ul {
  padding: 10px 0;
}



/* Default Links */
a.external-link {
  padding-left: 16px;
}

a.external-link-new-window {
  padding-left: 16px;
}

a.internal-link {
  padding-left: 14px;
}

a.internal-link-new-window {
  padding-left: 16px;
}

a.mail {
  padding-left: 20px;
}

a.download {
  padding-left: 14px;
}


/* FE user registration */
.tx-srfeuserregister-pi1 form div.input { 
  clear: left;
  margin: 0;
}

.tx-srfeuserregister-pi1 form div.input label {
  float: left;
  clear: both;
  display: block;
  width: 100px;
  padding-top: 3px;
  margin: 2px 0;
}

.tx-srfeuserregister-pi1 form div.input span.text {
  float: left;
  display: block;
  padding-top: 3px;
  margin: 2px 0;
  color: #535353;
}

.tx-srfeuserregister-pi1 form div.input input.tx-srfeuserregister-pi1-text,
.tx-srfeuserregister-pi1 form div.input input.tx-srfeuserregister-pi1-password {
  float: left;
  width: 175px;
  margin: 2px 0;
  padding: 2px 3px;
}

.tx-srfeuserregister-pi1 form div.input input.tx-srfeuserregister-pi1-submit {
  border: 1px solid #7a7a7a;
  background: url(../img/button_bg.gif) repeat-x;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  margin-top: 2px;
  text-transform: uppercase;
  cursor: pointer;
  color: #535353;
  width: auto;
  margin-left: 100px;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
  clear: both;
  padding-top: 20px;
  font-style: normal;
  font-size: 0.9em;
  padding-left: 0;
}


/* FE Login */
.tx-felogin-pi1 input.submit {
  border: 1px solid #7a7a7a;
  background: url(../img/button_bg.gif) repeat-x;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  margin-top: 2px;
  text-transform: uppercase;
  cursor: pointer;
  color: #535353;
  width: auto;
  margin-left: 137px;
}



/* Upload Content Elements */
.filelinks_layout_0 {
  background: #f1f0f0;
  padding: 10px;
  margin-bottom: 10px;
}

.filelinks_layout_1 {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.filelinks div {
  padding-left: 80px; 
  margin-bottom: 10px;
  min-height: 55px;
}

.filelinks span {
  display: block;
  padding-bottom: 5px;
}

.filelinks .filecount { 
  display: block; 
  margin-bottom: 5px;
} 

.filelinks .file {
  background: url(../img/icons/file.gif) no-repeat 10px 2px;
}

.filelinks .pdf {
  background: url(../img/icons/pdf.gif) no-repeat 10px 2px;
}

.filelinks .doc {
  background: url(../img/icons/doc.gif) no-repeat 10px 2px;
}

.filelinks .dot {
  background: url(../img/icons/dot.gif) no-repeat 10px 2px;
}

.filelinks .ppt {
  background: url(../img/icons/ppt.gif) no-repeat 10px 2px;
}

.filelinks .xls {
  background: url(../img/icons/xls.gif) no-repeat 10px 2px;
}


/*

.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; } 		
.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; } 		
.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; } 		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; } 		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; } 		
.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; } 		
.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; } 		
.tx-srfeuserregister-pi1 label span { color: #ff0000; } 		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; } 		
.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; } 		
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; } 		
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; } 		
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; } 		
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; } 		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; } 		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; } 		
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; } 		
.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; } 		
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; } 		
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; } 		
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; } 		
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; } 		
.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; } 		
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; } 		
.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; } 		
.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; } 		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; } 		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; } 		
* html .tx-srfeuserregister-pi1 dd { float: none; } 		
.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; } 		
.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }
*/


/* emnos insight news */
.news2-list-item {
  margin-bottom: 30px;
}

.news2-list-image {
  width: 190px;
  float: left;
}

.news2-list-text {
  float: left;
  width: 360px;
}

.news2-list-date {
  font-size: 10px;
}

.news2-list-title {
  font-weight: bold;
  padding: 3px 0 6px 0;
}

.news2-latest-container {
  background: #f0f0f0;
  padding: 0 10px 10px 10px;
}

.news2-latest-item {
  padding: 0 0 3px 8px;
  background: url(../img/link_news2_emnos.gif) no-repeat 0 5px;
}

.news2-catmenu {
  background: #f0f0f0;
  padding: 0 10px 10px 10px;
}

.news2-catmenu li a {
  padding-left: 8px;
  background: url(../img/link_news2_emnos.gif) no-repeat 0 4px;
}

.news2-catmenu li img {
  display:none;
}

.news2-amenu-container {
  background: #f0f0f0;
  padding: 0 10px 10px 10px;
}

.news2-amenu-container li a {
  padding-left: 8px;
  background: url(../img/link_news2_emnos.gif) no-repeat 0 4px;
}

.news2-list-category {
    font-weight: bold;
    margin-bottom: 15px;
}

.news2-list-category span {
    float: right;
    font-weight: normal;
    background: url(../img/internal_link_em.gif) no-repeat 0 2px;
    padding-left: 13px;
}

.csc-frame-rulerAfter {
    border-bottom: 1px solid #cfcfcf;
    height: 1px;
}

p.align-right {
    text-align: right;
}

a.video,
a:link.video,
a:visited.video {
    background: url(../img/video_link.gif) no-repeat;
    padding: 2px 0 2px 25px;
    display: inline-block;
    text-decoration: underline;
}

img.frame {
    border: 1px solid #c7c7c7 !important;
}

#content_main div.content ul.socialmedialinks li {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  float: left;
  display: inline;
}

.box_grey {
    background: #F0F0F0;
}


/* modal window */
#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    height: 360px; 
    width: 640px; 
    background-color: #000; 
    padding: 20px;
}

#simplemodal-container a.modalCloseImg {
    background: url(../img/x.png) 0 0 no-repeat; 
    width: 25px; 
    height: 29px; 
    display: inline; 
    z-index: 3200; 
    position: absolute; 
    top: -10px; 
    right: -10px; 
    cursor: pointer;
}

