/*
 * Main CSS Stylesheet for unionlab and dgb internet
 */
body, html {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #333;
    text-align: center; /* IE special care to center the main block */
}

#dgb, #unionlab {
    margin: 0 auto;
}

#printlogo {
  display: none;
}

.nowrap {
    white-space: nowrap;
}

#dgb #main_slot .nopadding {
  padding: 0px;
}

#main_slot {
    float: left;
}

#logo {
    position:absolute;
    z-index:10999;
    right:-8px;
    top:-2px;
}

.extern {
  background-image: url('../img/external_link.gif');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 16px;
}

.extern:hover,
.extern:focus {
  background-image: url('../img/external_link_hi.gif');
  background-repeat: no-repeat;
  color: #950006;
}

#footer .extern,
#stage .extern {
  background: none;
  padding-left: 0px;
}

#main_slot .box {
    margin-right: 4px;
    margin-left: 0px;
}

#secondary_slot .box {
    margin-right: 0px;
    margin-left: 4px;
}

/*
 * Navigation Styles
 */
#main_nav {
    float: left;
    position: relative;
    text-align: left;
    top: 10px;
    display: block;
}
#main_nav ul {
    margin:0px;
}

#main_nav ul li {
    float: left;
    margin-left: 0px;
    margin-right: 3px;
    background-color: #fff;
    list-style: none;
    list-style-image: none;
}

#main_nav ul li.last {
    background-color: #ac030a;
    text-transform: uppercase;
}

#main_nav ul li a,
#main_nav ul li a:active {
    color: #6a6a6a;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 13px 7px 13px;
}

#main_nav a:focus {
    outline: 1px dotted #fff;
    color: #950006;
    background-color: #fff;
}


#jumplinks {
    left: -1000px;
    position: absolute;
    top: -1000px;
    width: 100%;
    z-index: 20;
}

#jumplinks ul li {
    margin: 0px;
}

#jumplinks a:focus, #jumplinks a:active {
    background-color: #FFFFFF;
    color: #950006;
    left: 1006px;
    outline: 1px solid #950006;
    position: absolute;
    top: 1010px;
    z-index: 20;
    text-decoration: none;
}

#jumplinks a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    left: 0;
    border: 1px solid #950006;
    color: #fff;
    padding: 10px;
    position: absolute;
    width: 200px;
}

#meta_nav {
    background-color: #fff;
    /* like Styleguide 12px */
    font-size: 0.85em;
}

#meta_nav ul {
    display: block;
    list-style-type: none;
    margin-bottom: 0px;
}

#meta_nav ul li {
    display: inline;
    margin-left: 20px;
    font-size: 16px;
}

#meta_nav ul li a {
    font-family: Arial, Helvetica, sans-serif;
}

/*
 Comments
*/
ul.comment_navi li {
    list-style-type: none;
    display: inline;
    padding: 5px 10px 5px 10px;
    border-left: 1px dotted #950006;
}

ul.comment_navi li.first {
    border-left: none;
    padding-left: 0px;
}

ul.comment_navi li.last {
    border-left: none;
    position: absolute;
    right: 0px;
    bottom: -2px;
    display: block;
}

ul.comment_navi {
    margin-left: 0px;
}

ul.comment_navi li a {
    font-weight: bold;
}

ul.comment_navi,
div.additionals {
    border-top: 1px dotted #950006;
    border-bottom: 1px dotted #950006;
    padding: 7px 5px 7px 0px;
    clear: left;
    margin-bottom: 0px;
    position: relative;
}

div.comment p.no-comments {
  margin: 2em 0;
}

div.box.comment div.header,
table.comments {
    background-color: #fff;
    margin-left:-7px;
    padding: 0px 10px 10px 10px;
    width:973px;

}

div.box.comment blockquote {
  border-bottom: none;
  border-left: 2px solid blue;
  border-top: none;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1ex;
  margin-left: 0.3em;
  margin-top: 1ex;
  padding-left: 0.7em;
}

div.box.comment pre {
  margin-right: 2em;
  white-space: normal;
}

div.box.comment blockquote > blockquote {
    border-left: 2px solid green;
}

table.comments tr.current a {
  font-weight: bold;
  color: #000000;
}

table.comments a:visited {
  color: #00286e;
}

div.box.comment div.header .date {
    color: #000000;
    padding-top: 15px;
}

#main_slot div.box.comment div.header .title {
    font-size: 100%;
}

div.box.comment div.header .user,
#main_slot div.box.comment div.header .title,
div.box.comment div.header .body {
    margin-top: 10px;
}

table.comments img {
    vertical-align: bottom;
}

table.comments td.options {
    width: 17px;
}

table.comments td.options img {
    margin-bottom: 3px;
}

table.comments div.comment_bar,
table.comments div.comment_end,
table.comments div.comment_tree {
    background-repeat:repeat-y;
    width:13px;
    margin-right: 3px;
}

table.comments div.comment_end {
    background-repeat: no-repeat;
}

div.comment_space {
  width: 13px;
}


/*
 * Link Styles
 */

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

a:hover {
    text-decoration: none
}


#main_slot .topicsmallright {
  float: right;
}

#main_slot .topicsmallleft {
  float: left;
}




/*
 * Footer
 */
div#footer_copyright {
    text-align: right;
    display: block;
    background-color: #FFFFFF;
    height: 20px;
    padding: 5px 5px 5px 5px;
    float: none;
}

/*
 * Accessibility helper
 */
.preload,
.invisible {
  display: none;
}

.clearfloat {
    clear: both;
    height: 0px;
}

.left, .fleft {
    float: left;
}

.right, .fright {
    float: right;
}

#secondary_slot .box h3,
#secondary_slot .box h4 {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0px 0px 5px 0px;
    color: #000;
    text-transform: uppercase;
}

/*
 Default Portlet
 */
#secondary_slot .box.default h3 {
    color: #7E0003;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0px
}

#secondary_slot .box.default a.read_more {
    color: #7E0003;
    font-weight: bold;
}

.box.default .teaserimage div {
    color: #999999;
    font-style: italic;
}

.box.default .subtitle {
    font-weight: bold;
}

/*
 RSS Feed portlet
 */

#secondary_slot div.rssfeed a {
  float: left;
}

/*
 Media Download Portlet
 */
#secondary_slot .box {
    padding-top: 5px;
}

#secondary_slot p {
    margin-bottom: 0px;
}

#unionlab #secondary_slot div.download,
#dgb #secondary_slot div.download {
    width: 120px;
    margin: 0px;
    float: none;
}

div.linebreak {
    display: block;
    height: 1px;
    clear: left;
    line-height: 0px;
    margin-bottom: 3px;
}

/*
 Newletter Portlet
 */

.newsletter form label {
  display: none;
}

.newsletter {
  display: block;
}

#secondary_slot .newsletter form {
  height: 30px;
}

#secondary_slot .box.newsletter form input.email {
    width: 190px;
}

#secondary_slot .box.newsletter form .inputBorder {
    width: 200px;
    margin-top: 3px;
}

#secondary_slot .box.newsletter form .btn {
    margin-left: 3px !important;
}

.newsletter form input.email,
.regionalization form select,
.editionselection select#edition,
.search form input#search_text {
    border: 2px solid #b9b9b9;
    color: #666;
    float: left;
    font-size:12px;
    height:19px;
    width: 215px;
}
.newsletter form input.email {
    border: none;
}
.newsletter form div.inputBorder{
    float:left;
    height:19px;
    width:195px;
}

/*
 * forms general
 */
/* checkbox */
.jquery-checkbox       {display: inline; font-size: 18px; line-height: 18px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 17px; height: 18px;}
.jquery-checkbox img{background: transparent url(../img/checkbox.gif) no-repeat;}

.jquery-checkbox img{
    background-position: 0px 0px;
}
.jquery-checkbox-hover img{
    background-position: 0px -18px;
}
.jquery-checkbox-checked img{
    background-position: 0px -37px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
    background-position: 0px -55px;
}

.jquery-checkbox-disabled img{
    background-position: 0px -73px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
    background-position: 0px -91px;
}
/* selectbox */
.stylish-select ul.newList {left:-9999px;}
ul.newList * {
  margin:0;
  padding:0;
}
ul.newList a {
  color: #000;
  font-size:12px;
  text-decoration:none;
  display:block;
  text-align:left;
}
ul.newList {
  margin:0;
  padding:0;
  list-style:none;
  color:#000;
  width:200px;
  background:#fff;
  position:absolute;
  border:1px solid #ccc;
  top:22px;
  left:0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index:9999;
}

.newListSelected {
  width:200px;
  color:#000;
  height:20px;
  padding:3px 0 0 6px;
  float:left;
  background:url(../img/bg_selectbox.gif) no-repeat;
}
.newListSelected span {
  width:200px;
  display:block;
}

ul.newList li{
  float:none!important;
  margin:0!important;
  padding:0!important;
}
ul.newList li a {
  padding:4px 0 4px 5px;
  display: block;
  border-top:1px dotted #b9b9b9;
  text-align:left;
}
ul.newList li a:focus {
  -moz-outline-style: none;
}
.selectedTxt {
  width:200px;
  overflow:hidden;
  height:16px;
  padding:0 23px 0 0px;
  text-align:left;
}
.hiLite { color:#ed1c24!important;}
.hiLite a {color:#ed1c24!important;text-align:left;}
.newListHover {color:#ed1c24!important; cursor:default;}
.newListSelHover{background-position:0 -23px; cursor:default;}
.newListSelFocus {background-position:0 -46px; cursor:default;color:#ed1c24;}

.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #b9b9b9;}
input,
textarea {
	background:#fff url(../img/bg_inputfield.gif) no-repeat 0 0;
	border:none;
	color:#666;
	font-size:12px;
	height:19px;
	padding:0px 0 0 5px;
    width:195px;
}

input#search_btn {
    width: 200px;
}

div#search_input {
  float: left;
}

div#search_button {
  float: right;
}

input#form\.comment\.box {
    width: inherit;
}

.inputBorderAuto,
.inputBorder,
input#search_btn {
    width: 200px;
}

div#search_input {
  float: left;
}

div#search_button {
  float: right;
}

input#form\.comment\.box {
    width: inherit;
}

.inputBorderAuto,
.inputBorder,
.inputBorderLong {
	background-color:#b9b9b9;
	margin-bottom:9px;
	padding:2px;
}

.inputBorderLong input{
	width:411px;
}
.inputBorderLong{
	width:416px;
}
textarea{
	font-family: Arial, sans-serif;
	height:122px;
	overflow:auto;
	width:411px;
}
/*
 * Contactform
 */
.contact{
	background-color:#fff;
    padding: 0px;
	text-align:left;
}

.contact .inputRow{
	float:left;
	width:666px;
	margin-left:-20px;
}
.contact .gap{
	margin-bottom:18px;
}
.contact .inputRow .inputBlock{
	float:left;
	display:inline;
	margin-left:20px;
}

.dgbform .btn{
	background:#666;
	float:left;
	height:17px;
    padding:3px 7px 7px 3px;
	width:86px;
    margin: 10px 0px 0px 0px;
}
.dgbform .btn input{
	border:none;
	background:#666;
	color:#fff;
    width:86px;
}
.regionalization form select:focus,
.newsletter form input#email_text:focus,
.search form input#search_text:focus,
.editionselection select#edition:focus {
    outline: 1px dotted #950006;
}

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

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

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

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

#footer_doc {
    width: 100%;
    background-color: white;
    margin: 0px 0px -20px 0px;
}

#footer_doc a {
    color: #000000;
}

#footer_doc a:hover,
#footer_doc a:focus {
    color: #ed1c24;
}

#footer_doc p {
    border-bottom: 1px solid #999999;
}

#footer_doc div.footer_co0,
#footer_doc div.footer_co1,
#footer_doc div.footer_co2,
#footer_doc div.footer_co3 {
    text-align:left;
    width: 231px;
    margin:0;
    float:left;
    padding: 6px 6px 30px 6px;
}

#footer_doc div.footer_co1,
#footer_doc div.footer_co2 {
    padding: 6px 6px 30px 6px;
}

#footer_doc div.footer_co0 {
    padding: 6px 6px 30px 0px;
}

#footer_doc div.footer_co3 {
    padding: 6px 0px 30px 6px;
}

#footer_doc div#footer_links {
    margin: 0px 6px 0px 6px;
    overflow: hidden;
    border-bottom:1px solid #999999;
}

#footer_doc div p {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

#footer_doc div ul {
    list-style-type: none !important;
    margin-left: 0.1em;
}

#footer_doc div ul li {
   padding-left: 8px;
   margin-bottom: 0;
   list-style-type: none !important;
   background-image: url('../img/gt_red.gif');
   background-repeat: no-repeat;
   background-position: 0 6px;
}

#footer_doc div strong {
   font-weight: bold;
}

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

.rounded a.big_button {
    color: #fff;
    display: block;
    width: 85px;
    text-align: center;
}

.rounded a.small_button {
    color: #fff;
    display: block;
    font-size:12px;
    min-width: 60px;
    padding: 3px 10px;
    text-align: center;
}

/*
 "Popup" window
*/

#unionlab #main_slot .newsletter .jqmWindow {
  width: 297px;
  margin-left: -158px;
}

.jqmWindow img.jqmClose,
.jqmWindow img.jqmClose {
  cursor: pointer;
  padding-right: 0px;
}

.jqmWindow .headline {
  font-weight: bold;
}

.flashbox.fleft {
  margin-right: 10px;
}

.flashbox.fright {
  margin-left: 10px;
}


/*
 * Tabs
 */

ul.tabnav {
    list-style-type:none;
    text-align:left;
    margin:20px 0 0 0;
    height: 30px;
}

ul.tabnav li {
    margin: 0px 3px 2px 0px;
    padding: 8px 10px 5px 10px;
    display:inline;
    list-style-type:none;
    background-color:#f8f8f8;
    font-weight: bold;
    color:#666666;
    height: 15px;
}

ul.tabnav li.active {
    background-color: #fff;
    margin-bottom: 0px;
    padding-bottom: 7px;
}

#dgb ul.tabnav li {
    float:left;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;
    -webkit-border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
}


/*
 Download Portlet
 */

.download {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.download a.filelink {
  background-image: url('../img/icon_download_small.gif');
  background-repeat: no-repeat;
  padding-left: 19px;
  display: table;
  background-position: 0 0;
}




.download a span {
  font-weight: bold;
}

/* download in popup */
#modal .download {
    height: 25px;
}


/* download in search result */
#searchresult_hitlist .download a.filelink {
    display:inline;
}

/* download in box */
.as_box .download {
   padding-left: 7px;
}

.as_box .download a.filelink, .as_box .download a.filelink:hover {
    padding-left:20px;
    margin-left:2px;
}

#dgb #main_slot .as_box div.download p {
    padding-left: 22px;
}

/*
 * Glossar
 */


#main_slot .glossar ul {
    margin-left: 0px;
}

#main_slot .glossar ul li {
    display: inline;
}

#main_slot .glossar ul li.inactive,
#main_slot .glossar ul li a {
  display: block;
  float: left;
  background-color: #b9b9b9;
  margin: 0px 2px 0px 0px;
  padding: 2px 4.7px;
  width: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #cecece;
}

#main_slot .glossar ul li a {
  color: #ffffff;
}

#main_slot .glossar ul li a.active,
#main_slot .glossar ul li a:hover {
  background-color: #ed1c24;
  color: #ffffff;
}

/*
 About the author Portlet
 */
#secondary_slot div.abouttheauthor img {
    float: left;
    padding-right: 5px;
}

#secondary_slot div.abouttheauthor h5 {
    color: #000000;
}

/*
 Teaserimage Full Portlet
 */
#secondary_slot div.box.teaserimagefullborder a {
  display: block;
}

#secondary_slot div.box.teaserimagefull {
    background-color: #333;
    padding: 0px;
}

#secondary_slot div.box.teaserimagefull a {
    display: block;
    position: relative;
}

#secondary_slot div.teaserimagefull div.topleft,
#secondary_slot div.teaserimagefull div.topright,
#secondary_slot div.teaserimagefull div.bottomleft,
#secondary_slot div.teaserimagefull div.bottomright {
  position: absolute;
  height: 4px;
  width: 4px;
}

#secondary_slot div.teaserimagefull div.topleft {
  background-image: url('../img/teaserimagetopleft.png');
  top: 0px;
  left: 0px;
}

#secondary_slot div.teaserimagefull div.topright {
  background-image: url('../img/teaserimagetopright.png');
  top: 0px;
  right: 0px;
}

#secondary_slot div.teaserimagefull div.bottomleft {
  background-image: url('../img/teaserimagebottomleft.png');
  bottom: 0px;
  left: 0px;
}

#secondary_slot div.teaserimagefull div.bottomright {
  background-image: url('../img/teaserimagebottomright.png');
  bottom: 0px;
  right: 0px;
}

#secondary_slot div.teaserimagefull img {
    padding: 0px;
    margin: 0px;
}

.sb, .sbi, .sb *, .sbi * { position:relative; z-index:999; }
* html .sb, * html .sbi { height:1%; }
.sbi { display:inline-block; }
.sb-inner { background:#ed1c24; }
.sb-shadow { background:#000; }
.sb-border { background:#bbb; }

#main_slot .ticker {
    padding-bottom: 7px;
    background-color: #e4e9e9;
    color: #333333;
    overflow:hidden;
    width:640px;
}

#main_slot div.tickercontainer div.mask {
    left:0;
    width:640px;
}

#main_slot .ticker a {
    color: #333333;
    margin-right: 0!important;
    font-weight: normal;
    font-size: 12px;
}

#main_slot .ticker a:hover {
    color: #ed1c24;
}

div.tickercontainer {
    background-color:transparent;
    border:none;
}

div.tickercontainer ul.newsticker li {
    background-color:transparent;
}

#main_nav {
    width:800px;
    height: 50px;
    position:relative;
    margin-bottom: 3px;
    z-index: 9998;
}
#main_nav ul{
    float:left;
    z-index: 9999;
}
#main_nav ul li,
#main_nav ul li a,
#main_nav ul li a span {
    z-index: 1;
}
#main_nav ul li a:active {
    padding:0;
}
#main_nav ul li.last a {
    background-color:#ac030a;
}
#main_nav ul li.highlight a,
#main_nav ul li.last a {
    color: #fff;
}
#main_nav ul li.highlight a,
#main_nav ul li a:hover {
    background-color: #ed1c24;
    color:#fff;
}

#main_nav ul li.last a,
#main_nav ul li.last a span {
  position:relative;
}

#main_nav ul li.highlight {
    /*background-color: #ed1c24;*/
}


#main_nav ul li.last {
    margin-left: 20px;
}
#main_nav ul li .hidden{
    left:-6000px!important;
    position:absolute!important;
    top:-6000px!important;
}

#main_nav ul li .ghost{
    display:none;
}

#main_slot .box .image.right p {
    padding-left: 9px;
}

/** Contact form **/
table.form-fields{
	background-color:#fff;
}
table.form-fields td{
	vertical-align:top;
	padding-bottom:5px;
	padding:0 15px 5px 6px;
}
table.form-fields td.label{
	font-weight:bold;
}

div#main_slot form div#actionsView {
    text-align: left;
}

