/****************************************************************/
/* StyleSheet der allgemeinen Darstellungen                     */
/****************************************************************/

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: Helvetica,Arial,"Lucida Grande",Sans;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}
p {
  margin: 0px;
  margin-bottom: 8px;
}
a, a:visited, .page a, .page a:visited {
  /* color: #006cb5; */
  color: #3774a1;
  text-decoration: none;
}
a:hover, .page a:hover {
  color: #3774a1;
  text-decoration: underline;
}
a.textklein {
  font-size: 11px;
}
a.textnorm {
  font-size: 13px;
  color: #000000;
}
a.textgross {
  font-size: 15px;
}
.clearboth {
  clear: both;
  height: 0;
  max-height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.nowrap {
  white-space: nowrap;
}

h1, h2, h3, h4, h5 {
  color: #444;
}
h1 {
  font-size: 1.8em;
  line-height: 1.1em;
}
h2 {
  font-size: 1.5em;
  line-height: 1.1em;
}
h3 {
  font-size: 1.25em;
  line-height: 1.1em;
}
h4 {
  font-size: 1em;
  line-height: 1.1em;
}
h5 {
  font-size: .9em;
  line-height: 1.1em;
}
.small {
  font-size: 12px;
}
.xsmall {
  font-size: 11px;
  line-height: 15px;
}
.label {
  color: #666;
}
.copyright {
  color: #999;
}
a.anker{
  height: 1px;
}


/****************************************************************/
/* Grundsätzliches Seitenlayout                                 */
.page {
  display: block;
  float: left;
  padding: 0 10px 0 14px;
  width: 815px;
  border: 0;
  background-color: #ffffff;
  z-index: 0;
}
.contentspalte{
  display:block;
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:485px;
  max-width:485px;
  min-width:485px;
  border:0px;
}
.sidebar, .archivsidebar {
  display:block;
  float:right;
  margin:0px 0px 0px 10px;
  width:317px;
  max-width:317px;
  min-width:317px;
  border:0px;
}
.u2_breadcrumb{
  float:left;
  padding:0px 0px 10px 0px;
  width:815px;
  font-size: 12px;
  color:#999;
}
.u2_breadcrumb a,
.u2_breadcrumb a.nav_link{
  font-size: 12px;
  color:#999;
}
.teaser_u2{
  margin:0px;
  padding:0px;
}


/*****************************************************************************************/
/* Styles für Header und die neue Navigation (alle 3 Ebenen)                             */
/*****************************************************************************************/

#header {
  position: relative;
  width: 815px;
  height: 71px;
  background: #fff url(/oonup/images/background/header-bg-right.png) no-repeat top right;
}
#header .logo {
  position: absolute;
  left: 2px;
  margin-left: -2px;
  padding: 25px 0 10px 25px;
  background: url(/oonup/images/background/header-bg-left.png) no-repeat top left;
}
#header form {
  position: absolute;
  display: inline;
  margin-top: 39px;
  margin-left: 37%;
  width: 340px;
}
#header input, .footsuche input {
  float: left;
  height: 15px;
  padding: 2px 4px;
  border: 1px solid #BFD3E9;
  width: 240px;
}
.footsuche input{
width: 360px;
}
#header button, .footsuche button {
  float: left;
  margin-left: 5px;
  border: none;
  background: none;
  cursor: pointer;
  overflow: visible; /* removes extra side padding in IE */
}
#header button::-moz-focus-inner, .footsuche button::-moz-focus-inner {
  border: none;  /* overrides extra padding in Firefox */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Safari and Google Chrome only - fix margins */
  #header button span, .footsuche button span {
    margin-top: -1px;
  }
}
#header button span, .footsuche button span {
  display: block;
  height: 21px;
  background: #0A72B8 url(/oonup/images/background/btntypeimg.png);
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.6em;
  padding: 0 0 0 4px;
  /*text-shadow: #0C588B 0 1px 0;*/
}
#header button span span, .footsuche button span span {
  font-size: 12px;
  padding: 0px 8px 0 4px;
  background: url(/oonup/images/background/btntypeimg.png) no-repeat right;
  background-position: 100% 0;
}
/* IE6 */
* html #header {
  behavior: url(/oonup/js/iepngfix.htc);
}
* html #header button, * html .footsuche button {
  overflow: visible;
  margin-top: -2px;
}
/* IE7 */
*+html #header button, *+html .footsuche button {
  overflow: visible;
  /* margin-top: -2px; */
}
#anzeigenNav {
  position: relative;
  list-style: none;
  float: right;
  width: 120px;
  margin-top: -97px;
  padding-top: 6px;
  padding-left: 65px;
  padding-bottom: 4px;
  background: url(/oonup/images/background/header-bg-anzeigen-border.png) no-repeat top right;
  z-index: 99;
}
#anzeigenNav li a {
  padding-left: 20px;
  background: url(/oonup/images/icon/icons-anzeigenmaerkte-sprite.png) no-repeat 0 1px;
}
#anzeigenNav li a.karriere {
  background-position: 0 -22px;
}
#anzeigenNav li a.motor {
  background-position: 0 -47px;
}
#anzeigenNav li a.trauer {
  background-position: 0 -72px;
}
#mainNav {
  position: relative;
  float: left;
  width: 803px;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
  background: #5F8AA9 url(/oonup/images/background/nav-bg.png) repeat-x top left;
  border-left: 1px solid #AECAE8;
  border-right: 1px solid #AECAE8;
  z-index: 99;
}
#subNav {
  list-style: none;
  float: left;
  font-size: 11px;
  font-weight: bold;
}
#mainNav li, #mainNav li.tiefe1_aktiv li {
  list-style: none;
  float: left;
}
#mainNav li.tiefe1 {
  position: relative;
  z-index: 99;
}
#mainNav li.tiefe1_aktiv {
  padding-left: 2px;
  background: #fff url(/oonup/images/background/nav-bg-left.png) no-repeat top left;
  z-index: 99;
}
#mainNav a {
  float: left;
  display: block;
  padding: 5px 12px 5px 12px;
  color: #fff;
  text-decoration: none;
}
#mainNav li a:hover, #mainNav li.tiefe1:hover a.tiefe1, #mainNav li.sfhover a.tiefe1 {
  margin-top: 2px;
  padding-top: 3px;
  padding-bottom: 4px;
  background-color: #8AAAC1;
}
#mainNav li.tiefe1_aktiv a.tiefe1_aktiv {
  padding: 5px 13px 5px 11px;
  color: #444;
  background: #fff url(/oonup/images/background/nav-bg-right.png) no-repeat top right;
}
#mainNav li.tiefe1_aktiv a.tiefe1_aktiv:hover {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}
#mainNav li.tiefe1_aktiv ul.tiefe2, #subNav {
  width: 797px;
  height: 22px;
  padding-left: 16px;
  background: url(/oonup/images/background/bg_navi2.gif) repeat-x bottom left;
  border: 1px solid #BFD3E9;
  border-top: none;
}
#mainNav li.tiefe1_aktiv li a, #subNav li a {
  float: left;
  display: block;
  padding: 3px 0.5em 3px 0.5em;
  text-decoration: none;
}
#mainNav li.tiefe1_aktiv a:hover, #mainNav li.tiefe1_aktiv li.tiefe2:hover a.tiefe2, #mainNav li.tiefe1_aktiv li.sfhover a.tiefe2 {
  background-color: #E9F0F6;
}
#mainNav li.tiefe1_aktiv ul.tiefe3 {
  position: absolute;
  width: 132px;
  left: -999em;
  top: 22px;
  font-size: 12px;
  padding: 4px 0;
  border: 1px solid #a7c3d6;
  background-color: #fff;
}
#mainNav li.tiefe1_aktiv li {
  position: relative;
}
#mainNav div {
  position: absolute;
  left: -999em;
  float: left;
  top: 23px;
  padding-bottom: .5em;
  background: #fff url(/oonup/images/background/bg_navi2.gif) repeat-x bottom left;
  border: 1px solid #a7c3d6;
}
#mainNav li.tiefe1_aktiv div {
  left: -1px;
  top: 26px;
  background: none;
  border: none;
}
#mainNav li ul.tiefe2 {
  float: left;
  width: 150px;
  padding: 8px 0;
}
#mainNav li.tiefe1_aktiv ul.tiefe2 {
  padding: 0 0 0 16px;
}
#mainNav li ul li, #mainNav li.tiefe1_aktiv ul.tiefe3 li {
  float: none;
  padding: 0 4px;
}
#mainNav li.tiefe1_aktiv ul li {
  padding: 0;
}
#mainNav ul.tiefe3 {
  position: static;
  width: 100%;
  padding: 0 0 2px 0;
  font-weight: normal;
  border: none;
  background-image: none;
}
#mainNav li.tiefe1_aktiv ul.tiefe3 {
  position: absolute;
}
#mainNav li.tiefe1 ul.tiefe3 li a {
  background: url(/oonup/images/icon/raquo13_v2.png) no-repeat 4px 8px;
  padding-left: 13px;
}
#mainNav li.tiefe1 ul.tiefe3 li:first-child {
  margin-top: -2px;
}
#mainNav li ul li.navibottom {
  position: absolute;
  width: 120px;
  border-bottom: 1px solid #fff;
  bottom: 4px;
}
* html #mainNav li.tiefe1_aktiv li.navibottom {
  bottom: 3px;
}
#mainNav li ul li a {
  float: none;
  color: #3774a1;
  padding: 3px 6px 3px 6px;
}
#mainNav li ul li a:hover, #subNav li a:hover {
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #E9F0F6;
  color: #444;
}
#mainNav li.tiefe1 ul.tiefe3 a:hover {
  background-color: #E9F0F6;
}
#mainNav li.tiefe1_aktiv ul li a:hover, #subNav li a:hover {
  color: #3774a1;
}
#mainNav li.tiefe1_aktiv ul.tiefe3 a {
  float: none;
  font-weight: normal;
  border-bottom: 1px solid #e2ebf1;
}
#mainNav li.tiefe1_aktiv ul.tiefe3 a:hover {
  background-color: #3774a1;
  color: #fff;
}
#mainNav li:hover div, #mainNav li.sfhover div,
#mainNav li.tiefe1_aktiv ul li:hover ul, #mainNav li.tiefe1_aktiv ul li.sfhover ul {
  left: 0;
}
#mainNav li.tiefe1_aktiv:hover div, #mainNav li.sfhover.tiefe1_aktiv div {
  left: -1px;
}
#wetterline {
  width: 814px;
  margin-top: -6px;
  margin-bottom: 6px;
  padding: 0 1px;
  font-size: 12px;
  color: #444;
  text-align: right;
}

/****************************************************************/
/* Werbung / Werbeflächen                                       */
/****************************************************************/
#OAS_Top, #renderSlot_Top {
  width: 839px;
  text-align: center;
  z-index: 1;
}
#OAS_Top {
  height: 90px;
}
/* ContentAd */
#OAS_Middle1, #renderSlot_Middle1 {
  clear: left;
}
#artikelsidebar #renderSlot_Middle1 {
  margin-bottom: 20px;
}
.block_sp4 #OAS_Middle1, .block_sp4 #renderSlot_Middle1 {
  margin-bottom: 12px;
}
.artikel_extblock #OAS_Middle1, .artikel_extblock #renderSlot_Middle1 {
  clear: none;
  float: right;
  margin-top: 12px;
}
.block_rs4_werbung #OAS_Middle4, .block_rs4_werbung #renderSlot_Middle4 {
  margin-bottom: 12px;
}
/* Skyscraper */
#OAS_Right1, #renderSlot_Right1 {
  position: absolute;
  top: 90px;
  left: 839px;
  z-index: 999;
}
/* Textlinks */
.textlink {
  clear: both;
  float: left;
  width: 387px;
  margin-top: 8px;
}
.contentspalte .textlink {
  display: inline;
  width: 460px;
  margin-left: 10px;
}
.artikelcontent2 .textlink {
  width: 396px;
  margin-top: 6px;
  margin-left: 0;
}
.textlink p {
  font-size: 12px;
  padding: 5px 5px 5px 10px;
  margin-bottom: 0;
  background-color: #eaf4fb;
  border: 1px solid #d8ecfa;
  border-left-color: #eaf4fb;
  border-right-color: #eaf4fb;
}

/* Sitelinks */
.sitelink {
  float: left;
  width: 97%;
}
.werbung-sp4 .sitelink  {
  width: 317px;
  padding: 12px 0px 5px 0px;
}
.blockhead2 .werbung {
  margin-top: 0;
}
.blockhead2 .werbung {
  font-size: 11px;
  color: #999;
  text-align: right;
  padding-right: 3px;
}

/* reise.nachrichten.at Fragment */
.brk_reise {
  position: relative;
  float: left;
  width: 453px;
  margin-top: 10px;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  background: url(/oonup/images/background/bg-verlauf-box.png) repeat-x 0 -40px;
  border-top: 1px dotted #D8ECFA;
}
.brk_reise h3 {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.brk_reise h3 a, .brk_reise h3 a:hover {
  font-size: 15px;
  color: #555;
  text-decoration: none;
}
.brk_reise h3 + a {
  position: absolute;
  top: 1em;
  right: 10px;
  font-size: 12px;
  padding-right: 12px;
  background: url(/oonup/images/icon/raquo13_v2.png) no-repeat right;
}
.brk_reise p a, .brk_reise p a:hover {
  color: #999;
  font-size: 12px;
  line-height: 1.8em;
}
.brk_reise ul {
  list-style: none;
  width: 154%;
}
.brk_reise li {
  float: left;
  width: 33.3%;
}
.brk_reise li img {
  float: left;
  width: 76px;
  width: 56px;
  margin-right: 10px;
  border: 1px solid #999;
}
/* evolver iFrame */
#anzeigenbox {
  float: left;
  display: inline;
  width: 316px;
  margin: 6px 0 18px -10px;
  font: 13px/16px Arial,Helvetica,Lucida Grande,sans;
  color: #444;
}


/****************************************************************/
/* Head / Login/Logout                                          */
/****************************************************************/
.loginline{
  float: right;
  padding: 10px 2px 0px 0px;
}
.loginpopmenu{
  position:absolute;
  display:block;
  float:left;
  margin-top:2px;
  padding:5px 10px 15px 4px;
  border:1px solid #b4d2e7;
  background-color:#ffffff;
  width:180px;
  z-index:100;
}
.nutzername a, .nutzername, .passwort{
  margin:0px;
  padding:10px 10px 0px 10px;
  color:#000000;
}
.loginpopmenu .anmelden{
  display:block;
  margin:0px 0px 0px 00px;
  padding:10px 10px 0px;
  color:#000000;
}
.loginpopmenu .anmelden .submit{
text-align:right;
margin:5px 0 0 0;
}
.loginpopmenu .anmelden .submit input[type="submit"]{
border-radius:3px;
height:23px;
padding: 0 5px;
background: url("http://static1.nachrichten.at/oonup/images/background/btn_bg.png") repeat-x;
}
.logindetailcontent{
  float:left;
  border-top:1px solid #c4c4c4;
  padding:8px 12px 4px 10px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  width:445px;
}

/* ----------- NEU LOGIN BOX (fede)*/
.customlogin{padding:0px 0px 0px 0px; background-color:#ffffff;}
.customlogin.pop{
	visibility:hidden; display:none; z-index:100; position:absolute; z-index:500; margin:0px 0px 0px -4px; width:220px;
	border:1px solid #b4d2e7; -moz-border-radius:4px 4px 4px 4px; -webkit-border-radius:4px 4px 4px 4px; border-radius:4px 4px 4px 4px;
	-moz-box-shadow:5px 5px 5px #555555; -webkit-box-shadow:5px 5px 5px #555555; box-shadow:10px 10px 5px #555555;
}
.customlogin.static{visibility:visible; display:block; position:relative; z-index:1; margin:0px 0px 0px 0px; border:1px solid transparent;}
.customlogin.grab{margin:0px 0px 0px 0px; position:relative; z-index:1;}
.customlogin .customlogin_row{margin:10px 0px 10px 0px; padding:0px; white-space:normal;}
.customlogin .title{font-weight:bold; font-size:20px; color:#4682B4;}
.customlogin .subtitle{margin:5px; font-size:12px;}
.customlogin button{
	color:#ffffff; background-color:#4682B4; padding:2px 6px 2px 6px; font-size:11px; cursor:pointer;
	border:1px solid #b4d2e7; -moz-border-radius:3px 3px 3px 3px; -webkit-border-radius:3px 3px 3px 3px; border-radius:3px 3px 3px 3px;
}
.customlogin .customlogin_verbose{
	margin:0px; padding:10px; background-color:#ffffff; font-weight:normal; font-size:12px; white-space:normal;
	border:1px solid #b4d2e7; -moz-border-radius:15px 15px 15px 15px; -webkit-border-radius:15px 15px 15px 15px; border-radius:15px 15px 15px 15px;
	-moz-box-shadow:5px 5px 5px #555555; -webkit-box-shadow:5px 5px 5px #555555; box-shadow:10px 10px 5px #555555;
 }
.customlogin .customlogin_verbose .comicmpointer{color:#b4d2e7; padding:0; background-color:transparent;}
/* --------------- */

#register .nutzername a, #register .anmelden a,
#register .nutzername, #register .passwort,.anmelden{
  margin:0px;
  padding:10px 0px 0px 0px;
  color:#000000;
}
#register .nutzername .label{
  display:block;
  float:left;
  width:100px;
  margin:0px;
  padding:0px 0px 8px 0px;
  color:#000000;
}
a.passwortvergessen{
  color:#3774a1;
}

#register .nutzername .field{
  display:block;
  float:left;
  width:200px;
  padding:0px 0px 8px 0px;
  margin:0px;
  color:#000000;
}
#register .nutzername .field input{
  width:250px;
}
#register .nutzername input[type=password],
#register .nutzername input[type=text]{
  width:260px;
}
.register_epaper{
  display:block;
  float:left;
  width:600px;
  margin:0px 0px 10px 0px;
}
.register_epaper .registercontent{
  display:block;
  float:left;
  width:420px;
}
#register_epaper .nutzername .label{
  display:block;
  float:left;
  width:100px;
  margin:0px;
  padding:0px 0px 8px 0px;
  color:#000000;
}
#register_epaper .nutzername .field{
  display:block;
  float:left;
  width:300px;
  padding:0px 0px 8px 0px;
  margin:0px;
  color:#000000;
}
#register_epaper .nutzername .field input{
  width:250px;
}
#register_epaper .nutzername input[type=password],
#register_epaper .nutzername input[type=text]{
  display:block;
  float:left;
  border:1px solid #b4d2e7;
  font-size:12px;
  padding:2px 2px 2px 2px;
  width:300px;
}

.passwort a img {
  border:0px;
  padding-bottom:1px;
}
.newregister{
  font-weight: bold;
    margin: 9px 0 0;
    padding: 11px 0 0 1px;
  background-image: url(/oonup/images/bg-punkt2.jpg);
  background-repeat: repeat-x;
}
.stadtselect{
  width:128px;
  font-size:10px;
  line-height:17px;
  height:17px;
  padding-bottom:0px;
  border:1px solid #92b4cc;
  margin-bottom:1px;
}
.stadtbutton {
  margin-top:2px;
  height:19px;
  font-size:10px;
  font-weight:normal;
  padding:0px 0px 2px 0px;
  margin-bottom:-1px;
}
.terminsuchform-input{
  display:block;
  float:left;
  width:100px;
  border:1px solid #999894;
  font-size:12px;
  padding:2px 2px 2px 2px;
}
.login-input{
  display:block;
  width:155px;
  border:1px solid #b4d2e7;
  font-size:12px;
  padding:2px 2px 2px 2px;
}
input[type=passwort] .login-input{
  display:block;
  width:160px;
  border:1px solid #b4d2e7;
  font-size:12px;
  padding:2px 2px 2px 2px;
}


/****************************************************************/
/* Logo (OÖNachrichten)                                         */
/****************************************************************/
.logo{
  float:left;
  display:block;
  left:2px;
  padding:24px 20px 0px 19px;
}
.logo_ow{
  float:left;
  display:block;
  left:2px;
  padding:7px 20px 6px 19px;
}

/****************************************************************/
/* Suche (im Kopf)                                              */
.suche{
  float:left;
  display:block;
  width:329px;
  height:27px;
  max-height:69px;
  vertical-align: text-bottom;
  z-index: 2;
}
.suche_ow{
  float:left;
  display:block;
  width:329px;
  height:27px;
  max-height:59px;
  vertical-align: text-bottom;
  z-index: 2;
}


/****************************************************************/
/* FormButton (Gestaltung nach Angaben von Herrn Persiel)       */
/****************************************************************/
input[type="button"],
input[type="submit"]{
  margin:0px;
  padding:2px 3px 2px 3px;
  border: 1px solid #92B4CC;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  background-color:#3774a1;
  color:#ffffff;
  font-size:11px;
  cursor: pointer;
}
input[type=text],
input[type=passwort]{
  padding:2px 4px 2px 4px;
/*  width:150px;*/
}


/****************************************************************/
/* Wetterblock                                                  */
/****************************************************************/
.wetter{
  position: absolute;
  right:4px;
  margin:0px;
  padding:0px;
  z-index: 5;
  width:228px;
  max-width:228px;
}
.wetternav{
  position:absolute;
  width: 228px;
  w\idth: 220px; /* vereinfachter Box-Model-Hack */
  height:88px;
  left:600px;
  top:125px;
  z-index:5;
  padding:0px 4px 2px 4px;
}
/* Wetterbox */
.wetterbox{
  position: absolute;
  display:block;
  float:right;
  right:2px;
  min-width:226px;
  width:228px;
  max-width:230px;
  height:90px;
  z-index: 5;
}
.wetterbox-title{
  display:block;
  float:left;
  width: 225px;
  w\idth: 195px; /* vereinfachter Box-Model-Hack */
  height:16px;
  line-height:16px;
  padding: 0 15px;
  font-size: 11px;
  font-weight: bold;
  color:#444;
}
.wetterbox-fuss{
  display:block;
  float:left;
  margin-left:15px;
  width: 194px;
  w\idth: 188px; /* vereinfachter Box-Model-Hack */
  height:14px;
  line-height:14px;
  text-align:right;
  font-size:11px;
  color:#1178bd;
  padding: 0 4px 0 0;
  border:1px solid #bfd3e5;
  background:#ffffff;
}
.wetterbox-pfeil-zurueck, .wetterbox-pfeil-vor{
  display: inline;
  float: left;
  min-width: 15px;
}
.wetterbox-content-wetter img{
  padding:0px;
  float:left;
}
.wetterbox-fuss a img{
  padding-bottom:1px;
}
.wetterbox-icon {
  float: left;
  width: 97px;
  height: 56px;
  background-color: #fff;
  font-size: 10px;
  cursor: pointer;
}
.wetterbox-text {
  width: 97px;
  height: 16px;
  color: #444;
  font-size: 10px;
}
.wetterbox-text2 {
  position: relative;
  top: -17px;
  left: -1px;
  width: 100%;
  font-size: 10px;
  color: #fff;
  margin-top: 2px;
}
.wetterbox-tageszeit {
  float: left;
  display: inline;
  margin-left: 6px;
}
.wetterbox-temperatur {
  float: right;
  display: inline;
  margin-right: 3px;
}
#wetterbox-ecken {
  clear: left;
  position: relative;
  top: -72px;
  left: 15px;
  display: none;
}
* html #wetterbox-ecken {
  behavior: url(/oonup/js/iepngfix.htc);
}
#wetterblock {
  float: left;
  width: 324px;
  padding: 10px 0 0 0;
  color: #444;
  background: url(/oonup/images/bg-rs5.jpg) repeat-x;
}
#wetterblock div {
  float: left;
  width: 151px;
  display: inline;
  margin-left: 9px;
}
#wetterblock img {
  float: left;
}
#wetterblock .mintemp {
  color: #3774a1;
  font-weight: bold;
}
#wetterblock .maxtemp {
  color: #E2001A;
  font-weight: bold;
}
#wetterblock dl.prognose {
  float: left;
  width: 151px;
  font-size: 11px;
  padding-bottom: 8px;
}
#wetterblock dl.aktuell {
  float: left;
  width: 311px;
  display: inline;
  margin-left: 10px;
  font-size: 12px;
}
#wetterblock dt {
  float: left;
  width: 60%;
  display: inline;
}
#wetterblock dl.aktuell dt, dl.aktuell dd {
  border-bottom: 1px dotted #ccc;
}
#wetterblock dd {
  float: right;
  width: 40%;
  text-align: right;
}

/****************************************************************/
/* Teaser-Box Web-TV & Co.                                      */
/****************************************************************/
.mediabox-container {
  display: block;
  float: left;
  padding: 4px 4px 8px 6px;
  width: 307px;
  margin-bottom: 12px;
  border: 1px solid #d8ecfa;
  background: #fff url(/oonup/images/background/bg-verlauf-box.png) repeat-x 0 -140px;
}
.mediabox {
  position: relative;
  float: left;
  width: 140px;
  height: 202px;
  padding: 3px 4px 0 4px;
  margin-top: 1px;
  margin-bottom: -4px;
  border-right: 1px dotted #b4d2e7;
  border-right: 1px dotted #555;
}
.mediabox.leserreporter {
  margin-left: 8px;
  margin-right: -6px;
  border-right: none;
}
.mediabox a.ressort {
  color: #444;
  font-size: 12px;
  line-height: 11px;
  font-weight: bold;
}
.mediabox img {
  float: left;
  margin-top: 5px;
  margin-bottom: 3px;
  padding-bottom: 0;
}
.mediabox a.mehr {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  right: 12px;
}
.mediabox span {
  clear: left;
  display: block;
  height: 48px;
  overflow: hidden;
}
#webtvbox {
  position: relative;
  width: 280px;
  height: auto;
  padding: 3px 6px;
  border-right: none;
}
#webtvbox a.mehr {
  top: 0;
  right: 0;
  bottom: auto;
}
#webtvbox span {
  height: auto;
  overflow: visible;
}

/**********************************************************/
/* Seitenfuß (Linkleiste/Suche/Anzeigenleiste)            */
/**********************************************************/
.footnavi{
  margin: 6px 0 0;
  padding:0px;
  border:0px;
  border-top:0px;
  border-bottom:1px solid #000000;
  height:51px;
  width:815px;
}
.footnavi ul{
  float:left;
  margin:14px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  list-style:none;
  text-align:left;
}
.footnavi ul li{
  margin:0px;
  float:left;
  padding:0px 18px 0px 0px;
  list-style:none;
  vertical-align:middle;
  font-size:14px;
  height:37px;
  line-height:37px;
  font-weight:bold;
}
.footnavi ul li img{
  padding:0px;
  vertical-align:middle;
}
.footnavi ul li a, .footnavi ul li a:hover, .footnavi ul li a:visited{
  color:#3774a1;
}
.footnavi ul li a:hover{ text-decoration:underline; }

.footnavilogo {
  display: inline;
  margin: 0 20px 0 5px;
  padding-top:9px;
  width:153px;
  float:left;
}
.footsuche{
  padding: 9px 0 2px 0;
  border:0px;
  border-bottom:1px dotted #000000;
  background-color:#E0E9F0;
  height:28px;
  vertical-align:middle;
  text-align:center;
}
.footsuche form{
  margin-left: 25%;
  text-align:left;
}
.footanzeige{
  display:block;
  padding:5px 0px 5px 0px;
  border:0px;
  border-bottom:1px dotted #000000;
  font-size:12px;
  line-height:20px;
  text-align:center;
}
.footanzeige2{
  display:block;
  padding:5px 0px 5px 0px;
  border:0px;
  border-bottom:1px solid #000000;
  margin-bottom:4px;
  font-size:12px;
  line-height:28px;
  vertical-align:middle;
  text-align:center;
}
.footanzeige2 a, .footanzeige2 a:hover, .footanzeige2 a:visited,
.footanzeige a, .footanzeige a:hover, .footanzeige a:visited{
  color:#3774a1;
  font-size:12px;
}
.footanzeige2-inline img{
  display:inline;
  border:0;
  padding:0px 2px 1px 0px;
  vertical-align:text-bottom;
}
.footanzeige2-inline{
  display:inline;
  line-height:20px;
  vertical-align:middle;
}
.footsuche-platzhalter{
  margin-left:10px;
  padding-top:13px;
  width:161px;
  float:left;
}
.footanzeige-platzhalter{
  margin-left:10px;
  padding-right:4px;
  width:80px;/*width:146px;*/
  float:left;
  text-align:right;
  font-weight:bold
}
.footanzeige2-platzhalter{
  margin-left:10px;
  width:38px; /*  width:161px;*/
  min-width:38px;
  float:left;
  height:30px;

}
.foot-breit, .foot-breit .footnavi {
  clear: both;
  width: 984px;
}
a.rss {
  padding-left: 16px;
  background: url(/oonup/images/icon/rss-icon.jpg) no-repeat 0 50%;
}
.textfett {
  font-weight:bold;
}
.reg_needed {
  background-color:#fdd;
}
.textrot {
  color:red;
}
.voteform {
  width:600px;
  text-align:center;
  margin-top:10px;
}
.voteform input[type=radio] {
  position:relative;
  top:2px;
  margin-right:2px;
}
 ul.fSpalte{
      list-style-type:none; float:left; width:140px; text-align:left;
    }
    ul.fSpalte li.titel a{
      font-weight:bold; text-transform:uppercase; font-size:14px;
    }
    ul.fSpalte li.titel{
      border-top:2px solid #555; border-bottom:1px solid #555; margin: 0 20px 4px 0; padding: 3px 0 0; font-weight:bold; text-transform:uppercase; font-size:14px; color:#3774a1;
    }


/****************************************************************/
/* StyleSheet - Darstellung von Artikeln - Teaser/Detail/usw.   */
/****************************************************************/


/****************************************/
/* neue Styles fuer die Startseite v2.0 */
.sp6 {
  float: left;
  width: 483px;
  padding-right: 7px;
  border-right: 1px solid #d8ecfa;
}
.sp4 {
  float: left;
  width: 317px;
  margin-left: -1px;
  padding-left: 7px;
  border-left: 1px solid #d8ecfa;
}
.sp6-links {
  float: left;
  width: 490px;
  border-right: 1px dotted #444;
}
.teaser-sp6, .teaser-sp4, .teaser-sp6-links {
  float: left;
  padding: 4px 0 0 10px;
  background: url(/oonup/images/bg-rs5.jpg) repeat-x;
}
.teaser-sp6 {
  width: 473px;
}
.teaser-sp4 {
  width: 307px;
}
.sp4 .teaser-sp4 {
  padding-top: 7px;
}
.teaser-sp6-links {
  width: 490px;
  padding: 0;
}
.block {
  clear:both;
  float: left;
  display:block;
  width: 815px;
  margin: 8px 0 24px 0;
}
.blockhead2 {
  float: left;
  width: 100%;
  height: 31px;
  border-top: 3px solid #444;
  border-bottom: 1px solid #444;
}
.blockhead2 a {
  float: left;
  margin-top: 9px;
  text-decoration: none;
}
.blockhead2 a:hover {
  text-decoration: none;
}
.blockhead2 b, .blockhead2 strong {
  font-size: 14px;
  color: #444;
  padding-left: 16px;
  background: url(/oonup/images/icon/otr-label-bullet.gif) no-repeat 0 55%;
}
.blockhead2 form {
  margin-top: 5px;
  margin-right: 2px;
}
#lask-logo {
  position: absolute;
  top: -11px;
  left: 500px;
}
* html #lask-logo {
  behavior: url(/oonup/js/iepngfix.htc);
}
.sp6 .ticker {
  width: 473px;
}
/***************************************/


.blockhead-only{
  margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
  height:24px;
  line-height:24px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  z-index:2;
  width:100%;
}
.blockhead{
  margin:0px 0px 0px 0px;
  padding:3px 0px 0px 0px;
  height:28px;
  line-height:28px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  z-index:2;
  width:100%;
}
.blockhead.sp6 {
  width: 483px;
}
.blockhead-sp4-rechts{
  margin:0px 0px 0px 0px;
  padding:5px 0px 0px 0px;
  height:24px;
  line-height:24px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  z-index:2;
  min-width:329px;
  max-width:330px;
}
.block_rs6l_header{
  float:left;
  width:484px;
  z-index:2;
  border-right:1px dotted #000000;
}
/* damit es laut Layout eine durchgezogene Linie wird! :( */
.block_gewinnspiel_head .blockhead,
.block_rs6l_head .blockhead{
  float:left;
  padding:4px 0px 0px 0px;
  height:24px;
  line-height:24px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  width:485px;
  z-index:2;
}
.blockhead img,
.blockhead a img{
  border:0px;
}
.block_fest{
  float:left;
  margin:0px 0px 5px 0px;
  padding:0px 0px 10px 0px;
}
.block_div{
  float:left;
  visibility:visible;
  margin: 1px 0px 2px 0px;
  padding: 5px 0px 5px 0px;
  border-top:1px dotted #d8ecfa;
}
.blockhead-info{
  float:left;
  padding-left:0px;
  color:#444;
  font-size:14px;
}
.blockhead-info a, .blockhead-info a:visited {
  color:#444;
  font-size:14px;
}
.blockhead-info-lokales{
  float:left;
  color:#444;
  font-size:14px;
  font-weight:bold;
  padding:0px 10px 0px 0px;
  width:260px;
}
.blockhead-info-ressort{
  float:left;
  color:#444;
  font-size:14px;
  font-weight:bold;
  padding:0px 50px 0px 0px;
  width:167px;
}
.blockhead-info-ressort a,
.blockhead-info-ressort a:visited{
  color:#444;
}
.blockhead-info-ressort-unterhaltung{
  float:left;
  color:#444;
  font-size:14px;
  font-weight:bold;
  padding:0px 0px 0px 0px;
  width:167px;
}
.blockhead-info-subressort-unterhaltung{
  float:left;
  color:#999;
  width:310px;
  font-size:12px;
}
.blockhead-info-subressort-unterhaltung a:visited,
.blockhead-info-subressort-unterhaltung a{
  color:#999;
  font-size:12px;
}
.blockhead-info-subressort{
  float:left;
  color:#999;
  width:450px;
  font-size:12px;
}
.blockhead-info-stadtselect{
  float:left;
  color:#999;
  width:370px;
  font-size:12px;
  font-weight:normal;
}
.blockhead-info-subressort a,.blockhead-info-subressort a:visited{
  font-size:12px;
  color:#999;
}
.blockhead-info a.mehr, .blockhead-info a.mehr:visited,
.blockhead-info-ressort a.mehr, .blockhead-info-ressort a.mehr:visited,
.blockhead-info-subressort a.mehr, .blockhead-info-subressort a.mehr:visited,
.blockhead-info-subressort-unterhaltung a.mehr, .blockhead-info-subressort-unterhaltung a.mehr:visited {
  color: #3774a1;
  font-size: 13px;
  font-weight: normal;
}
.blockhead-info-more a.art_more{
  float:left;
  color:#555;
  font-size:12px;
  text-align:right;
}
.showmore{
  float:right;
  padding-right:1px;
  width:100px;
  text-align:right;
}
.showmore a,
.showmore a:visited{
  color:#555;
  text-decoration:none;
  text-align:right;
}
.showmore a:hover{
  text-decoration:underline;
}
.showmore img {
  vertical-align:middle;
  border:0px;
  text-align:right;
}

/****************************************************************/
/* Artikelteaser allgemein                                      */
.art_title{
  padding: 2px 0px 2px 0px;
  font-size:16px;
  line-height:20px;
  color:#3774a1;
}
.art_short{
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 6px;
  padding: 0px;
}
.art_text{
  font-size:13px;
  line-height:17px;
  color:#000000;
  margin-bottom:7px;
  padding:0px;
}
a.art_more, a.art_more:visited, a.art_more:hover {
  font-size:12px;
  color:#666;
  white-space:nowrap;
  font-weight:normal;
  /*padding-left:10px;*/
}
a.art_mehr, a.art_mehr:visited, a.art_mehr:hover {
  font-size: 12px;
  line-height: 15px;
  color: #666;
  font-weight: normal;
  padding-right: 12px;
  margin-left: 8px;
  background: url(/oonup/images/icon/pfeil2-icon.jpg) no-repeat 100% 60%;
}
.art_bigthumb{
  display:block;
  margin-left:10px;
  margin-bottom:4px;
  float:right;
  max-width:571px;
  min-height:200px;
}
.art_bigthumb a img{
  border:0;
  text-decoration:none;
}
.art_thumb{
  margin-left:10px;
  float:right;
  width:240px;
  text-align:right;
}
.art_thumb151{
  margin-left: 10px;
  float: right;
  /*width:151px;*/
  padding-top: 8px;
  text-align: right;
}
.art_thumb a img{
  border:0;
  text-decoration:none;
}
.totop{
  clear:both;
  text-align:right;
  padding:20px 0px 20px 0px;
}
a.art_totop{
  font-size:13px;
  color:#999999;
  text-decoration:none;
}
a.art_totop:hover{
  font-size:13px;
  color:#999999;
  text-decoration:none;
}
.artteaser {
  clear: both;
  border-top: 1px dotted #d8ecfa;
  /*border-bottom: 1px solid #fff;*/
}
.artteaser.first {
  border-top: none;
}
.block_sp6 .artteaser {
  float: left;
  width: 100%;
}
a.raquo13 {
  background: url(/oonup/images/icon/raquo13_v2.png) no-repeat 0 5px;
  padding-left: 10px;
}
a.raquo12 {
  background: url(/oonup/images/icon/raquo13_v2.png) no-repeat 0 4px;
  padding-left: 10px;
  font-size: 12px;
}

/***************************************/
/* neue Styles fuer die Startseite v2.0 */
a.mehr {
  margin-left: 8px;
  white-space: nowrap;
}
a.nowrap {
  white-space: nowrap;
}
ul.artteaser {
  list-style: none;
}
ul.artteaser li {
  margin: 4px 0 8px 0;
}
ul.artteaser a {
  font-size: 15px;
  font-weight: bold;
}
.uressort-teaser {
  float: left;
  width: 100%;
  height: 23px;
  margin-top: 8px;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
}
.uressort-teaser a {
  float: left;
  font-size: 12px;
  line-height: 17px;
  margin-top: 3px;
  font-weight: bold;
}
/***************************************/

.artteaser_abstand{
  clear:both;
  height:2px;
  line-height:2px;
  padding: 0px 0px 0px 0px;
  border-top:1px dotted #d8ecfa;
}
.block-abstand{
  clear: both;
  width: 815px;
  height: 12px;
  line-height: 12px;
}
.block-abstand-foot{
  clear:both;
  width:815px;
  height:16px;
  line-height:16px;
}
.abstand_head-content{
  clear:both;
  height:5px;
  line-height:5px;
  width:815px;
  background-image: url(/oonup/images/background/bg_head-bottom.jpg);
  background-repeat: repeat-x;
}
.block_abstand_24{
  clear:both;
  height:24px;
  line-height:24px;
  max-height:24px;
  min-height:24px;
}
p.art_zusatz {
  margin-left: -20px;
}
.art_zusatz a {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 20px;
  margin: 4px 0 0 20px;
  color: #666;
  white-space: nowrap;
}
.art_zusatz a:visited, .art_zusatz a:hover {
  color: #666;
}
ul.related .art_zusatz a {
  float: none;
  display: inline-block;
  margin: 0 0 0 6px;
}
.art_zusatz a.zusatz_video {
  background: url(http://static1.nachrichten.at/oonup/images/icon/icon-video.gif) no-repeat;
}
.art_zusatz a.zusatz_fotogalerie {
  background: url(http://static2.nachrichten.at/oonup/images/icon/icon-fotogalerie.gif) no-repeat;
}
.art_zusatz a.zusatz_kommentaranzahl {
  background: url(http://static3.nachrichten.at/oonup/images/icon/icon-kommentare.gif) no-repeat;
}
.art_zusatz a.zusatz_artikelversenden {
  background: url(http://static1.nachrichten.at/oonup/images/icon/icon-versenden-blau.gif) no-repeat;
}
ul.topthemen {
  width: 147px;
  float: left;
  padding-left: 4px;
  list-style: none;
}
ul.topthemen li {
  line-height: 20px;
}
ul.topthemen li a {
  padding-left: 12px;
  background: transparent url(/oonup/images/buttons/navi-pfeil-blau.gif) no-repeat 0 3px;
}
ul.blogteaser {
  float: left;
  width: 296px;
  padding-left: 4px;
  list-style: none;
}
ul.blogteaser li {
  line-height: 22px;
  border-bottom: 1px dotted #D8ECFA;
}


/****************************************************************/
/* Uebersichtsseite (2)                                          */
.teaser_u2{
  display:block;
  float:left;
  margin:0px 0px 5px 0px;
  padding:0px 0px 10px 0px;
}
.u2_blockcontent{
  display:block;
  float:left;
  margin:0px;
  padding: 8px 0px 0px 10px;
  width: 460px;
  min-width: 460px;
  max-width: 460px;
}
.u2_blockcontent1{
  display:block;
  background-image: url(/oonup/images/bg-punkt1.jpg);
  background-repeat: repeat-x;
  float:left;
  margin:0px;
  padding:12px 0px 5px 10px;
  width: 460px;
  min-width: 460px;
  max-width: 460px;
}
.u2_blockhead{
  float:left;
  margin:0px;
  padding:4px 0px 0px 0px;
  height:24px;
  line-height:24px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  width: 483px;
}
.u2_blockhead-rezesion{
  display:block;
  margin:32px 0px 0px 0px;
  padding:4px 0px 0px 0px;
  height:24px;
  line-height:24px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  width: 483px;
}
.u2_blockhead-kino{
  display:block;
  margin:9px 0px 0px 0px;
  padding:4px 0px 0px 0px;
  /*height:24px;
  line-height:24px;*/
  border-top:3px none #555;
  border-bottom:1px dotted #555;
  width: 483px;
}
.u2_blockhead-kino-detail{
  margin:0px;
  padding:0px 0px 0px 0px;
  height:24px;
  line-height:24px;
  border-top:3px none #555;
  border-bottom:1px dotted #555;
  width: 483px;
}
.u_short{
  font-size:13px;
  line-height:16px;
  color:#000000;
  margin-bottom:16px;
  float:left;
}
.u_thumb img a,
.u_thumb img{
  /*width:145px;
  max-width:151px;*/
  float:right;
  padding-left:5px;
  text-align:right;
}
a.u_more:hover,a.u_more:visited,
a.u_more{
  font-size:12px;
  color:#555;
}
ul.teaser-liste {
  float: left;
  width: 296px;
  list-style: none;
}
ul.teaser-liste li {
  font-weight: bold;
  line-height: 28px;
  border-bottom: 1px dotted #555;
}

/****************************************************************/
/* Schriftgroessen Header Homepage - aus Styleguide               */
.home_dachzeile_a{
  font-size:12px;
  font-weight:bold;
  color:#999999;
  padding-bottom:0px;
  padding-top:2px;
}
h5.home_dachzeile_a {
  margin-bottom: -2px;
}
.breitbild h5.home_dachzeile_a {
  margin-bottom: 0;
}
.home_dachzeile_a a{
  font-size:12px;
  font-weight:bold;
  color:#999999;
  padding-bottom:0px;
}
.home_dachzeile_a a:hover{
  text-decoration:none;
}
.home_dachzeile_a a:visited {
  color: #999;
}
h2.home_headline_b{
  font-size:20px;
  line-height:23px;
  font-weight:bold;
  padding-top:3px;
  padding-bottom:6px;
}
.home_headline_b a{
  font-size:20px;
  line-height:23px;
  font-weight:bold;
}
.home_link_c{
  font-size:12px;
  line-height:16px;
  margin-bottom:8px;
  padding-bottom:4px;
}
.home_header_d{
  font-size:12px;
  line-height:16px;
  font-weight:bold;
  padding-bottom:4px;
}
home_header_e{
  padding:0px 0px 0px 0px;
}
h2.home_header_e{
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 4px 0px 3px 0px;
}

.home_header_f{
  font-size:12px;
  line-height:16px;
  font-weight:bold;
  margin-bottom:8px;
}
.home_header_g{
  font-size:12px;
  line-height:16px;
  font-weight:bold;
  margin-bottom:8px;
}
.home_ueberschrift_h{
  font-size:13px;
  font-weight:bold;
  padding-bottom:5px;
}

/****************************************************************/
/* Schriftgroessen Header Uebersicht (2) - aus Styleguide          */
.u_sektionsheader_a {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  padding-bottom: 2px;
}
a.sektionsheader, a.sektionsheader:hover, a.sektionsheader:visited {
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.u_link_a2{
  font-size:12px;
  padding-bottom:2px;
}
.u_headlline_b, .u_headline_b {
  font-size:16px;
  line-height:20px;
  color: #3774a1;
  font-weight:normal; /*war bold laut Styleguide - Herr Persiel sagt normal*/
  padding:0px 0px 4px 0px;
}
.u_headlline_c, .u_headline_c {
  font-size:12px;
  font-weight:bold;
}
.u_subnavi_d{
  font-size:13px;
  line-height:16px;
  font-weight:bold;
  margin-bottom:8px;
}
.u_subheader_e{
  font-size:14px;
  line-height:16px;
  font-weight:bold;
  padding-bottom:2px;
}
.u_header_f{
  font-size:12px;
  font-weight:bold;
  padding-bottom:2px;
}
.u_ueberschrift_g{
  font-size:14px;
  font-weight:bold;
}
.u_ueberschrift_h{
  font-size:13px;
  font-weight:bold;
  padding-bottom:2px;
}
.u_copytext{
 /* Copytext: 13 / 16 / 8 / - / #000 */
  font-size:13px;
  font-weight:normal;
  line-height:16px;
  color:#000;
}
.u_copytext p{
  margin-bottom:8px;
}
.u_sektionsheader_more a.art_more{
  float:right;
  color:#666;
  font-size:12px;
  font-weight:normal;
  text-align:right;
}
.u_sektionsheader_a a.art_more{
  font-size:12px;
  color:#666;
  font-weight:normal;
  white-space:nowrap;
}

/****************************************************************/
/* Artikelteaser fuer die verschiedenen Spalten                  */
.top_artteaser{
  width:815px;
  display:block;
}
ul.top_more{
  clear: left;
  padding:0px 0px 4px 0px;
  margin:0px;
  list-style:none;
}
li.top_more{
  display:block;
  padding: 5px 10px 8px 0px;
  margin:0px;
  list-style:none;
  background-image: url(/oonup/images/bg-punkt1.jpg);
  background-repeat: repeat-x;
}
li.top_more1{
  display:block;
  padding:0px;
  margin:0px;
  list-style:none;
}
p.pmore a{
  margin:0px;
  padding: 5px 10px 8px 0px;
  background-image: url(/oonup/images/bg-punkt1.jpg);
  background-repeat: repeat-x;
  line-height:20px;
}
/*Option 2 auf ?bersichtsseiten - contentspalte*/
.block_rs6{
  display: block;
  float: left;
  width: 483px;
}
.block_rs6l_head{
  float:left;
  width:484px;
  border-right:1px dotted #000;
}
.block_rs6l{
  float:left;
  width:474px;
  border-right:1px dotted #000;
  padding-right:10px;
  z-index:1;
  min-height:180px;
}
.block_sp6{
  display:block;
  float:left;
  width:479px;
  max-width:479px;
  margin-right:15px;
}
.block_rs6_fest{
  float:left;
  width:464px;
  padding: 1px 0px 0px 0px;
}
.block_rs6_div{
  float:left;
  width:464px;
  padding: 0px 10px 0px 10px;
  border-right: 1px solid #d8ecfa;
}
.block_rs5a_fest{
  float:left;
  width:387px;
  padding: 0px 10px 0px 10px;
  border-right: 1px solid #d8ecfa;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
}
.block_rs5b_fest{
  float:left;
  width:386px;
  margin-left:-1px;
  padding: 0px 10px 0px 11px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  border-left: 1px solid #d8ecfa;
}
.block_rs5a_div{
  float:left;
  width:387px;
  padding: 0px 10px 0px 10px;
  border-right: 1px solid #d8ecfa;
}
.block_rs5-topline{
  display:block;
  float:left;
  border-top:1px dotted #d8ecfa;
  width:386px;
  height:4px;
  line-height: 4px;
  margin:0px 0px 6px 10px;
}
.block_rs5a_div-topline{
  display:block;
  float:left;
  border-top:1px dotted #d8ecfa;
  width:815px;
  height:4px;
  margin:0px 0px 6px 0px;
}
.block_rs5a_div-links{
  display:block;
  float:left;
  width:387px;
  padding: 0px 10px 0px 10px;
  border-right: 1px solid #d8ecfa;
  margin: 0px 0px 0px 0px;
  z-index:1;
}
.block_rs5a_div-rechts{
  display:block;
  float:right;
  width:386px;
  padding: 0px 10px 0px 11px;
  border-left: 1px solid #d8ecfa;
  margin: 0px 0px 0px -1px;
  z-index:2;
}
.block_rs6a_div-links{
  display:block;
  float:left;
  width:464px;
  padding: 0px 10px 0px 10px;
  border-right: 1px solid #d8ecfa;
  margin: 0px 0px 4px 0px;
  z-index:1;
}
.block_rs4a_div-rechts{
  display:block;
  float:right;
  width:309px;
  padding: 0px 10px 0px 11px;
  border-left: 1px solid #d8ecfa;
  margin: 0px 0px 4px -1px;
  z-index:3;
}
.block_rs5b_div{
  float:left;
  width:386px;
  margin-left:-1px;
  padding: 0px 10px 0px 11px;
  border-left: 1px solid #d8ecfa;
}
.block_2rs5{
  display:block;
  float:left;
  width:815px;
  min-height:200px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  z-index:1;
}
.block_rs5a{
  display:block;
  float:left;
  width: 397px;
  min-height:100px;
  padding: 0;
  /*border-right: 1px solid #d8ecfa;*/
  z-index:1;
}
.block_rs5b{
  display: inline;
  float: right;
  width: 397px;
  min-height:100px;
  padding: 0 10px 0 0;
  /*border-left: 1px solid #d8ecfa;*/
  z-index:5;
}
.block_sidebar{
  display:block;
  float:left;
  min-width:317px;
  max-width:317px;
}
.block_sidebar_head{
  float:left;
  margin:0px;
  padding:0px;
  height:30px;
  line-height:30px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  width:317px;
}
/*Option 2 auf ?bersichtsseiten - sidebar*/
.block_rs4{
  display:block;
  float:left;
  width: 318px;
  min-width:318px;
  max-width:320px;
}
.block_rs4_head{
  float:left;
  margin:0px;
  padding:4px 0px 0px 0px;
  height:24px;
  line-height:24px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  width:321px;
}
.block_rs4_werbung{
  float:left;
  width: 302px;
  padding: 0 0 10px 15px;
}
.block_rs4_div{
  float:left;
  width:301px;
  margin-left:-1px;
  padding: 0px 10px 0px 11px;
  border-left: 1px solid #d8ecfa;
}
.block_sp4{
  float: right;
  width: 317px;
}
.block_rs3_l{
  display:block;
  float:left;
  width:245px;
  border-right:1px dotted #000;
  min-height:340px;
}
.block_rs3_r{
  display:block;
  float:left;
  width:245px;
}
.block_rs2{
  float:left;
  width:158px;
}
.ratgeber-motor-top{
  display: inline;
  float: left;
  /*min-width: 200px;*/
  margin-top: -4px;
  margin-left: -10px;
  padding-left: 72px;
  background-image: url(/oonup/images/background/bg-motor.gif);
  background-repeat: no-repeat;
}
.ratgeber-motor-top img.thumbnails {
  float: left;
  border: 2px solid #444;
  padding-bottom: 0px;
  margin-right: 7px;
}
.ratgeber-motor{
  width: 343px;
  margin: 0;
  padding: 0 0 4px 54px;
  z-index: 5;
}
.ratgeber-motor-pics{
  display:block;
  padding-left:10px;
}
.ratgeber-motor-line{
  display:block;
  float:left;
  min-width:380px;
  margin:1px 0px 0px 2px;
}
.ratgeber-horoskop {
  clear: both;
  display: inline;
  float: left;
  width: 317px;
  margin-left: -10px;
  background: url(/oonup/images/background/bg-horoskop.gif) no-repeat;
  border-top: 1px solid #d8ecfa;
}
.ratgeber-horoskop img.horoskop-icon {
  float: left;
  margin-top: 6px;
  margin-left: 18px;
  border: 1px solid #d8ecfa;
  background-color: #fff;
}
.ratgeber-horoskop h2, .ratgeber-horoskop p {
  padding-left: 73px;
}
.ratgeber-horoskop ul {
  list-style: none;
  display: inline;
  float: left;
  margin-left: 10px;
}
.ratgeber-horoskop li {
  float: left;
  padding-right: 18px;
}
.horoskop-weiter a{
  display:block;
  float:left;
  margin-top:4px;
  width:150px;
  color:#006eb8;
}
.icon{
  float:left;
  padding:10px 5px 10px 1px;
}
.icon img{
  background:#fff;
  padding:1px;
}
.ratgeber-horoskop-block{
  display:block;
  float:left;
  min-width:380px;
  padding:0px;
}
.ratgeber-icon{
  display:block;
  float:left;
  min-width:50px;
  max-width:50px;
  min-height:100px;
  padding:10px 0px 10px 5px;
}
.ratgeber-fotogalerie-img{
  clear:both;
  display:block;
  float:left;
  vertical-align:top;
  padding:0px 0px 5px 18px;
  color:#555;
}
.ratgeber-fotogalerie{
  display:block;
  float:left;
  padding:0px 0px 5px 5px;
  vertical-align:top;
  color:#555;
}
.ratgeber-mehr-fotogalerie{
  float:left;
  display:block;
  min-width:350px;
  padding:0px 0px 10px 18px;
  vertical-align:top;
  color:#555;
}
.ratgeber-dotted{
  display:block;
  float:left;
  min-height:2px;
  height:2px;
  width:390px;
  min-width:390px;
  margin:0px 10px 0px 10px;
  border-bottom:1px dotted #d8ecfa;
}

/****************************************************************/
/* Ticker                                                       */
.ticker {
  display: block;
  float: left;
  width: 387px;
  margin: 0 0 6px 0;
}

.sidebar .ticker {
 width:317px;
}

.tickertitle {
  font-weight: bold;
  color: #444;
  padding: 6px 0 4px 0;
  font-size: 12px;
}

.tickerbox {
  padding: 4px 4px 8px 6px;
  border: 3px solid #d8ecfa;
  /*background: url(/oonup/images/background/bg-ticker-top.jpg) repeat-y;*/
  zoom: 1;
}
.tickerline a{
  padding:2px 0px 2px 0px;
  color:#3774a1;
}
.tickermore,
.tickermore a{
  color:#3774a1;
  text-decoration:none;
  font-size:12px;
  font-weight:normal;
  padding:5px 0px 5px 0px;
}
.tickermore a img{
  border:0px none #fff;
}
.ticker_pubtime{
  float:left;
  color:red;
  font-size:12px;
  padding:2px 5px 2px 0px;
}
.ticker_pubtitle{
  font-size:12px;
  padding:2px 0px 2px 5px;
  border-bottom:1px dotted #d8ecfa;
}
/**/
.ticker-top-box{
  display:block;
  float:left;
  width:317px;
  margin:4px 0px 16px 0px;
}
.ticker-top-head{
  display:block;
  float:left;
  width:317px;
  min-width:317px;
  max-width:317px;
  font-size:12px;
  font-weight:bold;
  color:#444;
  padding:0px 0px 4px 0px;
}
.ticker-top-bluebox{
  display: block;
  float: left;
  width: 303px;
  padding: 4px 4px 8px 6px;
  border: 3px solid #d8ecfa;
  /*background: url(/oonup/images/background/bg-ticker-top.jpg) repeat-y;*/
}
.ticker-top-text{
  font-size:12px;
  color:#000000;
}
.ticker-top-meldung{
  display:block;
  float:left;
  padding:4px 0px 0px 0px;
}



/****************************************************************/
/* Artikel-Detail-Seite                                         */
.artikeldetail{
  display:block;
  width:815px;
  margin:0px;
  padding:0px 0px 10px 0px;
}
.artikeldetail_register{
  display:block;
  float:left;
  width:455px;
  margin:0px;
  padding:0px 0px 10px 0px;
}
.artikeldetailhead{
  display:block;
  width:815px;
  min-height:51px;
  padding:0px 0px 10px 0px;
}
.artikeldetailhead_register{
  display:block;
  width:455px;
  min-height:51px;
  padding:0px 0px 10px 0px;
}
.breadcrumb{
  width:815px;
  height:16px;
  vertical-align:middle;
}
.breadcrumb_register{
  width:455px;
  height:16px;
  vertical-align:middle;
}
.breadcrumb_register a,
.breadcrumb a{
  color:#999;
}
.artikeldetail_title-head{
  display:block;
  float:left;
  width:815px;
  min-height:35px;
  padding-top:11px;
  vertical-align:middle;
  color:#555;
  font-size:16px;
}
.artikeldetail_title-head_register{
  display:block;
  float:left;
  width:455px;
  min-height:35px;
  padding-top:11px;
  vertical-align:middle;
  color:#555;
  font-size:16px;
}
.artikeldetailhead_ressort a:visited, .artikeldetailhead_ressort a:active,
.artikeldetailhead_ressort a:hover, .artikeldetailhead_ressort a{
  color:#999;
}
.artikeldetailhead_ressort a.ressort{
  color:#999;
}
.artikeldetailhead_weitere{
  display:block;
  float:right;
  position:relative;
  right:0px;
  width:190px;
  vertical-align:middle;
  font-size: 12px;
  font-weight:normal;
  color:#999;
  text-align:right;
}
.artikeldetail_ststitle {
  display:block;
  float:left;
  width:810px;
  font-size: 16px;
  font-weight:bold;
  color:#555;
  padding:8px 0px 8px 0px;
}
.artikeldetailhead_ststitle {
  display:block;
  float:left;
  width:600px;
  font-size: 22px;
  font-weight:normal; /*sm*/
  color:#444;
  padding:0px;
  margin:0px 0px 4px 0px;
  line-height:22px;
}
.artikeldetailhead_streams{
  display:block;
  float:right;
  width:200px;
  vertical-align:middle;
  font-size: 16px;
  font-weight:normal;
  color:#999;
  text-align:right;
  margin-top:6px;
}
.artikeldetailhead_ressort{
  display:block;
  float:right;
  width:200px;
  vertical-align:middle;
  font-size: 16px;
  line-height: 18px;
  font-weight:normal;
  color:#999;
  text-align:right;
  margin-top:6px;
}
.artikeldetailhead_ressort_register{
  display:block;
  float:right;
  width:10px;
  vertical-align:middle;
  font-size: 16px;
  font-weight:normal;
  color:#999;
  text-align:right;
  margin-top:6px;
}
.artikeldetailhead_weitere a:visited, .artikeldetailhead_weitere a:active,
.artikeldetailhead_weitere a{
  font-size: 12px;
  font-weight:normal;
  color:#999;
  margin-left: 0;
}
.artikeldetailhead_breadcrumb {
  display:block;
  float:left;
  width:600px;
  font-size: 12px;
  font-weight:normal;
  color:#999;
}
.artikeldetailhead_breadcrumb a,
.artikeldetailhead_breadcrumb a:visited{ color:#999; }
h2.artikeldetailhead_title {
  display:block;
  float:left;
  width:600px;
  font-size: 22px;
  font-weight:normal; /*sm*/
  color:#444;
  padding:0px;
  margin:0px 0px 4px 0px;
  line-height:24px;
}

h2.artikeldetailhead_title_register{
  display:block;
  float:left;
  width:455px;
  font-size: 22px;
  font-weight:normal; /*sm*/
  color:#444;
  padding:0px;
  margin:0px 0px 4px 0px;
  line-height:24px;
}
.artikeldetail_title {
  float:left;
  width:475px;
  font-size: 16px;
  font-weight:bold;
  color:#555;
  padding-bottom:10px;
}
.artikeldetailcontent{
  float:left;
  border-top:1px solid #c4c4c4;
  padding:0px;
  width:815px;
}
.artikeldetailcontent-formular{
  float:left;
  padding:0px;
  width:815px;
}
.artikelcontent-formular{
  display:block;
  float:left;
  width:815px; /*634*/
  padding:8px 12px 4px 10px;
  line-height:18px;
  font-size:12px;
}
.artikelcontent{
  float:left;
  width:620px; /*634*/
  padding:8px 12px 4px 10px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  border-right:1px solid #E0E0E0;
  line-height:18px;
  font-size: 13px; /*sm*/
}
.artikelcontenttext h2 {
  font-size: 16px;
  padding: 8px 0 8px 0;
}
.artikelcontenttext h3 {
  font-size: 14px;
  padding: 8px 0 8px 0;
}
.artikelcontenttext h4 {
  font-size: 13px;
  padding: 8px 0 8px 0;
}
.cke_show_borders .ZwischenTitel strong{
  font-weight: bold;
}
.cke_show_borders .ZwischenTitel, .cke_show_borders h4 {
  font-size: 1.15em;
  line-height: 1.25em;
  margin: 1em 0 .5em 0;
  color: #333;
  font-weight: bold;
}
.artikelcontent_streams{
  float:left;
  width:619px; /*634*/
  padding:8px 12px 4px 10px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  border-right:1px solid #E0E0E0;
  line-height:18px;
  font-size:13px; /*sm*/
}
.artikelcontentshort-formular{
  font-weight:normal;
  font-size:13px;
  line-height:18px;
  margin-bottom:20px;
  width:493px;
}
.artikeldetailhead_title-formular{
  display:block;
  float:left;
  width:493px;
  padding-bottom:16px;
}
.abstandslinie{
  display:block;
  float:left;
  border-top:1px none #000000;
  height:2px;
  margin-top:2px;
}
.artikelcontentshort, .artikelcontentshort h3 {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.artikelthumb{
  margin:0px 0px 10px 10px;
  padding:10px 13px 11px 10px;
  max-width:270px; /*282px;*/
  width:270px; /*282px;*/
  border:1px none #d8ecfa; /*006cb5;*/
  border-top:1px solid #d8ecfa; /*006cb5;*/
  border-left:1px solid #d8ecfa; /*006cb5;*/
  float:right;
  color:#666666;
  font-size:12px;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.artikeltabs{
  float:left;
  width:172px;
  margin-left:-1px;
  /*border-left:1px solid #e0e0e0;*/
  background-color:#ffffff;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat:repeat-x;
}
.artikeltab_zurueck{
  display:block;
  float:left;
  width:620px; /*634*/
  padding:2px 0px 8px 0px;
  font-size:13px;
  font-weight:bold;
}
.artikeltab_toptext{
  display:block;
  float:left;
  width:620px; /*634*/
  padding:0px;
  font-size:12px;
  padding:0px;
  margin:0px;
}
.artikeltab_mehr{
  display:block;
  float:left;
  width:620px; /*634*/
  padding:0px 0px 8px 0px;
  font-size:12px;
  font-weight:bold;
}
.artikeltab_mehr_img{
  display:inline;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  vertical-align:bottom;
}
.artikeltab_detailblock{
  display:block;
  float:left;
  width:620px;
  padding:4px 0px 4px 0px;

}
.art_bild_gross .art_diaserien,
.artikeltab_detailblock .art_diaserien{
  display:block;
  float:right;
  width:605px;
  padding:4px 3px 13px 10px;
  margin:12px 0px 0px 5px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.artikeltab_detailblock .art_streamset{
  display:block;
  float:right;
  width:605px;
  padding:10px 10px 13px 3px;
  margin:8px 0px 4px 4px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  text-align:right;
}
.ststitle{
  display:block;
  float:left;
  width:600px;
  font-size: 12px;
  font-weight:normal; /*sm*/
  color:#444;
  padding:0px;
  margin:0px;
  line-height:13px;
}
.ststitle a{
  font-size: 12px;
  color:#444;
}
.sts_detailblock{
  display:block;
  float:left;
  width:620px;
  padding:0px 0px 4px 0px;
}
.sts_detailblock .art_streamset{
  display:block;
  float:right;
  width:605px;
  padding:10px 10px 13px 3px;
  margin:10px 0px 4px 4px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  text-align:center;
}
.artikeltab_landkarte{
  display:block;
  float:left;
  width:600px;
  height: 450px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding:8px;
  margin:12px 0px 12px 0px;
}
.artikeltab_bilder{
  display:block;
  float:left;
  width:620px;
  padding:4px 0px 4px 0px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin:12px 0px 12px 0px;
}
.artikeltab_bilder .art_bild_gross{
  display:block;
  float:left;
  padding-left:10px;
  width:460px;
  min-width:460px;
  min-height:405px;
  margin-bottom:8px;
  border-right:1px dotted #c4c4c4;
}
.art_bild_gross .art_diaserien{
  display:block;
  float:left;
  width:440px;
  background-image: none;
  border:none;
  padding:0px;
  margin:0px;
}
.art_bilder_klein{
  display:block;
  float:left;
  padding-left:10px;
  width:136px;
}
/*
.art_bilder_klein .ext_thumbs{
  border:none;
  background-image: none;
}*/
.art_bilder_klein .ext_thumbs img{
  /*display:block;
  float:left;*/
  margin:0px;
  padding:0px;
}
.tab_bildscroller{
  display:block;
  float:left;
  width:126px;
}
.art_bilder_klein .ext_thumbs{
  /* display:block;
  float:left; */
  width:120px;
  padding:2px 5px 5px 2px;
  margin:0px 0px 5px 0px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.art_bilder_klein-totop{
  display:block;
  float:left;
  width:136px;
  padding:3px 0px 3px 0px;
  text-align:center;
}
.art_bilder_klein-down{
  display:block;
  float:left;
  width:136px;
  padding:4px 0px 4px 0px;
  text-align:center;
}

.artikeltab_bilder_weitere{
  display:block;
  width:620px;
}
.artikeltab_bilder_spacer{
  display:block;
  float:left;
  width:322px;
  margin-right:16px;
}
.artikeltab_bilder_spacer_oben{
  display:block;
  width:322px;
  padding:0px 0px 10px 0px;
  border-bottom:1px dotted #c4c4c4;
}
.artikeltab_bilder_spacer_unten{
  display:block;
  width:322px;
  padding:10px 0px 4px 0px;
}
.artikeltab_werbeblock{
  display:block;
  float:left;
  width:282px;
  text-align:right;
  font-size:10px;
  color:#555;
}
.tab_bilder {
  display:block;
  float:left;
  width:620px;

  padding:0px 0px 4px 0px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin:7px 0px 12px 0px;
}
.tab_bilderdetail{
  display:block;
  float:left;
  width:620px;
  height:550px;
  padding:4px 4px 4px 4px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin:7px 0px 12px 0px;
}
.tab_umfrage{
  display:block;
  float:left;
  width:500px;
  /*height:515px;*/
  padding:0px 0px 4px 0px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin:7px 0px 12px 74px;
}

.tab_artikelinfo{
  margin-left:-1px;
  margin-top:0px;
  padding:12px 10px 8px 8px;
  background:#fff;
  width:154px;
  border-right:1px solid #E0E0E0;
  /*border-bottom:1px solid #E0E0E0;*/
  border-top:1px solid #E0E0E0;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
}
.tab_artikelinfo-title{
  padding:0px 0px 0px 0px;
  color:#666;
  font-size:14px;
  font-weight: bold;
}
.tab_artikelinfo-author{
  color:#000;
  font-size:12px;
  font-weight: bold;
}
.tab_artikelinfo-published{
  padding:8px 0px 3px 0px;
  color:#000;
  font-size:12px;
  font-weight:normal;
  border-bottom:1px dashed #f4f4f4;
}
.zusatznavtabon .tab_artikelinfo-published{
  padding:0px 0px 3px 0px;
  color:#000;
  font-size:12px;
  font-weight:normal;
  border-bottom:1px dashed #f4f4f4;
}
.tab_artikelinfo-vonauthor{
  padding:0px 0px 3px 0px;
  border-bottom:1px dashed #f4f4f4;
  color:#000;
  font-size:12px;
  font-weight:normal;
}
.tab_artikelinfo-ressort{
  padding:0px 0px 4px 0px;
  border-bottom:1px dashed #f4f4f4;
  color:#999;
  font-size:12px;
  font-weight:normal;
}
.tab_artikelinfo-ressort a { color:#999; }
.tab_artikelinfo-platzhalter{
  padding:4px 0px 4px 0px;
  height:3px;
  line-height: 3px;
}
.artikelcontent1 {
  float:left;
  padding-right:10px;
  width:397px;
  max-width:397px;
  padding-top:1px;
  border-right:1px solid #E0E0E0;
}
.artikelcontent2{
  float:right;
  margin:0px 0px 0px -1px;
  padding:10px 0px 0px 10px;
  width:397px;
  max-width:402px;
  border-left:1px solid #E0E0E0;
}
.artikelcontent4{
  float:left;
  padding: 21px 0px 0px 10px;
  width:397px;
  max-width:397px;
  min-height:150px;

}
.artikelcontent3{
  clear:both;
  float:left;
  width:408px;
  max-width:408px;
  min-height:150px;
  padding-top:20px;
  border-top:1px solid #E0E0E0;
}
.drucken{
  border-top:1px solid #f4f4f4;
}
.drucken, .versenden{
  display:block;
  height:20px;
  line-height:20px;
  border-bottom:1px dotted #f4f4f4;
  color:#006eb8;
  font-size:12px;
  font-weight:normal;
}
.versenden a,
.drucken a{
  display:block;
  float:left;
  vertical-align:middle;
  padding:0px;
  margin:0px;
  text-align:left;
}
.versenden a:hover,
.drucken a:hover{
  text-decoration:underline;
}
.versenden a:hover img,
.drucken a:hover img{
  display:block;
  float:left;
  text-decoration:none;
}
.versenden a img,
.drucken a img{
  vertical-align:middle;
  padding:0px 6px 0px 0px;
}
a.weiterempfehlen {
  background: transparent url(/oonup/images/icon/icon-versenden-blau.gif) no-repeat;
  padding-left: 20px;
}
.tab_artikeltab-spacer{
  margin-left:-1px;
  height:10px;
  max-height:10px;
  min-height:10px;
  width:171px;
  border-left:1px solid #ffffff;
  border-bottom:1px solid #E0E0E0;
  border-right:1px solid #E0E0E0;
}
.tab_artikeltab{
  display:block;
  float:left;
  padding:0px 0px 0px 0px;
  margin:0px;
  width:172px;
  /*border-top:1px solid #dbdbdb;*/
  /*background:#dbdbdb;*/
  /*
  min-height:240px;
  max-height:305px;
  */
}
.artikeldetailtabs_inaktiv{
  display:block;
  float:left;
  padding-top:0px;
  padding-left:10px;
  height:46px;
  line-height:46px;
  width:161px;
  font-size: 14px;
  font-weight: bold;
  color:#999;
  border-bottom:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb;
  border-top:1px none #dbdbdb;
  border-left:1px none #dbdbdb;
  background-image: url(/oonup/images/background/bg-tab-inaktiv.jpg);
}
.artikeldetailtabs_aktiv{
  display:block;
  float:left;
  padding-left:10px;
  height:46px;
  line-height:46px;
  width:161px;
  font-size: 14px;
  font-weight: bold;
  color:#ffffff;
  border-top:1px none #dbdbdb;
  border-left:1px none #dbdbdb;
  border-bottom:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb;
  background-image: url(/oonup/images/background/bg-tab-aktiv.jpg);
}
.tabeck_aktiv{
  display:block;
  float:right;
  padding:0px;
  margin:0px;
  width:8px;
  height:46px;
  border:0px;
  background-image: url(/oonup/images/background/bg-tabeck-aktiv.jpg);
  background-repeat:no-repeat;
  background-position:right bottom;
}
.tabeck_inaktiv{
  display:block;
  float:right;
  width:8px;
  height:8px;
  background-image:none;
}
.tab_artikelwerbung{
  display:block;
  float:left;
  padding: 12px 0px 12px 24px;
  width:172px;
  margin-left:0px;
  border-left:1px solid #dbdbdb;
}
.artikeldetail_werbung{
  display:block;
  float:right;
  margin:5px 0px 5px 10px;
  padding:5px 5px 5px 5px;
  width:260px;
}
.artikelzurueckressort{
  float:left;
  width:622px;
  margin:10px 0px 10px 0px;
  padding:10px 0px 10px 0px;
  border-top:1px solid #f4f4f4;
  border-bottom:1px solid #f4f4f4;
  color:#999;
  font-weight:bold;
}
.artikelzurueckressort a{
  color:#999;
  font-weight:bold;
}

.artikeldetail .noslink{
  margin-left:10px;
  margin-top:6px;
  background: url(/oonup/images/icon/icon-video-blau.gif) no-repeat;
  font-size: 12px;
  line-height: 16px;
  float: left;
  padding-left: 21px;
  margin-top: -4px;
}


/****************************************************************/
/* Linkbox                                                      */
.artikellinkbox{
  clear:both;
  display:block;
  float:right;
  margin:5px 0px 5px 10px;
  padding:5px 5px 5px 5px;
  border:1px solid #d8ecfa;
  width:296px;
}
.artikellinkbox-title{
  display:block;
  float:left;
  padding:2px 0px 2px 0px;
  font-size:13px;
  font-weight:bold;
  color:#555;
  width:296px;
}
.artikellinkbox-line{
  padding:2px 0px 2px 0px;
  color:#3774a1;
}
.artikellinkbox_img{
  float:left;
  display:block;
  width:10px;
  vertical-align:middle;
  text-align:left;
  line-height:21px;
}
.artikellinkbox_img img{
  padding-top:8px;
}
.artikellinkbox_titel{
  float:left;
  display:block;
  width:282px;
  vertical-align:middle;
  line-height:21px;
  font-size:12px;
  font-weight:bold;
}

/****************************************************************/
/* Weitere Artikel                                              */
.weitere_art_box{
  display:block;
  float:left;
  border:1px solid #d8ecfa;
  padding:7px 8px 8px 8px;
}
.weitere_art_thumb{
  margin-left:10px;
  float:right;
  width:142px;
}
.weitere_art_thumb a img{
  border:0px solid #fff;
}
.weitere_art_label{
  display:block;
  float:left;
  width: 100%;
  padding-top:14px;
  padding-bottom:9px;
  font-size:16px;
  color:#444;
}
.weitere_art_label a{
  display:block;
  float:left;
  width:278px;
  padding-top:14px;
  padding-bottom:9px;
  font-size:16px;
  color:#444;
}
.weitere_art_short{
  font-size:12px;
  color:#000000;
}
.weitere_art_title,
.weitere_art_title a{
  font-size:12px;
  font-weight:bold; /*bold laut Herrn Persiel nicht! - UND wieder bold nach Besprechung in Linz!*/;
  line-height:16px;
}
.weitere_art_line{
  border-top:1px solid #f4f4f4;
  margin-top:4px;
  padding-bottom:4px;
  height:1px;
  line-height:1px;
}
.art_detail_small_border{
  margin-left:-11px;
  margin-top:-10px;
  width:236px;
  border-top:1px solid #e0e0e0;
  height:5px;
  line-height:5px;
}

/****************************************************************/
/* Artikeldiskussion                                            */
.artikeldiskussion{
  padding-top:0px;
}
.artikeldiskussion-head{
  font-size:16px;
  line-height:20px;
  color:#444;
  border-top:1px dotted #f4f4f4;
  padding:17px 0px 4px 0px;
}
.artikeldiskussion-form{
  margin-top:3px;
  padding:1px 10px 5px 10px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  color:#000000;
  min-height:70px;
}
.artikeldiskussion-anzeigen{
  display:block;
  float:left;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
}
.artikeldiskussion-anzeigen-line{
  display:block;
  float:left;
  width:560px;
  padding:12px 0px 12px 52px;
  border-bottom:1px solid #f4f4f4;
}
.artikeldiskussion-anzeigen-line_alle{
  display:block;
  float:left;
  width:612px;
  padding:4px 0px 4px 0px;
}
.artikeldiskussion-anzeigen-linie_alle{
  display:block;
  float:left;
  width:612px;
  height:4px;
  line-height: 4px;
  border-bottom:1px solid #f4f4f4;
}
.artikeldiskussion-nummer{
  display: inline;
  float:left;
  width:20px;
  /* color:#62a2ce; */
  color:#3774a1;
  font-weight: bold;
  margin-left: -20px;
}
.artikeldiskussion-titel{
  display:block;
}
.artikeldiskussion-titel_alle{
  display:block;
  padding-bottom:4px;
}
.artikeldiskussion-text{
  display:block;
  float:left;
  padding:0px 0px 0px 20px;
}
.artikeldiskussion-text_alle{
  display:block;
}
.artikeldiskussion-text_alle p {
  margin-bottom: 0;
}
.artikeldiskussion-text_alle0{
  display:block;
  float:right;
  width: 452px;
}
.artikeldiskussion-text_alle50{
  display:block;
  float:right;
  width: 402px;
}
.artikeldiskussion-text-bild{
  display:block;
  float:left;
  margin-top:10px;
}
.artikeldiskussion-text-antworten{
  display:block;
  float:left;
  margin-top:10px;
}
a.artikeldiskussion-antwort-schreiben {
  display: block;
  width: 9em;
  background: url(/oonup/images/icon/icon-antworten.jpg) no-repeat;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 16px;
}
a.artikeldiskussion-antwort-schreiben:visited {
  color: #3774a1;
}
a.artikeldiskussion-antwort-schreiben:hover {
  text-decoration: underline;
}

.artikeldiskussion-form input[type="text"],
.artikeldiskussion-form input[type="password"]{
  width:365px;
  padding:2px 2px 2px 2px;
  border:1px solid #92b4cc;
}
.artikeldiskussion-form textarea{
  width:370px;
  padding:2px 2px 2px 2px;
  border:1px solid #92b4cc;
}
.posting-melden-form {
  float: left;
  width: 560px;
  padding-left: 52px;
  background-color: #fffcde;
}
.artikeldiskussion-wrapper .posting-melden-form {
  width: 509px;
  padding-left: 14px;
}


#register input[type="password"],
#register input[type="text"]{
  width:365px;
  font-size:11px;
  padding:2px 2px 2px 2px;
  border:1px solid #92b4cc;
}


input.formbutton{
  border:none;
  width:68px;
  height:21px;
  background-color:#ffffff;
  background-image: url(/oonup/images/buttons/absenden.jpg);
  background-repeat: repeat-x;
}
.anz_postings{
  font-weight:bold;
  font-size:16px;
  line-height:24px;
  color:#3774a1;
}
.anz_postings_all{
  font-weight:bold;
  font-size:16px;
  line-height:24px;
  color:#666666;
}
.anz_postings_all a{
  color:#666666;
}
.artdisk_register{
  margin:10px 0px 5px 0px;
  padding:5px 0px 5px 0px;
  display:block;
  width:370px;
}
.artdisk_register_box{
  display:block;
  float:left;
  margin:1px 0px 0px 0px;
}
.artdisk_register_logbox{
  display:block;
  float:left;
  padding-right:5px;
  width:220px;
}
.artdisk_label{
  display:block;
  float:left;
  padding:4px 0px 2px 0px;
  width:95px;
  color:#000000;
}
.artdisk_label1{
  display:block;
  float:left;
  padding:4px 0px 2px 0px;
  width:370px;
  color:#000000;
}
.artdisk_felder{
  display:block;
  float:left;
  padding:0px 0px 2px 0px;
  width:110px;
  color:#000000;
}
.artdisk_register_logbutton{
  padding:3px 0px 5px 0px;
  display:block;
  float:left;
  vertical-align:top;
  width:145px;
  height:35px;
}
.artdisk_register_logpermanent{
  padding:5px 0px 5px 0px;
  display:block;
  float:left;
  width:370px;
}
.artikeldiskussion-pager{
  display:block;
  float:left;
  width:620px;
  text-align:left;
  padding:12px 0px 8px 72px;
  font-size:12px;
  font-weight:bold;
}


/****************************************************************/
/* Thumbnails                                                   */
.smallpic{
  margin:0px 0px 10px 10px;
  padding:10px 13px 11px 10px;
  max-width:282px;
  width:282px;
  border:1px none #d8ecfa; /*006cb5;*/
  border-top:1px solid #d8ecfa; /*006cb5;*/
  border-left:1px solid #d8ecfa; /*006cb5;*/
  float:right;
  color:#666666;
  font-size:12px;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.thumbnails{
  /*background:#ffffff;*/
  padding: 0px 0px 5px 0px;
}
a img{
  border:0px;
}

/****************************************************************/
/* Karikatur                                                    */
div.karikatur{
  display: block;
  float: left;
  width: 308px;
  padding: 10px 0px 10px 10px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
}
.karikatur-head{
  float:left;
  display:block;
  font-size:16px;
  color:#555;
  padding-bottom:8px;
}
.karikatur-box{
  display:block;
  float:left;
  width:284px;
  padding:3px 10px 10px 10px;
  font-size:12px;
  background:#ffffff;
  border:1px none #d8ecfa; /*006cb5;*/
  border-top:1px solid #d8ecfa; /*006cb5;*/
  border-left:1px solid #d8ecfa; /*006cb5;*/
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.karikatur-boxhead{
  display:block;
  float:left;
  padding-bottom:5px;
}
.karikatur-headimg{
  display:block;
  float:left;
  vertical-align:middle;
  height:16px;
  padding-right:10px;
}
.karikatur-headline{
  display:block;
  float:left;
  vertical-align:middle;
  height:16px;
  width:162px;
  padding:0px 5px 0px 5px;
}
.karikatur-headblaetternimg{
  display:block;
  float:right;
  vertical-align:middle;
  height:16px;
}
.karikatur-headblaettern{
  display:block;
  float:right;
  vertical-align:middle;
  height:16px;
  padding:0px 5px 0px 5px;
}
.karikatur-boxpic{
  display:block;
  float:left;
  width:285px;
  text-align:center;
}
.karikatur-mehr{
  display:block;
  float:left;
  padding:7px 0px 0px 0px;
  font-size:12px;
  color:#006eb8;
}


/****************************************************************/
/* Bl?tter-Funktion                                             */
.blaettern{
  display:block;
  padding:5px 8px 0px 0px;
}
.blaetternimg{
  display:block;
  float:right;
  vertical-align:middle;
  height:16px;
}
.blaetterntext{
  display:block;
  float:right;
  vertical-align:middle;
  height:16px;
  padding:0px 5px 0px 5px;
  color:#000000;
}


/****************************************************************/
/* Ted / Umfrage                                                */
.umfrage{
  display: block;
  float: left;
  width: 149px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  padding: 10px 8px;
}
.sidebar .umfrage {
   width: 300px;
}
.sidebar .umfrage-frage {
}
.umfrage-head{
  font-size:16px;
  color:#555;
  padding-bottom:10px;
}
.sidebar .umfrage-head {
  display:none;
}
.umfrage-box{
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  padding-bottom: 3px;
}
.umfrage-box-uebersicht {
  padding: 10px;
  border: 1px solid #B4D2E7;
  margin-bottom: 12px;
}
.umfrage-frage-uebersicht{
  padding:4px 0px 4px 0px;
 /* border-top:1px dotted #d8ecfa;*/
}
.umfrage-antwort-uebersicht{
  display:block;
  float:left;
  padding: 4px 4px 6px 4px;
  border-bottom: 1px dotted #d8ecfa;
  width: 99%;
}
.umfrage-stimmenprozent-uebersicht{
  display:block;
  float:left;
  padding:0px;
  margin:0px;
  font-size:11px;
}
.umfrage-stimmentext-uebersicht{
  display:block;
  float:left;
  width:99%;
  padding:0px 0px 8px 0px;
  margin:0px;
  font-size:11px;
}
.umfrage-antwort-radio-uebersicht{
  display:block;
  float:left;
  width:20px;
  padding:4px 0px 0px 0px;
  margin:0px;
  height:20px;
  font-size:12px;
}
.umfrage-antwort-text-uebersicht{
  display:block;
  float:left;
  padding:2px 0px 0px 2px;
  margin:0px;
  height:20px;
  font-size:12px;
}
.umfrage-antwort{
  float:left;
  padding: 2px 0px 0px 0px;
  border-bottom:1px dotted #d8ecfa;
  width:100%;
}
.umfrage-antwort:hover {
  background-color: #E5F0F7;
}
.sidebar .umfrage-antwort{
  /*border-bottom:none;
  width:auto;
  padding: 5px;*/
}
.umfrage-antwort-radio{
  float:left;
  width:20px;
  padding:0px;
  margin:0px;
}
.umfrage-antwort-text{
  float:left;
  width: 80%;
  padding-left:2px;
  padding-top:1px;
  margin:0px;
  font-size:11px;
}
.umfrage-stimmen{
  width:60px;
  float:left;
  padding:0px;
  margin:0px;
}
.umfrage-stimmenprozent{
  width:450px;
  display:block;
  float:left;
  padding:0px;
  margin:0px;
  font-size:11px;
}
.umfrage-stimmentext{
  display:block;
  float:left;
  width:350px;
  padding:0px;
  margin:0px;
  font-size:11px;
}
.umfrage-showgrafik{
  width:100%;
  float:left;
  padding:0px;
  margin:0px;
}
.umfrage-frage{
  padding-bottom:8px;
  border-bottom:1px dotted #d8ecfa;
}
.umfrage_gross{
  display:block;
  float:left;
  width:480px;
  /*background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  padding:10px 8px 10px 8px;*/
  margin:0px 0px 12px 4px;
}

input.umfrage-radio {
  float: left;
  position: relative;
  top: 2px;
}
* html input.umfrage-radio {
  top: 0;
}
*:first-child+html input.umfrage-radio {
  top: -1px;
}
label.umfrage-label {
  display: block;
  margin-left: 22px;
}
fieldset.umfrage-fieldset {
  border: none;
}
ul.umfrage-list {
  list-style: none;
}
li.umfrage-listitem {
  border-bottom: 1px dotted #D8ECFA;
  padding: 4px 2px;
  line-height: 18px;
}
li.umfrage-listitem:first-child {
  border-top: 1px dotted #D8ECFA;
}
li.umfrage-listitem:hover {
  background-color: #E5F0F7;
}

/****************************************************************/
/* Service / Dienste                                            */
.service-dienst{
  float:left;
  margin:0px;
  padding:5px 0px 0px 0px;
  border-top:1px solid #000000;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
}
.service, .dienst{
  float:left;
  padding:0px 0px 0px 0px;
  border-bottom:1px dotted #000000;
  background-color: transparent;
}
.service-line, .dienst-line{
  float:left;
  padding: 5px 5px 0px 5px;
  width:125px;
  vertical-align:top;
  color:#3774a1;
  background-color: transparent;
}
.service-line img, .dienst-line img{
  float:left;
  padding: 0px 5px 5px 0px;
  background-color: transparent;
}

/****************************************************************/
/* Sonderthemen                                                 */
.block_sonderthemen-gross{
  float:left;
  width:795px;
  min-height:175px;
  padding:0px 0px 8px 0px;
}
.sonderthemen_title{
  width:779px;
  padding-bottom:4px;
}
.sonderthemen_praesentiert{
  float:left;
  margin:0px;
  width:98px;
  float:left;
  font-size:10px;
  color:#444;
  padding: 0px 8px 0px 00px;
}
.sonderthemen_praesentiert img{
  float:left;
  padding:0px;
  border:1px solid #cccccc;
}
.sonderthemen_bild{
  float:left;
  padding: 0px 0px 0px 0px;
  margin:0px;
  width:294px;
  font-size:12px;
  font-weight:bold;
  color:#3774a1;
}
.sonderthemen_bild img{
  float:left;
  padding:0px;
  border:2px solid #555;
}
.sonderthemen_weitere{
  display:block;
float:right;
  padding:0px 0px 0px 0px;
  margin:0px;
  width:390px;
}
.sonderthemen_weitere ul{
  list-style:none;
  padding:0px 0px 0px 0px;
  margin:0px;
  width:390px;
}
.sonderthemen_weitere ul li{
  list-style:none;
  border-bottom:1px dotted #d8ecfa;
  padding:0px 0px 4px 0px;
  margin-bottom:6px;
  min-width:380px;
}
.sonderthemen-head{
  float:left;
  padding-left:10px;
  width:583px;
}
.block_sonderthemen{
  float:left;
  height:185px;
  width:795px;
  padding:0px 10px 10px 10px;
  background-image: url(/oonup/images/bg-rs5.jpg); /* (/oonup/images/bg-sonderthemen.jpg); */
  background-repeat: repeat-x;
  margin-bottom:15px;
}
.block_slinks{
  float:left;
  width:387px;
  min-height:175px;
  padding:10px 10px 0px 0px;
  border-right:1px dotted #000000;
}
.block_srechts{
  float:right;
  width:387px;
  min-height:175px;
  padding:10px 0px 0px 10px;
}
.block_sbild{
  float:left;
  padding: 0px 10px 0px 0px;
  margin:0px;
  width:294px;
  font-size:12px;
  font-weight:bold;
  color:#3774a1;
}
.block_sbild_img img{
  float:left;
  padding:0px;
  border:2px solid #555;
}
.block_spraesentiert{
  float:left;
  padding:0px;
  margin:0px;
  width:83px;
  float:left;
  font-size:10px;
  color:#444;
}
.block_spraesentiert img{
  float:left;
  padding:0px;
}
.werbung-rechts{
  float:right;
  padding: 0px 10px 0px 10px;
  font-size:11px;
  color:#999;
  width:200px;
  text-align:right;
}
.werbung_text{
  float:left;
  font-size:11px;
  color:#999;
}

/****************************************************************/
/* Sonderthemen / Gewinnspiel / Kino                            */
.block_gewinnspiel_head{
  padding:0px;
  margin:0px;
  float:left;
  width:484px;
  border-right:1px dotted #000;
}
.block_gewinnspiel_rs6{
  padding:0px;
  margin:0px;
  float:left;
  width:484px;
  border-right:1px dotted #000;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
}
.gewinn-thumb{
  float:left;
  width:150px;
  padding:10px 0px 10px 10px;
}
.block_kino_head .blockhead{
  display:block;
  float:left;
  margin:0px 0px 0px 0px;
  padding:2px 0px 0px 0px;
  height:26px;
  line-height:26px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  z-index:2;
  width:321px;
}
.block_kino_head{
  float:left;
  width:321px;
  padding:0px;
  margin:0px;
}
.block_kino_rs4{
  float:left;
  width:301px;
  height:157px;
  margin:0px;
  padding:8px 10px 4px 10px;
  background-image: url(/oonup/images/background/bg-kinovorhang2.jpg);
  background-repeat: repeat-x;
  text-align:center;
}
.kino-thumb{
  display:block;
  float:left;
  padding:0px;
  margin:12px 10px 0px 45px;
  width:224px;
  max-height:112px;
  border:2px solid #555;
}
.kino-thumb img{
  padding:0px;
  margin:0px;
}


/****************************************************************/
/* Service-Kasten / BlueBox                                     */
.box{
  clear:both;
  display:block;
  padding: 0px 10px 0px 10px;
  border:1px solid #b4d2e7;
  background:#eaf4fb;
  height:40px;
  line-height:40px;
  max-height:40px;
  min-height:40px;
  vertical-align:middle;
}
.box-form{
  float:left;
  font-size:14px;
}
.box-form-right{
  float:right;
  text-align:right;
  color:#3774a1;
}
.box-left{
  float:left;
  text-align:left;
}
.box-right{
  float:right;
  text-align:right;
}
.bluebox{
  clear:both;
  display:block;
  width:775px;
  height:60px;
  padding: 4px 20px 4px 20px;
  border:1px solid #b4d2e7;
  background:#eaf4fb;
}
.bluebox-rechts{
  display:block;
  float:left;
  width:300px;
}
.bluebox-head-right,
.bluebox-head-left{
  display:block;
  color:#444;
  font-size:17px;
  font-weight:bold;
  padding-top:8px;
  padding-bottom:4px;
}
.bluebox-content-left img,
.bluebox-content-right img{
  vertical-align:bottom;
}
.bluebox-content-left,
.bluebox-content-right{
  display:block;
  float:left;
  color:#3774a1;
  font-size:14px;
  font-weight:normal;
  vertical-align:top;
}
.bluebox-links{
  display:block;
  float:left;
  width:460px;
}

/****************************************************************/
/* Extras im Artikel /Diaserien/Streams...                      */
.artikel_extblock{
  display: inline-block;
  float: right;
  width: 318px;
  font-weight: normal;
  line-height: 16px;
}

.ext_thumbs{
  float:right;
  display: inline;
  position: relative;
  width: 286px;
  padding: 7px 10px 6px 10px;
  margin:0px 0px 12px 5px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}
.ext_thumbs_v3{
 margin:5px 0px 5px 0;
}
.ext_thumbs .thumbnails, .ext_thumbs_v3 .thumbnails {
  clear: both;
  display: block;
  padding-top: 3px;
  padding-bottom: 4px;
}
.ext_thumbs .bildtext, .ext_thumbs_v3 .bildtext{
  color: #666;
  /*max-height: 80px;*/
  margin-bottom: 0;
  overflow: hidden;
}
.ext_thumbs a, .ext_thumbs_v3 a {
  font-size: 12px;
  line-height: 16px;
}
.ext_thumbs a.vergroessern, .ext_thumbs a.video, .ext_thumbs_v3 a.vergroessern, .ext_thumbs_v3 a.video {
  float: left;
  padding-left: 21px;
  margin-top: -4px;
}
.ext_thumbs a.vergroessern, .ext_thumbs_v3 a.vergroessern{
  background: url(/oonup/images/icon/lupe-icon.png) no-repeat;
}
.ext_thumbs a.video, .ext_thumbs_v3 a.video{
  background: url(/oonup/images/icon/icon-video-blau.gif) no-repeat;
}
.ext_thumbs a.allebilder, .ext_thumbs_v3 a.allebilder{
  float: right;
  margin-top: -4px;
  margin-right: 3px;
}
.ext_thumbs #play-video-icon, .mediabox #play-video-icon, .ext_thumbs_v3 #play-video-icon {
  display: none;
  position: absolute;
  top: 100px;
  left: 126px;
}
* html .ext_thumbs #play-video-icon, * html .mediabox #play-video-icon, * html .ext_thumbs_v3 #play-video-icon {
  behavior: url(/oonup/js/iepngfix.htc);
}
.art_diaserien{
  display: inline;
  float:right;
  width:292px;
  padding:4px 3px 0px 10px;
  margin:12px 0px 0px 5px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  font-weight: normal;
}
.art_extimages{
  display:block;
  float:right;
  width:500px;
  padding:4px 3px 13px 10px;
  margin:12px 0px 0px 5px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.art_diaserien-head{
  display:block;
  float:left;
  width:283px;
  margin:4px 8px 8px 0px;
}
.art_diaserien-head-links{
  display:block;
  float:left;
  width:130px;
}
.art_diaserien-head-rechts{
  display:block;
  float:right;
  width:130px;
  text-align:right;
}
.art_diaserien-head-img{
  float:left;
  vertical-align:middle;
  height:16px;
  padding-right:8px;
}
.art_diaserien-head-line a{
  float:left;
  vertical-align:middle;
  height:11px;
  color:#555;
  font-size:11px;
  padding-bottom:2px;
}
.art_diaserien-head-blaetternimg{
  float:right;
  vertical-align:middle;
  height:16px;
  padding:0px 0px 0px 0px;
}
.art_diaserien-head-blaettern a{
  color:#006eb8;
}
.art_diaserien-head-blaettern{
  float:right;
  vertical-align:middle;
  height:16px;
  font-size:11px;
  color:#006eb8;
  padding:0px 4px 0px 4px;
}
.art_diaserien-img{
  display:block;
  float:left;
  margin-top:4px;
}
.art_diaserien-img img{
  padding:0px;
  margin:0px;
}
.art_diaserien-imgtext{
  clear: left;
  display:block;
  font-weight:normal;
  color:#666666;
}
.art_bilder-tab-img{
  display:block;
  float:left;
  margin-top:4px;
  margin-bottom:4px;
  width:450px;
  min-height:400px;
  background-color: #f3f3f3;
  text-align:center
}
.art_bilder-tab-imgtext{
  display:block;
  margin:4px 0px 0px 0px;
  padding:4px 0px 0px 0px;
  color:#666666;
  width:400px;
  background-color: #ffffff;
  text-align:left;
}
.art_diaserien-tab-img{
  display:block;
  float:left;
  margin-top:4px;
  margin-bottom:4px;
  width:600px;
  min-height:400px;
  /* background-color: #f3f3f3; */
}
.art_diaserien-tab-img img{
  padding:0px;
  margin:0px;
}
.art_diaserien-tab-imgtext{
  display:block;
  float:left;
  margin:4px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  color:#666666;
  background-color: #ffffff;
  text-align:left;
}
.tab_diaserien{
  display:block;
  float:left;
  width:600px;
  padding:4px 8px 8px 8px;
  margin:0px 0px 0px 0px;
  /*border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;*/
}
.tab_diaserien-head{
  display:block;
  float:left;
  width:600px;
  margin:4px 8px 8px 0px;
}
.tab_diaserien-head-links{
  display:block;
  float:left;
  width:290px;
  background: transparent;
}
.tab_diaserien-head-rechts{
  display:block;
  float:right;
  width:300px;
  text-align:right;
}
.art_diaserien-head-img{
  float:left;
  height:16px;
  width:20px;
  padding-right:8px;
}
.tab_diaserien-head-line{
  float:left;
  height:11px;
  color:#555;
  width:250px;
  font-size:11px;
  padding-bottom:2px;
}
.tab_diaserien-head-line a{
  color:#555;
}
.tab_diaserien-head-blaetternimg{
  float:right;
  vertical-align:middle;
  height:16px;
  padding:0px 0px 0px 0px;
}
.tab_diaserien-head-blaettern a{
  color:#006eb8;
}
.tab_diaserien-head-blaettern{
  float:right;
  vertical-align:middle;
  height:16px;
  font-size:11px;
  color:#006eb8;
  padding:0px 4px 0px 4px;
}
.tab_diaserien-img{
  display:block;
  float:left;
  margin-top:4px;
  /*background-color: #f3f3f3;*/
}
.tab_diaserien-imgtext{
  color:#666666;
  display:block;
  float:left;
  /*background-color: #ffffff;*/
}
.tab_bilderserien-head-rechts{
  display:block;
  float:right;
  width:420px;
  text-align:right;
  padding-right:10px;
  margin-top:4px;
  margin-bottom:3px;
}
.art_bilderserien-head-img{
  float:left;
  height:16px;
  width:20px;
  padding-right:8px;
}
.tab_bilderserien-head-blaetternimg{
  float:right;
  vertical-align:middle;
  height:16px;
  padding:0px 0px 0px 0px;
}
.tab_bilderserien-head-blaettern a{
  color:#006eb8;
}
.tab_bilderserien-head-blaettern{
  float:right;
  vertical-align:middle;
  height:16px;
  font-size:11px;
  color:#006eb8;
  padding:0px 4px 0px 4px;
}

/****************************************************************/
/* Scroller in den Diaserien                                    */
div.scroller {
  /* modify width and height if necessary */
  width: 284px;
  height: auto; /*210px*/
  overflow: hidden;
}

div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)   */
  width: 284px;
  height: auto; /*210px*/
  overflow: hidden;
  float: left;
}

div.scroller div.scrol-content {
  width: 32700px;
}

/****************************************************************/
/* Scroller fuer die TAB-Diaserie                                */
.tab_diaserien div.scroller {
  /* modify width and height if necessary */
  display:block;
  float:left;
  width: 600px;
  min-height: 500px;
  height: auto;
  overflow: hidden;
  text-align:center;
}
.tab_diaserien div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)   */
  width: 600px;
  min-height: 500px;
  height: auto;
  overflow: hidden;
  float: left;
  text-align:center;
}
.tab_diaserien div.scroller div.scrol-dia {
  width: 32700px;
}


/****************************************************************/
/* Scroller fuer die videos / Streamsets                         */
.sts_scroller{ /*.tab_bildscroller{*/
  display:block;
  float:left;
  width:162px;
}
.sts_scroller div.scroller {
  /* modify width and height if necessary */
  width: 162px;
  height: 391px;
  overflow: hidden;
  text-align:center;
}
.sts_scroller div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)   */
  width: 162px;
  height: 130px;
  overflow: hidden;
  float: left;
  text-align:center;
}
.sts_scroller div.scroller div.scrol-sts{
  width: 162px;
  height: 10000px;
}



/****************************************************************/
/* Scroller fuer die TAB-Bilder                                  */
.tab_bildscroller div.scroller {
  /* modify width and height if necessary */
  width: 130px;
  height: 300px;
  overflow: hidden;
  text-align:center;
}
.tab_bildscroller div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)   */
  width: 130px;
  height: 100px;
  overflow: hidden;
  float: left;
  text-align:center;
}
.tab_bildscroller div.scroller div.scrol-thumb {
  width: 130px;
  height: 10000px;
}

/****************************************************************/
/* Scroller Karikaturen                                         */
.karikatur-boxpic div.scroller {
  /* modify width and height if necessary */
  width: 285px;
  /*height: 182px;*/
  overflow: hidden;
}
.karikatur-boxpic div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)   */
  width: 285px;
  /*height: 182px;*/
  overflow: hidden;
  float: left;
}
.karikatur-boxpic div.scroller div.kar_scrol-content {
  width: 10000px;
}

/****************************************************************/
/* Scroller Fotogalerien                                        */
#fotogalerieGlider div.scroller {
  /* modify width and height if necessary */
  width: 318px;
  height: 175px;

  overflow: hidden;
  padding:0px;
  margin:0px;
}
.dreibilder #fotogalerieGlider div.scroller {
  width: 477px;
}
#fotogalerieGlider div.scroller div.content {
  width: 10000px;
  padding:0px;
  margin:0px;
}
#fotogalerieGlider div.scroller div.content  div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)   */
  width: 318px;
  height: 175px;
  overflow: hidden;
  float: left;
  padding:0px;
  margin:0px;
}
.dreibilder #fotogalerieGlider div.scroller div.content  div.section {
  width: 477px;
}

.art_streamset{
  display:block;
  float:right;
  width:292px;
  padding:10px 10px 13px 3px;
  margin:8px 0px 4px 4px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  text-align:right;
}
.artikeltab_bilder .art_streamset{
  display:block;
  float:right;
  width:610px;
  padding:4px 10px 6px 3px;
  margin:0px;
  border:1px none #d8ecfa;
  background-image: none;
}

/****************************************************************/
/* Formulare                                                    */
.art_formular{
  float:left;
  margin:2px 0px 0px 0px;
  padding: 8px 0 0 0;
  width: 493px;
  min-width: 473px;
  max-width: 493px;
  border:1px solid #CCCCCC;
  vertical-align:top;
  z-index:1;
}
.art_formular-linetext{
  position:relative;
  display:block;
  top: 10px;
  float:left;
  left:10px;
  /*margin:0px 50px 0px 0px;*/
  margin-top: -16px;
  padding:0px 10px 0px 10px;
  color:#666;
  font-size: 11px;
  font-weight:bold;
  background-color:#ffffff;
  z-index:3;
  /*width:100px;*/
}
.posting-melden-form .art_formular-linetext{
  background-color: #f7f7e6;
}
.art_formular-head{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  display:block;
  float:left;
  width: 475px;
  min-width: 475px;
  max-width: 475px;
}
.art_formular-pflicht{
  display:block;
  float:right;
  /*position:relative;*/
  top:18px;
  width: 205px;
  min-width: 275px;
  max-width:295px;
  text-align:right;
  margin:6px 0px 0px 50px;
  color:#666;
  font-size:11px;
  font-weight:bold;
  /*border:1px solid transparent;*/
}
.art_formular-text{
  display:block;
  width: 475px;
  min-width: 475px;
  max-width: 475px;
}
.art_formular-form{
  display:block;
  border:1px solid #555;
  width: 473px;
  min-width: 473px;
  max-width: 473px;
}
.art_formular-formsubmit{
  display:block;
  float:right;
  padding:5px 0px 5px 0px;
  width: 493px;
  min-width: 473px;
  max-width: 493px;
  text-align:right;
}
.art_formular-error{
  float: left;
  margin:10px 0px 0px 0px;
  padding:10px 10px 0px 10px;
  width: 473px;
  min-width: 473px;
  max-width: 473px;
  border:1px solid #D61111;
  background-color: #FFDFE3;
}
.art_formular-error-head{
  font-size:14px;
  font-weight:bold;
  color:#A4091E;
}
.art_formular-error-problem{
  font-size:12px;
  font-weight:bold;
  color:#000000;
  padding:5px 0px 0px 0px;
}
.art_formular-error-fehler{
  font-size:14px;
  font-weight:bold;
  color:#A4091E;
  padding:5px 0px 5px 0px;
  line-height:24px;
}
.art_formular td.input{
  border:0px solid #ffffff;
}
label.input{
  border:0px solid #ffffff;
}
.art_formular .trennlinie{
  display:block;
  float:left;
  width: 470px;
  line-height:0px;
  margin:0px 0px 0px 10px;
  border-top:1px none #CCCCCC;
}
.art_formular .trennlinie-felder{
  display:block;
  float:left;
  width: 339px;
  line-height:0px;
  margin:5px 0px 6px 0px;
  border:1px dotted #CCCCCC;
}
.art_formular input[type="text"],
.art_formular textarea,
.art_formular select  {
  display:block;
  float:left;
  border:1px solid #999894;
  padding:2px;
}
input.file,
.art_formular input [type="file"]{
  border:1px solid #999894;
}

.art_formular textarea {
  width: 334px;
}
.art_formular select {
  width: 340px;
}
.art_formular td.fsmall select {
  width: 124px;
}
.art_formular input + input {
  margin-left: 7px;
}
.art_formular-pflicht em,
.art_formular em{
  color:#D61111;
}
.art_formular a{
  color:#000000;
  line-height:1em;
}
.art_formular table{
  width:445px;
  margin:0px;
  padding:0px;
}
.art_formular table table{
  width:100%;
}
.art_formular td.textarea textarea {
  width: 99%;
}
.art_formular .label{
  font-size:13px;
  color:#7A7A7A;
  padding:4px 0px 4px 4px;
  line-height:1em;
}
.art_formular .input a,
.art_formular .input{
  font-size:14px;
  color:#000000;
  padding:4px 2px 4px 0px;
}
.art_formular-kleingedrucktes {
  font-size: 11px;
  line-height: 15px;
  color: #555;
  clear: both;
}
.art_formular .captcha {
  padding: 1em;
}
.art_formular .hidden {
  display: none;
}

.inlineform {
  float: left;
  width: 390px;
}
.inlineform fieldset {
  float: left;
  padding: 10px 20px;
  border: 1px solid #7a7a7a;
}
.inlineform label {
  display: block;
  color: #7a7a7a;
}
.inlineform select {
  width: 340px;
  margin-bottom: 6px;
  margin-right: 12px;
  border: 1px solid #999;
}
.inlineform select.fsmall {
  width: 164px;
}
.inlineform textarea {
  width: 340px;
  padding: 2px;
  border: 1px solid #999;
}
.inlineform input.text {
  width: 340px;
  margin-bottom: 6px;
  border: 1px solid #999;
  padding: 2px;
}
.inlineform input.text.fsmall {
  width: 164px;
}
.inlineform em {
  color: #c00;
}
.inlineform span.pflicht {
  float: right;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}
.inlineform legend {
  font-size: 10px;
  color: #666;
  padding: 0 4px;
}


/****************************************************************/
/* Werbepartner                                                 */
.werbepartner-box{
  display:block;
  float:left;
  width:295px;
  margin: 0 0 20px 0;
  padding:0px;
}
.werbepartner-head{
  display:block;
  float:left;
  width:298px;
  min-width:298px;
  max-width:298px;
  font-size:12px;
  font-weight:bold;
  color:#444;
  padding:0px 0px 4px 0px;
}
.werbepartner-bluebox{
  display:block;
  float:left;
  width:282px;
  padding:8px;
  border:1px solid #d8ecfa;
  background:#eaf4fb;
}
.werbepartner-text{
  font-size:12px;
  color:#000000;
}


/****************************************************************/
/* Serien Aktionen                                              */
.serien-aktionen-box{
  display:block;
  float:left;
  width:317px;
  margin-bottom: 12px;
}
.serien-aktionen-head{
  display:block;
  float:left;
  width:317px;
  min-width:317px;
  max-width:317px;
  font-size:12px;
  font-weight:bold;
  color:#444;
  padding:0px 0px 4px 0px;
}
.serien-aktionen-bluebox{
  display:block;
  float:left;
  width:300px;
  padding:8px;
  border:1px solid #d8ecfa;
  background:#eaf4fb;
}
.serien-aktionen-text{
  font-size:12px;
  color:#000000;
}

/****************************************************************/
/* Anzeigenbox auf der Stasrteite                               */
.oonanz-box{
  display:block;
  float:left;
  width:317px;
  margin:20px 0px 16px 0px;
}
.oonanz-head{
  display:block;
  float:left;
  width:317px;
  min-width:317px;
  max-width:317px;
  font-size:12px;
  font-weight:bold;
  color:#444;
  padding:0px 0px 4px 0px;
}
.oonanz-bluebox{
  display:block;
  float:left;
  width:317px;
  padding:0px;
  border:1px solid #d8ecfa;
}
.oonanz-text{
  font-size:12px;
  color:#000000;
}
.oonanz-head-title{
  display:block;
  float:left;
  width:200px;
}
.oonanz-head-aufgeben{
  display:block;
  float:left;
  padding-left:4px;
}


/*******************************************************/
/* Tagtrenner aka Datumsgrenze */
.tagtrenner {
  clear: both;
  padding-bottom: 5px;
  border-bottom: 1px solid #555;
}
.tagtrenner_datum {
  text-align: right;
  padding-right: 10px;
  border-bottom: 3px solid #555;
}
.teaser_u2 .tagtrenner {
  width: 470px;
}


/*******************************************************/
/* Pager */
.terminpager{
  display:block;
  float:left;
  width:490px;
  height:24px;
  text-align:center;
  padding:4px 0px 4px 0px;
  margin:0px 0px 0px 0px;
}
div.pager {
  float: left;
  width: 100%;
  padding-top: 10px;
}
span.pager {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
a.pager-pagenr {
  float: left;
  margin: 0 2px;
  padding: 2px 0;
  width: 20px;
  border: 1px solid #D8ECFA;
}
a.pager-currpage {
  float: left;
  margin: 0 2px;
  padding: 2px 0;
  width: 20px;
  color: #000;
  border: 1px solid #fff;
}
span.pager-zurueck a.pager-pagenr {
  float: left;
  width: auto;
  padding: 2px 0;
  padding-left: 20px;
  margin-right: 10px;
  background: url(/oonup/images/icon/blaettern-zurueck-icon.jpg) no-repeat 0 3px;
  border: none;
}
span.pager-vor a.pager-pagenr {
  float: left;
  width: auto;
  padding: 2px 0;
  padding-right: 20px;
  margin-left: 10px;
  background: url(/oonup/images/icon/blaettern-vor-icon.jpg) no-repeat right 3px;
  border: none;
}
a.pager-pagenr:hover {
  color: #fff;
  background: #3774a1 url(/oonup/images/background/bg_archivpager.jpg) repeat-x;
  text-decoration: none;
}
a.pager-currpage:hover {
  color: #000;
  text-decoration: none;
}
span.pager-zurueck a.pager-pagenr:hover {
  color: #3774a1;
  background: url(/oonup/images/icon/blaettern-zurueck-icon.jpg) no-repeat 0 3px;
  text-decoration: underline;
}
span.pager-vor a.pager-pagenr:hover {
  color: #3774a1;
  background: url(/oonup/images/icon/blaettern-vor-icon.jpg) no-repeat right 3px;
  text-decoration: underline;
}


/****************************************************************/
/* weniger | mehr anzeigen                                      */
.foldbutton{
  display:block;
  float:right;
  position:relative;
  top:29px;
}
.foldbutton1{
  display:block;
  float:right;
  position:relative;
  top:29px;
  right:332px;
}
.foldbutton2 {
  position: relative;
  top: 35px;
  left: 695px;
}
.foldbutton_first{
  display:block;
  float:right;
  position:relative;
  top:52px;
}


/****************************************************************/
/* Artikelversenden                                             */
.artikel_versenden{
  position: relative;
  left: -325px;
  top:57px;
  padding-top:0px;
  padding-left:12px;
  padding-right:12px;
  width:270px;
  min-height:340px;
  border:solid 1px #d8ecfa;
  background-color:#fff;
  text-align:left;
  z-index:50;
}
.artikel_versenden-close{
  position:absolute;
  width:18px;
  height:18px;
  padding:0px;
  right:7px;
  top:7px;
}
.artikel_versenden-pfeil{
  position:absolute;
  width:18px;
  height:18px;
  padding:0px;
  right:-17px;
  top:51px;
  z-index:51;
}
.artikel_versenden-head{
  font-size:16px;
  line-height:20px;
  color:#444;
  text-align:left;
  margin-top:12px;
  margin-bottom:10px;
  width:300px;
}

.artikel_versenden_label1{
  clear:both;
  padding:4px 0px 2px 0px;
  width:300px;
  color:#000000;
}
.artikel_versenden_label_unten{
  position:relative;
  top:15px;
  padding:4px 0px 2px 0px;
  width:100px;
  color:#000000;
}
.artikel_versenden_button1{
  position:relative;
  left:150px;

}
.artikel_vesenden-punktlinie{
  position:relative;
  left:-5px;
  top:3px;
  width:300px;
  height:5px;
  background-image: url(/oonup/images/bg-punkt1.jpg);
  background-repeat: repeat-x;
}
.artikel_versenden-required{
  color:#e62239;
}
.artikel_versenden-error{
  border:solid 1px #d61111;
  background-color:#ffefd3;
  padding:5px;
}
.artikel_versenden-error b{
  font-size:16px;
  font-weight:bold;
  color:#d61111;
}


/****************************************************************/
/* Artikeldrucken                                               */
.artikeldruck{
  display:block;
  float:left;
  width:620px;
  margin:0px;
  padding:0px 0px 10px 0px;
  font-size: 12px;
}
.druckheadline{
  display:block;
  float:left;
  margin:0px 0px 0px 0px;
  padding:3px 0px 0px 10px;
  height:26px;
  line-height:26px;
  font-size: 12px;
  font-weight:bold;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  z-index:2;
  width:100%;
  color:#000000;
}
.druckheadline a, .druckheadline a:hover, .druckheadline a:visited { font-size: 12px; color:#000000; }
.drucklabel{
  display:block;
  float:left;
  width:700px;
  vertical-align:middle;
  font-size: 16px;
  font-weight:normal;
  color:#999;
  text-align:left;
  margin-bottom:6px;
  margin-top:6px;
  padding:6px 0px 0px 10px;
}
.drucklabel a,
.drucklabel a:hover{
  font-size: 16px;
  color:#999;
}
h2.drucktitle{
  display:block;
  float:left;
  width:610px;
  font-size: 21px;
  font-weight:bold;
  color:#444;
  padding:0px 0px 0px 10px;
  margin:0px;
  line-height:24px;
}
.druckcontent{
  display:block;
  float:left;
  width:600px;
  vertical-align:middle;
  font-size: 12px;
  font-weight:normal;
  color:#000000;
  text-align:left;
  margin-top:6px;
  padding:30px 0px 0px 10px;
}
.druckcontent p.ArtikelText{
  font-size:12px;
}
.printextblock{
  display:block;
  float:right;
  width:320px;
  padding:0px 0px 0px 0px;
}
.druckfuss{
  display:block;
  float:left;
  margin:0px 0px 0px 0px;
  padding:8px 0px 3px 10px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  z-index:2;
  width:100%;
  font-size: 12px;
}
.druckfooter{
  display:block;
  float:left;
  font-size: 12px;
  margin:6px 0px 12px 0px;
  padding:0px 0px 0px 10px;
  width:710px;
}


/****************************************************************/
/* Liste weiterer Artikel zum Thema                             */
ul.related {
  clear: both;
  float: left;
  list-style: none;
  margin: 0 0 12px 0;
}
ul.related ul {
  list-style: none;
}
ul.related li {
  color: #555;
  margin-top: 4px;
}
ul.related li a {
  background: url(/oonup/images/icon/raquo13_v2.png) no-repeat right 6px;
  padding-right: 10px;
}
.artikeldetail ul.related {
  margin-top: 12px;
}
ul.related .pubdate {
  display: none;
  font-size: 11px;
  color: #666;
}

/****************************************************************/
/* weitere Artikel zum Thema / Artikelverlinkung / Vorgaenger   */
.artchain{
  display:block;
  float:left;
  margin:20px 0px 12px 0px;
  padding:0px 0px 0px 0px;
  color:#555;
}
.artchain ul{
  margin:0px 0px 0px 0px;
}
.artchain ul li{
  margin:0px 0px 0px 16px;
}


/****************************************************************/
/* Klassen fuer das neue Klappbox-Layout                        */
.linker-klappbereich{
  float: left;
  width: 387px;
  padding: 4px 10px 0px 10px;
  border-right: 1px solid #d8ecfa;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
}
.rechter-klappbereich{
  float: left;
  width: 387px;
  padding: 4px 10px 0px 10px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
}
.linker-klappbereich-sp6 {
  float: left;
  width: 473px;
  padding: 4px 10px 0 10px;
  border-right: 1px solid #d8ecfa;
}
.rechter-klappbereich-sp4 {
  float: left;
  width: 301px;
  padding: 4px 10px 0 10px;
  margin-top: -34px;
  margin-left: -1px;
  border-left: 1px solid #d8ecfa;
}
.rechter-klappbereich-sp4 .nav_head_werbung {
  margin-top: -5px;
}
.werbung-sp4 {
  overflow: visible;
  margin-bottom: 4px;
  border-bottom: 0px dotted #555;
}


/****************************************************************/
/* Infobox fuer Lokalredaktionen                                 */

.infobox {
  background-color:#e0e9f0;
  font-size:12px;
  line-height:14px;
  color:#3f4040;
  margin-bottom:15px;
}
.infobox h3 {
  font-size: 14px;
  padding-bottom: 8px;
}
.sidebar .infobox {
  float: left;
  padding:15px;
  width:287px;
}

/****************************************************************/
/*   styles fuer die kino-templatetags                          */
.authorinfo {
  margin-top:20px;
}

.filmbewertung0 {
  margin-top:10px;
  background-image:url(/oonup/images/film0von6.gif);
  background-repeat:no-repeat;
  background-position:110px 1px;
}
.filmbewertung1 {
  margin-top:10px;
  background-image:url(/oonup/images/film1von6.gif);
  background-repeat:no-repeat;
  background-position:110px 1px;
}
.filmbewertung2 {
  margin-top:10px;
  background-image:url(/oonup/images/film2von6.gif);
  background-repeat:no-repeat;
  background-position:110px 1px;
}
.filmbewertung3 {
  margin-top:10px;
  background-image:url(/oonup/images/film3von6.gif);
  background-repeat:no-repeat;
  background-position:110px 1px;
}
.filmbewertung4 {
  margin-top:10px;
  background-image:url(/oonup/images/film4von6.gif);
  background-repeat:no-repeat;
  background-position:110px 1px;
}

.filmbewertung5 {
  margin-top:10px;
  background-image:url(/oonup/images/film5von6.gif);
  background-repeat:no-repeat;
  background-position:110px 1px;
}

.filmbewertung6 {
  margin-top:10px;
  background-image:url(/oonup/images/film6von6.gif);
  background-repeat:no-repeat;
  background-position:110px 1px;
}

.filminfo {
  margin-top:10px;
}

.rezeptbilder {
  width: 163px;
  height: 122px;
  overflow: hidden;
  float: left;
}


/****************************************************************/
/* StyleSheet für die Darstellung der Bilder/Fotogalerien/usw.  */
/****************************************************************/
/* BilderBox                                                    */
.bilderbox1{
  display:block;
  float:left;
  padding:0px;
  width:165px;
  background-image: url(/oonup/images/bg-sp4-links.gif);
  background-repeat: repeat-x;
}
.bilderbox2a{
  display:block;
  float:left;
  padding:0px;
  width:324px;
  background-image: url(/oonup/images/bg-sp4-links.gif);
  background-repeat: repeat-x;
  border-right:1px dotted #555;
}
.bilderbox2b{
  display:block;
  float:left;
  padding:0px;
  width:324px;
  background-image: url(/oonup/images/bg-sp4-rechts.gif);
  background-repeat: repeat-x;
  border-right:1px dotted #555;
}
.bilderbox3{
  display:block;
  float:left;
  padding:0px;
  width:489px;
  background-image: url(/oonup/images/bg-sp4-rechts.gif);
  background-repeat: repeat-x;
  /*border-right:1px dotted #555;*/
}
.bilderbox-head{
  background:#ffffff;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  padding:10px 0px 3px 10px;
  vertical-align:middle;
  min-height:16px;
}
.divbox .bilderbox-head{
  background:transparent;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  padding:10px 0px 3px 10px;
  vertical-align:middle;
  min-height:15px;
  width:315px;
  /*z-index:5px;*/
}
.dreibilder .divbox .bilderbox-head{
  width:482px;
}
.bilderbox-head a:visited,
.bilderbox-head a{
  color:#444;
  font-size:14px;
  font-weight:bold;
  border:0px;
}
.bilderbox-head a:hover{
  text-decoration:underline;
}
.bilderbox-head a.pic_more:visited,
.bilderbox-head a.pic_more:active,
.bilderbox-head a.pic_more:hover,
.bilderbox-head a.pic_more{
  color:#666;
  font-size:12px;
  font-weight:normal;
  border:0px;
  padding:0px 0px 0px 10px;
}
.bilderbox-head a.mehr, .bilderbox-head a.mehr:visited {
  color: #3774a1;
  font-size: 13px;
  font-weight: normal;
}
.bilderbox-content{
  display:block;
  float:left;
  padding:8px 3px 0px 5px;
  min-height:171px;
  max-height:171px;
}
.bilderbox3 .bilderbox-content{
  display:block;
  float:left;
  padding:8px 3px 0px 0px;
  min-height:171px;
  max-height:171px;
}
.bilderbox-content_bild{
  display:block;
  float:left;
  width:147px;
  margin:0px 4px 8px 4px;
}
.bilderbox3 .bilderbox-content .bilderbox-content_bild{
  display:block;
  float:left;
  width:147px;
  padding:0px;
  margin:0px 6px 8px 6px;
}
.bilderbox-content_bild a img,
.bilderbox-content_bild img{
  border:2px solid #444;
  padding-bottom: 0;
}
.bilderbox-content_text{
  display:block;
  float:left;
  margin-top:3px;
  font-weight:normal;
  padding:0px;
}


/****************************************************************/
/* DIV aktiv/inaktiv                                            */
.divbox{
  display:block;
  float:left;
  width:322px;
  padding:0px;
  border-right:1px dotted #555;
  height:245px;
}
.dreibilder .divbox{
  width:492px;
  border-right:none;
}
.divbox-content{
  display:block;
  float:left;
  padding:0px;
  margin:0px;
  height:208px;
  /*width:622px;*/
  background:#c5e5fc url(/oonup/images/bg-div-content.jpg);
  background-repeat: repeat-x;
}
.register{
  display:block;
  float:left;
  margin:0px 0px 8px 0px;
  padding:0px;
  border:1px solid #d8ecfa;
  color:#000000;
  width:384px;
  z-index:3;
}
.register .tabs{
  display:block;
  float:left;
  margin:0px;
  padding:0px 0px 0px 0px;
  border:1px none #d8ecfa;
  width:384px;
  z-index:3;
}
.register .tabs .diskussion-login-aktiv,
.register .tabs .diskussion-register-aktiv,
.register .tabs .aktiv, .register .tabs .extform_style_aktiv{
  position:relative;
  top:1px;
  display:block;
  float:left;
  margin:0px;
  padding:4px 8px 4px 8px;
  border:0px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  color: #000;
  font-weight: bold;
  z-index:1;
  background:#ffffff;
  width:175px;
  font-size:11px;
}
.register .tabs .diskussion-login-inaktiv,
.register .tabs .diskussion-register-inaktiv,
.register .tabs .inaktiv, .register .tabs .extform_style_inaktiv{
  position:relative;
  top:1px;
  display:block;
  float:left;
  margin:0px;
  padding:4px 8px 4px 8px;
  color: #006fb9;
  font-weight: bold;
  background:#f2f2f2;
  border-bottom:1px solid #d8ecfa;
  width:175px;
  font-size:11px;
  cursor:pointer;
}

#loginmodulcontent1.diskussion-login-aktiv,
#registermodulcontent2.diskussion-register-aktiv{
  display:inline;
  visibility:visible;
}
#loginmodulcontent1.diskussion-login-inaktiv,
#registermodulcontent2.diskussion-register-inaktiv{
  display:none;
  visibility:hidden;
}
.register .registercontent .diskussion-login-aktiv,
.register .registercontent .diskussion-register-aktiv {
  display: inline;
  visibility: visible;
}
.register .registercontent .diskussion-login-inaktiv,
.register .registercontent .diskussion-register-inaktiv {
  display: none;
  visibility: hidden;
}

.register .registercontent{
  display:block;
  float:left;
  padding:4px 4px 4px 4px;
  margin:0px 0px 0px 0px;
  width:365px;
}
.tabs{
  display:block;
  float:left;
  margin:0px;
  padding:6px 0px 0px 10px;
  border-bottom:1px solid #999;
  background-image: url(/oonup/images/bg-div-tab.jpg);
  background-repeat: repeat-x;
  color:#006fb9;
  width:312px;
  z-index:3;
}
.dreibilder .tabs {
  width:482px;
}

.aktiv{
  position:relative;
  top:1px;
  display:block;
  float:left;
  margin:0px;
  padding:4px 8px 4px 8px;
  border:1px solid #999;
  border-bottom:1px solid #ffffff;
  font-weight: bold;
  color: #444;
  z-index:1;
  background:#ffffff;
}
.inaktiv {
  position:relative;
  top:1px;
  display:block;
  float:left;
  margin:0px;
  padding:5px 9px 4px 9px;
  border: none;
  color:#006fb9;
  font-weight: bold;
  cursor: pointer;
}
.inaktiv a{
  color:#006fb9;
}
.div_content{
  display:block;
  float:left;
  background-color:#C4E5FC;
  background-image: url(/oonup/images/bg-div-content.jpg);
  background-repeat: repeat-x;
  padding:4px 3px 0px 4px;
  min-height:174px;
  max-height:174px;
  width:315px;
  overflow: hidden;
}
.dreibilder .div_content {
  width:485px;
}
.showpic_motor img,
.showpic img,
img.image{
  padding:0px;
  margin:0px;
  border:2px solid #444;
  background-color:transparent;
}
.showpic {
  float: left;
  padding: 6px 5px;
  width: 146px;
  max-width: 146px;
  background-color: transparent;
  overflow: hidden;
}
.showpic_motor {
  float:left;
  margin-left:10px;
  padding:2px 0px;
  max-width:147px;
  background-color:transparent;
}
.showcontent{
  display:inline;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}
.register .tabs .registercontent.showcontent{
  display:inline;
  padding:4px 0px 0px 0px;
  margin:4px 0px 0px 0px;
}
.fblaettern{
  display:inline;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


/****************************************************************/
/* Schaufenster Block                                           */
.schaufenster{
  display:block;
  float:left;
  padding:0px;
  margin:0px;
  width:168px;
}
.schaufenster-head{
  padding:10px 0px 3px 8px;
  vertical-align:middle;
  background:#ffffff;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  min-height:16px;
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.schaufenster-head a:visited,
.schaufenster-head a{
  color:#444;
  font-size:14px;
  font-weight:bold;
  border:0px;
}
.schaufenster-head a:hover{
  text-decoration:underline;
}
.schaufenster-content{
  display:inline;
  float:left;
  padding:22px 0px 10px 6px;
  width:162px;
  height:200px;
  background: url(/oonup/images/background/bg-advertorial.png) repeat-x;
}
.schaufenster-werbung-kopf{
  display:block;
  padding:0px 0px 0px 4px;
  width:148px;
  color:#999;
  font-size:11px;
}
.schaufenster-werbung-img{
  display:block;
  padding:12px 0px 0px 0px;
  width:148px;
}
.schaufenster-werbung-img img{
  margin:0px;
  padding:0px;
}


/****************************************************************/
/* Fotogalerien Block                                           */
.fotogalerien{
  display:block;
  float:left;
  margin:0px;
  padding:0px 0px 10px 0px;
  width:815px;
}
.fotogalerien-uebersicht{
  display:block;
  float:left;
  color:#555;
  font-size:16px;
  width:815px;
}
.fotogalerien-uebersicht-mehr{
  display:block;
  float:left;
  height:16px;
  width:810px;
  margin:3px 0px 0px 0px;
  padding:0px 0px 7px 0px;
  border-bottom:1px dotted #bfd3e5;
}
.fotogalerien-uebersicht-mehr-left{
  display:block;
  float:left;
  width:405px;
  font-size:12px;
}
.fotogalerien-uebersicht-mehr-right{
  display:block;
  float:left;
  width:405px;
  font-size:12px;
  text-align:right;
}
.fotogalerien-uebersicht-mehr-text{
  display:block;
  vertical-align:middle;
  height:16px;
  padding:0px 5px 0px 5px;
  color:#3774a1;
}
.fotogalerien-uebersicht-mehr-imgleft{
  display:block;
  float:left;
  vertical-align:middle;
  height:16px;
  width:20px;
}
.fotogalerien-uebersicht-mehr-imgright{
  display:block;
  float:right;
  vertical-align:middle;
  height:16px;
  width:20px;
}
.fotogalerien-divbox-content{
  display:block;
  float:left;
  width:815px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}
.fotogalerien-divbox-content .tabs{
  display:block;
  float:left;
  width:973px;
  font-size:14px;
  margin:0px 0px 0px 0px;
}
.fotogalerien-divbox-content .content{
  display:block;
  float:left;
  width:806px;
  background:none;
}
.fotogalerien-uebersicht-head{
  display:block;
  float:left;
  width:813px;
  padding:9px 0px 3px 0px;
  vertical-align:middle;
  background:#ffffff;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  height:17px;
  font-size:14px;
  font-weight:bold;
}
.fotogalerien-uebersicht-line{
  display:block;
  float:left;
  width:808px;
  /*height:206px;*/
  padding-bottom:8px;
  margin-bottom:8px;
  border-bottom:1px dotted #bfd3e5;
}
.topfotogalerien-uebersicht-line{
  display:block;
  float:left;
  width:810px;
  /*height:206px;*/
  padding-bottom:8px;
  margin-bottom:8px;
  border-bottom:1px dotted #bfd3e5;
}
.fotogalerien-uebersicht-cols{
  display:block;
  float:left;
  padding:0px 10px 0px 0px;
  font-size:12px;
  width:151px;
}
.fotogalerien-uebersicht-cols img{
  border:2px solid #444;
  padding:0px;
}
.fotocontent{
  display:block;
  float:left;
  padding:8px 0px 0px 0px;
}
.foto-showpic{
  display:block;
  float:left;
  padding:4px 10px;
  max-width:157px;
  background-color:transparent;
}
a.title:hover{
  text-decoration:underline
}

/****************************************************************/
/* Galerie-Slider -Bilderdetailübersicht                        */
.bildergalerie{
  float:left;
  width:170px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 2px;
  background-color:#ffffff;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat:repeat-x;
}
.bildergalerieslider{
  float:left;
  width:150px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 8px;
}

.bildergalerieslider div.scroller {
  /* modify width and height if necessary */
  width: 150px;
  height: 465px;
  overflow: hidden;
  text-align:center;
}
.bildergalerieslider div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)   */
  width: 150px;
  height: 465px;
  overflow: hidden;
  float: left;
  text-align:center;
}
.bildergalerieslider div.scroller div.content{
  width: 150px;
  height: 10000px;
}
.bildergalerieslider-thumbs{
  display:block;
  float:left;
  width:140px;
  padding:2px 5px 5px 2px;
  margin:0px 0px 5px 0px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

/****************************************************************/
/* STS-Slider -Bilderdetailübersicht                        */
.sts_slider_galerie{
  display:block;
  float:left;
  width:164px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 8px;
  background-color:#ffffff;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat:repeat-x;
}
.stsgalerieslider-thumbs{
  display:block;
  float:left;
  width:140px;
  padding:2px 5px 5px 2px;
  margin:0px 0px 5px 0px;
  border:1px solid #d8ecfa;
  border-right:1px none #d8ecfa;
  border-bottom:1px none #d8ecfa;
  background-image: url(/oonup/images/background/shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  font-size:11px;
  font-weight:normal;
  color:#000000;
}
/* Video Senderlogos */
.btv {
  background-image:url(/oonup/images/webtv_btv.gif);
  background-repeat: no-repeat;
  padding-left:20px;
  text-indent:45px;
  background-position:0px 5px;
}

.welsintv {
  background-image:url(/oonup/images/webtv_welsintv.gif);
  background-repeat: no-repeat;
  padding-left:20px;
  text-indent:74px;
  background-position:0px 5px;
}

.oon {
  background-image:url(/oonup/images/webtv_oon.gif);
  background-repeat: no-repeat;
  padding-left:20px;
  text-indent:60px;
  background-position:0px 5px;
}

.ef1 {
  background-image:url(/oonup/images/webtv_ef1.gif);
  background-repeat: no-repeat;
  padding-left:20px;
  text-indent:47px;
  background-position:0px 5px;
}

.ts1 {
  background-image:url(/oonup/images/webtv_ts1.jpg);
  background-repeat: no-repeat;
  padding-left:20px;
  text-indent:41px;
  background-position:0px 5px;
}

.mf1 {
  background-image:url(/oonup/images/webtv_mf1.jpg);
  background-repeat: no-repeat;
  padding-left:20px;
  text-indent:35px;
  background-position:0px 5px;
}

.lltv {
  background-image:url(/oonup/images/webtv_lltv.jpg);
  background-repeat: no-repeat;
  padding-left:20px;
  text-indent:35px;
  background-position:0px 5px;
}

.inntv {
  background-image:url(/oonup/images/webtv_inntv.jpg);
  background-repeat: no-repeat;
  padding-left:20px;
  text-indent:57px;
  background-position:0px 5px;
}

.nav_content_modul .showpic {
  width: 137px;
}

/*************************************************************/
/* StyleSheet für den rechten Bereich, Rightbar              */
/*************************************************************/
/* NavBar-Allgemein                                          */
.nav_headline_c{
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
}
.nav_subnavi_d{
  font-size:13px;
  line-height:16px;
  font-weight:bold;
  margin-bottom:8px;
}
.nav_subheader_e{
  font-size:14px;
  line-height:16px;
  font-weight:bold;
}
.nav_header_f a,
.nav_header_f{
  font-size:12px;
  font-weight:bold;
}
.nav_ueberschrift_g,
.nav_ueberschrift_g a{
  font-size:14px;
  font-weight:bold;
  color:#000000;
}
.nav_ueberschrift_h{
  padding:5px 0px 5px 0px;
  font-size:13px;
  font-weight:bold;
  color:#444;
}
.clearall{
  clear:both;
  line-height:1px;
  height:1px;
  min-height:1px;
  max-height:1px;
}
.nav_line{
  float:left;
  padding:5px 0px 5px 0px;
  border-top:1px dotted #cccccc;
  width:297px;
  line-height:1px;
}


/*************************************************************/
/* Navigation im rechten Bereich der                         */
/* Übersichtsseite (2) - Ebene 3 und Ebene 4                 */
.nav_subnav{
  float:left;
  margin:0px 0px 20px 0px;
  width:315px;
}
.nav_sub{
  display:block;
  float:left;
  margin:-6px 0px 0px 0px;
  padding:5px 0px 8px 0px;
  width:305px;
  border-top:1px dotted #000000;
}
.nav_head_subnav{
  width:305px;
  margin:0px 0px 1px 0px ;
  padding:2px 5px 2px 5px;
  border:1px solid #000000;
  background:#999999;
  vertical-align:middle;
}
.nav_content_subnav{
  display:block;
  float:left;
  padding:5px 5px 0px 5px;
  width:305px;
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
  border-left:1px dotted #000000;
  border-right:1px dotted #000000;
}
.nav_content_subnav3{
  margin:1px 5px 1px 0px;
  padding:0px;
  display:block;
  float:left;
  width:145px;
}
.nav_content_subnav4{
  margin:1px 0px 1px 0px;
  padding:0px;
  display:block;
  float:right;
  width:150px;
}
.tiefe1.linkpfeil, .tiefe2.linkpfeil,
.tiefe3.linkpfeil, .tiefe4.linkpfeil{
  padding:0px 5px 0px 0px;
  margin:0px;
  float:left;
  width:10px;
  background-image: url(/oonup/images/buttons/navi-pfeil-blau.gif);
  background-repeat:no-repeat;
  background-position:3px 3px;
}
.tiefe1_aktiv.linkpfeil, .tiefe2_aktiv.linkpfeil,
.tiefe3_aktiv.linkpfeil, .tiefe4_aktiv.linkpfeil{
  margin:0px;
  padding:0px 5px 0px 0px;
  float:left;
  width:10px;
  background-image: url(/oonup/images/buttons/navi-pfeil-grau.gif);
  background-repeat:no-repeat;
  background-position:3px 3px;
}
.linksubnav a.tiefe1, .linksubnav a.tiefe2{
  margin:0px;
  padding:0px;
  float:left;
  width:125px;
}
.linksubnav a.tiefe1_aktiv, .linksubnav a.tiefe2_aktiv{
  margin:0px;
  float:left;
  width:125px;
  color:#555;
}
.nav_suchfeld{
  margin:0px;
  padding:2px 2px 2px 2px;
  border:1px solid #b4d2e7;
  width:200px;
}


/*************************************************************/
/* NavBar-Modul - Anzeige von Artikelteasern                 */
.nav_modul{
  display:block;
  float:left;
  margin:0px 0px 20px 0px;
  width:317px;
}
.nav_head_modul{
  display:block;
  float:left;
  margin:0px 0px 1px 0px;
  padding:4px 5px 4px 5px;
  width:305px;
  font-size:13px;
  color:#000;
  font-weight:bold;
  border:1px solid #b4d2e7;
  background:#e5f0f7 url(/oonup/images/background/head-modul-bg.png);
  background-repeat:repeat-x;
  line-height:16px;
  vertical-align:middle;
}
.nav_head_modul a, .nav_head_modul a:visited {
  color:#000;
}
.nav_content_kino{
  display:block;
  float:left;
  width:315px;
  padding:12px 0px 12px 0px;
  border:1px solid #b4d2e7;
  background-image: url(/oonup/images/background/bg-kinovorhang.gif);
  background-repeat: repeat-x;
  min-width:310px;
}
.nav_weitere_trailer{
  display:block;
  float:left;
  margin:8px 8px 8px 8px;
  border-top:1px dotted #cccccc;
  padding:8px 0px 0px 0px;
  width:299px;
  color:#006eb8;
  font-size:12px;
  font-weight:bold;
}
.nav_content_modul{
  display:block;
  float:left;
  width:313px;
  padding:1px;
  border:1px solid #b4d2e7;
  background:#ffffff;
  min-width:303px;
}
.nav_content_modul1{
  display:block;
  float:left;
  width:295px;
  margin:0px 0px 10px 0px;
  padding:10px 8px 4px 8px;
  background-image: url(/oonup/images/background/head-modulcontent-bg.png);
  background-repeat:repeat-x;
}
.nav_content_modul_title{
  width:280px;
  color:#000000;
  /*font-size:12px;*/
  font-weight:bold;
  padding:0px 0px 9px 0px
}
.nav_content_modul_titleline{
  margin:0px;
  padding:2px 0px 2px 0px;
  float:left;
}
.nav_content_modul_img img{
  float:right;
  padding:2px;
  /*width:147px;*/
  text-align:right;
}
.nav_content_modul_short{
}
.nav_content_modul_mehr{
  clear:both;
  padding:5px 0px 5px 0px;
}
.nav_content_modul_line{
  line-height:1px;
  padding:5px 0px 5px 0px;
  border-top:1px dotted #000000;
  width:295px;
}
.nav_modul_pfeil{
  float:left;
  padding-top:6px;
}
.nav_modul_titel{
  float:right;
  width:290px;
}
.nav_ticker_titel a{
  text-indent:-15px;
  margin-left:15px;
  float:right;
  width:286px;
  font-weight:bold;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color:#3774a1;
}
.nav_ticker_titel a p { margin-bottom:4px; }


/*************************************************************/
/* NavBar-Anzeigen - anzeigen und Suche der Artikel-Anzeigen */
.nav_anzeigen{
  display:block;
  float:left;
  margin:0px;
  width:315px;
  border-left:1px dotted #000000;
  border-right:1px dotted #000000;
}
.nav_anzeigen_suche{
  display:block;
  float:left;
  margin:0px 0px 20px 0px;
  border-left:1px dotted #000000;
  border-right:1px dotted #000000;
}
.nav_head_anzeigen{
  margin:0px 0px 1px 0px ;
  padding:4px 5px 4px 5px;
  width:305px;
  background:#ffffff;
  vertical-align:middle;
  border-top:2px solid #555555;
  border-bottom:2px solid #555555;
}
.nav_content_anzeigen{
  float:left;
  width:301px;
  padding:1px 1px 2px 1px;
  background:#ffffff;
}
.nav_content_anzeigen1{
  float:left;
  width:301px;
  margin:0px;
  padding:4px 4px 4px 8px;
  background:#fff4e4;
}
.nav_content_anzeigen_head{
  float:left;
  margin:0px;
  padding:0px 0px 2px 0px;
  width:297px;
  border-bottom:1px solid #000000;
}
.nav_content_anzeigen_content{
  display:block;
  float:left;
  margin:0px;
  padding:2px 0px 0px 0px;
  width:297px;
}
.nav_content_anzeigensuche{
  margin: 0;
  padding:3px 5px 9px 5px;
  width:305px;
  border-top:2px solid #555555;
  border-bottom:2px solid #555555;
}
.mehr_anzeigen{
  float:right;
}
.anz{
  display:block;
  float:left;
  padding-top:8px;
}
.anz_thumb a img,
.anz_thumb img{
  display:block;
  float:left;
  margin:0px 9px 0px 0px;
  padding:0px;
}
.anz_short{
  margin:0px;
  padding:0px;
}
.nav_anzeigen_inserieren{
  display:block;
  float:left;
  margin:0px 0px 20px 0px;
  padding:8px 5px 8px 5px;
  width:305px;
  border-left:1px dotted #000000;
  border-right:1px dotted #000000;
  border-bottom:2px solid #555555;
}


/*************************************************************/
/* NavBar-Werbung                                            */
.nav_werbung{
  margin:0px 0px 20px 0px;
  width:315px;
}
.nav_head_werbung{
  margin:0px 0px 1px 0px ;
  /*width:307px;*/
  color:#555;
  font-size:10px;
}
.nav_content_werbung{
  margin:0px 0px 10px 0px ;
  width:307px;
}


/*************************************************************/
/* NavBar-Ticker                                             */
.navbox-normticker{
  display:block;
  float:left;
  width:315px;
  margin:0px 0px 20px 0px;
  padding:4px 0px 0px 0px;
}
.navbox-polizeiticker-head{
  width:317px;
  font-size:12px;
  padding:0px 0px 2px 0px;
  font-weight: bold;
  line-height:16px;
  color: #567da4;
  border-bottom:2px solid #eb4c5e;
}
.navbox-normticker-head{
  display:block;
  float:left;
  width:315px;
  padding:0px 0px 4px 0px;
  font-size:12px;
  font-weight: normal;
  line-height:16px;
  color: #444;
}
.navbox-normticker-content-polizei{
  display:block;
  float:left;
  padding:2px 4px 6px 4px;
  border:2px solid #567da4;
  width:305px;
  background-image: url(/oonup/images/background/bg_polizeiticker.gif);
  background-repeat:no-repeat;
  background-position:top right;
}
.navbox-normticker-content{
  display:block;
  float:left;
  padding:2px 4px 2px 4px;
  border:2px solid #b4d2e7;
  width:305px;
}
.navbox-polizei-topline{
  display:block;
  padding:0px;
  margin:0px 4px 0px 4px;
  width:299px;
  background:transparent;
}
.navbox-tickline{
  display:block;
  padding:0px;
  margin:0px 4px 0px 4px;
  border-top:1px dotted #d8ecfa;
  width:299px;
  background:transparent;
}
.navbox-normticker-time{
  display:block;
  float:left;
  color:red;
  font-size:12px;
  padding:2px 4px 2px 0px;
  width:36px;
  background:transparent;
}
.navbox-normticker-text a{
  display:block;
  font-size:12px;
  line-height:16px;
  color: #567da4;
  padding:2px 0px 2px 4px;
  width:255px;
  background:transparent;
}


/*************************************************************/
/* NavBar-Servicemodule                                      */
.navbox-servicemodul{
  display:block;
  float:left;
  width:315px;
  margin:0px 0px 20px 0px;
  padding:0px;
  border:1px solid #bfd3e5;
}
.navbox-servicemodul-bg{
  display:block;
  float:left;
  width:296px;
  margin:1px 1px 1px 1px;
  padding:7px;
  background:url(/oonup/images/background/bg_servicemodul.gif);
  background-repeat:repeat-x;
}
.navbox-servicemodul-service,
.navbox-servicemodul-dienste{
  display:block;
  float:left;
  width:296px;
  margin:0px;
  padding:0px;
  height:28px;
}
.navbox-servicemodul-service-spalte,
.navbox-servicemodul-dienste-spalte{
  display:block;
  float:left;
  width:148px;
  padding: 5px 0px 0px 0px;
  vertical-align:top;
  color:#3774a1;
  margin:0px;
  padding:0px;
}
.navbox-servicemodul-service-spalte img, .navbox-servicemodul-dienste-spalte img{
  float:left;
  margin:0px;
  padding: 0px 5px 0px 0px;
  background-color: transparent;
}
.navbox-servicemodul-line{
  display:block;
  float:left;
  width:298px;
  margin:3px 0px 4px 0px;
  padding:0px;
  height:1px;
  border-top:1px dotted #cccccc;
}


/****************************/
/*  nav-box forumgesundheit */

.forumgesundheit .nav_head_modul {
  background-color:#fff;
  background-image:none;
  border-color:#3cc;
}
.forumgesundheit .nav_content_modul {
  border-color:#3cc;
}
.forumgesundheit .gesundelinks {
  color:#3cc;
}

/****************************************/
/* CSS für die Gestaltung der Toplisten */
.toplisten_head_ohne_border{
  width:100%;
  float:left;
  margin:0px;
  height:30px;
  line-height:30px;
  overflow: hidden;
}
.toplistenlayout .toplisten_head_ohne_border{
  height:40px;
  line-height:20px;
  border-bottom:1px #333 solid;
  border-top:3px #333 solid;
  padding-left:5px;
  padding-top:3px;
  padding-bottom:3px;
  width:265px;
}
.toplistenlayout {
  width:815px;
}
.toplistenlayout .toplistleft {
  width:270px;
  float:left;
}
.toplistenlayout .toplistcenter {
  width:270px;
  float:left;
  border-right:1px #333 dotted;
  border-left:1px #333 dotted;
}
.toplistenlayout .toplistright {
  width:270px;
  float:left;
}
.toplistenlayout .toplisten_comment {
  margin-bottom:15px;
  padding-left:5px;
}
.toplisten_head{
  width:100%;
  float:left;
  margin:0px;
  padding-top:7px;
  height:21px;
  line-height:21px;
  border-top:3px solid #555;
  border-bottom:1px solid #555;
  overflow: hidden;
}
.toplisten_head_title{
  padding:0px 11px 0px 7px;
  font-size:14px;
  font-weight:bold;
  color:#555;
}
.toplisten_head_title a:visited,
.toplisten_head_title a{
  font-size:14px;
  font-weight:bold;
  color:#555;
}
.toplisten_head_title a.art_more{
  color:#555;
  font-size:12px;
  font-weight:normal;
}
.toplisten_head_title a.mehr, .toplisten_head_title a.mehr:visited {
  color: #3774a1;
  font-size: 13px;
  font-weight: normal;
}
.toplisten_head_title_ob{    /*_ob -> ohne Border - Bereich! */
  padding:0px 0px 0px 0px;
  font-size:16px;
  color:#555;
}
.toplisten_head_title_ob a.top_more{
  color:#555;
}
.toplisten_head_title_ob a.top_more:hover{
  text-decoration:underline;
}
.artikelcontent3 .toplisten_comment{
  min-width:406px;
}
.artikelcontent4 .toplisten_comment{
  min-width:398px;
}
.toplisten_comment{
  float:left;
  min-width:245px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  background-position:30px 0px;
  min-height:260px;
}
.toplisten_comment ul{
  list-style-type:none;
  margin:0px;
  padding:0px;
  color:#666;
}
.toplisten_comment ul li{
  list-style-type:decimal;
  margin:0px;
  margin-left:25px;
  padding:0px;
}
.toplisten_comment ul li.toplisten_artikel_top{
  margin:7px 10px 6px 30px;
  list-style-type:decimal;
  font-weight:bold;
  padding:0px;
}
.toplisten_comment ul li .counter{
  font-weight:normal;
  color:black;
  margin-left:120px;
}
.toplisten_comment ul li.toplisten_artikel{
  margin:2px 10px 3px 30px;
  padding-top:4px;
  border-top: 1px dotted #d8ecfa;
  list-style-type:decimal;
  font-weight:bold;
}
.zuletzt_comment{
  float:left;
  min-width:245px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  background-position:30px 0px;
  min-height:260px;
}
.zuletzt_comment_detail{
  float:left;
  min-width:398px;
  background-image: url(/oonup/images/bg-rs5.jpg);
  background-repeat: repeat-x;
  background-position:30px 0px;
  min-height:260px;
}
.zuletzt_comment_detail ul,
.zuletzt_comment ul{
  margin:0px 10px 0px 10px;
  padding:0px;
  color:#3774a1;
}
li.zuletzt_artikel{
  padding:7px 0px 7px 0px;
  border-bottom: 1px dotted #d8ecfa;
  list-style-type:none;
  color:#000000;
  overflow: hidden;
}
li.zuletzt_artikel:last-child{ /* :last-child wird vom IE nicht unterstuetzt! */
  padding:7px 0px 7px 0px;
  border-bottom: 1px none #d8ecfa;
  list-style-type:none;
}
.toplisten_video{
  padding:0px;
  margin:0px;
  border:0px;
  width:314px;
}
.toplisten_video-galery{
  display:block;
  float:left;
  padding:0px 0px 0px 10px;
  margin:0px;
  border:0px;
  width:815px;
}
.toplisten_video_thumb{
  float:left;
  width:147px;
  padding:6px 0px 10px 5px;
}
.toplisten_video_thumb a img{
  padding:0px;
  margin:0px;
  border:2px solid #444;
}
.toplisten_video-galery_thumb{
  display:block;
  float:left;
  width:147px;
  padding:4px 0px 10px 0px;
  font-size:11px;
  min-height:220px;
}
.toplisten_video-galery_thumb a img{
  padding:0px;
  margin:0px;
  border:2px solid #444;
}
a.title{
  color:#3774a1;
  text-decoration:none;
}
.toplisten_video-galery_thumb a.title{
  color:#3774a1;
  text-decoration:none;
  padding-top:4px;
}
a.short:visited,a.short:hover,
a.short{
  color:#000000;
  text-decoration:none;
}
a.more img,
a.more{
  color:#3774a1;
  text-decoration:none;
  border:0px none #fff;
}
a.top_more{
  color:#3774a1;
  text-decoration:none;
  border:0px none #fff;
  font-size:12px;
  padding-left:8px;
}



/* Default */
.fcmsTickerLine {
    border-bottom: 1px solid #EEEEEE;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fcmsTickerSpacer {
    font-size: 0px;
    height: 5px;
    line-height: 5px;
}

.fcmsTickerHeadline {
    height: 30px;
    border-top: 1px solid #666666;
    background-color: #E3E3E3;
    font-size: 13px;
    width: 590px;
}

.fcmsTickerHeadline .fcmsTickerHeadlineDesc {
    padding-left: 10px;
    padding-top: 5px;
}

.fcmsTickerHeadlineSelector {
    float: right;
}

.fcmsTickerHeadline ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 30px;
}

.fcmsTickerHeadline ul li {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    height: 30px;
}

.fcmsTickerHeadline ul li.fcmsTickerHeadlineSelectorFirst {
    border-left: none;
}

.fcmsTickerHeadline ul li.fcmsTickerHeadlineSelectorActive {
    background-color: #AEAEAE;
}

.fcmsTickerHeadline ul li:hover {
    background-color: #F1F1F1;
}

.fcmsTickerHeadline ul li div {
    padding-top: 8px;
    font-weight: bold;
}

.fcmsTickerHeadline ul li img {
    padding-top: 5px;
}

/* Basketball */
.fcmsTickerScoreBoard,
.fcmsTickerScoreBoardHomeHundred,
.fcmsTickerScoreBoardGuestHundred,
.fcmsTickerScoreBoardBothHundred {
    margin-top: 40px;
    background-repeat: no-repeat;
    background-position: top left;
    width: 590px;
    height: 119px;
    position: relative;
}

.fcmsTickerScoreBoard {
    background-image:url(/storage/sym/liveticker/scoreboard.png);
}

.fcmsTickerScoreBoardHomeHundred {
    background-image:url(/storage/sym/liveticker/scoreboard_heimhundert.png);
}

.fcmsTickerScoreBoardGuestHundred {
    background-image:url(/storage/sym/liveticker/scoreboard_gasthundert.png);
}

.fcmsTickerScoreBoardBothHundred {
    background-image:url(/storage/sym/liveticker/scoreboard_beidehundert.png);
}

.fcmsTickerScoreBoardBasketballFoot {
    width: 590px;
    height: 10px;
    margin-bottom: 30px;
    position: relative;
}


/* Soccer / Eishockey */
.fcmsTickerScoreBoardHead {
    margin-top: 40px;
    background-image:url(/storage/sym/liveticker/scoreboard_head.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 590px;
    height: 107px;
    position: relative;
}

.fcmsTickerScoreBoardLine {
    padding-top: 1px;
    line-height: 18px;
    background-image:url(/storage/sym/liveticker/scoreboard_line.png);
    background-repeat: repeat-y;
    background-position: top left;
    width: 590px;
}

.fcmsTickerScoreBoardFoot {
    width: 590px;
    height: 10px;
    background-image:url(/storage/sym/liveticker/scoreboard_foot.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 30px;
    position: relative;
}


.fcmsTickerHomeClubImg,
.fcmsTickerGuestClubImg {
    background-color: #FFFFFF;
    position: absolute;
    top: -30px;
    width: 90px;
    height: 90px;
    border: 2px solid #BEBEBE;
    text-align: center;
    vertical-align: center;
}

.fcmsTickerHomeClubImg {
    left: 40px;
}

.fcmsTickerGuestClubImg {
    right: 40px;
}


.fcmsTickerHomeClubImg img
.fcmsTickerGuestClubImg img {
    padding: 0px;
}

.fcmsTickerHomeClubName,
.fcmsTickerGuestClubName {
    position: absolute;
    top:  85px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}

.fcmsTickerHomeClubName {
    left: 30px;
}

.fcmsTickerGuestClubName {
    right: 30px;
}

.fcmsTickerGamePhase {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    width: 260px;
    top: -30px;
    left: 155px;
    background-color: #BEBEBE;
    border: 2px solid #E3E3E3;
}

.fcmsTickerHomeClubScoreOne,
.fcmsTickerHomeClubScoreTwo,
.fcmsTickerHomeClubScoreThree,
.fcmsTickerGuestHomeScoreThreeTwo,
.fcmsTickerGuestHomeScoreThreeOne,
.fcmsTickerGuestClubScoreOne,
.fcmsTickerGuestClubScoreTwo,
.fcmsTickerGuestClubScoreThree,
.fcmsTickerGuestClubScoreThreeTwo,
.fcmsTickerGuestClubScoreThreeOne {
    position: absolute;
    top: 25px;
}

.fcmsTickerHomeClubScoreOne {
    left: 237px;
}

.fcmsTickerHomeClubScoreTwo {
    left: 209px;
}

.fcmsTickerHomeClubScoreThree {
    left: 181px;
}

.fcmsTickerGuestClubScoreOne {
    left: 360px;
}

.fcmsTickerGuestClubScoreThreeOne {
    left: 388px;
}

.fcmsTickerGuestClubScoreTwo {
    left: 332px;
}

.fcmsTickerGuestClubScoreThreeTwo {
    left: 360px;
}

.fcmsTickerGuestClubScoreThree {
    left: 332px;
}



.fcmsTickerReload,
.fcmsTickerLoading,
.fcmsTickerFinished {
    position: absolute;
    top: -25px;
    left: 265px;
}

.fcmsTickerReload {
    cursor: pointer;
}

.fcmsTickerLoading {
    z-index: 1;
}

.fcmsTickerGoalLineHome,
.fcmsTickerGoalLineGuest{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
    color: #FFFF66;
}

.fcmsTickerGoalLineHome span,
.fcmsTickerGoalLineGuest span {
    font-size: 10px;
    color: #FFFF66;
}


.fcmsTickerGoalLineHome {
    text-align: left;
}

.fcmsTickerGoalLineGuest {
    text-align: right;
}

.fcmsTickerMessageMinute {
    font-size: 12px;
    font-weight: bold;
    background-color: #EEEEEE;
}


/* Tennis */

.fcmsTickerScoreBoardHorizontal {
    margin-top: 20px;
    background-image:url(/storage/sym/liveticker/scoreboard_horizontal.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 590px;
    height: 119px;
    position: relative;
}

.fcmsTickerTennisDesc {
    padding: 1px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    width: 290px;
    top: -10px;
    left: 260px;
    background-color: #BEBEBE;
    border: 2px solid #E3E3E3;
    z-index: 1;
}

.fcmsTickerScoreBoardRel {
    position: relative;
}

.fcmsTickerScoreBoardHorizontalInner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 11px;
    width: 100%;
}

.fcmsTickerScoreBoardHorizontalInner tr {
    height: 44px;
}

.fcmsTickerScoreBoardHorizontalInner td img {
    padding-top: 1px;
}

.fcmsScoreBoardHorizontalTeam {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.fcmsScoreBoardHorizontalTeam img {
    width: 30px;
    height: 20px;
}


.fcmsTickerReloadHor,
.fcmsTickerLoadingHor,
.fcmsTickerFinishedHor {
    position: absolute;
    top: 100px;
    left: 220px;
}

.fcmsTickerReloadHor {
    cursor: pointer;
}

.fcmsTickerLoadingHor {
    z-index: 1;
}

#regform fieldset div{
   color:#A7262B;
}
#registermodulcontent2 fieldset{
  color:#A7262B;
  border: 1px solid #A7262B;
}
#registermodulcontent2 fieldset legend{
  padding:0 5px;
}

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

.plainpic_right {
  float:right;
  margin-left:10px; 
}
.artikelcontent ul, .artikelcontent ol{
  margin-left: 20px;
}