/*
 * Main CSS Stylesheet for unionlab
 */
body, html {
    background-color: #333;
    font-family: Georgia, "times new roman", times, serif;
    font-size: 13px;
    line-height: 17px;
    color: #333;
    text-align: center; /* IE special care to center the main block */
}

/*
 * Basic layout styles
 * Slot Styles
 */
#unionlab .notpublished {
    background-color: black;
    border: 8px solid red;
    color: red;
    font-family: Courier, serif;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}

#unionlab .notpublished a {
    border: 1px solid red;
    color: red;
    padding: 5px;
}

#unionlab hr {
  border: none;
  background-color: none;
  border-top: 1px dotted #950006;
  margin-top: 0px;
  margin-bottom: 10px;
}

#unionlab div.content p {
  font-size: 15px;
  line-height: 19px;
}

#unionlab #main_slot .title {
  color: #000000;
  font-weight: bold;
  /* like Styleguide 12px */
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 4px;
  margin-top: 4px;
  background-image: none;
  padding-left: 0px;
}

#unionlab #main_slot .box,
#unionlab #secondary_slot .box {
    margin-left: 0px;
    margin-right: 0px;
}

#unionlab #main_slot {
    margin-right: 8px;
}

#unionlab div.image .extern {
  background-image: none;
  padding-left: inherit;
}

#unionlab h3.link a.extern,
#unionlab h5 a.extern {
  background-image: none;
  padding-left: inherit;
}


#unionlab #secondary_slot .extern {
  /* Ausdrücklicher Wunsch von Oliver Meimberg:
   *   Alle externen Links in Aktionsspalte fett machen.
   *   (#1127)
   */
  text-decoration: none;
  font-weight: bold;
}

#unionlab .imageboxcontent  a.link {
    background-image: url('../img/list_red.gif');
    background-position: left center;
    background-repeat: no-repeat;
	padding-left: 10px;
}
#unionlab .imageboxcontent  a.link:hover {
	color: #950006;
}
#unionlab .imageboxcontent  a.link.extern {
    background-image: url('/++resource++dgb/img/external_link_hi.gif');
	background-position: left center;
    background-repeat: no-repeat;
	padding-left: 20px;

}

#unionlab #meta_nav .extern:focus,
#unionlab #meta_nav ul li a.extern:hover  {
  background-image: url('../img/external_link_red.gif');
    color: #950006;
}


#unionlab #main_slot .box .important {
  color: #950006;
}

#unionlab #main_slot {
    width: 652px;
}

#unionlab #main_slot.fullwidth {
    float: left;
    width: 100%;
}

#unionlab #main_slot.fullwidth .box {
  width: 959px;
}

#unionlab #main_slot .box {
    width: 638px;
    background-color: #ececec;
    overflow: hidden;
}

#unionlab #secondary_slot {
    float: left;
}

#unionlab #secondary_slot .box {
    width: 298px;
    background-color: #ececec;
}

/*
 * Box Layout
 */
#unionlab .box {
    margin-top: 4px;
    margin-bottom: 8px; /* multiply cause margins are swapping unexpectedly */
    padding: 7px;
    text-align: left;
    position: relative;
}

/*
 * Styles for Header Section
 */
#unionlab #header {
    float: left;
    background-image: url('../img/main_header.png');
    background-repeat: no-repeat;
    height: 183px;
    width: 100%;
    margin-top: 30px;
    left: 0px;
    position: relative;
}

#header a.link span {
    background-color: transparent;
    margin-top: 30px;
    width: 500px;
    height: 110px;
    float: left;
    position: relative;
}

#unionlab #editiondate {
	padding-right: 8px;
	text-align: right;
    float: right;
    color: #b68080;
    margin-top: 129px;
    _margin-top: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
    font-size: 1.1em;
    width: 400px;
}

#unionlab #editiondate span#number {
    color: #f51c2d;
	 font-size: 1.1em;
}

#unionlab #editiondate span#month {
    color: #ffffff;
	font-size: 1.1em;
}

.breadcrumbs {
	background-color: #fff;
	width: 100%;
    float: left;
	margin: 4px 0px;
}
#unionlab .breadcrumbs ul {
	float:left;
	margin:0px;
	padding: 0px;

}
#unionlab .breadcrumbs ul li {
	margin:0px;
	list-style-type: none;
	padding: 0px 20px 0px 10px;
	height: 31px;
	float:left;
    background-image: url('../img/breadcrumb_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;

}

#unionlab .breadcrumbs ul li a {
	padding-top: 7px;
	display: block;
}
#unionlab .breadcrumbs ul li a:hover {
		color:#950006;
}

#unionlab .breadcrumbs ul li.artikel,
#unionlab .breadcrumbs ul li.erwiderung,
#unionlab .breadcrumbs ul li.freierbeitrag {
	background-image: none;
}


#unionlab .breadcrumbs ul li.artikel a {
	color:#950006;
}
#unionlab .breadcrumbs ul li.erwiderung a {
	color: #2b81a1;
}
#unionlab .breadcrumbs ul li.freierbeitrag a {
    color: #333;
}

/*
 * Forms
 */

#unionlab form#search_form label,
#unionlab form#edition_form label {
    display: none;
}

form div.errorsummary,
form div.errormessage {
  color: red;
}

form div.formwidget.error input,
form div.formwidget.error textarea {
  border: 1px solid red;
}


/*
 * Styles for Theme Division
 */
#unionlab #thema {
    background-image: url('../img/thema_bg.jpg');
    background-repeat: no-repeat;
    float: left;
    height: 110px;
    margin-bottom: 4px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

#unionlab #thema h2 {
    color: #000;
    font-size: 1.9em;
    font-weight: normal;
}

#unionlab #thema h2 span.thema {
    color: #950006;
    font-size: 0.55em;
    display: block;
    margin-bottom: 13px;
    line-height: 0px;
}

#unionlab #thema h2 span.printedition {
    display: none;
    color: #000;
}

#unionlab #thema img {
    float: left;
    height: 80px;
    max-width: 200px;
    overflow:hidden;
    margin: 14px 10px 14px 14px;
}

#unionlab #thema div.head {
    padding-top: 15px;
    color: #92000a;
    /* like Styleguide 16px */
    font-size: 1.2em;
}

#unionlab #thema h1 {
    color: #000000;
    font-size: 2.5em;
    margin-top: 0px;
    font-weight: normal;
}


#unionlab #thema div.gimmick-opener {
  bottom: 0;
  height: 70px;
  position: absolute;
  right: 0;
  width: 60px;
}

#unionlab #thema div.gimmick-contents {
  bottom: 0;
  display: none;
  height: 70px;
  position: absolute;
  right: 0;
  width: 250px;
}

#unionlab #thema div.gimmick-contents .gimmick-contents-text,
#unionlab #thema div.gimmick-opener span {
  bottom: 7px;
  color: #FFFFFF;
  display: block;
  position: absolute;
  right: 7px;
}

#unionlab #thema div.gimmick-contents .gimmick-contents-text p {
  margin: 0;
}

#unionlab #thema div.gimmick-contents .gimmick-contents-text p a {
  color: #FFFFFF;
  text-decoration: none;
}

#unionlab #thema div.gimmick-contents .gimmick-contents-text {
  font-size: 1.5em;
}


#unionlab #thema div.gimmick-opener span {
  font-size: 2em;
}

#unionlab #thema.gimmick-open div.gimmick-opener {
  display: none;
}

#unionlab #thema.gimmick-open div.gimmick-contents {
  display: block;
}

#unionlab #thema.gimmick-open {
    background-image: url('../img/thema_bg_open.jpg');
}


#unionlab #thema div.gimmick-overlay {
  background-image: url('../img/main_header_gimmick.png');
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 311px;
}

#unionlab #thema.gimmick-open div.gimmick-overlay {
  display: block;
}


/*
 * Images
 */


div.image {
    overflow: hidden;
}

div.image.left {
    float: left;
    margin-right: 10px;

}

div.image.right {
    float: right;
    margin-left: 10px;
}

#unionlab div.image span {
    margin: 2px 0px 5px 0px;
    font-size: 0.95em;
    color: #666;
    font-style: italic;
}

/*
 * Imagebox
 */

#unionlab div.imageboxcontent {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
    overflow: hidden;

}

#unionlab div.imageboxcontent.left {
	float:left;
    margin-right: 10px

}
#unionlab div.imageboxcontent.right {
	float:right;
}

#unionlab div.percent100  {
	overflow: hidden;
}

#unionlab div.percent50  {
	width: 48%;
	overflow: hidden;

}

#unionlab div.textbox {
	font-size: 1em;
}
#unionlab div.imagebox.right {
	float:right;
	margin: 0px 0px 10px 0px;
}

#unionlab div.imagebox.left {
    float:left;
    margin: 0px 10px 10px 0px;
}
#unionlab div.imagebox a:focus img {
    outline: 1px dotted #950006;
}

#unionlab div.percent50 div.imagebox img {
    overflow: hidden;

}

#unionlab div.imageboxcontent p {
    margin-bottom: 0px;
}

#unionlab div.imageboxcontent .imagecaption,
#unionlab div.imageboxcontent .imagepublisher {

	margin: 2px 0px 5px 0px;
    font-size: 0.95em;
    color: #666;
    font-style: italic;
}

#unionlab div.imageboxcontent h4 {
	font-size: 1em;
	color: #333;
	margin: 0px 0px 5px 0px;
}


div.image.left {
    float: left;
    margin-right: 10px;
}

#unionlab div.imageboxcontent div.image.right {
    float: right;
    margin-left: 10px;

}
#unionlab .imagebox .extern,
#unionlab .imagebox .extern:hover {
    background-image: none;
	padding: 0px;
}


#unionlab div#footer_doc {
    margin-left: 0px;
}

#unionlab div.commentfooter,
#unionlab div.commentbox {
	background-position: 0px 5px;
    background-image: url('/++resource++dgb/img/comments.gif');
    background-position: 3px left;
    background-repeat: no-repeat;
    height: 36px;
}

#unionlab div.commentbox {
    border-right: 1px dotted #950006;
    width: 300px;
    float: left;
}

#unionlab div.commentfooter {
    width: 307px;
}

#unionlab div.commentfooter a:hover span,
#unionlab div.commentbox a:hover span {
    text-decoration: none;
}

#unionlab div.commentfooter img,
#unionlab div.commentbox img {
    margin-right: 2px;
}

#unionlab div.commentfooter #comments,
#unionlab div.commentbox #comments {
    color: #676767;
    font-weight: bold;
}

#unionlab div.commentfooter #comments:hover,
#unionlab div.commentbox #comments:hover {
	color: #950006;
}


#unionlab div.commentfooter {
	border-top:1px dotted #950006;
	clear:left;
	display: block;
	height:22px;
	margin-top: 5px;
}

#unionlab div.commentfooter a,
#unionlab div.commentbox a {
	font-size: 0.85em;
	font-weight: bold;
    display: block;
    margin-left: 20px;
}

div.topic div.article_teaser {
  margin-bottom: 1em;
}

div.topic div.article_teaser.index0 hr {
	display:none;
}

#unionlab div.article_teaser div.commentfooter img {
	float: inherit;
	margin-right: 3px;
	margin: 0px 0px 0px 0px;

}

table.comments div.comment_bar,
table.comments div.comment_end,
table.comments div.comment_tree {
    background-image: url("../img/comment_bar.gif");
}

#unionlab div.additionals {
	clear:both;
}

#unionlab div.additionals div.sozial_book img {
    margin-left: 10px;
    margin-right: 0px;
}

/*
 *  Common Markup Styles
 */
#unionlab h1 {
    color: #950006;
    margin: 10px 0px 10px 0px;
    /* like Styleguide 30px */
    font-size: 2.3em;
    line-height: 1em;
}

#unionlab h2,
#unionlab h3 {
    color: #950006;
    margin: 5px 0px 10px 0px;
    /* like Styleguide 30px */
    font-size: 2.3em;
    line-height: 1em;
    font-weight: bold;
}
#unionlab h3 a {
	color: #950006;
}


#unionlab h3 a:hover {
	text-decoration: none;
}


#unionlab div.topicsmallleft h3,
#unionlab div.topicsmallright h3{
	  font-size: 1.85em;
}

#unionlab h3.freierbeitrag a{
	color: #333;
}

#unionlab #secondary_slot div.default h5,
#unionlab #secondary_slot div.usercontent h4,
#unionlab h4 {
    color: #950006;
    margin: 10px 0px 10px 0px;
    /* like Styleguide 18px */
    font-size: 1.3em;
    line-height: 1em;
    font-weight: bold;
    text-transform: inherit;
}

#unionlab h5,
#unionlab h5 a {
    font-weight: bold;
    /* like Styleguide 12px */
    font-size: 1.0em;
    line-height: 1.0em;
    margin-bottom: 4px;
    margin-top: 4px;
    color: #950006;
}

#unionlab h6{
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.0em;
    margin-bottom: 7px;
    color: #950006;
}

#unionlab p {
    margin-bottom: 1.3em;
}

#unionlab p a {
	text-decoration:underline;
}
#unionlab p a:hover,
#unionlab p a:focus {
	color: #950006;
}


#unionlab a:focus {
    outline: 1px dotted #950006;

}

#unionlab h3 a:focus  {
	outline: 1px dotted #950006;
	display: block;

}

#unionlab a.small_button:focus {
    outline: 1px dotted #950006;
	background-color: #950006;
}

#unionlab #header a:focus span {
    outline: 1px dotted #fff;

}

#unionlab ul li {
    list-style: disc;
    margin-bottom: 0.3em;
}

#unionlab .content ul li {
    margin-left: 30px;
}

#unionlab .content ul,
#unionlab .content ol {
    margin-bottom: 1.3em;
}


#unionlab #meta_nav ul li {
    font-size: 1.2em;
}

#unionlab ol li {
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 0.3em;
}


#unionlab em {
    font-style: italic;
}

#unionlab strong {
    font-weight: bold;
}

#unionlab sub {
    position: relative;
    top: 2px;
    font-size: 0.8em;
    line-heigt: 100%;
}

#unionlab sup {
    vertical-align: top;
    font-size: 0.8em;
    line-heigt: 100%;
}

#unionlab {
    width: 973px;
}

#unionlab a#main_link {
    margin: 0px;
}

#unionlab div#title_download {
    height: 2em;
}

#unionlab .mediaboxcontent {
  background-color:#FFFFFF;
}

#unionlab .mediaboxcontent .media {
  padding: 5px;
}

#unionlab .mediaboxcontent p.mediacaption {
  font-size: 0.9em;
  padding-bottom: 0px;
}

#unionlab div.mediaboxcontent {
  padding: 5px;
}

#unionlab .red {
    color: #950006;
}

#unionlab blockquote {
    border-top: 1px dotted #950006;
    border-bottom: 1px dotted #950006;
    font-weight: bold;
    padding: 10px 0;
    font-style: italic;
    clear: both;
	margin-bottom: 10px;
}
#unionlab blockquote p {
	margin: 0px;
}

/*
 * Special Javascript Effects
 */
.rounded {
    background-color: #666;
    float: left;
    margin-left: 5px;
}

.rounded.active {
    background-color: #950006;
}

/*
 * Navigation Styles
 */
#meta_nav {
    height: 25px;
}

#meta_nav ul {
    text-align: right;
    padding: 5px 5px 2px 0px;
    float:right;
}

#meta_nav ul li a {
    color: #666;
}


#meta_nav ul li a:hover {
	color: #950006;
	text-decoration: none;
}

#meta_nav ul li a:focus {
    outline: 1px dotted #950006;
    color: #950006;
}

#unionlab #main_nav ul li a {
  background-color: #FFFFFF;
  color: #6A6A6A;
}

#unionlab #main_nav ul li a:hover {
  background-color: #ed1c24;
  color: #ffffff;
}

#unionlab ul.newsticker li,
#unionlab #main_nav ul li {
  list-style: none;
}

#unionlab #main_nav ul li a{
    background:#fff url(../img/bg_navi_corner.gif) no-repeat 0 0;
    padding:0;
}
#unionlab #main_nav ul li a span{
    background:transparent url(../img/bg_navi_corner.gif) no-repeat right 0;
    display:block;
    padding:8px 13px;
}

#unionlab #main_nav ul li.last a{
    background:url("../img/bg_navi_corner.gif") no-repeat scroll 0 0 #ac030a;
    color: #FFFFFF;
}

/*
 * Article Portlet Styles
 */
#unionlab div.mainarticle {
    color: red;
    display: block;
    color: #fff;
    padding: 4px 5px 4px 5px;
	clear:left;
}

#unionlab #mainarticleref div.mainarticle  {
    float:left;
}

#unionlab div.mainarticle {
    background-color: #333333;
}

#unionlab div.artikel div.mainarticle {
    background-color: #950006;

}

#unionlab div.erwiderung div.mainarticle {
    background-color: #2b81a1;
}

#unionlab div.erwiderung h3,
#unionlab .erwiderung h3,
#unionlab .erwiderung h4,
#unionlab h4.erwiderung a.read_more,
#unionlab .erwiderung h5 {
	color: #2B81A1;
}


#unionlab div.hitlist h4 {
	margin: 5px 0px;
}
#unionlab div.freierbeitrag .date,
#unionlab div.freierbeitrag h3,
#unionlab .freierbeitrag  {
    color: #333;
}

#unionlab div.freierbeitrag div.mainarticle {
    background-color: #333333;
}

#unionlab div.mainarticle span.upper {
    text-transform: uppercase;
    font-size: 0.9em;
}

#unionlab div.mainarticlebg,
#unionlab div.freierbeitragbg {
    display: block;
    background-repeat: no-repeat;
    background-image: url('../img/arrow_gray.gif');
    height: 7px;
    width: 21px;
    margin-bottom: 5px;
}

#unionlab div.erwiderungbg {
    display: block;
    background-repeat: no-repeat;
    background-image: url('..//img/arrow_blue.gif');
    height: 7px;
    width: 21px;
	_margin-top: -1px;
    margin-bottom: 5px;
}

#unionlab div.artikelbg {
    display: block;
    background-repeat: no-repeat;
    background-image: url('../img/arrow_red.gif');
    height: 7px;
    width: 21px;
    _margin-top: -1px;
    margin-bottom: 5px;
	clear:left;
}

#unionlab .article_teaser {
   /* padding-bottom: 10px; */
}

#unionlab  a.read_more {
    color: #960006;
    font-weight: bold;
	clear:left;
}

#unionlab .article_teaser img {
    float: left;
    margin: 3px 10px 10px 0px;
}

#unionlab .date {
    color: #950006;
    font-size: 0.95em;
}

#unionlab .erwiderung .date {
	color: #2B81A1;
}


#unionlab #mainarticleref .date {
  padding-top: 0px;
  padding-bottom: 3px;
  color: #950006;
}

#unionlab .artikel .date,
#unionlab .erwiderung .date,
#unionlab .freierbeitrag .date {
	padding-top: 20px;
}

#unionlab .article_preview .date {
	padding-top: 3px;
	clear:left;
}

#unionlab .kurzprofil h2 {
  padding-top: 20px;
}

#unionlab .kurzprofil a {
  color: #000000;
}

#unionlab a.top {
    float: right;
    margin-top: 35px;
    display: block;
    padding-right: 10px;
    background-image: url('../img/arrow_up.gif');
    background-repeat: no-repeat;
    background-position: center right;
}

#unionlab a.top:hover {
	color: #950006;
}

#unionlab div.box.editorial div#subtitle {
  padding-bottom: 10px;
}



#unionlab .article_teaser .editorial img {
  margin: 3px 0px 10px 0px;
}



#unionlab div.box.editorial div#description {
  padding-left: 10px;
}

div#siteactions {
    display:block;
    float:right;

}

div#siteactions ul li {
    list-style: none;
    float:left;
    margin-left: 5px;
}

div#siteactions ul li a.print:active, div#siteactions ul li a.print:focus {
    outline:none !important;
}

div.topicsmallleft div.topic div.article_teaser,
div.topicsmallright div.topic div.article_teaser {
  width: 307px;
}


div.topic div.article_teaser {
  width: 312px;
  float: right;
}

div.topic div.article_teaser.index0 {
  float: left;
}

#unionlab #main_slot .topicsmallright .box,
#unionlab #main_slot .topicsmallleft .box {
	width: 308px;
	margin-right: 0px;
	margin-left: 0px;
}

/*
 * Search
 */


ul#tabnav {
	list-style-type:none;
	text-align:left;
	margin:20px 0 -7px 0;
}
ul#tabnav li {
	display:inline;
	background-color: #ECECEC;
	list-style-type:none;
	margin:0;
	padding:0;
    padding-right:3px;
    float: none;
    margin-left: 0px;
}

ul.tabnav li div {
    background-color:#f8f8f8;
	font-weight: bold;
    border-color:#f8f8f8 #f8f8f8;
	border-bottom:4px solid #fff;
    border-left: 2px solid #f8f8f8;
    border-right: 2px solid #f8f8f8;
    border-top: 0px solid #f8f8f8;
	border-style:solid solid none;
    color:#666666;
    margin-right: 3px;
    margin-left: 0px;
    margin-bottom: -4px;
    padding: 2px 4px 4px 6px;
    height: 15px;
}

ul#tabnav li a:hover {
    color: #950006;
}

ul#tabnav li.active div {
    background-color: #fff;
    border-color:#fff #fff -moz-use-text-color;
    border-bottom:4px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 1px solid #fff;
}

ul#tabnav li.active div a {
    color: #950006;
}

#unionlab .hitlist {
	padding: 20px 5px 5px 5px;
    background-color: #fff;
}

#unionlab  .hitlist div.item {
	clear:left;

}
#unionlab .hitlist div.item hr {
	margin-top: 10px;
	clear:left;
}
#unionlab .hitlist div.item img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#unionlab .hitlist div.item span.article_type {
	text-transform: uppercase;
	display:block;
	font-size: 0.9em;
	margin-bottom: 8px;
}

#unionlab .hitlist div.item h4 {
	font-size: 1.4em;
}

/*
 tables in content
 */
#unionlab div.box div.content table {
  border-collapse: collapse;
  margin-bottom: 1.3em;
  font-family: verdana, sans-serif;
  font-size: 0.8em;
  line-height: 110%
}

#unionlab div.box div.content table td,
#unionlab div.box div.content table th {
  text-align: left;
  vertical-align: top;
  border: 1px solid #cccccc;
  padding: 0.4em;
}

#unionlab div.box div.content table td {
  background-color: #ffffff;
}

#unionlab div.box div.content table th {
font-weight: bold;
color: #ffffff;
background-color: #950006;
}

#unionlab div.box div.content table p {
  font-size: inherit;
  margin-bottom: 0px;
}

#unionlab div.box div.authors span.prefix {
  color: #666666;
}

#unionlab div.box div.authors {
  margin-bottom: 10px;
  font-size: 0.95em;
}

#unionlab #search_error {
  color: #950006;
}

#unionlab .hidden {
  display: none;
  overflow: hidden;
}

#unionlab div.error {
  height: 400px;
}

#unionlab div.error fieldset {
  margin-left: 20px;
}

#unionlab div.error label {
  display: block;
}

#unionlab div.percent50.left {
  margin-right: 5px;
}

#unionlab form.contact input.submit {
  margin: 5px 0px 5px 0px;
}

.download a.filelink:hover {
  background-image: url('../img/icon_download_small_hi.gif');
  background-repeat: no-repeat;
  padding-left: 19px;
}

div#siteactions ul li a.print {
    width: 23px;
    height: 23px;
    display: block;
    background-image: url('../img/icon_print.gif');
    background-repeat: no-repeat;
}

div#siteactions ul li a.print:hover,
div#siteactions ul li a.print:focus {
    background-image: url('../img/icon_print_hi.gif');
}

div#siteactions ul li a.send {
    width: 23px;
    height: 23px;
    display: block;
    background-image: url('../img/icon_send.gif');
    background-repeat: no-repeat;
}
div#siteactions ul li a.send:hover,
div#siteactions ul li a.send:focus {
    background-image: url('../img/icon_send_hi.gif');
}

#unionlab #main_slot div.searchportlet {
  overflow: visible;
  height: 3.4em;
}

#unionlab .newListSelected {
  background:url("../img/bg_selectbox.gif") no-repeat scroll 0 0 transparent;
}

#unionlab .newListSelHover{
  background-position:0 -23px; cursor:default;
}

#unionlab .newListSelFocus {
  background-position:0 -46px;
  cursor:default;
  color:#950006;
}

#unionlab .hiLite {
  color:#950006 !important;
}

#unionlab .hiLite a {
  color:#950006 !important;
  text-align:left;
}

#unionlab .newListHover {
  color:#950006 !important;
  cursor:default;
}

#unionlab #footer_doc div ul li {
  background-image:url("../img/gt_red.gif");
}

#unionlab #secondary_slot div.teaserimagefull {
    width:300px;
}

#unionlab #main_slot h5.article_kicker{
    color:#333;
    margin:7px 0 0 0;
}

#unionlab #main_slot h4.article_subtitle{
    color:#333;
    margin:0 0 10px 0;
    font-weight: normal;
}

#unionlab #main_slot .ticker a:hover,
#unionlab .mandatory_info, .contact .error label{
    color:#950006;
}

#unionlab .contact {
    background-color: #ECECEC;
}

#unionlab .contact div.error {
    height: auto;
}

/* centered images */

div.box .content div.image.center {
    text-align: center;
    width: auto !important;
}
