/* $Id: screen.css 254 2011-12-19 09:16:07Z mh $ */

/* Import Debug */
/* @import url(debug.css) screen; */

/* General settings */
html {
  font-size: 100%;
}

body {
  /* "Lucida Sans Unicode", "Lucida Sans", "Lucida",  */
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #e5e5e5;
  color: #666;
}

img {
  border: none;
}

/* Boxes */
#frame {
  margin-right: auto;
  margin-left: auto;
  background: url(../images/gfx_frame_bg.png) repeat-y;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  border-top: 1px solid #e5e5e5;
  padding: 0;
  width: 975px;
}

#frame_inner {
  background: #fff;
  overflow: hidden;
  margin: 0px 9px 0px 9px;
  width: 957px;
}

#head {
  width: 919px;
  height: 135px;
  margin: 0px 28px 0px 28px;
  background: #fff;
}

#claim {
  float: left;
  width: 750px;
  height: 45px;
  padding: 45px 0 0 0;
}

#claim img {
  border: none;
}

#logo {
  float: left;
  width: 113px;
  height: 60px;
  padding: 20px 0 0 0;
}

#logo img {
  border: none;
}

#nav_main {
  width: 905px;
  height: 45px;
  margin: 0;
  background-color: #fff;
  background: url(../images/gfx_nav_main_bg.png) repeat-x;
}

#nav_main ul {
  width: 682px;
  float: left;
}

#search {
  float: left;
  height: 32px;
  width: 205px;
  margin: 13px 0 0 0;
}

#searchterm {
  float: left;
  width: 120px;
  border: 1px solid #999;
  height: 14px;
  margin: 0 0 0 0px;
  padding: 2px 0 0 5px;
  color: #999;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#searchsubmit {
  float: left;
  margin: 0 5px 0 6px;
}

#breadcrumb {
  width: 901px;
  margin: 30px 28px 5px 28px;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 11px;
  color: #ccc;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
  color: #ccc;
}

#breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}

#container {
  min-height: 450px;
  width: 905px;
  margin: 0px 28px 0 28px;
  padding: 10px 0 0 0;
}

#container-wide {
  min-height: 350px;
  width: 905px;
  margin: 0px 28px 0 28px;
  padding: 10px 0 0 0;
}

#content_left {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0 0 20px 0;
}

#content {
  float: left;
  width: 460px;
  margin: 0 20px 0 20px;
  padding: 0 0 20px 0;
  overflow: hidden;
}

#content-wide {
  float: right;
  width: 689px;
  margin: 0 0 0 12px;
  margin: 0;
  padding: 0 0 20px 0;
}

#content_right {
  float: right;
  width: 200px;
  margin: 13px 0 0 0;
  padding: 0 0 20px 0;
}

#footer {
  clear: both;
  width: 957px;
  margin: 0;
  height: 100px;
  color: #999;
  background-color: #f8f8f8;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  border-top: 1px solid #e5e5e5;
}

#frame_shadow {
  width: 975px;
  margin: 0;
  height: 10px;
  background: url(../images/gfx_frame_bg_bottom.png) no-repeat;
  background-position: bottom;
}

#nav_footer {
  float: left;
  width: 520px;
  height: 80px;
  padding: 20px 0 0 30px;
  margin: 0;
}

#adress_footer {
  float: left;
  width: 370px;
  height: 80px;
  padding: 20px 0 0 30px;
  margin: 0;
}

/* Navigation */
#nav_main {
  text-decoration: none;
  font-size: 18px;
}

#nav_main ul {
  height: 45px;
  padding: 0 0 0 18px;
  margin: 0;
}

#nav_main li {
  list-style-type: none;
  float: left;
  padding: 0;
}

#nav_main li a, #nav_main li a:active, #nav_main li a:link {
  color: #00185A;
  text-decoration: none;
}

#nav_main li a:hover {
  text-decoration: underline;
  color: #E57017;
}

#nav_main li.act a {
  color: #E57017;
}

#nav_main li.space {
  height: 31px;
  width: 1px;
  background: url(../images/gfx_nav_main_space.gif) no-repeat;
}

/* Left-Navigation */
#nav_left {
  background-color: #ebebeb;
  width: 193px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 0 20px 0;
  padding: 0;
}

#nav_left ul li {
  border-bottom: 1px solid #fff;
}

#nav_left li.last {
  border-bottom: 0px solid #fff;
}

#nav_left ul#level2 {
  background-color: #f5f5f5;
}

#nav_left ul li.menuItemCur {
  padding: 0 0 0 20px;
}

#nav_left ul#level2 li.menuItemCur {
  padding: 0 0 0 40px;
}

#nav_left ul, #nav_left ul li {
  list-style-type: none;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

#nav_left UL LI A {
  padding: 0 0 0 20px;
}

#nav_left UL LI A,
#nav_left UL LI A:link,
#nav_left UL LI A:hover,
#nav_left UL LI A:visited {
  display: block;
}

#nav_left ul li ul li {
  padding: 0 0 0 20px;
}

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

#nav_left a:hover {
  color: #e57017;
}

#nav_left li.menuItemCur, #nav_left li.menuItemAct a {
  font-weight: bold;
  color: #e57017;
}

/* Footer-Navigation */
#nav_footer ul {
  padding: 0;
  margin: 0;
}

#nav_footer li {
  list-style-type: none;
  float: left;
  padding: 0 10px 0 0;
}

#nav_footer li a, #nav_footer li a:active, #nav_footer li a:link {
  color: #999;
}

#nav_footer li a:hover {
  color: #000;
}

#nav_footer li.act {
  color: #999;
}

/* FOLDOUT MENU */
#nav_main UL.menu1 LI A IMG {
  display: block;
  margin: 5px 0px 0px 0px;
}

#nav_main LI UL {
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
  position: absolute;
  display: none;
  z-index: 20;
  padding: 0;
  margin: 0;
  width: 200px;
}

#nav_main UL.menu1 LI {
  border-bottom: 1px solid #fff;
  background: #e4e4e4;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 200px;
  clear: both;
}

#nav_main UL.menu1 LI A,
#nav_main UL.menu1 LI A:link,
#nav_main UL.menu1 LI A:visited {
  text-decoration: none;
  line-height: 25px;
  font-size: 11px;
  padding: 3px 0 3px 11px;
  margin: 0;
  width: 189px;
  color: #002159;
}

#nav_main UL.menu1 LI A:hover {
  text-decoration: none;
  font-weight: normal;
  color: #e57017;
  width: 189px;
}

/* lists nested under hovered list items */
#nav_main UL#meta_menu LI:hover UL,
#nav_main UL#meta_menu LI.over UL {
  display: block;
  clear: both;
  top: 131px;
}

#nav_main UL#meta_menu LI:hover DIV.current UL,
#nav_main UL#meta_menu LI.over DIV.current UL {
  display: block;
  z-index: 100;
  top: 40px;
}

#nav_main UL#meta_menu LI:hover DIV,
#nav_main UL#meta_menu LI.over DIV {
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
  border-bottom: 0px solid #e3e3e3;
  z-index: 100;
  left: 0;
  top: 0;
  background: url(/fileadmin/assets/images/gfx_nav_main_hover_bg.png) repeat-x;
}

#nav_main UL#meta_menu LI:hover DIV IMG,
#nav_main UL#meta_menu LI.over DIV IMG {
  border-left: 0px solid #999;
  border-top: 0px solid #999;

}

#nav_main UL#meta_menu LI UL.menu1 LI {
  width: 200px;
}

#nav_main UL#meta_menu LI UL.menu1 LI A,
#nav_main UL#meta_menu LI UL.menu1 LI A:link,
#nav_main UL#meta_menu LI UL.menu1 LI A:hover,
#nav_main UL#meta_menu LI UL.menu1 LI A:visited {
  display: block;
  width: 200px;
}

#nav_main UL#meta_menu LI:hover DIV.current,
#nav_main UL#meta_menu LI.over DIV.current,
#nav_main UL#meta_menu LI:hover DIV.current DIV,
#nav_main UL#meta_menu LI.over DIV.current DIV {
  border-bottom: 0px solid #ee7f00;
  background: url(/fileadmin/assets/images/gfx_nav_main_hover_bg.png) repeat-x;
}

/*small hover for points without submenu*/
#nav_main UL#meta_menu LI:hover DIV.normal,
#nav_main UL#meta_menu LI:hover DIV.current {
  background: url(/fileadmin/assets/images/gfx_nav_main_current_bg.png) repeat-x;
}

DIV.current, DIV.active {
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
  background: url(/fileadmin/assets/images/gfx_nav_main_current_bg.png) repeat-x;
  position: relative;
  z-index: 0;
  height: 45px;
  left: 0;
  top: 0;
}

DIV.first {
  border-left: 0px solid #fff;
}

/* SUB NAVIGATION */
DIV#content-frame DIV#nav-sub UL A:hover {
  border-bottom: 1px solid #fff;
  background: url(/fileadmin/assets/images/gfx_nav_main_hover_bg.png) repeat-x #ee7f00;
  color: #fff;
}

DIV#content-frame DIV#nav-sub UL#level2 A:hover,
DIV#content-frame DIV#nav-sub UL#level3 A:hover {
  color: #333;
}

DIV#content-frame DIV#nav-sub IMG.nav-item {
  margin: 0px 3px 0px 0px;
}

DIV#content-frame DIV#nav-sub #level2 IMG.nav-item {
  margin: 0px 2px 0px 0px;
}

.nav-link {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  width: 91%;
  float: right;
}

#nav-sub LI.sub-menu,
#nav-sub #level2 LI.sub-menu,
#nav-sub #level3 LI.sub-menu {
  border-bottom: 0px solid #fff; /*#ee7f00;*/
  display: inline;
  padding: 0px;
  margin: 0px;
}


/* Level 1 */
DIV#content-frame DIV#nav-sub UL {
  list-style-image: none;
  list-style-type: inherit;
  padding: 0;
  margin: 0;
}

DIV#content-frame DIV#nav-sub LI {
  list-style-type: none;
  padding-bottom: 3px;
  padding-top: 3px;
  padding: 0;
  margin: 0;
}

DIV#content-frame DIV#nav-sub UL LI A {
  text-decoration: none;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-top: 4px;
  border-bottom: 1px solid #ee7f00;
  line-height: 1.2em;
  font-size: 0.9em;
  display: block;
  margin: 0;
  color: #333;
}

DIV#content-frame DIV#nav-sub UL LI.menuItemAct {
  text-decoration: none;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-top: 4px;
  border-bottom: 1px solid #fff;
  /* background: url(/fileadmin/assets/images/gfx_menu1_act_bg.gif) repeat-x #ee7f00; */
  line-height: 25px;
  font-weight: bold;
  font-size: 11px;
  display: block;
  color: #fff;
}

DIV#content-frame DIV#nav-sub UL LI.menuItemCur {
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  padding-left: 4px;
  padding-top: 2px;
  line-height: 25px;
  font-weight: bold;
  /* background: url(/fileadmin/assets/images/gfx_menu1_act_bg.gif) repeat-x #ee7f00; */
  font-size: 11px;
  display: block;
  color: #fff;
}

DIV#content-frame DIV#nav-sub UL LI.menuItemAct A,
DIV#content-frame DIV#nav-sub UL LI.menuItemCur A {
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #fff;
}

DIV#content-frame DIV#nav-sub UL LI.menuItemAct A:hover,
DIV#content-frame DIV#nav-sub UL LI.menuItemCur A:hover {
  border-bottom: 1px solid #ee7f00;
  background: none;
}


/* Level 2 */
DIV#content-frame DIV#nav-sub UL#level2,
DIV#content-frame DIV#nav-sub-restricted-pages UL#level2 {
  display: inline;
  padding: 0;
  margin: 0;
}

DIV#content-frame DIV#nav-sub UL#level2 LI,
DIV#content-frame DIV#nav-sub-restricted-pages UL#level2 LI {
  margin: 0;
  border: 0;
}

DIV#content-frame DIV#nav-sub UL#level2 LI A,
DIV#content-frame DIV#nav-sub UL#level2 LI A:link,
DIV#content-frame DIV#nav-sub UL#level2 LI A:visited {
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-top: 5px;
  line-height: 1em;
  background: #e8e8ea;
  display: block;
  color: #333;
}

DIV#content-frame DIV#nav-sub UL#level2 LI A:hover {
  background: #cbcbcc;
}

DIV#content-frame DIV#nav-sub UL#level2 LI.menuItemAct {
  text-decoration: none;
  line-height: 1em;
  background: #cbcbcc;
  display: block;
  padding: 0;
  border: 0;
  color: #333;
}

DIV#content-frame DIV#nav-sub UL#level2 LI.menuItemAct A,
DIV#content-frame DIV#nav-sub UL#level2 LI.menuItemAct A:link,
DIV#content-frame DIV#nav-sub UL#level2 LI.menuItemAct A:visited {
  padding-left: 15px;
  background: #cbcbcc;

}

DIV#content-frame DIV#nav-sub UL#level2 LI.menuItemCur {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-top: 5px;
  line-height: 1em;
  background: #cbcbcc;
  color: #333;
  display: block;
}


/* Level 3 */
DIV#content-frame DIV#nav-sub UL#level3 {
  padding: 0;
  margin: 0;
}

DIV#content-frame DIV#nav-sub UL#level3 LI {
  margin: 0;
  border: 0;
}

DIV#content-frame DIV#nav-sub UL#level3 LI A,
DIV#content-frame DIV#nav-sub UL#level3 LI A:link,
DIV#content-frame DIV#nav-sub UL#level3 LI A:visited {
  padding-bottom: 5px;
  padding-left: 28px;
  padding-top: 5px;
  line-height: 1em;
  display: block;
  color: #333;
}

DIV#content-frame DIV#nav-sub UL#level3 LI A:hover {
  background: #aaaaac;
}

DIV#content-frame DIV#nav-sub UL#level3 LI.menuItemAct {
  text-decoration: none;
  line-height: 1em;
  display: block;
  color: #333;
}

DIV#content-frame DIV#nav-sub UL#level3 LI.menuItemCur {
  text-decoration: none;
  padding-bottom: 5px;
  padding-left: 28px;
  padding-top: 5px;
  line-height: 1em;
  background: #aaaaac;
  display: block;
  color: #333;
}

DIV#content-frame DIV#nav-sub UL LI.last A,
DIV#content-frame DIV#nav-sub UL LI.last,
DIV#content-frame DIV#nav-sub UL#level2 LI.last A,
DIV#content-frame DIV#nav-sub UL#level2 LI.last {
  border-bottom: 0;
}

DIV#content-frame DIV#nav-sub UL LI.last A:hover {
  border-bottom: 0;
}

DIV#content-frame DIV#nav-sub UL#level3 LI.last {
  border-bottom: 1px solid #fff;
}

/* Content Elements */
h1, h2, h3, h4, h5, p, table, th, td, tr {
  margin: 0 0 3px 0;
  padding: 0;
}

h1 {
  color: #036;
  font-size: 18px;
  font-weight: bold;
}

h2 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}

h3 {
  color: #666;
  font-size: 13px;
  font-weight: bold;
}

h4 {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

h5 {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px 0;
}

div.clear {
  clear: both;
}



/***************************************************
 *
 * Nayak Website: Formatierung fuer Bildschirmdarstellung
 * Version: $Rev: 210 $
 * Stand: $Id: screen.css 254 2011-12-19 09:16:07Z mh $
 *
 * (c) 2003-2006 by mehrwert
 *
 * mehrwert intermediale kommunikation
 * Beutel & Ploch GbR
 * Riehler Strasse 51
 * 50668 Koeln
 *
 * Tel: +49 221 139753-0
 * Fax: +49 221 139753-13
 *
 * typo3@mehrwert.de
 * http://www.mehrwert.de
 *
 **************************************************/
/* GLOBAL */
HTML {
  font-size: 100%;
}

BODY {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.8em;
  font-size: 68%;
  color: #333;
}

TABLE {
  font-size: 100%;
}

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

IMG {
  border: 0;
}

H1 IMG,
H2 IMG,
H3 IMG,
H4 IMG,
H5 IMG {
  display: block;
}

.header-icon {
  float: left;
}

P.bodytext {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45em;
  font-size: 1.1em;
  color: #333;
}

P.bodytext A {
  font-weight: normal;
}

#nav-frame DIV.navigation-header {
  height: 32px;
}

#nav-frame DIV.navigation-header IMG {
  display: block;
}


/* NAV MAIN */
#nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  font-size: 1.1em;
  color: #E6E6E6;
}

#nav IMG {
  vertical-align: middle;
  padding: 0;
  margin: 0px 0 3px 0;
}

#nav .menu2 IMG {
  margin: 0px;
}

#nav LI.menuSpacer {
  margin-bottom: 0;
}


/* SUB MAIN */
#submenu {
  padding: 0px 0px 39px 0px;
}


/*  NAV FOOTER */
#nav-footer {
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  line-height: 0.8em;
  font-size: 0.9em;
  color: #002159;
  padding-top: 5px;
}

#nav-footer IMG {
  vertical-align: middle;
}


/* SEARCH */
#nav-websiteSearch {
  background-color: #E6E6E6;
  border-bottom: 1px solid #BFBFBF;
  border-top: 1px solid #D1D1D1;
  text-align: center;
  margin: 0px 0px 13px 0px;
  height: 48px;
}

#nav-websiteSearch #searchform {
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #C4C4C4;
  padding: 12px 0px 12px 0px;
  height: 24px;
  width: 193px;
  float: left;
}

#nav-websiteSearch .searchWebsiteInput {
  vertical-align: middle;
  font-size: 1em;
  padding: 0px;
  margin: 0px;
  border: 1px solid #8F8F8F;
  height: 18px;
  width: 115px;
}

#nav-websiteSearch .searchWebsiteSubmit {
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}


/* CONTENT LEFT */
#content-left {
}

#content-right P {
  line-height: 1.3em;
}

#content-left .content-left-header {
  line-height: 15px;
  font-size: 13px;
  padding: 0px;
  height: 24px;
}

#content-left .content-left-header IMG {
  vertical-align: middle;
  margin: 0px 2px 0px 0px;
}

#content-left .content-left-body {
  background-color: #E6E6E6;
  border-bottom: 1px solid #D2D2D2;
}

#content-left .stationfinder {
  margin: 0px;
  padding: 0px;
  height: 184px;
  width: 193px;
  border: 0px;
  line-height: 0px;
  font-size: 0px;
}

#content-left .stationfinder IMG#europe {
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 0px;
  font-size: 0px;
}

#content-left .stationfinder IMG#stationfinder_headline {
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 0px;
  font-size: 0px;
}

#content-left .capabilities {
  margin: 0px 0px 13px 0px;
}

#content-left .capabilities .content-left-body {
  padding: 9px 0px 0px 6px;
}


/* SELECTBOX */
.selectbox-1 {
  position: relative;
  z-index: 4;
  height: 25px;
}

.selectbox-2 {
  position: relative;
  z-index: 3;
  height: 26px;
}

#select-icon-1, #select-icon-2 {
  text-align: right;
  position: absolute;
  z-index: 1;
  width: 187px;
}

#select-icon-1 IMG, #select-icon-2 IMG {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 0;
  border-top: 1px solid #999;
  padding: 0;
  margin: 0;
}

/* for correct position in Internet Explorer */
* HTML #select-icon-1 IMG, * HTML #select-icon-2 IMG {
  margin: 1px 0px 0px 0px;
  padding: 0px;
}

#valueField-1, #valueField-2 {
  vertical-align: top;
  position: absolute;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 0px;
  font-size: 0px;
}

#options-1 DIV, #options-2 DIV {
  display: none;
}

#selectedValue-1, #selectedValue-2 {
  border-bottom: 1px solid #999;
  border-right: 0;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  height: 15px;
  width: 168px;
  line-height: 10px;
  font-size: 10px;
  padding: 1px 0px 0px 5px;
  margin: 0px;
  color: #666;
}

#options, #options-show-1, #options-show-2 {
  background-color: #fff;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 0;
  text-align: left;
  display: block;
  z-index: 3;
  width: 186px;
  float: left;
  position: relative;
  top: -5px;
}

* HTML #options-show-1, * HTML #options-show-2 {
  top: -3px;
}

#select-icon-1 A, #select-icon-2 A {
  width: 179px;
}

#select-icon-1:hover #options-show-1 DIV, #select-icon-2:hover #options-show-2 DIV {
  display: block;
}

.item A, .item A:link {
  text-decoration: none;
  font-size: 1em;
  display: block;
  width: 179px;
  color: #000;
}

.item A:visited {
  color: #000;
}

.item A:focus {
  background-color: #E9EAEE;
  color: #000;
}

.item A:hover {
  background-color: #E9EAEE;
  color: #000;
}

.item A:active {
  background-color: #E9EAEE;
  color: #000;
}

FORM#capabilities {
  text-align: right;
  margin: 0px 0px 10px 0px;
}

.capability-submit {
  margin: 0px 6px 0px 0px;
}


/* CONTENT RIGHT */
#content-right DIV.content_right_frame {
  margin: 0 0 26px 0;
}

#content-right P {
  padding: 0;
  margin: 0 0 3px 5px;
}

#content-right TABLE {
  padding: 0;
  margin: 0;
}

#content-right P {
  line-height: 1.3em;
  font-size: 1.1em;
  padding: 0 9px 0 12px;
}

#content-right P.csc-caption {
  font-weight: bold;
  font-size: 1.0em;
  padding: 0;
}

#content-right DIV.csi-textpic,
#content-right TABLE DIV.csi-textpic {
  padding: 0 9px 0 15px;
  margin: 0;
}

#content-right DIV.csi-textpic .csi-left {
  padding: 0 9px 0 9px;
  margin: 0;
}

#content-right TABLE DIV.csi-textpic P {
  padding: 0;
  margin: 0;
}

#content-right H1, #content-right H2, #content-right H4 {
  font-size: 1.1em;
  color: #444;
  padding: 0;
  margin: 0 0 14px 0;
}

#content-right H3{
  font-size: 1.2em;
  color: #002159;
  padding: 0;
  margin: 0 0 5px 0;
}


/* FRAMES RECHTER INHALT */
#content-right DIV.csc-frame-frame1 {
  padding: 5px 3px 5px 5px;
  margin: 0 0 10px 0px;
  width: 220px;
}

#content-right DIV.csc-frame-frame1 DIV.csi-textpic {
  padding: 0 0 0 0px;
  margin: 2px 0px 0px 0px;
}

#content-right DIV.csc-frame-frame1 DIV.csi-imagewrap {
  padding: 0px;
  margin: 0px;
  height: 105px;
}

#content-right DIV.csc-frame-frame1 DIV.csi-imagewrap A {
  display: block;
  padding: 0px;
  margin: 0px;
}

#content-right DIV.csc-frame-frame1 DIV.csi-text {
  padding: 0px 0px 4px 0px;
  margin: 0px;
}

#content-right DIV.csc-frame-frame1 H3 {
  padding: 0px;
}

#content-right DIV.csc-frame-frame1 H2 {
  padding: 0 0 0 5px;
}

#content-right DIV.csc-frame-frame1 P {
  font-weight: bold;
  font-size: 1em;
  padding: 0px;
  margin: 0px;
}

#content-right DIV.csc-frame-frame2 {
  padding: 4px;
  margin: 24px 0 0 0;
  border: 1px solid #b5dbdd;
  clear: both;
}


/* HEADER */
H1, H2, H3, H4, H5, H6 {
  font-family: Arial, Helvetica, sans-serif;
}

H1 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 1.6em;
  padding: 0px;
  margin: 0px;
  color: #003f66;
}

H2 {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 1.3em;
  margin: 0;
  color: #003f66;
}

H3 {
  font-weight: bold;
  line-height: 1.4em;
  font-size: 1.25em;
  margin: 0 0 2px 0;
  color: #003f66;
}

H4, H5, H6 {
  font-weight: bold;
  line-height: 1.4em;
  font-size: 1.2em;
  margin: 0 0 2px 0;
  color: #003f66;
}

/* First header on every page */
#content-header {
  background: #fff;
  padding: 0px 0px 11px 0px;
  width: 100%;
}

#content-header IMG.header-icon {
  margin: 0px 6px 0px 0px;
  vertical-align: top;
}


/* HEADER + HYPERLINK */
H2 A, H2 A:link {
  text-decoration: none;
  font-weight: bold;
  color: #036;
}

H2 A:active {
  text-decoration: none;
  font-weight: bold;
}

H2 A:hover {
  text-decoration: none;
  font-weight: bold;
  color: #ff6e00;
}

H2 A:visited {
  text-decoration: none;
  font-weight: bold;
}


/* HEADER DATE */
P.csc-header-date {
  font-size: 1em;
  color: #888;
}

/* SUBHEADER */
P.csc-subheader {
  font-style: normal;
  font-size: 1em;
  color: #888;
}

/* SUBHEADER MODES */
P.csc-subheader-0 {
  font-style: normal;
  color: #888;
}

P.csc-subheader-1 {
  font-style: normal;
}

P.csc-subheader-2 {
  font-style: normal;
}

P.csc-subheader-3 {
  font-style: normal;
  color: #000;
}


/* LISTEN */
DIV#content-frame LI {
  /* color: #00848B; */
}


DIV#content-frame UL {
  list-style-image: url(../images/gfx_bullet.gif);
  line-height: 1.1em;
  font-size: 1.1em;
  padding: 0 0 2px 25px;
  margin: 0;
}

DIV#content-frame UL UL {
  font-size: 1em;
  padding: 0 0 2px 16px;
  margin: 0;
}

DIV#content-frame UL.csc-bulletlist {
  font-size: 1em;
}

DIV#content-frame DIV UL LI {
  padding: 0 0 2px 0;
  margin: 0;
  color: #333;
}

DIV#content-frame OL {
  list-style-type: decimal;
  padding: 0 0 2px 0;
  margin: 0 0 0 24px;
}

DIV#content-frame OL OL {
  list-style-type: decimal;
  padding: 0 0 2px 16px;
  margin: 0;
}

DIV#content-frame OL LI {
  padding: 0 0 2px 0;
  margin: 0;
}

DIV#content-frame PRE {
  font-family: monospace;
}

#content-wide UL, #content UL {
  list-style-image: url(/fileadmin/assets/images/gfx-ul-00.gif);
}

#content-wide UL.csc-bulletlist-1, #content UL.csc-bulletlist-1 {
  list-style-image: none;
}

#content-wide OL, #content OL {
  list-style-image: none;
}


/* INDENTS */
BLOCKQUOTE {
  margin: 0 0 0 16px;
}

BLOCKQUOTE BLOCKQUOTE {
  margin: 0 0 0 24px;
}

P, PRE {
  font-size: 1.25em;
  margin: 0px 0px 2px 0px;
}

DL {
  font-size: 1.25em;
}

DL P.bodytext {
  font-size: 1em;
}


/* FRAMES, SPACING, LINK-TO-TOP */
DIV.csc-frame {
  border: 0;
}

DIV.csc-frame-invisible {
}

DIV.csc-frame-rulerBefore {
  border-top: 1px solid #cfcfcf;
  clear: both;
}

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

DIV.csc-frame-indent {
  padding-left: 100px;
  clear: both;
}

DIV.csc-frame-indent3366 {
  padding-left: 33%;
  clear: both;
}

DIV.csc-frame-indent6633 {
  padding-right: 33%;
  clear: both;
}

DIV.csc-frame-frame1 {
  background: #efefef;
  padding: 4px;
  margin: 24px 0 0 0;
  clear: both;
}

DIV.csc-frame-frame2 {
  padding: 4px;
  margin: 24px 0 0 0;
  border: 1px solid #cfcfcf;
  clear: both;
}

DIV.csc-frame-frame2 DIV {
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

DIV.csc-frame-frame1 H1,
DIV.csc-frame-frame1 H2,
DIV.csc-frame-frame1 H3,
DIV.csc-frame-frame1 H4,
DIV.csc-frame-frame1 H5 {
  margin-top: 2px;
  margin: 0;
}

DIV.csc-frame-frame2 H1,
DIV.csc-frame-frame2 H2,
DIV.csc-frame-frame2 H3,
DIV.csc-frame-frame2 H4,
DIV.csc-frame-frame2 H5 {
  margin-top: 2px;
}

DIV.csc-frame-frame1 H2,
DIV.csc-frame-frame2 H2 {
  padding: 0;
  margin: 0;
}

DIV.csc-linkToTop {
  text-align: right;
}

DIV.csc-linkToTop A {
  line-height: 22px;
  font-weight: normal;
  font-size: 0.9em;
  padding: 8px 0 0 0;
  margin: 8px 0 0 0;
}


/* TABLES */
TABLE.contenttable {
  border-bottom: 2px solid #DADADA;
  border-top: 2px solid #DADADA;
  margin: 10px 0px 10px 0px;
  width: 100%;
}

TABLE.contenttable-sub-1 {
  width: 80%;
}

TABLE.contenttable TR TD {
  background-color: #ECEFF5;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  vertical-align: top;
  padding: 3px 7px 0px 7px;
  width: 50%;
}

TABLE.contenttable TR TD.td-last {
  background-color: #ECEFF5;
  vertical-align: top;
  border-right: 0px solid #fff;
  padding: 3px 7px 0px 7px;
}

TABLE.contenttable TR.tr-0 TD {
  background-color: #ECEFF5;
  border-top: 4px solid #fff;
  vertical-align: top;
}

TABLE.contenttable TR.tr-last TD {
  background-color: #ECEFF5;
  border-bottom: 4px solid #fff;
  vertical-align: top;
}

TABLE.contenttable TR TD P.bodytext {
  line-height: 1.1em;
  font-size: 1.1em;
}

TABLE.contenttable-1 .td-0 {
  width: 30%;
}
TABLE.contenttable-1 .td-last {
  width: 70%;
}


TABLE.contenttable-2 .td-0 {
  width: 20%;
}
TABLE.contenttable-2 .td-last {
  width: 80%;
}


TABLE.contenttable-3 .td-0 {
  width: 33%;
}
TABLE.contenttable-3 .td-1 {
  width: 33%;
}
TABLE.contenttable-3 .td-last {
  width: 33%;
}


TABLE.contenttable-3 .td-0 {
  width: 33%;
}
TABLE.contenttable-3 .td-1 {
  width: 33%;
}
TABLE.contenttable-3 .td-last {
  width: 33%;
}


TABLE.contenttable-4 .td-0 {
  width: 25%;
}
TABLE.contenttable-4 .td-1 {
  width: 25%;
}
TABLE.contenttable-4 .td-2 {
  width: 25%;
}
TABLE.contenttable-4 .td-last {
  width: 25%;
}

TABLE.contenttable-5 .td-0 {
  width: 40%;
}
TABLE.contenttable-5 .td-last {
  width: 60%;
}


/* IMAGES */
/* IMAGES > CAPTIONS */
.csc-caption, .csc-caption P {
  line-height: 1.1em;
  font-style: normal;
  font-size: 1em;
  margin: 3px 0 10px 0;
  color: #534d4d;
}

/* IMAGES > TABLES > FLOATING TEXT */
TABLE.imgtext-table {
  margin: 0 4px 4px 4px;
  padding: 0;
  width: 140px;
}

TABLE.imgtext-table TD {
  padding: 0 8px 8px 0;
  margin: 0;
}


/* BULLETLISTS */
UL.csc-bulletlist LI {
  font-size: 1.2em;
  margin: 0 0 0 10px;
}

UL.csc-bulletlist-0 {
  list-style-image: url(/fileadmin/assets/images/gfx-ul-00.gif);
  list-style-type: square;
  color: #000;
}

UL.csc-bulletlist-1 {
  list-style-type: decimal;
  color: #000;
}

UL.csc-bulletlist-2 {
  list-style-image: url(/fileadmin/assets/images/gfx-ul-00.gif);
  list-style-position: inside;
  list-style-type: square;
  color: #000;
}

UL.csc-bulletlist-3 {
  list-style-image: url(/fileadmin/assets/images/gfx-ul-00.gif);
  list-style-type: square;
  color: #000;
}


/* FILELINKS */
TABLE.csc-uploads {
  padding: 0;
  margin: 0;
  border: 0;
}

TABLE.csc-uploads TR TD P {
  font-size: 1.2em;
}

TABLE.csc-uploads TR TD {
  vertical-align: top;
}

TABLE.csc-uploads TR.tr-even {
  background-color: #cfcfcf;
}

TABLE.csc-uploads TR.tr-odd {
  background-color: #fff;
}

TABLE.csc-uploads TR TD.csc-uploads-icon {
  vertical-align: middle;
  text-align: center;
  padding: 6px 0 0 6px;
  border: 0;
  width: 1%;
}

TABLE.csc-uploads TR TD.csc-uploads-fileName {
  padding-left: 5px;
  width: 80%;
}

TABLE.csc-uploads TR TD.csc-uploads-fileName P A {
  font-weight: normal;
}

TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {
  line-height: 1.1em;
  font-style: normal;
  font-size: 1em;
  color: #888;
}

TABLE.csc-uploads TR TD.csc-uploads-fileSize {
  padding-right: 6px;
  padding-left: 6px;
  white-space: nowrap;
}


TABLE.csc-uploads-0 {
  border-color: #000;
}

TABLE.csc-uploads-1 {
  border-color: #186900;
}

TABLE.csc-uploads-2 {
  border-color: #10007B;
}

TABLE.csc-uploads-3 {
  border-color: #8A0020;
}

TABLE.csc-uploads-3 TR TD {
  vertical-align: middle;
}

TD.csc-uploads-icon IMG {
  margin: 0 5px 0 0;
  border: 0;
}

TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG {
  border: 0;
}

TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG {
  border: 0;
}


/* FORMS */
/* E-Mail, Login, Search */
DIV.csc-mailform-frame,
DIV.csc-form-frame {
  /*background: #e5eaef;
  padding: 15px;
  width: 550px; */
}

TABLE.csc-mailform {
  background-color: #fff;
  /* width: 550px; */
}

FORM TD.csc-form-labelcell {
  vertical-align: top;
  padding: 0 0 5px 0;
  width: 75px;
}

FORM TD.csc-form-fieldcell {
  vertical-align: top;
  width: 240px;
}

FORM TD P {
  font-size: 1em;
}

FORM TD {
  font-size: 1em;
}

FORM P.csc-form-label-req {
  font-weight: bold;
  font-size: 1em;
}

FORM INPUT.input,
FORM TEXTAREA {
  font-size: 1.25em;
  font-size: 1em;
  border: 1px solid #8e8e8e;
  width: 300px;
}

FORM SELECT {
  font-size: 1.25em;
  font-size: 1em;
}

FORM OPTION {
  line-height: 1em;
  font-size: 1em;
}

FORM LEGEND {
  display: none;
  padding: 0;
  margin: 0;
}

FORM FIELDSET {
  padding: 0;
  margin: 0;
  border: 1px solid #444;
}


/* SEARCH WORD MARKUP */
SPAN.csc-sword, SPAN.sword, .highlight {
  color: #f60;
}


/* LISTS GLOBAL */
DIV.csc-menu UL,
DIV.csc-menu UL LI {
  list-style-image: none;
  list-style-type: none;
  list-style: none;
}

DIV.csc-menu P.csc-section A {
  margin: 0;
}


/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def {
  font-size: 1.25em;
}


/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 {
  font-size: 1.25em;
}


/* Menu / Sitemap, "Sitemap" */

DIV.csc-menu-2 {
  list-style-image: none;
  list-style-type: none;
  list-style: none;
  line-height: 1.8em;
  font-size: 1.3em;
  font-size: 1.3em;
}

DIV.csc-menu-2 UL LI {
  list-style-image: none;
  list-style-type: none;
}

DIV.csc-menu-2 UL LI A {
  text-decoration: none;
  font-weight: bold;
  line-height: 1.9em;
  margin-left: -25px;
  color: #002159;
}

DIV.csc-menu-2 UL UL LI {
  font-weight: normal;
  line-height: 1.2em;
  font-size: 0.9em;
  font-size: 1em;
  color: #333;
}

DIV.csc-menu-2 UL UL LI A {
  font-weight: normal;
  line-height: 1em;
  font-size: 0.8em;
  color: #333;
}

DIV.csc-menu-2 UL UL UL LI A {
  font-weight: normal;
  line-height: 1em;
  font-size: 0.8em;
  color: #333;
}

DIV.csc-menu-2 UL UL LI A:hover {
  color: #ff6e00;
}


/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 {
  margin: 0 0 24px 0;
}

DIV.csc-menu-3 P, DIV.csc-menu-3 P.csc-section {
}

DIV.csc-menu-3 P.csc-section A {
}


/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */

DIV.csc-menu-4 {
  font-size: 1.25em;
}

DIV.csc-menu-4 P {
  margin: 2px 0 0 0;
  font-size: 1em;
}

DIV.csc-menu-4 P.csc-abstract {
  font-weight: normal;
  padding: 0;
  margin: 0 0 8px 0;
  color: #888;
}

DIV.csc-menu-4 DT, DIV.csc-menu-4 DD {
  padding: 0;
  margin: 0;
}


/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 {
}


/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 {
}


/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 UL UL LI A {
  text-decoration: none;
  font-weight: normal;
  line-height: 14px;
  font-size: 1.2em;
  color: #333;
}

DIV.csc-menu-7 P.csc-section A {
}


/* TEXT + IMAGE */
/* Captions */
P.csc-caption {
  font-size: 0.8em;
  margin: 0;
}

DIV.csi-caption-c .csi-caption {
  text-align: center;
}

DIV.csi-caption-r .csi-caption {
  text-align: right;
}

DIV.csi-caption-l .csi-caption {
  text-align: left;
}


/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn {
  display: inline;
  float: left;
}


/* Border just around the image, like content (default) does: */
DIV.csi-border-2-black DIV.csi-imagewrap .csi-image IMG {
  border: 1px solid black;
}

DIV.csi-imagewrap {
  padding: 0;
}

DIV.csi-textpic IMG {
  border: none;
}


/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image {
  float: left;
}


/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL {
  list-style: none;
  padding: 0;
  margin: 0;
}

DIV.csi-textpic DIV.csi-imagewrap UL LI {
  float: left;
  padding: 0;
  margin: 0;
}


/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image {
  float: left;
}

DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT {
  float: none;
}

DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD {
  float: none;
}

DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG {
  border: none;
}


/* FE-Editing Icons */
DL.csi-image IMG {
  border: 1px solid #fff;
}

DL.csi-image {
  margin: 0;
}

DL.csi-image DT {
  margin: 0;
  display: inline;
}

DL.csi-image DD {
  margin: 0;
}


/* Clearer */
DIV.csi-clear { clear: both; }


/* Margins around images: */
/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  margin-right: 10px; /* Customize me, and set colSpace/textMargin in TS */
  display: inline; /* IE fix for double-margin bug */
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  margin-left: 10px; /* Customize me, and set colSpace/textMargin in TS */
  display: inline; /* IE fix for double-margin bug */
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  margin-right: 5px; /* Customize me, and set colSpace/textMargin in TS */
  margin-left: 5px; /* Customize me, and set colSpace/textMargin in TS */
  display: inline; /* IE fix for double-margin bug */
}

DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption {
  margin: 0;
}

DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG {
  margin: 0;
}

.csi-above .csi-imagewrap, .csi-below .csi-imagewrap {
  overflow: hidden;
  width: 456px;
}

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image {
  margin-bottom: 5px;
}

DIV.csi-equalheight DIV.csi-imagerow {
  margin-bottom: 5px;
  display: block;
}


/* Positioning of images: */
/* Above */
DIV.csi-above DIV.csi-text {
  clear: both;
}

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap {
  float: right;
}

DIV.csi-right DIV.csi-text {
  clear: right;
}

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap {
  float: left;
}

DIV.csi-left DIV.csi-text {
  clear: left;
}

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap {
  float: left;
}

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap {
  float: right;
}

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

DIV.csi-text UL,
DIV.csi-text OL {
  font-size: 1.2em;
}

/* Border before and after an image */
#content-main-start DIV.csi-imagewrap, .news-list .csi-intext-left-nowrap DIV.csi-imagewrap {
  border-bottom: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  padding: 0px;
  margin: 0px 10px 0px 0px;
}

#content-main-start DIV.csi-imagewrap IMG, .news-list .csi-intext-left-nowrap DIV.csi-imagewrap IMG {
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 2px 0px 2px 0px;
  display: block;
  margin: 0px;
}


/* PLUGIN "tx-indexedsearch" */
.tx-indexedsearch {
  width: 450px;
}

.tx-indexedsearch P {
  font-size: 1.1em;
  color: #333;
}

.tx-indexedsearch A {
  text-decoration: none;
}

.tx-indexedsearch .tx-indexedsearch-searchbox TABLE TD {
  padding: 2px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
  width: 250px;
}

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {
  color: #e12e00;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
  margin: 25px 0 5px 0;
  width: 75%;
}

.tx-indexedsearch P.tx-indexedsearch-noresults {
  text-align: center;
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
  color: #036;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P A {
  text-decoration: none;
  font-weight: bold;
  color: #036;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
  overflow: hidden;
  width: 400px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
  font-weight: normal;
  color: #f60;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #036;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead A {
  text-decoration: none;
  color: #036;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
  vertical-align: middle;
}

.tx-ttnews-browsebox-SCell,
.tx-indexedsearch-browsebox-SCell {
  padding: 0px;
}

.tx-ttnews-browsebox-SCell P A,
.tx-ttnews-browsebox-SCell P A:link,
.tx-ttnews-browsebox-SCell P A:active,
.tx-ttnews-browsebox-SCell P A:hover,
.tx-ttnews-browsebox-SCell P A:visited,
.tx-ttnews-browsebox-SCell P A:visited:hover {
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res {
  color: #333;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-redMarkup {
  font-weight: bold;
  color: white;
}

.tx-indexedsearch .tx-indexedsearch-browsebox-table .tx-indexedsearch-browsebox-SCell {
  background: #e5f2f3;
}

.tx-indexedsearch .tx-indexedsearch-browsebox-table .tx-indexedsearch-browsebox-SCell A {
  color: #fff;
}

.tx-indexedsearch-browsebox-strong {
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-browsebox-table TABLE {
  margin: 20px 0 0 0;
  border: 1px solid #fff;
}

.tx-indexedsearch .tx-indexedsearch-browsebox-table TABLE A:link {
  text-decoration: none;
  color: #333;
}

.tx-indexedsearch .tx-indexedsearch-browsebox-table TABLE TD {
  vertical-align: middle;
  text-align: center;
  background: #e5f2f3;
  padding: 0 4px 0 4px;
  margin: 0;
}


/* SPRACHSCHALTER NAVIGATION */
#sprachwahl {
  padding: 0;
}

#sprachwahl IMG {
  margin: 0 5px 0 5px;
  border: 0;
}

#sprachwahl TD {
  padding: 0 10px 0 0;
}

#sprachwahl .langswitch-nav, #sprachwahl .langswitch-nav-active, #sprachwahl .langswitch-nav-inactive {
  font-size: 1.2em;
  text-decoration: none;
}

#sprachwahl .langswitch-nav-active {
  font-weight: bold;
  color: #fff;
}

#sprachwahl .langswitch-nav-active A {
  color: #fff;
}

#sprachwahl A {
  color: #fff;
}


/* News */
DIV.news {
  font-family: Arial, Helvetica, sans-serif;
}

DIV.content_right_frame DIV.news {
  text-align: left;
  float: right;
  width: 200px;
}

DIV.news .more-link {
  display: inline;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

DIV.news .more-link IMG {
  vertical-align: middle;
}


DIV.news .more-link A {
  background-color: #FF6E00;
}

DIV.news .more-link A:hover {
  background-color: red;
}

/* News / LATEST */
DIV.concol,
DIV.concol {
  margin: 0px 0px 15px 0px;
}

DIV.news DIV.news-latest DIV.concol {
  padding: 0px 2px 0px 0px;
}

DIV.news DIV.news-list DIV.concol H2 A,
DIV.news DIV.news-latest DIV.concol H2 A {
  text-decoration: none;
  font-weight: normal;
}

DIV.news DIV.news-latest DIV.concol P.bodytext {
  padding: 0px 0px 0px 13px;
}


DIV.news-latest-header {
  padding: 0px;
  margin: 0px;
  height: 20px;
}

DIV.news-detail .img-container {
  margin: 3px 8px 0 0;
  width: 72px;
  float: left;
}


DIV.news-latest IMG,
DIV.news-list IMG {
  vertical-align: middle;
  margin: 0px;
}


/* News / LIST */
DIV.news DIV.news-list {
  padding: 20px 0px 0px 0px;
}

.news H2, .news H2 A {
  text-decoration: none;
  line-height: 1.25em;
}

.list-text {
  float: right;
  width: 370px;
}

DIV.news-latest SUP,
DIV.news-list SUP {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 0;
  margin: 0 0 2.5em 0;
  height: 1em;
  color: #666;
}

DIV.news DIV.news-list DIV.concol P.bodytext {
  padding: 0px 0px 0px 13px;
}

.news-list #nav-newsfooter, SPAN.moreLink {
  font-size: 1em;
}

.news-list .csi-intext-left-nowrap A IMG {
  border-bottom: 1px solid #B3B3B3;
  border-top: 1px solid #B3B3B3;
}

.news-list .img-container, .news-detail .img-container {
  margin: 3px 8px 0 0;
  width: 72px;
  float: left;
}

.news-list .img-container, .news-detail .img-container {
  margin: 3px 8px 0 0;
  width: 72px;
  float: left;
}


/* News / SINGLE */
DIV.news-detail {
  margin: 0;
}

DIV.news-detail P{
  line-height: 1.3em;
  margin: 0;
}

DIV.news-detail H2 {
  text-decoration: none;
  line-height: 1.8em;
  margin: 0 0 10px 0;
}

.news-detail SUP {
  display: block;
  margin: 10px 0 10px 0;
  height: 10px;
  color: #444;
}

.news-detail .concol {
  margin: 0 0 36px 0;
}

.news-detail DIV.img-container {
  width: 144px;
}

.news-list-date {
  color: #666;
}

DIV.news-footer {
  font-size: 1em;
  margin: 10px 0 0 0;
}

.news-detail .csc-caption {
  padding: 0;
  margin: 0;
  width: 144px;
}

.news-detail .csc-caption P {
  padding: 0;
  margin: 2px 0 16px 0;
}

DIV.news-detail DL,
DIV.news-detail DT,
DIV.news-detail DD {
  font-size: 1.0em;
  padding: 0;
  margin: 0;
}

DIV.news-detail DT {
  font-weight: bold;
  margin: 10px 0 0 0;
}

DIV.news-detail DD {
  padding: 0;
  margin: 0 0 0 10px;
}


/* News / ARCHIV */
UL.news-archiv {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.25em;
}

UL.news-archiv LI {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

UL.news-archiv LI.news-archive-item {
  padding: 0;
  margin: 0 0 8px 0;
}


UL.news-archiv LI.news-amenu-item-year {
  font-weight: bold;
  padding: 0;
  margin: 0;
}


/* News / SEARCHFORM */
.news-search-form,
.news-search-emptyMsg {
  font-size: 1.25em;
}



/* News / BROWSE BOX */
.tx-ttnews-browsebox-SCell A {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.tx-ttnews-browsebox .tx-ttnews-browsebox-SCell {
}

.tx-ttnews-browsebox .tx-ttnews-browsebox-SCell A {
}

.tx-ttnews-browsebox TABLE {
  margin: 18px 0 0 0;
}

.tx-ttnews-browsebox TABLE A {
  font-size: 12px;
}

.tx-ttnews-browsebox TABLE TD {
  vertical-align: middle;
  text-align: center;
  padding: 0 4px 0 4px;
  margin: 0;
}

.news .catImg IMG, .catImg {
  margin: 0 6px 0 0;
  border: 0;
}


/* AZ-Index */
DIV.tx-mwkeywordlist-pi1 {
  width: 520px;
}

DIV.tx-mwkeywordlist-pi1-jumpmenu {
  font-size: 1em;
}

DIV.tx-mwkeywordlist-pi1 DL DT {
  margin: 8px 0 0 0;
  font-weight: bold;
}

DIV.tx-mwkeywordlist-pi1 DL DD {
  margin: 0 0 4px 16px;
}


/* SHOP */
.tx-extendedshop-pi1 FORM {
  padding: 0px;
  margin: 0px;
}

#containerShop {
  background-color: white;
  text-align: left;
  font-size: 1em;
  width: 445px;
  color: black;
  clear: both;
}

#shop_titleContainer {
  padding-bottom: 1em;
  width: 100%;
}

#shop_title  {
  font-size: 1.7em;
  color: #494949;
}

#shop_code {
  color: #494949;
}

#containerShop .shop_price {
}

#shop_detailContainter  {
  padding: 0px;
  margin: 0px;
  border: 1px solid #E9E9E9;
  width: 445px;
}

#shop_detailContainter TABLE {
  padding: 0px;
  margin: 0px;
}

#shop_imageContainer {
  padding-right: 1em;
}

#shop_imageContainer IMG {
  border: 1px solid white;
}

.back {
  margin: 0px 5px 20px 0px;
  float: right;
}

.back A {
  text-decoration: none;
}

#shop_productsLink {
  padding: 10px 0px 5px 5px;
  width: 230px;
}

#shop_previous {
  float: left;
}

#shop_next {
  float: right;
}

#shop_zoom {
  text-align: center;
}

#shop_dataContainer  {
  padding-top: 1em;
  padding-left: 1em;
  min-height: 320px;
  height: auto !important;
  height: 320px;
}

.shop_description {
  padding-top: 1em;
  vertical-align: top;
}

.shop_purchaseFormContainer {
  vertical-align: bottom;
}

.shop_price  {
  margin: 0px 0px 0px 0px;
}

.shop_oldPrice {
  text-decoration: line-through;
}

.shop_offer {
  font-weight: bold;
  line-height: 1.5em;
}

.shop_OfferPrice {
  float: left;
  padding-right: 2em;
}

.shop_discount {
  color: red;
}

.shop_optionsContainer {
  padding-top: 0.5em;
}

.shop_basketContainer {
  padding-top: 0.5em;
}

.shop_basketContainer INPUT {
  padding-left: 1em;
  padding-right: 1em;
}


#shop_correlatedProducts {
  clear: both;
  border: 1px solid #E9E9E9;
  color: #494949;
  margin-top: 1em;
}

#shop_correlatedProducts TABLE {
  width: 100%;
}

#shop_correlatedProducts TD {
  text-align: center;
}

#shop_correlatedProducts IMG {
  border: 0px;
}

#shop_correlatedProductsTitle {
  font-weight: bold;
  padding: 0.5em;
}


#containerShop A,
#containerShop A:link,
#containerListShop A,
#containerListShop A:link {
  text-decoration: none;
  font-weight: bold;
}

#containerShop A:active {
  text-decoration: none;
  font-weight: bold;
}

#containerShop A:visited {
  text-decoration: none;
  font-weight: bold;
}

#containerShop A:hover {
  text-decoration: none;
  font-weight: bold;
}

/* Detail view */
#shop_detailContainter .shop-add {
  text-align: right;
  padding: 0px 0px 4px 0px;
  margin: 20px 0px 0px 0px;
  width: 175px;
}

/* List view */
#containerListShop .shop-add {
  text-align: right;
  padding: 0px;
  margin: 20px 0px 0px 0px;
  width: 256px;
}

.shop-update {
  float: right;
  width: 72px;
}

#containerListShop {
  background-color: transparent;
  text-align: left;
  position: relative;
  width: 100%;
  color: #000;
  top: -1.4em;
}

#shop_productsList {
  vertical-align: top;
  clear: right;
}

#shop_productsList FORM {
  padding: 0px;
  margin: 0px;
}

#shop_productsList TABLE {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
}

#shop_productsList TBODY {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#shop_productsList TR {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#shop_productsList TD {
  height: 250px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#shop_productsList IMG {
  padding: 0px;
  border: 0px;
  margin: 0px;
}


.shop_columnEmpty {
  background-color: white;
}

.shop_columnFull {
  background-color: white;
}

#shop_linkPages {
  margin: 0px 4px 10px 0px;
  font-size: 1em;
  position: relative;
  z-index: 10000;
  float: right;
  top: -0.2em;
}

.shop_selectedPage A {
  text-decoration: none;
  padding-right: 6px;
  font-weight: bold;
  color: #FF6E00;
}

.shop_selectedPage A:link {
  color: #FF6E00;
}

.shop_selectedPage A:active {
  color: #FF6E00;
}

.shop_selectedPage A:visited {
  color: #FF6E00;
}

.shop_selectedPage A:hover {
  text-decoration: underline;
}

.shop_notSelectedPage A {
  text-decoration: none;
  padding-right: 3px;
}

.shop_notSelectedPage A:link {
}

.shop_notSelectedPage A:active {
}

.shop_notSelectedPage A:visited {
}

.shop_notSelectedPage A:hover {
  text-decoration: underline;
  color: #FF6E00;
}

.shop_listImage {
  vertical-align: top;
  height: 200px;
}

.shop_listTitle {
  vertical-align: bottom;
  text-align: center;
  height: 50px;
}

.shop_listTitle A {
  text-decoration: none;
  padding-left: 0.5em;
  font-weight: bold;
}

.shop_listTitle A:link {
}

.shop_listTitle A:active {
}

.shop_listTitle A:visited {
}

.shop_listTitle A:hover {
  text-decoration: underline;
}


/* BASKET */
.shop_productBasketContainer {
  margin-bottom: 1em;
  border: 1px solid #E9E9E9;
  height: 200px;
  width: 445px;
  color: #333;
}

.shop_basketImage IMG {
  border: 0px;
  float: left;
}

.shop_basketPrice {
  padding-right: 11px;
  text-align: right;
  float: right;
}

.shop_basketProductPrice {
  padding-top: 0.5em;
}

.shop_basketData {
  margin-left: 180px;
  height: 100%;
}

.shop_basketProductTitle {
  font-size: 1.7em;
  margin: 15px 0px 0px 0px;
  color: #494949;
}

.shop_basketProductTitle {
  font-size: 1.6em;
}

.shop_basketProductTitle A {
  text-decoration: none;
}

.shop_basketProductTitle A:link {
  text-decoration: none;
}

.shop_basketProductTitle A:active {
}
.shop_basketProductTitle A:visited {
  text-decoration: none;
}

.shop_basketProductTitle A:hover {
  text-decoration: none;
}

.shop_basketProductCode {
  padding-bottom: 2em;
  color: #494949;
}

#shop_basketTotalPrice {
  border-bottom: 3px double #494949;
  font-weight: bold;
}

#shop_basketTotalContainer {
  height: 1.9em;
  border: 1px solid #E9E9E9;
  margin-bottom: 1em;
}

#shop_basketButtonsContainer {
  padding-top: 1em;
}

#shop_basketIntro {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.5em;
  border: 1px solid #E9E9E9;
  color: #494949;
}

/* Personal Data */
#containershop TABLE TD {
  vertical-align: top;
}

#shop_registeredUserContainer {
  padding: 0.5em;
  border: 1px solid #E9E9E9;
  color: #000;
  width: 440px;
}

#shop_registeredUserContainer INPUT {
  height: 15px;
}

#shop_registeredUserContainer INPUT.password {
  line-height: 0.8em;
  padding: 0px;
  margin: 0px;
}

.shop_personalDataTitle {
  color: #494949;
}

.shop_personalDataText {
  padding-bottom: 1em;
}

#shop_inconpletedInformations {
  font-weight: bold;
  padding: 0.5em;
  border: 1px solid #E9E9E9;
  width: 428px;
  color: #a00;
}

.shop_dataRowContainer {
  padding-top: 0.5em;
  clear: both;
}

.shop_SXcontainer {
}

.shop_SXcontainer {
  padding-top: 0.5em;
}

.shop_DXcontainer {
}

.shop_DXcontainerDouble {
  padding-top: 0.5em;
}

.shop_fieldTitle {
  font-weight: bold;
}

.shop_fieldInput {
}

.shop_fieldInput INPUT {
}

.shop_fieldInput SELECT {
}

.shop_fieldInput TEXTAREA {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 50px;
  width: 370px;
}

.shop_addressFieldTitle {
  font-weight: bold;
  width: 16%;
}

.shop_addressFieldInput {
  text-align: left;
}

.shop_addressFieldInput TEXTAREA {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.shop_addressOutput {
  text-align: left;
  margin: 0px;
  padding: 0px;
}


#shop_loginUser {
  clear:both;
  text-align: right;
}

#shop_registeredUserContainer #shop_loginUser INPUT {
  height: 22px;
}

#shop_loginUser A {
  text-decoration: none;
  margin-right: 1em;
}

#shop_loginUser A:link {
}

#shop_loginUser A:active {
}

#shop_loginUser A:visited {
}

#shop_loginUser A:hover {
  text-decoration: none;
}

#shop_invoiceContainer {
  /* clear: both; */
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  width: 440px;
}

.shop_authorizationContainer {
  clear: both;
  padding-top: 0.5em;
}

.shop_authorizationFieldInput {
  float: left;
}

.shop_authorizationFieldTitle {
  padding-left: 0.5em;
  padding-top: 0.2em;
}

#shop_deliveryContainer {
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em;
  border: 1px solid #E9E9E9;
  color: #000;
  width: 440px;;
}

#shop_personalDataButtonsContainer {
  clear: both;
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  text-align: right;
  margin-top: 1em;
}

#shop_personalDataButtonsContainer INPUT {
}


/* Shipping and Payment */
#shop_shippingContainer {
  /* clear: both; */
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
}

#shop_shippingTitle {
  color: #494949;
  margin-bottom: 1em;
}

#shop_shippingInput {
  float: left;
}

#shop_shippingInputFinal {
  float: left;
  font-weight: bold;
}

#shop_shippingPrice {
  text-align: right;
}

#shop_paymentContainer {
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
}

#shop_paymentTitle {
  color: #494949;
  margin-bottom: 1em;
}

#shop_paymentInput {
}

#shop_paymentInputFinal {
  float: left;
  font-weight: bold;
}

#shop_paymentPrice {
  text-align: right;
}

#shop_noteContainer {
  /* clear: both; */
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
}

#shop_noteTitle {
  margin-bottom: 1em;
  float: left;
  color: #494949;
}

#shop_noteInput {
  margin-bottom: 1em;
  width: 300px;
}

#shop_noteButtons {
  clear: both;
  text-align: right;
}

#shop_companyDataContainer {
  /* clear: both; */
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
  padding-left: 30%;
}


/* Bank */
#shop_bankContainer {
  /* clear: both; */
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
  width: 100%;
}

#shop_bankTitle {
  color: #494949;
  margin-bottom: 1em;
}

#shop_bankText {
  margin-bottom: 1em;
}

#shop_bankPrice {
  margin-bottom: 1em;
  border-bottom: 3px double #494949;
  font-weight: bold;
}

#shop_bankLink {
}



/* Completed */
#shop_completedContainer {
  /* clear: both; */
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
  width: 100%;
}

#shop_completedTitle {
  color: #494949;
  margin-bottom: 1em;
}

#shop_completedText {
}

#shop_paymentInfo {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

#shop_spacer {
  clear: both;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
  width: 100%;
  height: 2em;
}

#shop_print {
  clear: both;
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}


/* Dimenticato Password */
#shop_forgetPswContainer {
  /* clear: both; */
  border: 1px solid #E9E9E9;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
  width: 100%;
}

#shop_forgetPswTitle {
  color: #494949;
  margin-bottom: 1em;
}

#shop_forgetPswText {
  margin-bottom: 1em;
}

.shop_forgetPswField {
  margin-bottom: 1em;
}


/* HYPERLINKS */
A, A:link {
  text-decoration: underline;
  font-weight: normal;
  font-size: 1em;
  color: #333;
}

A:active {
  font-weight: normal;
  color: #ff6e00;
}

A:hover {
  font-weight: normal;
  color: #ff6e00;
}

A:visited {
  font-weight: normal;
  color: #333;
}

A:visited:hover {
  font-weight: normal;
  color: #ff6e00;
}

A.linkIco IMG {
  padding: 0;
  margin: 0 2px 0 0;
  border: 0;
}

#content-right A, #content-right A:link {
  font-size: 1em;
}

/* Two-column content */
#content-frame DIV.left-column-content {
  overflow: hidden;
  float: left;
}

#frame-start #content-frame DIV.width30 {
  width: 23%;
}

#frame #content-frame DIV.width30 {
  width: 32%;
}

#frame #content-frame DIV.width40 {
  width: 38%;
}

#content-frame DIV.width40 {
  width: 38%;
}

#content-frame DIV.width60 {
  width: 58%;
}


#content-frame DIV.width50 {
  width: 47%;
}

#frame #content-frame DIV.width50 {
  width: 47%;
}

#frame-start #content-frame DIV.width70 {
  width: 75%;
}

#frame #content-frame DIV.width70 {
  width: 66%;
}

#frame-start #content-frame DIV.width75 {
  width: 80%;
}

#frame #content-frame DIV.width75 {
  width: 75%;
}

#content-frame DIV.right-column-content {
  overflow: hidden;
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

p.icon_headline {
  font-weight: bold;
  color: #FF9933;
  height: 55px;
  padding-top: 10px;
}

p.icon_headline A {
  font-weight: bold;
  color: #FF9933;
  text-decoration: none;
}

p.icon_headline A:hover {
  font-weight: bold;
  color: #F46F0B;
  text-decoration: underline;
}

p.icon_headline_ghost {
  font-weight: bold;
  color: #CCCCCC;
  height: 55px;
  padding-top: 10px;
}

p.icon_headline_ghost A {
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
}

p.icon_headline_ghost A:hover {
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
  border-bottom: 1px solid #F46F0B;

}

#content div div.csc-header,
#content div.csc-header,
#content div.csc-header-n1,
#content div.csc-header-n2,
#content div.csc-header img {
  margin: 0;
  padding: 0;
}

#content div.csc-textpic {
  margin: 0 0 25px 0;
}

#content .csc-textpic-imagewrap {
  margin: 0 0 15px 0;
}

#container-wide div.element-wrapper {
  width: 905px;
  border-top: 1px solid #d9e1e8;
  border-bottom: 1px solid #d9e1e8;
  padding: 0;
  margin: 0;
}


#container-wide div.news-latest-container {
  width: 855px;
  min-height: 225px;
  padding: 25px;
  background: #ccd3de;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#container-wide div.news-latest-container div.news-latest-item {
  float: left;
  width: 250px;
  margin: 0 5px 0 28px;
  margin: 0 33px 0 0px;
  color: #333;
}

#container-wide div.news-latest-gotoarchive {
  padding: 10px 0 10px 53px;
  clear: both;
  background: #ccd3de;
  width: 852px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#container-wide div.element-wrapper-last {
  width: 905px;
  border-top: 1px solid #d9e1e8;
  margin: 0 0 20px 0;
  height: 1px;
}

.news-list-item {
  margin: 0px 0px 20px 0px;
}

#container-wide div.news-latest-container span.news-latest-date,
#container-wide div.news-latest-container span.news-latest-date a,
#container-wide div.news-latest-container span.news-latest-date a:link,
#container-wide div.news-latest-container span.news-latest-date a:visited {
  color: #666;
  text-decoration: none;
}

#container-wide div.news-latest-container div.latest-header {
  width: 851px;
  margin: 0 0 10px 0;
  clear: both;
}

#container-wide div.news-latest-container span.more-link {
  padding: 0;
}

div.csc-textpic-text h3 {
  font-size:1.15em;
}

#content_right div.csc-textpic {
  padding: 10px;
}

#container div.news-single-timedata {
  margin: 0 0 10px 0;
}

#content_left #stationfinder_headline {
  display: block;
}


.tx-felogin-pi1 FIELDSET {
  border: 0;
}
