/**
* Base Style
*
* Standard Layout (all parts) for ZEIT ONLINE 2009
*
* This is the base stylesheet for all pages
* of ZEIT ONLINE, http://www.zeit.de
*
* @project ZEIT ONLINE 2009
* @version 1.0
* @package css
* @author Nico Brünjes
* @author Arne Seemann
* @author Anika Szuppa
* @author Malte Modrow
* @author Marc Tönsing
* @copyright 2009-2012 ZEIT ONLINE
* @cssdoc version 1.0-pre
*
* @colordef #fff; white
* @colordef #900; red
* @colordef #444; dark grey
* @colordef #777; light grey
* @colordef #363; green
*
*/
/* @group Resetting */
/* There is no global resetting file or include! */
html, body, div, p, h1, h2, h3, h4, h5, img {
  border: none;
  margin: 0;
  padding: 0;
}
/* @end of Resetting */
/* @group Tools */
.hidden {display: none;}
.left {
  display: inline;
  float: left;
  margin: 5px 10px 0 0;
}
.right {
  display: inline;
  float: right;
  margin: 5px 0 0 10px;
}
.hideme {
  position: absolute;
  left:-5000em;
  top: -5000em;
}
#drupallogin, #drupalregister {
  visibility: hidden;
}
.body-js .login, .body-js #drupallogin, .body-js #drupalregister {
  visibility: visible;
}
/* @group Floatclearing */
/* Method 1: insert div.clr directly after the floating elements */
.clr {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}
/* Method 2: overflow hidden, set surrounding div to .clear */
.clear, .block {
  overflow: hidden;
}
* html .clear, * html .block {
  height: 1%; /* set hasLayout in IE */
}
/* Method 3: clearfix, set surrounding div to .clearfix */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* @end of Floatclearing */


/* @end of Tools */
/* @group Start Values */
body {
  background: #fff;
  color: #222;
  font: 400 100.1%/1 Arial, Helvetica, FreeSans, sans-serif;
}
/* @group Links default styling */
a:link, a:visited {
  color: #900;
  text-decoration: none;
}
a:hover {
	color: #222;
}
a:active {
	color: #900;
	outline: 0;
	text-decoration: none;
}
.current a:link,
.current a:visited,
.current a:hover,
.current a:active {color: #900;}
:focus {outline: 0;}
a:focus {
  color: #ff0000;
  outline: 1px dotted #900;
}
body a:hover, body a:active {
	outline: 0;
}
a.more-link {
  font: 400 12px Arial, Helvetica, FreeSans, sans-serif;
}
/* @end of Links default */
/* @end of Start Values */
/* @group Page Scaffolding */
.countings {
  background: #f2f2f2;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
}
#top {
/*  background: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;*/
  min-height: 10px;
}
* html #top {height:10px;}
#header {
  width: 950px;
}
.center {
  margin: 0px auto;
  width: 1125px;
}
.section {overflow: hidden;}
* html .section {height: 1%;}
#content {
  background: transparent url(http://images.zeit.de/static/img/bg_content_eee.gif) repeat-y 560px 0px;
  margin-top: 16px;
}
#main {
  display: inline;
  float: left;
  margin: 3px 20px 20px 10px;
  width: 540px;
}
#informatives {
  float: left;
  padding-left: 9px;
  width: 370px;
}
#teasermosaic {overflow: hidden;}
* html #teasermosaic {height: 1%;}
#services {
  border-top: 1px solid #e0e0e0;
  margin: 0 0 30px 10px;
  overflow: hidden;
  width: 940px;
}
.tracker {
  background: transparent;
  font-size: 1px !important;
  height: 0px !important;
  line-height: 0px !important;
  margin: 0;
  padding: 0;
}
.tracker img {
  display: block;
  font-size: 1px !important;
  height: 1px !important;
  line-height: 1px !important;
  margin: 0;
  padding: 0;
}
.js .tracker {
  background: transparent;
}
.js .tracker img {
  border: none;
  display: inline !important;
}
/* @end of Page Scaffolding */
/* @group Sitewide Repeating Elements */
/*
* These are the rep. elements like headings, teaser, grouping et. al.
* They may be overwritten in different modules and in other pagetypes
*/
/* @group Supertitle */
.supertitle {
  font: 700 10px/19px Arial, Helvetica, FreeSans, sans-serif; /* corrected line-height: 24px against styleguide */
  text-transform: uppercase;
}

img.upright {
  margin-top: 7px;
}
/* @end of Supertitle */


/* @group Blockelemente */
.block {
  margin-bottom: 20px;
  position: relative;
}
#content .block p {margin-bottom: 0;}
.block .headline {
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
  margin-top: 3px;
  text-transform: uppercase;
}


/* @group Teaserlist/Shortteaserlist */
.teaserlist li {margin-bottom: 19px;}
.teaserlist li ul li {margin-bottom: 0;}
* html .teaserlist ul li { height: 1%; }
.teaserlist, .shortteaserlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.teaserlist ul.shortteaserlist {
  clear: left;
  padding-top: 5px;
}
#main .teaserlist ul.noclear {
  clear: none;
}
.shortteaserlist li strong {
  font-size: 10px;
  padding-right: 2px;
  text-transform: uppercase;
}
.shortteaserlist li {
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.shortteaserlist a:link, .shortteaserlist a:visited { color: #333; }
.shortteaserlist a:hover { color: #900; }
.shortteaserlist a:active { color: #333; }
.shortteaserlist a strong { color: #900; }
/* @group In Teaserlisten */
/* @group P */
.teaserlist p {
  font: 14px/1.3 Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
  margin-bottom: 0;
}
.teaserlist .innerteaser {
  float: left;
  width: 380px;
}
/* @end of P */
/* @group Supertitle */
#content .teaserlist span.supertitle, .teaserlist span.title { display:block; }
#content .teaserlist .supertitle {
  line-height:15px;
  margin-top: 1px;
}
#main .lead .supertitle {
  margin-top: 10px;
}

.lead .schlagwort-title{
  float: left;
}
/* @end of Supertitle */
/* @group Title */
.teaserlist .title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 3px;
}
.teaserlist .title a:link,
.teaserlist .title a:visited {color: #333;}
.teaserlist .title a:hover {color: #900;}
.teaserlist .title a:active {color: #333;}
/* @end of Title */
/* @end of In Teaserlisten */
/* @end of Teaserlist/Shortteaserlist */
/* @group Narrows (2 Teaser aligned )*/
.narrow {
  float: left;
  margin: 0 20px 19px 0;
}
.narrow img { margin:  0 0 7px 0; }
#main .narrow {
  padding-right: 20px;
  width:  249px;
}
#main .doublelead .narrow { margin-bottom: 0; }
#informatives .narrow {
  overflow: hidden;
  width:  175px;
}
body #content .nomargin {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
/* @end og Narrows */
/* @group Teasermetainformation */
p.meta {
  color: #777;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 10px;
  margin-top: 0px;
}
/* @end of Teasermetainformation */
/* @group Datatables */
.bigtable {
  width: 800px;
  text-align: left;
  margin-bottom: 10px;
}
.bigtable th {
  color: #222;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
}
.bigtable td {
  font-size: 12px;
  line-height: 19px;
}
.bigtable tr td:first-child {font-weight: bold;}
.bigtable .odd td {background-color: #f2f2f2;}
p.caption {
  font-size: 12px;
  line-height: 1.2;
}
/* @end of Datatables */
/* @end of Sitewide Repeating Elements */
/* @group Subelements */
/* @group Header */
/* @group Headcaption */
#header .cap a:link	{color: #990000;}
#header .cap a:hover{color: #222222;}

.cap {
  border-left: 1px solid #e0e0e0;
  color: #900;
  font: 400 20px/1 Arial, Helvetica, FreeSans, sans-serif;
  left: 275px;
  padding-left: 13px;
  position: absolute;
  text-transform: uppercase;
  top: 27px;
}
#header .cap a.caplink:link,
#header .cap a.caplink:visited {color:#900;}
#header .cap a.caplink:hover {color:#222;}
#header .cap a.caplink:active {color:#900;}
#header .cap a.caplink:focus {color:#900;}
/* @end of Headcaption */
/* @group Navigation */
/* @group Topnavigation */
/*.nav {
  border-bottom: 1px dotted #ccc;
  height: 26px;
  line-height: 26px;
  padding-left: 2px;
  overflow: hidden;
}
* html .nav {
  border-bottom: 1px solid #eee;
}
#header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header li {display: inline;}
.nav li {
  border-right: 1px solid #ccc;
  font-size: 10px;
  padding: 0 5px 0 3px;
}
#header li.last {
  border: none;
  padding-right: 0px;
}
.topnav1 {float: left;}
#header .topnav1 a.current{color: #990000;}

.topnav2 {
  float: right;
  width: 330px;
  text-align: right;
}
#header form, .topnav3 {
  width: 420px;
}
.topnav3 {
  position: absolute;
  right: 0px;
  top: 46px;
}

* html .topnav3 {top: 50px;}
.topnav3 li {
  font-size: 11px;
  padding: 0 7px 0 1px;
}*/
/* @end of Topnavigation */
/* @group Hauptnavigation */
/*.mainnav {
  background: #fff url(http://images.zeit.de/static/img/bg_mainnav.gif) repeat-x 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  height: 28px;
  text-align: center;
  text-transform: uppercase;
  width: 950px;
  z-index: 99997;
}

#header .mainnav {
  padding-left: 2px;
}*/

/*#header ul.mainnav {padding-left: .3em;}*/
/*#header ul.mainnav li {
  display: block;
  float: left;
  margin-right: .3em;
  position: relative;
}*/
/*.body-iswindows #header ul.mainnav li {
  margin-right: .32em;
}*/

* html #wrapper #header ul.mainnav li {margin-right: .29em;}
#header ul.mainnav li.last {margin-right: none;}
#header ul.mainnav li.current, #header ul.mainnav li.act-current {
  background: transparent url(http://images.zeit.de/static/img/menuepfeil.gif) no-repeat 50% 100%;
  /* Wenn man dem Eltern-Element einen höheren z-index gibt, dann hat man im IE6 keine Flash-Overlay-Probleme mehr */
  z-index:9998;
}
.mainnav li a {
  padding: 0 3px;
}

* html .mainnav li a {
  padding:  0 5px;
}
#header ul.mainnav li a {display: block;}
ul.mainnav li ul {display: none;}
ul.mainnav li ul {
  border: 1px solid #ccc;
  border-top: none;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 28px;
  width: 150px;
  z-index: 100;
}
ul.mainnav li.last ul {left: -76px;}
* html ul.mainnav li.last ul {left: -68px;}

#header ul.mainnav li ul li {
  background: #fff;
  float: none;
  line-height: 22px;
  padding: 0;
  text-align: left;
}
* html #header ul.mainnav li ul li {display: inline;}
#header ul.mainnav li ul li a {
  display: block;
  background: #fff;
  padding: 1px 7px 1px 7px;
  font-weight: 400;
  white-space: nowrap;
  width: 136px;
}
#header ul.mainnav li ul li.last a {border-bottom: none;}
/* @end of Hauptnavigation */
.nav a span {color:  #777;}
.nav .current a span {color: #900;}
#header a:link,
#header a:visited,
#header .current li a:link,
#header .current li a:visited {color: #444;}
#header a:hover,
.nav a:hover span,
#header .current li a:hover {color: #900;}
#header .current a:link,
#header .current a:visited,
#header .current a:hover,
#header .current a:active {color: #900;}
.topnav3 a, .topnav3 a:link, .topnav3 a:visited {text-decoration: underline;}
/* @end of Navigation */
/* @group Logo und Suche */
/*.logo {
  height: 78px;
  position: relative;
}
.logo img {
  position:  absolute;
  left:  270px;
  top: 4px;
}
#header a.zeitonline {
  background: url(http://images.zeit.de/static/img/logo_247x30.png) no-repeat 0 0;
  display: block;
  left: 10px;
  height: 30px;
  position: absolute;
  text-indent: -5000em;
  top:  23px;
  width: 247px;
}
#header a.zeitonline:focus {outline: 0;}
#header form {
  position: absolute;
  right: 0px;
  top: 21px;
}
#header input.itext {
  margin-right: 5px;
  width: 335px;
}*/
/*#header input.itext {margin-right: 3px;}
* html #header input.itext {margin-right: 0px;}
* html input.isubmit {
    font-size: 12px;
    margin-top: 1px;
	width: 62px;
}*/
/* @end of Logo und Suche
/* @group Loginzeile */
.userlogin {
  border-bottom: 1px dotted #ccc;
  clear: both;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.userlogin .breadcrumbs_top li{
    border-left: none !important;
    padding-left: 0px !important;
    margin-left: 5px !important;
}

.userlogin .breadcrumbs_top li a{
    font-weight: normal !important;
    color: #999 !important;
}

.userlogin .breadcrumbs_top li a span:hover{
    text-decoration: underline !important;
}

.userlogin .breadcrumbs_top li:after{
    content: '›';
    font-size: 12px;
    margin-left: 10px;
    color: #999;
}

.userlogin .breadcrumbs_top .last:after{
    content: '';
}

.userlogin .breadcrumbs_top li:after:hover{
    text-decoration: none !important;
}

.userlogin .breadcrumbs_top .first{
      margin-left: -5px !important;
}

.userlogin h1 {
  display: inline;
  font-size: 11px;
}
* html .userlogin {border-bottom: 1px solid #eee;}
.userlogin .login {float:  right;}
#header .login a:link, #header .login a:visited {
  color: #900;
  font-weight: 700;
}
#header .login a:hover, #header .login a:active {
  color: #444;
  font-weight: 700;
}
/* @end of Loginzeile */
/* @group Sub-Navigation */
.userlogin li, #header .userlogin li.last {
  border-left: 1px solid #E0E0E0;
  margin-left: 10px;
  padding-left: 10px;
}
.userlogin li.first {
  border-left: none;
  margin-left: 0;
  padding-left: 0px;
}
.userlogin li a {
  font-weight: 700;
}
.pagetime {
	float: left;
	margin-right: 10px;
}
.pagetime a:link, .pagetime a:visited {
  color: #900 !important;
}
.withtime {
	border-left: 1px solid #222;
	padding-left: 10px;
}
.topiclinks {
	float: left;
	height: 11px;
	line-height: 11px;
	margin-top: 10px;
}
.topiclinks ul {
	display: inline;
}
.topiclinks li.first {
	padding-left: 10px;
}
.topiclinks li, #header .topiclinks li.last {
	border-left: 1px solid #222;
	margin-left: 7px;
	padding-left: 8px;
}
#header .topiclinks li a:link, #header .topiclinks li a:visited {
	color: #900;
	font-weight: 400;
}
#header .topiclinks li a:hover, #header .topiclinks li a:active {
	color: #444;
}
/* @end of Sub-Navigation */
/* @group Sponsoring */
.sponsoring {
  border-bottom: 1px dotted #ccc;
  padding-top:  2px;
  text-align: right;
}

.alignleft p{
  text-align: left;
}

/* @end of Sponsoring */
/* @group Newsflash */
.newsflash {
  border-bottom: 1px dotted #CCCCCC;
  margin: 2px 0;
}
.newsflash .more-link {
  padding-left: 10px;
}
.newsflash .inner{
  background-color:#990000;
  margin-bottom:2px;
}
.newsflash .msg {
  background: #FFFF00 ;
  float: left;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  width: 790px;
}
.newsflash .flash {
  background: #990000;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}
#header .newsflash a:link, #header .newsflash a:visited {
  color: #900;
}
/* @end of Newsflash */
/* @end of Header */
/* @group Main */
/* @group Teaserlisten in Main */
#main .teaserlist li {overflow: hidden;}
* html #main .teaserlist li {height: 1%;}
#main .shortteaserlist li {margin-bottom: 0;}
/* @end of Teaserlisten in Main*/
/* @group Supertitle in Main */
#main .supertitle {margin-bottom: 0;}
/* @end of Supertitle in Main */
/* @group Lead */
.teaserlist .lead .supertitle { display: block; }
.teaserlist .lead .title {
	display: block;
	font-size: 24px;
	line-height: 28px;
}
/* @end Lead */
/* @end of Main */

/* @group Informatives */
#informatives ul {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
}

#informatives li {
  font-size: 12px;
  line-height: 19px;
  height: 1%;
}

#informatives ol li {
  color: #444;
  font-weight: 700;
  font-size: 10px;
}
#informatives .listhead {
  font-size: 12px;
  font-weight:700;
  text-transform:uppercase;
}
.videolink {text-align: right;}

/* @group Informatives: Rankings  */
#informatives ol {
  line-height: 18.5px;
  list-style: decimal;
  margin: 4px 0 5px 15px;
  padding-left: 2px;
  text-indent: -2px;
}
#informatives .teaserlist ol li {
  height: auto;
  margin-bottom: 2px;
}
#informatives .ranking .supertitle { font-size: 12px; }
#informatives .ranking a {
  font-size:  12px;
  font-weight:  400;
  line-height:  16px;
}
#informatives .ranking a.commentcount {font-size: 11px;}

.more-div {
  margin-top: 5px;
  text-align: right;
}
#informatives .ranking .more-div .more-link {
  font-size: 12px;
}
/* @end of Informatives: Rankings */

/* @group Informatives: olist  */
#informatives .olist .supertitle { font-size: 12px; }
#informatives .olist a {
  font-size:  12px;
  font-weight:  400;
  line-height:  16px;
}

#informatives .ranking .more-div .more-link {
  font-size: 12px;
}

#informatives .olist .newspics {
  margin-top: 10px;
}

/* @end of Informatives: olist */

/* @group Informatives: Service */
#content #informatives .service .supertitle {font-size: 12px;}
/* @end of Informatives: Service */
/* @group Informatives: Partner */
#content #informatives .partner .supertitle {font-size: 12px;}
.partner img {margin-top: 0;}
/* @end of Informatives: Partner */
/* @group Informatives: Datelist */
#informatives .datelist li {overflow: hidden;}
* html #informatives .datelist li {height: 1%;}
#informatives .datelist .shortteaserlist a {
  color: #900;
  display: block;
  float: right;
  font-size: 12px;
  line-height: 19px;
  width: 330px;
}
#informatives .datelist a:hover {color: #333333;}
#informatives .datelist span {
  color: #666;
  display: block;
  float: left;
  font-size: 10px;
  line-height: 16px;
  margin-top: 2px;
  width: 20px;
}
/* @end of Informatives: Datelist */
/* @group Serviceangebot */
#informatives .service li ul li { margin-bottom: 0; }
/* @end of Serviceangebot */
/* @end of Informatives */
/* @group UGCBar */
#ugc {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  margin-bottom: -1px;
  padding-left: 10px;
  margin-top: 18px;
  overflow: hidden;
  width: 940px;
}
#ugc strong {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
#ugc span {
  color: #777777;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
#ugc ul {
  float: left;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
}

#ugc ul li {
  border-right: 1px solid #e0e0e0;
  display: inline;
  padding: 0 5px 0 2px;
}
#ugc ul li.first,
#ugc ul li.last {
  border: none;
  padding-right: 0;
}
#ugc ul li.first {
  color: #777777;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
/* @end of UGCBar */
/* @group Teasermosaic */
#teasermosaic .teaserlist {
  margin: 0 0 20px 10px;
  overflow: hidden;
  padding-top: 19px;
  width: 940px;
}
#teasermosaic .teaserlist .shortteaserlist h3 {
  font: 400 100.1%/1 Arial,Helvetica,FreeSans,sans-serif;
  line-height: 16px;
}
/* @group Boxes */
.box {
  float: left;
  margin: 0 20px 0 0;
  max-height: 470px;
  overflow: hidden;
  width: 220px;
}
.teaserlist .last { margin-right: 0; }
.box .supertitle {
  font: 700 12px/2 Arial, Helvetica, FreeSans, sans-serif;
  text-transform: uppercase;
}
.box .supertitle a { color: #333; }
.box .supertitle a:hover { color: #900; }
.box .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin: 10px 0 6px 0;
}
.box p {
  font: 14px/1.35 Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
  margin-top: 1px;
}
.box .shortteaserlist {
  margin-bottom:  0;
}
.box .shortteaserlist li { margin-bottom: 5px; }
/* @end of Boxes */
/* @end of Teasermosaic */
/* @group Services */
/* @group Textlink*/
.adtextlink {
  border-top:  1px solid #e0e0e0;
  border-bottom:  1px solid #e0e0e0;
  color: #222;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  margin:  -1px 0 25px 0;
}
.adtextlink strong {
  color: #444;
  font-size: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.adtextlink a:link,
.adtextlink a:visited {color: #060;}
.adtextlink a:hover {text-decoration: underline}
.adtextlink a:active {color:  #060;}
/* @end Textlink */
#services .supertitle {
  font-size: 12px;
  margin-bottom: 19px;
}
#services .supertitle a {color: #333;}
#services .supertitle a:hover {color: #900;}
#services ul {
  font: 12px/1.33 Arial, Helvetica, FreeSans, sans-serif;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
* html #services ul {height: 1%;}
#services ul li {
  float: left;
  margin-right: 20px;
  width: 220px;
}
* html #services ul li {width:  160px;}
#services ul li.last { margin-right: 0; }
#services li li { margin-bottom: 5px; }
#services ul li a:link,
#services ul li a:visited { color: #333; }
#services ul li a:hover,
#services ul li a:active { color: #900; }
#services ul li.last {margin-right: 0;}
#services li li {margin-bottom: 5px;}
/* @end of Services */
/* @group Bottom */
/* @group Bottomnavigation */
/*.footer1 {
  background: #f2f2f2 url(http://images.zeit.de/static/img/bgfooter.jpg) repeat-x scroll left top;
  height: 1%;
}
#bottom {
  height: 1%;
  position: relative;
}
#bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
}*/
#bottom .bottomnav {
  font-weight: 700;
  margin-left: 10px;
  text-transform: uppercase;
  overflow: hidden;
  width: 960px;
}
.bottomnav li {
  float: left;
  margin-right: 14px;
  padding-top: 20px;
  overflow: visible;
}
.bottomnav li.last {
  margin-right: 0px;
}
* html .bottomnav li {
  width: 52px;
  margin-right: 9px;
}
* html .bottomnav li.lebensart, * html .bottomnav li.lebensart li {width: 75px;}
.bottomnav li.current {background: transparent url(http://images.zeit.de/static/img/nav_current.gif) no-repeat 50% 0;}
.bottomnav li li.current {background: none;}
.bottomnav li li.current a {color: #900 !important;}
#bottom li ul {margin-top: 8px;}
.bottomnav li li {
  float: none;
  font-weight: 400;
  height: 18px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.bottomnav a:link, .bottomnav a:visited, .bottomnav .current li a:link, .bottomnav .current li a:visited {color: #444;}
.bottomnav a:hover, .bottomnav a:active, .bottomnav .current a:link, .bottomnav .current a:visited, .bottomnav .current li a:hover {color: #900;}
.footersearch {
  height:  26px;
  line-height: 26px;
  margin: 20px 0;
  padding-left: 10px;
  position: relative;
  width:  940px;
  zoom: 1;
}
/* @end of Bottomnavigation */
/* @group Bottomsearch */
.footersearch a {
  background: transparent url(http://images.zeit.de/static/img/footerlogo.png) no-repeat 0 0;
  display: block;
  height: 22px;
  text-indent: -5000em;
  width:  191px;
}
.footersearch a:focus {outline:0;}
.footersearch form {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.footersearch input.itext {
  margin-right: 5px;
  width: 340px;
}
/* @end of Bottomsearch */
/* @group some more navigation */
/*.footernav {
  height:  26px;
  margin-top: 10px;
  padding-left: 10px;
  position: relative;
  width: 940px;
}*/
/*.footernav li {display: inline;}
.footernav1 li {padding-right: 8px;}
.footernav2 li {padding-left: 8px;}
.footernav2 {
  position: absolute;
  right: 0;
  top: 0;
}
.footernav a:link, .footernav a:visited {color: #444;}
.footernav a:hover, .footernav a:active {color: #900;}*/
/* @end of some more navigation  */
/* @group Endfooter */
/*#bottom .footer2 {
  background: #222;
  border-bottom: 1px solid #999;
  color: #fff;
  height: 35px;
  line-height: 35px;
}
#bottom .footer2 .center {position: relative;}
.footer2 #menutab {
  background: #f2f2f2;
  bottom: -3px;
  border: 1px solid #cfcfcf;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #222;
  cursor: pointer;
  font-size: 12px;
  left: 848px;
  line-height: 17px;
  padding: 4px 2px;
  position: absolute;
  text-align: center;
  width: 95px;
  z-index: 333333333;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}
#bottom .footer2 ul {font-size: 11px;}
.footer2 li {
  display: inline;
  padding-left: 6px;
}*/
.GvHGroup {
  display: none;
  font-size: 11px;
  left: 740px;
  position: absolute;
  top: 0;
}
.footer2 a:link, .footer2 a:visited {color: #fff;}
.footer2 a:hover, .footernav a:active {color: #900;}
/* @end of Endfooter */
/* @group another more navigation, never say end! */
.breadcrumbs {
  background: #f2f2f2;
  border-top: 1px solid #666;
  padding-left: 10px;
}
#bottom .breadcrumbs ul {
  font-size: 11px;
  padding: 10px 0;
}
#bottom .breadcrumbs ul li {
  background: transparent url(http://images.zeit.de/static/img/breadcrumbarrow.gif) no-repeat 100% 50%;
  display: inline;
  padding-right: 15px;
}
#bottom .breadcrumbs ul li.first,
#bottom .breadcrumbs ul li.last {
  background: none;
  padding: 0;
}
#bottom .breadcrumbs ul li a:link,
#bottom .breadcrumbs ul li a:visited,
#bottom .breadcrumbs ul li a:hover,
#bottom .breadcrumbs ul li a:active {
  color: #333;
  text-transform: capitalize;
  text-decoration: underline;
}
/* @end of another more navigation  */
/* @end of Bottom */
/* @end of Subelements */
/* @group Modules */
/* @group Article Tools */
#wrapper .tools {
  padding-bottom: 20px;
  list-style:none;
  margin:2px 0 0;
  padding:0;
  font:400 100.1%/1 Arial,Helvetica,FreeSans,sans-serif;
}

.tools li {
  font-size: 12px;
  line-height: 22px;
}

/* @group Bookmarkbuttons */
#informatives a.savebookmark:active,
#informatives a.savebookmark:focus {
  color: #666;
  outline: none;
}
#bms {
  background: #fff url(http://images.zeit.de/static/img/bookmarkpfeil.gif) no-repeat -80px 0;
  margin-bottom: 10px;
  padding-top: 7px;
}
li.bookmark #bms {
  margin-left: -20px;
}
#bms div.bmsinner {
  border: 1px solid #ccc;
  border-top: none;
  min-height: 20px;
  padding: 10px 10px 8px 10px;
  margin-bottom: 0px;
  overflow: hidden;
  vertical-align: middle;
}
.bmsinner a.widget_icon {
  background: url(http://images.zeit.de/static/img/socialservices/socialservices_sprite.gif) no-repeat 0 0;
  color: #900;
  cursor: pointer;
  float: left;
  font-size: 10px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin: 4px 0 6px 0;
  padding: 0 0 0 28px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 85px;
}
.bmsinner div.closer {
  clear: left;
  color: #900;
  cursor: pointer;
  text-align: right;
}
.bmsinner a:hover {
  color: #222;
}
.bmsinner a.twitter {
  background-position: 0 0;
}
.bmsinner a.facebook {
  background-position: 0 -22px;
}
.bmsinner a.buzz {
  background-position: 0 -44px;
}
.bmsinner a.delicious {
  background-position: 0 -66px;
}
.bmsinner a.studivz {
  background-position: 0 -110px;
}
.bmsinner a.mrwong {
  background-position: 0 -88px;
}
/* @end Bookmarkbuttons */

.tools li.back2article{
  background: none;
  padding-left:0;
}

.tools strong {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 22px;
  padding-right: 3px;
}

.tools li {
  background: transparent url(http://images.zeit.de/static/img/miniicons_v3.gif) no-repeat 0 3px;
  padding: 0 0 0 21px;
}

.tools .pages .current {
  font-weight: 700;
  color: #444;
}

.tools .author {background-position: 0px -553px;}
.tools .authorrss {background-position: 0px -453px;}
.tools .date {background-position: 0px -388px;}
.tools .pages {background-position: 0px -325px;}
.tools .comments {background-position: 0px -250px;}
.tools .print {background-position: 0px -181px;}
.tools .bookmark {
	display: none;
	background-position: 0 -754px;
}
.tools .source {background-position: 0px 0px;}
.tools .tags {background-position: 0px -57px;}
.tools .serie {background-position: 0px -646px;}
.tools .mail {background-position: 0 -887px;}


.tools li.toolad {
  background: none;
  padding-left: 0;
  padding-top: 10px;
}
.tools li.toolad strong {
  background: none;
  padding-left: 0;
}
/* @end of Article Tools */
/* @group Newsticker*/
#wrapper #informatives .newsticker .title{
  text-transform: none;
}
/* @end of Newsticker */


/* @group related box */
#wrapper .related .supertitle{
  color:#222222;
  font-size:12px;
  margin:0 0 7px;
}
#wrapper .related .shortteaserlist {
  list-style:none;
}
#wrapper .related .shortteaserlist li{
  margin-bottom:3px;
}
/* @end of Newsticker */

/* @group Partnerangebot */
#wrapper #informatives .partner span.verlagsmarke {
  line-height: 19px;
}
/* @end of Partnerangebot */

/* @group Informatives: Modules */
#informatives .module .supertitle a:visited { color: #333; }
#informatives .module .supertitle a { color: #900; }
#informatives .module { overflow: hidden; }
* html #informatives .module { height: 1%; }
#informatives .module .title {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 19px;
}
#informatives .module .title a { color: #333; }
#informatives .module .title a:hover { color: #900; }
/* @end of Informatives: Modules */
/* @group Teasermosaic: Modules */
#teasermosaic .module .title {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-weight:700;
  padding: 0;
  margin: 0;
}
#teasermosaic .module .title a {
  color: #222;
}
#teasermosaic .module .title a:hover {
  color: #900;
}
/* @end of Teasermosaic: Modules */
/* @group Alphanumeric List */
.teaserlist ul.alphasort { padding: 0;}
.alphasort li {
  border-right: 1px solid #e0e0e0;
  float: left;
  margin-bottom: 6px;
}

.alphasort li.last {
  border-right: none;
}

.alphasort li a {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 2px 0;
  width: 22px;
}

.teaserlist .alphasort li a {
  font-size: 11px;
  font-weight: 700;
  width: 18px;
}

ul.yearsort {margin-left: -4px;}
ul.yearsort li a {width:  36px;}
.alphasort li a:link,
.alphasort li a:visited {
  background: none;
  color: #900;
}
.alphasort li a:hover {background: #efefef;}

.body-archiv .alphasort  {
  padding-left: 0;
  margin-left: 0;
}

.body-archiv .doublelead{
  background: none;
}

.alphasort li {
  margin-bottom: 4px !important;
}

#wrapper .yearsort li a {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 1px 0 !important;
  width: 18px;
  font-weight: 400;
}

body #wrapper .yearsort li a {
  font-size: 12px;
  font-weight: 400;
  width: 36px;
}

.alphasort li span {
  color: #777;
  display: block;
  text-align: center;
  padding: 2px 0;
  width: 18px;
}

.teaserlist .alphasort li span {
  font-size: 11px;
  font-weight: 700;
}
#informatives .alphasort li span {
  font-size: 12px;
  font-weight: 400;
  padding: 1px 0;
}

#main .alphasort li.current a{
  color: #222;
}

.indexchar {
  float: left;
  font-size: 30px;
  font-weight: bold;
  line-height:25px;
}

#main .authorindex_title{
  border-left:1px solid #E0E0E0;
  color:#990000;
  font-size:20px;
  font-weight:normal;
  margin-left:31px;
  line-height:20px;
  padding-left:10px;
  text-transform:uppercase;
}

.alphasort li a:link,
.alphasort li a:visited {
  background: none;
  color: #900;
}
.alphasort li a:hover {background: #efefef;}

#content .infobox dd ul.yearsort {
  list-style: none;
  margin: 2px 0 0;
  overflow: hidden;
  padding: 0;
}

#content .infobox dd ul.yearsort li {
  border-right: 1px solid #e0e0e0;
  float: left;
  font-size: 12px;
  height: 1%;
  line-height: 19px;
  list-style: none;
  margin-bottom: 4px !important;
}

/* @end of Alphanumeric List */
/* @group Doublelead */
.doublelead {
  background: transparent url(http://images.zeit.de/static/img/1px_dotted_ccc.gif) repeat-y 50% 0;
  margin: 12px 0 0 0;
  padding: 0;
}

#main .lead .doublelead .supertitle {
  margin-top: -2px;
}

.doublelead .caption {
  color:#666;
  font-size:12px;
  line-height:19px;
  margin-bottom:10px;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
}

#main .video_lead .narrow{
  padding-right:0;
  width:260px;
  margin:0 18px 0 0;
}

#main .video_lead .nomargin{
  margin-right: 0;
  padding-right: 0;
}

#main .video_lead .block {
  margin-bottom: 0;
}

#main .video_lead {
  background: none;
  list-style: none;
}

/* @end of Doublelead */

/* @group video icons  */
* html .playimg {
  display:none;
}

.playimg {
  background: url("http://static.zeit.de/static/img/sprite_24b.png") no-repeat scroll left bottom transparent;
  bottom: 4px;
  height: 30px;
  left: 2px;
  position: absolute;
  width: 50px;
  background-position: 0 -49px;
}

.imgbox{
  position: relative;
  height: 84px;
  width: 148px;
}

/* new classes for player hiding and hd link*/
.stillImage{
  position: relative;
  cursor: pointer;
}

.stillImage img{
  margin: 0 0 0;
}

.throbber {
    background: url("http://images.zeit.de/static/img/ajax-loader.gif") no-repeat scroll 50% 50% transparent;
}

.stillImage span{
  left: 10px;
  bottom: 10px;
   position: absolute;
}

/*
.stillImage .playimg{
  background-position: 0 0px;
}*/

.stillImage .button_large{
  background: url("http://static.zeit.de/static/img/play-l.png") no-repeat scroll left bottom transparent;
  height: 42px;
  width: 149px;
}

.stillImage .button_medium{
  background: url("http://static.zeit.de/static/img/play-m.png") no-repeat scroll left bottom transparent;
  height: 25px;
  width: 108px;
}

.showVideoHd{
	text-align: right;
	min-width: 80px;
	font-family: sans-serif;
}

.dyn_caption{
	margin-top: 5px;
}

/* end new classes for player hiding and hd link*/

#informatives .narrow .imgbox{
  height: 99px;
  width: 175px;
  margin: 0 0 7px;
}

.lead .playimg{
  background-position: 0 0px;
  height: 50px;
  width: 80px;
  left: 10px;
  bottom: 10px;
}

.lead .imgbox{
  height: 304px;
  width: 540px;
}

.vid_rotator .imgbox,
#informatives .videolist .imgbox{
  height: 99px;
  width: 175px;
  margin:0;
}

#teasermosaic .imgbox,
.teaservideolist .imgbox{
  height: 124px;
  width: 220px;
}

.article .teaservideolist .imgbox {
	height: 94px;
	width: 167px; /* 140px??? */
}

#videomosaic .imgbox {
  height: 124px;
  width: 220px;
}

/* @end video icons */

/* @group Titelfluss */
.zol_titelfluss {
  margin-bottom: 20px;
}
/* @end of Titelfluss */

/* @group Video */

.zol_video{
  z-index: 0;
}

/* @group Video Navigation  */

.vid_rotator .title a{
  font-size: 12px;
  font-weight: 300;
  margin: 4px 0 6px;
  text-transform: none;
}

#informatives .teaserlist .vid_rotator .title{
  line-height: 16px
}

.vid_rotator .narrow img{
  margin-bottom: 0;
}

.vid_rotator .narrow .title{
  margin-bottom: 10px;
}

.vid_rotator ul{
  overflow: hidden;
}

.vid_nav .pagenav span.numbers {
  width: 50px;
}

.vid_headline{
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin-top: 3px;
  padding-top: 14px;
  text-transform: uppercase;
}

.vid_nav .pagenav a.rwd,
.vid_nav .pagenav .rwd_inactive {
  right: 76px;
}

.vid_nav{
  margin-bottom: 10px
}

.vid_nav .pagenav {
  width: 114px;
  float: right;
}

.hasNav {
  height: 265px;;
}

/* @end Video Navigation  */

body p.noflash {
  background: #F2F2F2;
  font-size: 12px;
  padding: 10px;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
}

#informatives .zol_video {
  line-height: 1;
}

#informatives .caption{
  color:#666666;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size:12px;
  line-height:14px;
  margin:6px 0 12px;
}

#informatives .video .title{
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}

/* @end of Video */

/* @group Infobox */
.body-js .infobox {display: none;}
#content .teaserlist .infobox {
  margin-bottom: 20px;
}
#content .infobox {width:  520px;}
#content .infobox img.inline {
  float: left;
  margin-right: 15px;
  width: 180px;
  margin: 3px 10px 5px 0px;
}
#content .infobox dl {
  margin: 0;
  padding: 0;
}
#content .infobox dd {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0px 0 0 0;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  position: relative;
}
* html #content .infobox dd {height: 1%;}
#content .infobox dd p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
#content .infobox ul {
  background: transparent url(http://images.zeit.de/static/img/1px_solid_ccc.gif) repeat-x 0 100%;
  height: 30px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#content .infobox ul li {
  border:  1px solid #ccc;
	border-bottom: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: left;
  font-size: 10px;
  font-weight: 700;
  height: 28px;
  line-height: 30px;
  margin-right: 5px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}
#content .infobox ul li.current {
  border-bottom: 2px solid #fff;
  color: #900;
}
#content .infobox ul li.hover {
  color: #900;
  cursor: pointer;
}
#content .infobox ul li.last {margin-right: 0;}
#content .infobox dd {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
#content .infobox dd ul  {
  background: none;
  height: auto;
  list-style: disc outside;
  margin: 0 0 15px 0;
  overflow: auto;
  padding: 0 0 0 20px;
}

#content .infobox dd ol {
  background: none;
  height: auto;
  list-style: alpha outside;
  margin: 0 0 15px 0;
  overflow: auto;
  padding: 0 0 0 20px;
}

#content .infobox dd ul li {
  border: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: none;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: 18px;
  list-style: disc;
  margin-right: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

#content .infobox dd ol li {
  border: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: none;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: 18px;
  margin-right: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}
/* @end */

/* @group Inlinebiga */
body .inlinebiga p {
  color: #666;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.inlinebiga p.copyright {
  color: #999;
  text-align: right;
}
.inlinebiga .clear {
  min-height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
}
* html .inlinebiga .clear {height: 30px;}

.teaserlist .inlinebiga .clear {
  min-height: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
}
* html .teaserlist .inlinebiga .clear {height: 16px;}

div.bigatext div.gal_text, div.bigatext p {
  display: inline;
  font-size: 10px;
  line-height: 14px;
}
.inlinebiga .biganav {
  display: none; /* off ohne JS, wird über .body-js wieder eingeschaltet */
  float:  right;
  position: relative;
  width:  250px;
}
.body-js .inlinebiga .biganav {
  display: block;
  margin:0 0 5px 10px;
}
.inlinebiga .biganav a {
  display: block;
  font-size: 10px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.inlinebiga .biganav a.rwd {
  background: transparent url(http://images.zeit.de/static/img/bigapfeile_v3.gif) no-repeat 0 -200px;
  padding-left: 32px;
}
.inlinebiga .biganav a.rwd:hover {background-position: 0 -225px;}
.inlinebiga .biganav a.fwd {
  background: transparent url(http://images.zeit.de/static/img/bigapfeile_v3.gif) no-repeat scroll 90px -275px;
  padding-right: 32px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.inlinebiga .biganav a.fwd:hover {background-position: 90px -300px;}
.inlinebiga .biganav a.rwd:focus,
.inlinebiga .biganav a.fwd:focus {
  color: #900;
  outline: none;
}
/* @end of Inlinegallery */
/* @group Quiz */
li.quiz {overflow:hidden;}
.quiz input {
  position: absolute;
  right: 3px;
  top: 3px;
}
.quiz input.submit {
  float: right;
  margin-top: 5px;
  position: relative;
  right: auto;
  top: auto;
}
.quiz li {
  line-height: 24px;
  overflow: hidden;
  padding-left: 6px;
  position: relative;
}
.quiz .odd {background-color: #f2f2f2;}
.quiz span{
  color: #222;
  font-size: 10px;
  font-weight: bold;
}
.quiz .count {
  color: #900;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: uppercase;
}
.quiz li label {
  display: block;
  float: right;
  padding-right: 25px;
  width: 320px;
}
.quiz li span, .quiz li input {
  display: block;
  float: left;

}
/* @group Informatives */
#informatives .quiz li{
  line-height:24px;
}
#informatives .quiz .title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
#informatives .quiz .supertitle {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
#informatives .quiz .count{
  margin-bottom:3px;
}
/* @end of Informatives */
/* @group  Teasermosaic */
#teasermosaic .quiz .title {margin: 0 0 6px;}
#teasermosaic .quiz .count {margin-top: 0;}
#teasermosaic .quiz li label {width: 170px;}
/* @end of Teasermosaic */
/* @end of Quiz */
/* @group RSS List */
.rss {
  background-image: url(http://images.zeit.de/static/img/rss_icons.png);
  background-repeat: no-repeat;
  padding-right: 35px;
}
.externicon {
  display: inline;
  margin-right:4px;
  margin-bottom:-1px
}

#teasermosaic .rsslist .supertitle {
  height: 24px;
  position: relative;
}
#teasermosaic .externicon {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* @group Informatives */
#informatives .rsslist .supertitle {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
#informatives .bullets .shortteaserlist {
  list-style-type:square;
  margin-left:14px;
}

#informatives .bullets .shortteaserlist li {
  line-height:19px;
}
/* @end of Informatives */
/* @group Teasermosaic */
#teasermosaic .rsslist .shortteaserlist {
  padding-top:0px;
}

#teasermosaic .bullets .shortteaserlist{
  list-style-type:square;
  margin-left:14px;
}

#teasermosaic .bullets .shortteaserlist li{
  line-height:19px;
}

/* @end of Teasermosaic */
/* @end of RSS List */
/* @group Stocks */
.stocks .index {
  color: #900;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: uppercase;
}
.stocks form {margin-top: 20px;}
.stocks form input.text {
  margin-right: 5px;
  width: 285px;
}
/* @group Informatives */
#informatives .stocks .supertitle {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
#informatives .stocks a img {
  margin: 0;
}
/* @end Informatives*/
/* @group  Teasermosaic */
#teasermosaic .stocks img {margin-bottom: 5px;}
#teasermosaic .stocks a img {
  margin-left: -7px;
  margin-top: -5px;
}
#teasermosaic .stocks .index {
  color: #444;
  margin-top:  0;
}
#teasermosaic .stocks form input.text {
  margin-right: 5px;
  width: 135px;
}
/* @end of Teasermosaic */
/* @end of Stocks */
/* @group Voting */
li.voting {overflow:hidden;}
.voting input {
  position:absolute;
  right:3px;
  top:3px;
}
.voting input.submit {
  float: right;
  margin-top: 5px;
  position: relative;
  right: auto;
  top: auto;
}
.voting li {
  line-height: 24px;
  overflow: hidden;
  padding-left: 6px;
  position: relative;
}
.voting .odd {background-color:#F2F2F2;}
.voting span{
  color: #222;
  font-size: 10px;
  font-weight: 700;
}
.voting li label {
  display :block;
  float: right;
  padding-right :25px;
  width: 320px;
}
.voting li span, .voting li input {
  display: block;
  float: left;

}
/* @group Voting Results */
.voting .result {
  clear: both;
  height: 10px;
  margin-left:18px;
}
.voting .result span {
  background-color: #900;
  height: 10px;
}
.voting .votecount {margin-left:18px;}
/* @end of Voting Results */
/* @group Informatives */
#informatives .voting li {
  line-height: 24px;
}
#informatives .voting .title{
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
#informatives .voting .supertitle{
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
#informatives .voting .result {width: 320px;}
/* @end of Informatives */
/* @group  Teasermosaic */
#teasermosaic .voting .title {margin: 0 0 6px;}
#teasermosaic .voting li label {width:170px;}
#teasermosaic .voting .result {width:180px;}
/* @end of Teasermosaic */
/* @end of Voting */
/* @group Weather */
#teasermosaic .weather ul.clear {
  background: transparent url(http://images.zeit.de/static/img/wetter-220x124.jpg) no-repeat 0 0;
  padding-top:  137px;
}

#teasermosaic .weather ul.clear ul {
  background: none;
  padding-top: 0;
}
.weather ul li strong {
  display: block;
  float: left;
  margin-left: 8px;
  width: 60px;
}
.weather ul li a,.weather ul li a:visited {color: #222222;}
.weather ul li a:hover {color: #990000;}
.weather ul li em{
  display: block;
  float: left;
  width: 15px;
}

.weather ul li em{
  font-style: normal;
}

.weather ul li span {
  display: block;
  float: left;
  height: 24px;
  margin-left: 8px;
  margin-right: 6px;
  width: 5px;
}
.weather li,.weather li em, .weather li strong {font-size:10px;}
.weather .odd {background-color:#F2F2F2;}
.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12,.w13,.w14 {
  background-image: url(http://images.zeit.de/static/img/weather.png);
  background-repeat: no-repeat;
  height: 24px;
  padding-left: 25px;
  width: 25px;
}
.w1 {background-position: 0 1px;}
.w2 {background-position: 0 -24px;}
.w3 {background-position: 0 -49px;}
.w4 {background-position: 0 -75px;}
.w5 {background-position: 0 -100px;}
.w6 {background-position: 0 -126px;}
.w7 {background-position: 0 -147px;}
.w8 {background-position: 0 -176px;}
.w9 {background-position: 0 -207px;}
.w10 {background-position: 0 -237px;}
.w11 {background-position: 0 -270px;}
.w12 {background-position: 0 -304px;}
.w13 {background-position: 0 -335px;}
.w14 {background-position: 0 -363px;}
/* @end of weather*/
/* @group Teasermosaic Datelist */
#teasermosaic .datelist span {
  color: #666;
  font-size: 10px;
  line-height: 16px;
  padding-right: 8px;
}
/* @end */
/* @group Informatives */
#informatives .weather ul {
  display:block;
  float:left;
  margin-bottom:20px;
  margin-right:1px;
  width:184px;
}
#informatives .weather {overflow:hidden;}
#informatives .weather .supertitle {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
#informatives .weather li {
  height:24px;
  line-height:24px;
}
#informatives .weather form input.text {
  margin-right:5px;
  width:280px;
}
#informatives .weather .lowertitle {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
/* @end of Informatives */
/* @group Teasermosaic */
#teasermosaic .weatherlabel {
	display: block;
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 3px;
	margin-top:10px;
	text-transform: uppercase;
}
#teasermosaic .weather li {
  height:24px;
  line-height:24px;
  margin-bottom:0;
  overflow:hidden;
}
#teasermosaic .weather li em {
  width: 30px;
  font-style: normal;
}
#teasermosaic .weather li strong {width: 75px;}
#teasermosaic .weather ul {
  padding-left: 0;
  margin-left: 0;
}

#teasermosaic .weather form input.text {
  margin-right: 5px;
  width: 135px;
}

/* @end of Teasermosaic */
/* @end of Weather*/
/* @end of Modules */

/* @group Pagenavigation */
.pagenav {
  height: 24px;
  margin: 5px 0 0;
  position: relative;
}
* html .pagenav {
  height: 24px !important;
}
.pagenav a, .pagenav .rwd_inactive, .pagenav .fwd_inactive, .pagenav_com .fwd_inactive, .pagenav_com .rwd_inactive, .pagenav_com a {
  background: transparent url(http://images.zeit.de/static/img/bigapfeile_v3.gif) no-repeat scroll 0 0;
  bottom: 0;
  display: block;
  height: 24px;
  position: absolute;
  text-indent: -5000em;
  width: 26px;
  outline: 0 !important;
}
.pagenav a.fwd, .pagenav .fwd_inactive {right: 0px;}
.pagenav a.fwd:link, .pagenav a.fwd:visited {background-position: 0 -275px;}
.pagenav a.fwd:hover {background-position: 0 -300px;}
.pagenav .fwd_inactive {background-position: 0 -325px;}
.pagenav a.rwd,.pagenav .rwd_inactive {right:128px;}
.pagenav a.rwd:link, .pagenav a.rwd:visited {background-position: 0 -200px;}
.pagenav a.rwd:hover {background-position: 0 -225px;}
.pagenav .rwd_inactive {background-position: 0 -250px;}
.pagenav span.numbers {
  font-weight:700;
  line-height:24px;
  position:absolute;
  right:25px;
  text-align:center;
  top:0;
  width:102px;
}
/* @end of Pagenavigation */
/* @group Ads */
.ipad_ad, .articleadouter {
  display: none !important;
}
span.verlagsmarke, span.neueverlagsmarke {
  display: block;
  color: #444;
  float:  right;
  font-size: 10px;
  line-height: 24px;
}
#wrapper span.verlagsmarke {
  font-size: 10px;
  text-transform: uppercase;
}
#p1 {
  /*float: right;*/
  padding: 10px 160px 6px 0;
  position: relative;
}
#p1_right {
  position: absolute;
  bottom: -605px;
  right: 0;
  width:  160px;
}

#place_5 {
  margin-top: 15px;
}

* html #p1_right {
  right: -20px;
}

.anzeige {
  color: #444;
  display: block;
  font: 400 10px/24px Arial, Helvetica, FreeSans, sans-serif;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}
.monsterbanner {
  margin: 8px 20px 0px 10px;
  width: 940px;
}
#wrapper .ad .innerad {
  border: 1px dotted #ccc;
  padding: 10px 0 5px 0;
}

* html #wrapper .ad .innerad {border: 1px solid #eee;}

.mr .innerad .inner {
  margin: 0 auto;
  min-width: 300px;
  padding: 0;
  text-align: center;
}

.mr .innerad .inner > div,
.mr .innerad .inner > table {
  margin: 0 auto;
}

.t21 .ad {
  margin: -1px 0 0 0;
  width: 458px;
}

.sponsoring {
  margin-top: 2px;
}

/* @group Partner Searchbox */
.partnersearch {
  background: #F2F2F2;
  border: 1px solid #E0E0E0;
  border-left: none;
  border-right: none;
  padding:  0;
}
.partnersearch .header {
  background: transparent url(http://images.zeit.de/static/img/maglass.png) no-repeat 10px 12px;
  border-top: 1px solid #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding:  9px 10px 5px 26px;
  text-transform: uppercase;
}
.partnersearch .offer {margin: 0 10px;}
.partnersearch p {
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 12px;
  line-height: 19px;
  width: 440px;
}
.partnersearch .right {margin-top: 0;}
.partnersearch form {
  border-bottom: 1px solid #fff;
  padding: 10px 10px 9px 10px;
}
input.partnersearchtext {
  margin-right: 7px;
  width:  300px;
}
select.partnersearchselect {
  width:  130px;
  margin-right: 7px;
}
/* @end Partner Searchbox */
/* @end of Ads */
/* @group Abo */
li.abo {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
li.abo a {
  font-weight: 400;
  text-transform: none;
}
/* @end of Abo */
/* @group Icons */
span.icon1,
span.icon2,
span.icon3,
span.icon4,
span.icon5,
span.icon6,
span.icon7,
span.icon8,
span.icon9,
span.icon10,
span.icon11,
span.icon12,
span.icon13,
span.icon14,
span.icon15,
span.icon16,
span.icon17,
span.icon18,
span.icon19,
span.icon20,
span.icon21,
span.icon22,
span.icon23,
span.icon24,
span.icon25,
span.icon26,
span.icon27,
span.icon28,
span.icon29,
span.icon30,
span.iconinf,
span.iconvid,
span.iconpic,
span.iconaud,
span.iconcom,
span.iconmap,
span.iconemb,
span.iconlink,
span.iconinfb,
span.iconsnd,
span.iconvid_inline,
span.iconpic_inline,
span.iconmap_inline,
span.iconaud_inline,
span.iconaud_inline {padding-left: 14px;}
.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6,
.icon7,
.icon8,
.icon9,
.icon10,
.icon11,
.icon12,
.icon13,
.icon14,
.icon15,
.icon16,
.icon17,
.icon18,
.icon19,
.icon20,
.icon21,
.icon22,
.icon23,
.icon24,
.icon25,
.icon26,
.icon27,
.icon28,
.icon29,
.icon30,
.iconinf,
.iconvid,
.iconpic,
.iconaud,
.iconcom,
.iconmap,
.iconemb,
.iconlink,
.iconinfb,
.iconsnd,
.iconvid_inline,
.iconpic_inline,
.iconmap_inline,
.iconaud_inline,
.iconaud_inline,
.iconlink_inline,
.iconinfo_inline,
.iconportrait_inline {
  background-image: url(../img/icons.gif);
/*  background-image: url(http://images.zeit.de/static/img/icons.gif);*/
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 12px;
}
.icon1 {background-position: -3px -2px;}
.icon2 {background-position: -3px -37px;}
.icon3 {background-position: -3px -72px;}
.icon4 {background-position: -2px -1235px;}
.icon5 {background-position: -3px -145px;}
.icon6 {background-position: -3px -1614px;}
.icon7 {background-position: -3px -213px;}
.icon8 {background-position: -3px -248px;}
.icon9 {background-position: -1px -1266px;}
.icon10 {background-position: -3px -320px;}
.icon11 {background-position: -3px -357px;}
.icon12 {background-position: -3px -392px;}
.icon13 {background-position: -3px -427px;}
.icon14 {background-position: -3px -464px;}
.icon15 {background-position: -3px -498px;}
.icon16 {background-position: -3px -535px;}
.icon17 {background-position: -3px -570px;}
.icon18 {background-position: -3px -607px;}
.icon19 {background-position: -3px -640px;}
.icon20 {background-position: -3px -677px;}
.icon21 {background-position: -3px -1332px;}
.icon22 {background-position: -3px -750px;}
.icon23 {background-position: -3px -784px;}
.icon24 {background-position: -3px -821px;}
.icon25 {background-position: -1px -1405px;}
.icon26 {background-position: -1px -1367px;}
.icon27 {background-position: -3px -1473px;}
.icon28 {background-position: -3px -1510px;}
.icon29 {background-position: -3px -1545px;}
.icon30 {background-position: -3px -1580px;}
.iconinf {background-position: 0 -890px;}
.iconvid {background-position: 0 -923px;}
.iconpic {background-position: 0 -961px;}
.iconmap {background-position: 0 -854px;}
.iconsnd {background-position: 0 -1065px;}
.iconcom {background-position: 0 -996px;}
.iconlink {background-position: 0 -1034px;}
.iconinf_inline {background-position: 0 -890px;}
.iconvid_inline {background-position: 0 -921px;}
.iconpic_inline {background-position: 0 -959px;}
.iconmap_inline {background-position: 0 -854px;}
.iconsnd_inline {background-position: 0 -1065px;}
.iconcom_inline {background-position: 0 -996px;}
.iconlink_inline {background-position: 0 -1204px;}
.iconinfo_inline {background-position: 0 -888px;}
/* Icon auf Wunsch entfernt, padding 0 */
.iconportrait_inline {
  background: none;
  padding-left: 0;
}
/* @end of Icons */
/* @group Applications*/
/* @group Bookmarkscript */
.mid {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.bmtext {margin-bottom: 3px;}
.bmimages {
  height:  26px;
  text-align: center;
}
.bmimages img {
  border:  1px solid #e0e0e0;
  margin-right: 10px;
}
.bminfo {
  font-weight: 700;
  height:  1em;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.bm_hover {cursor: pointer;}
/* @end Bookmarkscript */
/* @group Bookmarkscript */
.mid {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.bmtext {margin-bottom: 3px;}
.bmimages {
  height:  26px;
  text-align: center;
}
.bmimages img {
  border:  1px solid #e0e0e0;
  margin-right: 10px;
}
.bminfo {
  font-weight: 700;
  height:  1em;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.bm_hover {cursor: pointer;}
/* @end Bookmarkscript */

/* @group Bildrechte */
#bildrechte {
	background: #fff;
	padding: 10px;
}

.bildrechte {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.bildrecht {
	display: block;
	float: left;
	line-height: 1.2;
	margin: 0 5px 5px 0;
	overflow: hidden;
	width: 307px;
}

.bildrecht-img {
	display: table-cell;
	height: 40px;
}
	.bildrecht-img img {
		height: 40px;
	}

.bildrecht-nr {
	text-align: right;
	width: 20px;
}
.bildrecht-text, .bildrecht-nr {
	display: table-cell;
	font-size: 12px;
	padding: 4px;
	vertical-align: bottom;
}
/* @end Bildrechte */

/* @group colorbox */
/*
* ColorBox Core Style
* The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  z-index:9999;
}
#cboxOverlay {
  height:100%;
  position:fixed;
  width:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {clear:left;}
#cboxContent {
  overflow:visible;
  position:relative;
}
#cboxLoadedContent {overflow:auto;}
#cboxLoadedContent iframe {
  border:0;
  display:block;
  height:100%;
  width:100%;
}
#cboxTitle {margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {cursor:pointer;}
/*
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML,
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay {background:#000;}
#colorbox {}
#cboxTopLeft {
  background: transparent url(http://images.zeit.de/static/img/colorbox/border-top.gif) repeat-x bottom;
  height:45px;
  width:14px;
}
#cboxTopCenter {
  background: transparent url(http://images.zeit.de/static/img/colorbox/border-top.gif) repeat-x bottom;
  height:45px;
}
#cboxTopRight {
  background: transparent url(http://images.zeit.de/static/img/colorbox/border-top.gif) repeat-x bottom;
  height:45px;
  width:14px;
}
#cboxBottomLeft {
  background: #fff;
  height:43px;
  width:14px;
}
#cboxBottomCenter {
  background: #fff;
  height:43px;
}
#cboxBottomRight {
  background: #fff;
  height:43px;
  width:14px;
}
#cboxMiddleLeft {
  background: #fff;
  width:14px;
}
#cboxMiddleRight {
  background: #fff;
  width:14px;
}
#cboxContent {background:#fff;}
#cboxLoadedContent {margin-bottom:5px;}
#cboxLoadingOverlay {background:url(http://images.zeit.de/static/img/colorbox/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic {background:url(http://images.zeit.de/static/img/colorbox/loading.gif) center center no-repeat;}
#cboxTitle {
	bottom: -44px;
	left: 9px;
	position: absolute;
	font-size: 12px;
	height: 32px;
	line-height: 18px;
	padding-right: 0px;
}
#cboxCurrent{
  bottom:-25px;
  color:#949494;
  font-weight:bold;
  position:absolute;
  right:27px;
  text-align: center;
  width:36px;
}
#cboxClose {
	color:  #fff;
	float: none !important;
	font-size: 12px;
	letter-spacing: .1em;
	min-height: 1px;
	position: absolute;
	right: -14px;
	text-align: right;
	text-transform: uppercase;
	top: -32px;
	width: 110px;
}
#cboxClose.hover {color: #900;}
#cboxPrevious,
#cboxNext {
  background: transparent url(http://images.zeit.de/static/img/bigapfeile_v3.gif) no-repeat 0 0;
  bottom: -29px;
  height: 24px;
  position: absolute;
  text-indent: -9999em;
  width:  26px;
}
#cboxSlideshow {
  background: url(http://images.zeit.de/static/img/colorbox/controls.png) 0px 0px no-repeat;
  bottom: -29px;
  position: absolute;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
#cboxPrevious {
  background-position: 0px -200px;
  right:67px;
}
#cboxPrevious.hover {background-position: 0px -225px;}
#cboxNext {
  background-position: 0px -275px;
  right:0px;
}
#cboxNext.hover {background-position: 0px -300px;}
.cboxSlideshow_on #cboxSlideshow {background-position: -83px -0px; right: 27px;}
.cboxSlideshow_on #cboxSlideshow.hover {background-position: -106px -0px;}
.cboxSlideshow_off #cboxSlideshow {background-position: -106px -23px; right: 27px;}
.cboxSlideshow_off #cboxSlideshow.hover {background-position: -83px -0px;}

img.oIleft {
  display: block;
  margin: 7px 0 0 5px;
  position: absolute;
  z-index: 1000;
}

img.oInone {
  position: absolute;
  left: 4px;
  top: 31px;
}

.infografik img.oInone {
  top: 27px;
}
/* @end of colorbox */
/* @group iframe */
iframe.highframe {
  background: #fff;
  border: none;
}

iframe.inlineframe{
  border: none;
  margin: 0;
  padding: 0;
}
/* @end iframe */
/* @group Partnerboxen */
/* @author Christoph von Bargen */
.partnerangebot {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin-bottom: 10px;
  padding: 10px 0px;
  text-align: left;
}
.sponsoring .partnerangebot {
  border-bottom: none;
  margin-bottom: 0px;
}
.autoangebot {
  border-top: 1px dotted #ccc;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}
.sponsoring .autoangebot p {
  margin: 0;
  padding: 0;
}
html>body .sponsoring .autoangebot iframe {
  height: 220px !important;
}
#main .partnerangebot h4 {font-size: 20px;}
.partnerangebot p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.partnerangebot p.reisesuche {
  font-size: 14px;
  margin-top: 10px;
}
.partnerangebot .headline {
  color: #990000;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 4px;
}
.partnerangebot .subline {
  font-size: 18px;
  font-weight: bold;
}
.job_bild {
  float: left;
  margin: 0 0 10px 40px;
}
.job_bild p {
  color: #006600;
  font-weight: bold;
  font-size: 11px;
  padding: 0px 0;
}
.job_bild span {
  font-weight: bold;
  font-size:10px;
}
.job_bild img {
  margin: 3px 0 0 0;
  display: block;
  border:none;
}
html > body .job_bild.first {
  margin-left: 1px;
}
.reise_bild {
  float: left;
  height: 140px;
  margin-right: 10px;
}
.reise_text {
  height: 140px;
}
.reise_submit {
  border: 0px solid #fff;
  width: 60px;
  height: 21px;
  background: url(http://images.zeit.de/bilder/Partnerangebote/suchen.png) left top;
}
.reise_input {
  background-color: #fff;
  border: 1px solid #999999;
  font-size: 12px;
  margin-right: 10px;
}
/* @end of Partnerboxen */
/* @group BytefmPlayer */
a.bytefmplayer_js {
  background: url(http://images.zeit.de/static/img/bytefm_sprite.jpg) no-repeat 0 0;
  display: block;
  height: 109px;
  text-indent: -5000em;
  padding: 0;
  margin: 0;
  width: 368px;
}
a.bytefmplayer_js:hover {
  background-position: 0 -110px;
}
.bytefmbigplayer_js {
  background: url(http://images.zeit.de/static/img/player_0001_sprite.png) no-repeat 0 0;
  display: block;
  height: 109px;
  text-indent: -5000em;
  padding: 0;
  margin: 0;
  width: 540px;
}
.bytefmbigplayer_js img {display: none;}
.bytefmbigplayer_js:hover{
  background-position: 0 -110px;
}

/* @end of BytefmPlayer */
/* @group DLFPlayer */
a.dlfplayer_js {
  background: url(http://images.zeit.de/static/img/bytefm_sprite.jpg) no-repeat 0 0;
  display: block;
  height: 109px;
  text-indent: -5000em;
  padding: 0;
  margin: 0;
  width: 368px;
}
a.dlfplayer_js:hover {
  background-position: 0 -110px;
}
/* @end of BytefmPlayer */
/* @group Olympia-2010-Ticker */
.olympiamedals .title {
  background: transparent url(http://images.zeit.de/static/img/olympia-2010/bg-olympia-2010.jpg) no-repeat 0 0;
  height: 23px;
  padding: 24px 0 0 3px;
  width: 370px;
}
.olympiamedals table {
  margin-top: 10px;
  width: 370px;
}
.olympiamedals td {
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.olympiamedals td img {
  background: #fff;
  border: 2px groove #fff;
  width: 16px;
  margin: 5px 5px 0 5px;
  display: block;
  float: left;
}
.olympiamedals td strong {
  font-size: 11px;
}
.olympiamedals th {
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.olympiamedals tr.odd, .olympiamedals tr.odd td {
  border: none;
  background: #f1f1f1;
}
.gold, .silver, .bronce, .allmedals {
  height: 25px;
  line-height: 25px;
  text-indent: -5000em;
  width: 44px;
}
th.gold {
  background: transparent url('http://images.zeit.de/static/img/olympia-2010/medal-gold.gif') 50% 50% no-repeat;
}
th.silver {
  background: transparent url('http://images.zeit.de/static/img/olympia-2010/medal-silver.gif') 50% 50% no-repeat;
}
th.bronce {
  background: transparent url('http://images.zeit.de/static/img/olympia-2010/medal-bronce.gif') 50% 50% no-repeat;
}
th.allmedals {
  background: transparent url('http://images.zeit.de/static/img/olympia-2010/medals.gif') 50% 50% no-repeat;
}
table td.medaltitle, th.medaltitle {
  text-align: left;
}
.olympiamedals .ticker_title {
  border-bottom: 1px solid #eee;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
.olympiamedals .ticker {
  height: 230px;
  margin-top: 0px;
  overflow: auto;
}
.olympiamedals .ticker b:first-child {
  display:none;
}
.olympiamedals .ticker br {
  display: none;
}
.olympiamedals .ticker b {
  background: #f1f1f1;
  display: block;
  margin: 10px 0 3px 0;
}
/* @end of Olympia-2010-Ticker */
/* @group Rezensionssuche */
.recensionsearch label {
  font-weight: 700;
  text-transform: uppercase;
}
.recensionsearch input.textfield {
  margin-right: 5px;
  width: 280px;
}
/* @end of Rezensionssuche */
/* @end of Applications*/
iframe.facebookframe {
  width: 540px;
  height: 255px;
}
iframe.facebooksmallframe {
  width: 370px;
  height: 255px;
}
iframe.highframe + ul.teaserlist {
  background: #fff;
  float: left;
  margin-bottom:-20px;
  padding-bottom:20px;
  width:700px;
}

/* @group CHE-AD-Infobox */
.che_ranking_infobox form {
  display: inline;
  float: left;
  margin: 5px 0 0px 0;
  padding-bottom: 15px !important;
  overflow: hidden;
  text-align: left;
}

.che_ranking_infobox .che_title a:link,
.che_ranking_infobox .che_title a:visited {
	color: #222;
}
.che_ranking_infobox .che_title a:hover {
	color: #900;
}

.che_ranking_infobox form a.chelink {
  font-size: 10px;
}

.che_ranking_infobox form img {
  display: inline;
  float: left;
  margin-right: 12px;
}

.che_ranking_infobox form select {
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 2px;
}

.che_ranking_infobox form label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.che_ranking_infobox .che_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.che_full_form {
  width: 500px;
}

.che_full_form select {
  position: absolute;
  right: 0;
  top: 0;
  width: 225px;
}

.che_form_line {
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  position: relative;
}

.che_ranking_infobox form.che_medium_form {
  margin-right: 12px;
  width: 320px;
}

.che_small_form {
  width: 160px;
}

.che_medium_form select,
.che_small_form select {
  margin-bottom: 4px;
  width: 160px;
}

.che_form_buttom input {
  float: right;
  display: inline;
}
/* @end */
/* @group Twitter-Widget */
.twtr-widget {
  margin-top: 10px;
}

.service .twtr-doc .twtr-hd {
  display: none;
}
/* @end */

/* @group Service Newsticker */
#service_newsticker{
  width: 940px;
  margin-left: 10px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

#service_newsticker .supertitle{
  font-size: 12px;
}

#service_newsticker .tickerlink{
  float: right;
  font-size: 12px;
  color: #900;
}

#service_newsticker ul{
  list-style: none;
  margin-top: 5px;
  padding: 0px;
  font-size: 12px;
  width: 455px;
  float: left;
  line-height: 1.3;
}

#service_newsticker ul > li > a:link,
#service_newsticker ul > li > a:visited {
  font-size: 12px;
  color:black;
}

#service_newsticker ul > li > a:hover {
  color: #900;
}

#service_newsticker li.first {
  margin-top: 10px;
  margin-bottom: 5px;
}

#service_newsticker li.last {
  margin-top: 5px;
  margin-bottom: 10px;
}

#service_newsticker strong {
  font-size: 10px;
  padding-right: 2px;
  text-transform: uppercase;
  color: #900;
}

#service_newsticker li > span{
  color: #666;
}

#service_newsticker .left-list{
  margin-right: 25px;
}
/* @end */

/* @group Bigpicture */

#bottompic {
  margin: 0 0px 30px 10px;
  width: 940px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

#bottompic .supertitle {
  font-size: 12px;
}

#bottompic .fotolink {
  float: right;
  font-size: 12px;
  line-height: 19px;
}

#bottompic img {
  margin-bottom: 4px;
}

#bottompic .copyright {
  float: right;
  font-size: 10px;
  text-align: right;
  padding-top: 2px;
	padding-left: 10px;
}

/* @end Bigpicture */
/* @group Google Maps */
iframe + br + small {
  display: block;
  margin-bottom: 14px;
}
/* @end */
/* @group Stellenmarkt der Zeit */
.sm_form {
  border: 1px solid #d6d6d6;
  height: 170px;
  margin: 0 auto;
  position: relative;
  width: 518px;
}
.sm_title {
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  font-weight: 700;
  margin: 10px;
  padding-bottom: 3px;
}
.sm_container {
  font-size: 11px;
  margin: 0 10px 10px 10px;
  overflow: hidden;
}
.sm_container img {
  display: block;
  float: left;
}
.sm_label {
  float: right;
  height: 23px;
  line-height: 23px;
  margin-bottom: 7px;
  position: relative;
  width: 340px;
}
.sm_label span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.sm_label select {
  border: 1px solid #d6d6d6;
  height: 21px;
  padding: 1px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 252px;
}
.sm_link {
  font-size: 11px;
}
.sm_submit {
  float: right;
}
/* @end */
/* @group Kommentarzaehler */
a.commentcount {
  background: transparent url(http://images.zeit.de/static/img/icons.gif) 0 -996px no-repeat;
  font-family:Arial,Helvetica,FreeSans,sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding-left: 20px;

}
a.commentcount:link,
a.commentcount:visited {
  color: #900;
}
a.commentcount:hover {
  color: #333;
}
a.commentcount:active {
  color: #ff0000;
}
/* @end */

/* @group wtfisthiscommentnavigationextension */
#commentnavoverlay {
	background: #eee;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 11px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	width: 180px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}
#commentnavoverlay .closethis {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: 700;
	padding: 2px;
	text-transform: uppercase;
}
#commentnavoverlay a.isactualcomment {
	background: #eee !important;
	color: #000 !important;
	font-weight: 700;
}
#commentnavoverlay a, #commentnavoverlay span.empty {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	float: left;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
#commentnavoverlay a:link, #commentnavoverlay a:visited {
	background: #fff;
	color: #600;
}
#commentnavoverlay a:hover {
	background: #600;
	color: #fff;
}
/* @end wtfisthiscommentnavigationextension */

/* @group tagclouds */

#informatives ol.cloud {
  list-style: none;
  margin: 4px 0 25px 0;
}
#informatives ol.cloud li {
  display: inline;
  font-size: 13px;
  line-height: 2;
  margin: 0;
}

#informatives ol.cloud a:hover {
  text-decoration: underline;
}
#informatives ol.cloud a.size1  { font-size: 0.8em; }
#informatives ol.cloud a.size2  { font-size: 0.9em; }
#informatives ol.cloud a.size3  { font-size: 1.0em; }
#informatives ol.cloud a.size4  { font-size: 1.1em; }
#informatives ol.cloud a.size5  { font-size: 1.2em; }
#informatives ol.cloud a.size6  { font-size: 1.3em; }
#informatives ol.cloud a.size7  { font-size: 1.4em; }
#informatives ol.cloud a.size8  { font-size: 1.5em; }
#informatives ol.cloud a.size9  { font-size: 1.6em; }
#informatives ol.cloud a.size10 { font-size: 1.7em; }


/* @end tagclouds */

/* @group Cookie Admin */
.active_cookie{
  cursor: pointer;
}

.inactive_cookie{
  cursor: default;
}
/* @end Cookie Admin */

/* @group Newslettermodule */
.newslettermodule {
	border: 1px solid #e0e0e0;
}
.newslettermodule .supertitle { color: #900; }
#informatives .newslettermodule .title {
	font-size: 16px;
	text-transform: none;
}
.newslettermodule_teaser {
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	padding: 5px 10px;
}
.newslettermodule .mailsubmit {
	line-height: 19px;
	overflow: hidden;
	padding: 5px 10px;
}
.mailsubmit label {
	font-size: 10px;
	font-weight: 700;
	padding-right: 4px;
	text-transform: uppercase;
}

.newslettermodule .mailsubmit .newslettermodule_submit{
	width: 105px;
}

.newslettermodule_text {
	margin-right:4px;
	width: 110px;
}
/* @end Newslettermodule */

/* @group Wahlen 2011 */
#wahl2011_540 {
  margin: -10px 0px 10px -2px;
}
/* @end Wahlen 2011 */

/* @group Paged Navigation */
.paged-navigation {
	background: #fff;
	padding-left: 10px;
	/**width: 140px;*/
}
/* size of small button series: 26x24px */
.paged-navigation.pn-small {
	height: 24px;
	line-height: 24px;
}
/* size of large button series: 50x50px */
.paged-navigation.pn-large {
	height: 50px;
	line-height: 50px;
}
/* all buttons */
.pn-button {
	background: transparent url('http://images.zeit.de/static/img/bigapfeile_v3.gif') no-repeat;
	display: block;
	float: left;
	height: 24px;
	text-indent: -50000em;
	width: 26px;
}
/* toDo: focus-state graphic */
.pn-button:focus {
	outline: none;
}
/* text stays in the middle */
.pn-text {
	display: block;
	float: left;
	padding: 0 10px;
	text-transform: uppercase;
}
.pn-text span {
	letter-spacing: 0.15em;
}
.pn-small .pn-text {
	font: 700 12px/24px sans-serif;
}
/* small buttons */
.pn-small span.pn-back {
	background-position: 0 -250px;
}
.pn-small a.pn-back {
	background-position: 0 -200px;
}
.pn-small a.pn-back:hover,
.pn-small a.pn-back:focus {
	background-position: 0px -225px;
}
.pn-small span.pn-forward {
	background-position: 0px -325px;
}
.pn-small a.pn-forward {
	background-position: 0px -275px;
}
.pn-small a.pn-forward:hover,
.pn-small a.pn-forward:focus {
	background-position: 0px -300px;
}
/*toDo: large buttons */
.pn-large span.pn-back {}
.pn-large a.pn-back {}
.pn-large span.pn-forward {}
.pn-large a.pn-forward {}
/* @end Paged Navigation */

/* @group SMK Plugin */
/* @group SMK Bar */
.show_smk {
    clear: both;
	margin-bottom: 40px;
	position: relative;
}
.body-spiele .show_smk { padding-top: 10px; }
.show_smk .smk-preview {
	font: 400 13px/20px sans-serif;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.show_smk .smk-info {
	/*font-weight: 700;*/
	display: none;
}
.show_smk .smk-action {
	background: transparent url('http://images.zeit.de/static/img/socialmediagrant.gif') no-repeat 0 0;
	color: #900;
	cursor: pointer;
	padding-left: 80px;
	width: 200px;
	float: left;
}
.show_smk .smk_action:hover {
	color: #222;
}
.show_smk .smk-information {
	display: block;
	float: left;
	font-size: 11px;
}
.show_smk .smk-layer {
	background: #fff;
	border: 1px solid #900;
	font: 400 12px/15px sans-serif;
	height: 120px;
	left: 0;
	position: absolute;
	top: -85px;
	width: 347px;
}
.show_smk .smk-layer-close {
	color: #900;
	cursor: pointer;
	font-weight: 700;
	position: absolute;
	right: 5px;
	top: 5px;
}
.show_smk .smk-layertext {
	left: 10px;
	position: absolute;
	top: 10px;
	width: 306px;
}
.show_smk .smk-layer .smk-action {
	background-position: 5px 5px;
    border: 1px solid #CCCCCC;
	border-radius: 2px;
    bottom: 10px;
    font: 400 13px/20px sans-serif;
    height: 20px;
    left: 10px;
    padding: 5px 5px 5px 85px;
    position: absolute;
    top: auto;
    width: 200px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.show_smk .smk-layer .smk-action:hover {
	color: #222;
}
/* @end SMK Bar*/
/* @group SMK Container */
.show_smk .smk-container {
	font: 400 13px/20px sans-serif;
	height: 20px;
	position: relative;
}
.show_smk .smk-info {
	font-weight: 700;
}
.smk-container .smk-information {
	position: absolute;
	right: 0;
	top: 0;
}
.show_smk .fb-root {
	position: absolute;
	left: 0px;
	top: 0px;
	/*overflow: hidden;*/
	width: 137px;
}
.show_smk .google-root {
	position: absolute;
	left: 155px;
	top: 0px;
	width: 87px;
	height: 26px;
	overflow: hidden;
}
.show_smk .twitter-root {
	position: absolute;
	left: 260px;
	top: 0px;
}
a.twitter-share-button:link,
a.twitter-share-button:visited,
a.twitter-share-button:hover,
a.twitter-share-button:active {
	color: #fff;
}
/* @end SMK Container */
/* @group SMK Toolbox */
.smk-toolbox {
	background: url('http://images.zeit.de/static/img/socialmedia_toolbox_header.png') no-repeat -80px 0;
	margin-bottom: 7px;
    padding-top: 10px;
    width: 315px;
}
.smk-toolbox .smk-toolbox-inner {
	background: #fff;
	border: 1px solid #900;
	border-top: none;
	position: relative;
}
.smk-toolbox .smk-layer {
	font: 400 12px/15px sans-serif;
	height: 130px;
	width: 315px;
}
.smk-toolbox .smk-layer-close {
	color: #900;
	cursor: pointer;
	font-weight: 700;
	position: absolute;
	right: 5px;
	top: 5px;
}
.smk-toolbox .smk-layertext {
	left: 10px;
	position: absolute;
	top: 10px;
	width: 290px;
}
.show_smk .smk_action:hover {
	color: #222;
}
.smk-toolbox .smk-layer .smk-action {
	background: transparent url('http://images.zeit.de/static/img/socialmediagrant.gif') no-repeat 5px 5px;
    border: 1px solid #CCCCCC;
	border-radius: 2px;
    bottom: 10px;
	color: #900;
	cursor: pointer;
    font: 400 13px/20px sans-serif;
    height: 20px;
    left: 10px;
    padding: 5px 5px 5px 85px;
    position: absolute;
    top: auto;
    width: 200px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.smk-toolbox .smk-layer .smk-action:hover {
	color: #222;
}
.smk-toolbox .smk-info { display: none; }

.smk-toolbox .smk-container {
	font: 400 13px/20px sans-serif;
	height: 70px;
	position: relative;
}
.smk-toolbox .fb-root {
	left: 10px;
	position: absolute;
	top: 10px;
}
.smk-toolbox .google-root {
	left: 10px;
	position: absolute;
	top: 41px;
}
.smk-toolbox .twitter-root {
	left: 124px;
	position: absolute;
	top: 41px;
}
.smk-toolbox .smk-information {
	position: absolute;
	right: 10px;
	top: 10px;
}
/* @end SMK Toolbox */
/* @end SMK Plugin */

/* @group Facebook Widget */
.fb_ph_supertitle, .fb_ph_headlink, .fb_ph_user, .fb_ph_info {
	position: absolute;
}
.fb_ph_head {
	background: transparent url('http://images.zeit.de/static/img/fb-icon-big.png') no-repeat 0 0;
	height: 21px;
	margin-bottom: 11px;
	position: relative;
}
.nopic .fb_ph_head {
	background: url('http://images.zeit.de/static/img/fb-icon-small.png') no-repeat 0 100%;
}
.fb_ph_supertitle {
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	left: 28px;
	text-transform: uppercase;
	top: 6px;
}
.nopic .fb_ph_supertitle {
	left: 20px;
}
.fb_ph_headlink {
	right: 0px;
	top: 5px;
}
.fb_ph_body {
	position: relative;
	height: 145px;
}
.fb_ph_user {
	background: url('http://www.zeit.de/static/img/faces_003.jpg') no-repeat 0 0;
	height: 145px;
	overflow: hidden;
	width: 40px;
}
.fb_ph_icon_002 .fb_ph_user {
	background-position: 0 -155px;
}
.fb_ph_icon_003 .fb_ph_user {
	background-position: 0 -311px;
}
.fb_ph_info {
	background: url('http://images.zeit.de/static/img/smk_floater_e0e0e0.gif') no-repeat 0 -273px;
	left: 45px;
	top: 0px;
}
.fb_ph_info_inner {
	margin-left: 6px;
	border: 1px solid #e0e0e0;
	border-left: none;
	height: 144px;
	overflow: hidden;
}
.fb_ph_text {
	padding: 7px 6px 0 9px;
}
.fb_ph_text p {
	font: 400 12px/17px sans-serif;
	margin-bottom: 5px;
}
* html .fb_ph_text p {
	font-size: 11px;
}
.fb_ph_action {
	color: #900;
	cursor: pointer;
	padding: 0 9px 7px 10px;
}
#recentActivity a:link, #recentActivity a:visited {
	color: #3B5998;
}
#recentActivity .fb_ph_headlink a:link, #recentActivity .fb_ph_headlink a:visited {
	color: #900;
}
#recentActivity .fb_ph_headlink a:hover {
	color: #222;
}
#fb_backlink {
	font-size: 12px;
	margin: 5px 0 30px 0;
	height: 20px;
	line-height: 20px;
	position: relative;
}
#fb_backlink a { font-weight: 700; }
#fb-recom-like {
	left: 149px;
	margin-left: 10px;
	position: absolute;
	top: 0px;
}
iframe#fb_showrecoms_frame {
	border: none !important;
}
/* @end Facebook Widget */
/* @group SMKSettings*/
#smkSettings {
	background: url("http://images.zeit.de/static/img/socialmediagrant.gif") no-repeat scroll 0 0 transparent;
	color: #900;
	font: 400 13px/20px sans-serif;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 80px;
	position: relative;
	cursor: pointer;
}
#smkSettings:hover {
	color: #222;
}
/* @end SMKSettings*/
/* @end SMK Plugin */

#main .readerslist .lead {
	margin-bottom: 0;
}

#main .readerslist li {
	margin-bottom: 0;
}

/* @group Printbox */
.prntbx {
  overflow: hidden;
  width: 368px;
}
img.l-prntbx-column {
  width: 172px;
}
.l-prntbx-column {
  float: left;
  min-height: 124px;
  position: relative;
  width: 185px;
}
.l-prntbx-column.l-prntbox-margin {
  margin-right: 10px;
}
.prntbx-hookline {
  font-size: 11px;
  margin-bottom: -2px;
}
.prntbx-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.l-prntbx-bottom {
  bottom: -4px;
  position: absolute;
}
.s-prntbx-blocklink {
  display: block;
}
.s-prntbx-bold {
  font-weight: 700;
}
/* @end Printbox */

/* @start inner cp ticker */
#main .topiclinks {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 11px;
    float: none;
    padding: 7px 0;
    margin-top: 0;
}
#main .topiclinks ul {
    padding-left: 0px;
}
#main .topiclinks li {
    display: inline;
}
#main .topiclinks li.first {
    border-left: none;
}
/* @end inner cp ticker */

/**
*
* Wide Stylesheet
*
* mini stylesheet for switching page widths
* via javascript
*
* @project ZEIT ONLINE 2009
* @version 1.0
* @package css
* @author Nico Brünjes
* @author Marc Tönsing
* @copyright 2009 ZEIT ONLINE
* @cssdoc version 1.0-pre
*
* @colordef #fff; white
* @colordef #222; black
* @colordef #900; red
* @colordef #444; dark grey
* @colordef #777; light grey
* @colordef #363; green
*
*/

#header {
  width: 950px;
}

/*.mainnav {
  font-size: 12px;
  width: 950px;
  z-index: 3;
}

.mainnav li a {
  padding: 0 3px;
}

* html .mainnav li a {
  padding:  0 5px;
}

.topnav3 li {
  font-size: 11px;
  padding: 0 7px 0 1px;
}

#header form, .topnav3 {
  width: 420px;
}*/

.newsflash .msg {
  width: 790px;
}

@media only screen and (max-device-width: 480px) {
	/**
	* iPhone Styles
	*
	* Mobile Layout (all parts) for ZEIT ONLINE 2009
	*
	* The iphone stylesheet for all pages
	* repairs the biggest pains ;)
	*
	* @project ZEIT ONLINE 2009
	* @version 1.0
	* @package css
	* @author Nico Brünjes
	* @author Marc Tönsing
	* @copyright 2009 ZEIT ONLINE
	* @cssdoc version 1.0-pre
	*
	*/
	/* www.aestheticallyloyal.com/public/optimize-legibility/ */
	h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; }

	/* UGC Zeile läuft über, wg. Skalierung */
	body #ugc {
		height: auto;
		line-height: 1.2;
	}

	/* Google Textanzeige läuft über, wg. Skalierung */
	body #Textanzeige {
		padding: 2px 0px !important;
		line-height: 1.2 !important;
	}

	body #TextadLine10 {
		font-size: 10px !important;
	}

	/* Zuviel Weissraum unter Bildern */
	body .teaserlist .innerteaser {
		float: none;
		width: auto;
	}

	/* Artikel Tools: Sprites funktionieren nicht */
	body #informatives .tools li {
		background: none;
		padding: 0 0 0 0;
	}

	/* Userloginzeile bei Artikeln kaputt */
	body .userlogin {
		font-size: 9px !important;
		line-height: 20px;
	}

	body #header a.zeitonline {
		background-image: url(http://images.zeit.de/static/img/zon.svg);
		-webkit-background-size: 100% 100%;
		height: 28px;
		width: 250px;
	}
}

/*after rebrush styles to make old frames look ok */
.modtitle {
  font-size: 12px;
  font-weight: 700 !important;
  display: block;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  color: #990000;
  line-height: 1.3;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.modtitle a:link,
.modtitle a:visited {
    color: #990000 !important;
    font-weight: 700 !important;
  }
.modtitle a:hover {
    text-decoration: underline !important;
}
.modtitle span {
    color: #222222;
  }

.shortteaserlist a strong {
  color: #222222;
  font-size: 11px;
  text-transform: uppercase;
}

.ranking a { color: #222222; }

.ranking a:link,
.ranking a:visited {
    color: #222222;
    text-decoration: none;
}
.ranking a:hover { text-decoration: none; }
.ranking a:hover .title,
.ranking a:hover .shorttitle {
        text-decoration: underline;
}
.inf-doubleteaser-article {
float: left;
margin: 0 0 20px 20px;
overflow: hidden;
width: 165px;
}
.inf-doubleteaser-supertitle {
text-transform: uppercase;
font-size: 10px;
font-weight: 700;
display: block;
line-height: 1.5;
}
.inf-doubleteaser-title {
font-size: 16px;
font-weight: 700;
display: block;
line-height: 1.2;
margin-bottom: 4px;
color: #222;
}
.teaserlist .service ul li a:link{
  color: #222;
  text-decoration: underline;
}
.teaserlist .service ul li a:hover{
  color: #222;
  text-decoration: none;
}


/* New Classes – *2012/02 */

.userlogin > ul {
	margin: 0;
	padding: 0;
}
.userlogin > ul > li {
	display: inline-block;
}
.footernav1,
.footernav2,
.footer2 .navigation {
	margin: 0;
	padding: 0;
}
.footer0 {
	display: none;
}




.compass-spriting-sprite, .compass-spriting-magnifying-glass, .sitesearch > .sitesearch-submitbutton {
  background: url(http://images.zeit.de/static/img/compass-spriting-se46e9dfaa8.png) no-repeat; }

.compass-spriting-magnifying-glass, .sitesearch > .sitesearch-submitbutton {
  background-position: 0 0; }
  .compass-spriting-magnifying-glass:hover, .compass-spriting-magnifying-glass.submitbutton[disabled], .sitesearch > .submitbutton[disabled].sitesearch-submitbutton, .compass-spriting-magnifying-glass.call-to-action-button[disabled], .compass-spriting-magnifying-glass[disabled].home-button-article, .sitesearch > [disabled].home-button-article.sitesearch-submitbutton, .sitesearch > .call-to-action-button[disabled].sitesearch-submitbutton, input.compass-spriting-magnifying-glass[type="submit"][disabled], .sitesearch > input[type="submit"][disabled].sitesearch-submitbutton, .newcomments .commentform input.compass-spriting-magnifying-glass[type="submit"][disabled], .sitesearch > .sitesearch-submitbutton:hover, .compass-spriting-magnifying-glass.magnifying-glass_hover, .sitesearch > .magnifying-glass_hover.sitesearch-submitbutton, .compass-spriting-magnifying-glass.magnifying-glass-hover, .sitesearch > .magnifying-glass-hover.sitesearch-submitbutton {
    background-position: 0 -23px; }

.nav,
.nav-smallnav {
  margin: 0;
  padding: 0; }

.nav {
  -ms-text-justify: distribute-all-lines;
  border-bottom: 1px solid #e0e0e0;
  height: 20px;
  overflow: hidden;
  text-align: justify;
  text-justify: distribute-all-lines; }
  .nav li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
  .nav:after {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    content: '';
    font-size: 0;
    line-height: 0;
    width: 100%; }

.nav-smallnav li {
  border-right: 1px solid #cccccc;
  font-size: 11px;
  padding: 0 5px 0 3px;
  text-align: left; }
  .nav-smallnav li.last {
    border: none;
    padding-right: 0px; }

/* @group Header */
/** @group logo **/
.logo {
  height: 90px;
  position: relative; }
  .logo img {
    position: absolute;
    left: 340px;
    top: 10px; }
  .logo .zeitonline {
    background: url(http://images.zeit.de/static/img/zon-logo-283x31.png?1393442189) no-repeat 0 0;
    background-image: url(http://images.zeit.de/static/img/zon-logo.svg?1393442189), none;
    background-size: 100% 100%;
    display: block;
    height: 31px;
    left: 30px;
    position: absolute;
    text-indent: -5000em;
    top: 30px;
    width: 283px; }
    .logo .zeitonline:focus {
      outline: 0; }

/** @end logo **/
/** @group Headcaption **/
#header .cap a:link {
  color: #990000; }

#header .cap a:hover, #header .cap a.submitbutton[disabled], #header .cap a.call-to-action-button[disabled], #header .cap a[disabled].home-button-article {
  color: #222222; }

.cap {
  border-left: 1px solid #e0e0e0;
  color: #990000;
  font: 400 20px/1 Arial, Helvetica, FreeSans, sans-serif;
  left: 328px;
  padding-left: 14px;
  position: absolute;
  text-transform: uppercase;
  top: 36px; }

#header .cap a.caplink:link,
#header .cap a.caplink:visited {
  color: #900; }

#header .cap a.caplink:hover, #header .cap a.caplink.submitbutton[disabled], #header .cap a.caplink.call-to-action-button[disabled], #header .cap a.caplink[disabled].home-button-article {
  color: #222; }

#header .cap a.caplink:active {
  color: #900; }

#header .cap a.caplink:focus {
  color: #900; }

/** @end of Headcaption **/
/* @end of Header */

.sitesearch {
  position: absolute;
  right: 30px;
  top: 34px;
  width: 330px; }
  .sitesearch > .itext {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    width: 81%; }
    .sitesearch > .itext.placeholder {
      font-weight: lighter;
      letter-spacing: 0.1em;
      text-align: right;
      text-transform: uppercase; }
    .sitesearch > .itext:-moz-placeholder {
      font-weight: lighter;
      letter-spacing: 0.1em;
      text-align: right;
      text-transform: uppercase; }
    .sitesearch > .itext::-moz-placeholder {
      font-weight: lighter;
      letter-spacing: 0.1em;
      text-align: right;
      text-transform: uppercase; }
    .sitesearch > .itext:-ms-input-placeholder {
      font-weight: lighter;
      letter-spacing: 0.1em;
      text-align: right;
      text-transform: uppercase; }
    .sitesearch > .itext::-webkit-input-placeholder {
      font-weight: lighter;
      letter-spacing: 0.1em;
      text-align: right;
      text-transform: uppercase; }
    .sitesearch > .itext:focus {
      outline: 1px solid #bababa; }
  .sitesearch > .sitesearch-submitbutton {
    background-color: transparent;
    border: none;
    height: 23px;
    margin: 0 0 0 20px;
    padding: 3px;
    text-indent: -9999px;
    width: 23px; }

.mainnav {
  background: white url(http://images.zeit.de/static/img/bg_mainnav.gif?1379601496) repeat-x 0 0;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 0 0 8px;
  text-align: center;
  text-transform: uppercase;
  z-index: 97; }
  .mainnav li {
    display: block;
    float: left;
    margin-right: 3px;
    position: relative; }
    .mainnav li ul {
      border: 1px solid #cccccc;
      border-top: none;
      display: none;
      left: 0;
      margin: 0;
      padding: 0;
      position: absolute;
      text-align: left;
      top: 28px;
      width: 150px;
      z-index: 10; }
      .mainnav li ul li {
        background: white;
        float: none;
        line-height: 22px;
        padding: 0;
        text-align: left; }
        .mainnav li ul li a {
          display: block;
          background: #fff;
          padding: 1px 7px 1px 7px;
          font-weight: 400;
          white-space: nowrap;
          width: 136px; }
    .mainnav li.last {
      margin-right: 0; }
      .mainnav li.last ul {
        left: -76px; }
    .mainnav li.current, .mainnav li.act-current {
      background: transparent url(http://images.zeit.de/static/img/menuepfeil.gif?1379601496) no-repeat 50% 100%;
      z-index: 98; }
    .mainnav li a {
      -webkit-text-size-adjust: 95%;
      display: block;
      padding: 0 3px; }
  .mainnav > li.last > a {
    padding-right: 0; }

.mainnav .nav-verlagsmarke {
  font-size: 0;
  line-height: 0;
  background: white !important;
  color: #222222;
  display: block;
  height: 8px;
  padding: 0 7px;
  position: relative;
  width: 150px; }
  .mainnav .nav-verlagsmarke hr {
    background: #ccc;
    border: 0;
    color: #ccc;
    height: 1px;
    position: absolute;
    top: 3px;
    width: 136px; }
  .mainnav .nav-verlagsmarke span {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 8px;
    font-weight: 400;
    background: white;
    display: none;
    letter-spacing: 1px;
    line-height: 8px;
    padding-left: 6px;
    position: absolute;
    right: 6px;
    text-transform: uppercase;
    white-space: nowrap; }

.userlogin {
  border-bottom: 1px solid #e0e0e0;
  clear: both;
  font-size: 11px;
  min-height: 30px;
  padding: 0 12px;
  line-height: 30px; }
  .userlogin .login {
    float: right; }
  .userlogin .breadcrumbs_top li {
    border-left: none !important;
    padding-left: 0px !important;
    margin-left: 5px !important;
    display: inline; }
    .userlogin .breadcrumbs_top li a {
      font-weight: normal !important;
      color: #999999 !important; }
      .userlogin .breadcrumbs_top li a span:hover, .userlogin .breadcrumbs_top li a span.submitbutton[disabled], .userlogin .breadcrumbs_top li a span.call-to-action-button[disabled], .userlogin .breadcrumbs_top li a span[disabled].home-button-article {
        text-decoration: underline !important; }
  .userlogin .breadcrumbs_top li:after {
    content: '›';
    font-size: 12px;
    margin-left: 10px;
    color: #999999; }
    .userlogin .breadcrumbs_top li:after:hover, .userlogin .breadcrumbs_top li.submitbutton[disabled]:after, .userlogin .breadcrumbs_top li.call-to-action-button[disabled]:after, .userlogin .breadcrumbs_top li[disabled].home-button-article:after {
      text-decoration: none !important; }
  .userlogin .breadcrumbs_top .last:after {
    content: ''; }
  .userlogin .breadcrumbs_top .first {
    margin-left: -5px !important; }

.footernav a:link, .footernav a:visited {
  color: #222222; }

.footernav a:hover, .footernav a.submitbutton[disabled], .footernav a.call-to-action-button[disabled], .footernav a[disabled].home-button-article, .footernav a:active {
  color: #222222; }

.footernav {
  height: 35px;
  position: relative; }
  .footernav li {
    display: inline; }

.footernav1 li {
  padding-right: 8px; }

.footernav2 {
  position: absolute;
  right: 160px;
  top: 0;
  width: 410px; }
  .footernav2 li {
    padding-left: 8px; }

.footer1 {
  height: 35px;
  line-height: 35px;
  padding: 0 20px; }

.footer2 {
  background: #222;
  color: #fff;
  height: 37px; }

#bottom .footer2 ul {
  font-size: 11px;
  font-weight: bold;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 1px; }

.footer2 li {
  display: inline;
  padding-left: 6px; }

.footer2 li.first {
  padding-left: 0px; }

.GvHGroup {
  display: none;
  font-size: 11px;
  left: 740px;
  position: absolute;
  top: 0; }

.footer2 a:link, .footer2 a:visited {
  color: white; }

.footer2 a:hover, .footer2 a.submitbutton[disabled], .footer2 a.call-to-action-button[disabled], .footer2 a[disabled].home-button-article, .footernav a:active {
  color: white; }

#bottom {
  background: #f2f2f2;
  padding-bottom: 20px; }
  #bottom ul {
    list-style: none;
    font-size: 10px; }
  #bottom li ul {
    margin-top: 8px; }

#zeit-hp-event-banner {
  display: none;
}