/* =============================================================== */
/*  Globale Formatdefinitionen - Wochenblatt-Webauftritt-2013    */
/* =============================================================== */
/*  zu verwendende Farben
/*	
/*	#333333 anthrazit			normal Schrift
/*	#555353 dunkleres grau		Schrift in Cloud
/*	#666666 dunkel grau 		Schrift, wie Dachzeile
/*	#999999 hell grau		 	Schrift in Auswahlboxen, Iconleiste, Ortsmarke
/*	#cccccc heller grau		Schrift in Cloud
/*	#990000 rot 			Ueberschriften, mehr, links 
/*	#0079bc blau 			Neues WB Blau
/*	#FFFFFF weiss			Schrift, Hintergrund Mitte
/*
/*								
/*  #E6ECEF grau		         Hintergrund aussen, hg Navi3
/*  #738EA0 mittel blau		Rand Suchbox oben
/*  #9BAEBB mittel blau		Linie unterm Kopf
/*  #92A7B5 hell blau		Linie unter Hauptnavi und Rand Navi Level3
/*  #F5F7F9 hell grau blau	         Hintergrund Navoboxen rechts
/*  #B3C1CB grau blau 	         Umrandung Navoxen rechts, Zwischenlinien
/*  #CECDCD hell grau		Zwischenlinien Navoxen
/*  #7a95b6 grau blau dunkler 	Titel Navboxen seit 4-2015
/*
/*	10, 11, 12, 13 , 15, 18, 24, 26 px 	definierte Schriftgroeßen
/*	18, 20, 22, 30px 			definierte Zeilenhoehen
/*
/*
/* ergänzungen fuers neue Layout
/* ==============================*/

#body {
   	background-color:#0079bc;
 }
#page {
    font-family: Verdana,Lucida Sans Unicode,Lucida Grande,Arial,Helvetica, Sans;
	width:1150px;
	padding:0; margin: 0px auto;
	background-color:transparent;
 }

.inhalt_breite{
    width:970px;
}

h1, .h1 {
	color:#990000;
	font-size:21px;
	line-height:26px;
    padding: 4px 0 15px 0;
	
}
.tt22 { font-size:22px; }
.topnews {
	font-size:26px;
	line-height:35px;
    padding: 3px 0px 16px 0px;	
}
h2, .h2, .ressort {
	color:#333333;
	font-size:15px;
	line-height:22px;
    font-weight:500;
}

.cWBblau, a.cWBblau { color:#0079bc; }
.cWBblauGrau, a.cWBblauGrau { color:#7a95b6; }
.mB2 { margin-bottom:2px;}
.br-line-top { 
    border-bottom: 1px solid #B3C1CB;
    clear: both;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 100%; } 
.br-line-1px {
	width:100%;
	border-bottom:1px solid #B3C1CB;
	line-height: 0;
	font-size: 0;
	padding:20px 0px 0px 0px;
	clear: both;
} 
.br-line-ohne-1px {
	width:100%;
    height:1px;
	border-bottom:1px solid #B3C1CB;
	line-height: 0;
	font-size: 0;
	clear: both;
}  
.square_1 {
	float:left;
	width: 10px;
	height: 34px;
	position:relative;
	top:4px;
	background-color: #999;
	border-right:7px solid #FFFFFF;
	border-bottom:20px solid #FFFFFF;
}
.square_blau {
	float:left;
	width: 13px;
	height: 13px;
	position:relative;
	top:4px;
	background-color: #0079bc;
	border-right:6px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}

.square_2 {
    background-color: #0079BC;
    border-right: 4px solid #FFFFFF;
    float: left;
    height: 13px;
    position: relative;
    top: 8px;
    width: 11px;
}

/* ==============================*/
/*	Kopf
/* ==============================*/
#kopf-01 {	/*Abstand Oben*/
	width:975px;
}
#kopf {	
	background-image:url('../../images/relaunch2013/hg-kopf-verlauf.jpg'); 
	background-repeat:repeat-x;
	width: 970px;
	height: 102px;
	border-bottom:1px solid #9BAEBB;
}
#ereignis-bild {
	float:left;
	max-width: 350px;
	overflow:hidden;
	padding-left: 55px;
}


/* ==============================*/
/*	Navi
/* ==============================*/
#navigation {	
	width: 970px;
	border-bottom:1px solid #9BAEBB;	
}
#naviUnten {	
	width: 970px;
}
.aktiv, .tiefe1_aktiv {
        background-image:url('../../images/relaunch2013/hg-navi-aktiv.jpg'); 
}
#level-1 .aktiv a,
#level-1 .tiefe1_aktiv a { color:#333; }

/* ==============================*/
/*	Navobox
/* ==============================*/
.navobox {
	float: left;
	display: inline;
	width: 320px;
	padding:0px 0px 0px 0px;
	background-color: transparent; 
}
.reiterAktivB {
	float: left;
	position:relative;
	background-image:url('../../images/hg-navi-unten.jpg'); 
	background-repeat:repeat-x;
	border-right:1px solid #CECDCD;	
	border-left:1px solid #CECDCD;
	border-top:1px solid #CECDCD;
	border-bottom:1px solid #FFFFFF;
	text-align:center;
	min-width:60px;
	top:9px;
	color: #0079bc;
}
.reiterAktivB a, .reiterAktivB a:focus { color: #0079bc; }
.reiterInaktivB {
 	float: left;
	position:relative;
	background-image:url('../../images/hg-navi-1.jpg'); 
	background-repeat:repeat-x;
	border-right:1px solid #CECDCD;	
	border-left:1px solid #CECDCD;
	border-top:1px solid #CECDCD;
	text-align:center;
	min-width:60px;
	top:9px;
}
/* ==============================*/
/*	Inhalt
/* ==============================*/
#inhalt { 
	width:970px;
}
.content-wide {
	width: 970px;
}
.contentWide {
	float: left;
	display: inline;
	width: 970px;
	padding:0px 0px 0px 0px;	
	
}
.content {
	width: 592px;
}
.wideAufmacher {
	width: 922px;
    padding: 0 0 0 24px;
}

.aufmacherTop {
	width: 922px;
	padding: 4px 0 0 0;
}
.aufmacherTop .aufmacher_bilderrahmen {
    margin: 0 0 4px 0; 
    text-align: left;
}
.aufmacher {
	width: 592px;
	padding:12px 0px 0px 0px;
}
.auftitel {
	height:100px;
}

.goAktive {
        color: #ffffff;
        background-color: #0079bc;
        float: left;
	width: 28px;
        height:15px;
        text-align:center;
        margin:3px 0 0 0;
        line-height: 13px;
}
.goInaktive {
        color: #333333;
        background-color: #ffffff;
        float: left;
	width: 28px;
        height:15px;
        text-align:center;
        margin:3px 0 0 0;
        line-height: 13px;
}
.sline {
        background-color: #333333;
        float: left;
        height: 15px;
        margin: 3px 2px 0 2px;
        width: 1px;
}
#go123go {
	float:both;
	background-image:none; 
	width:450px;
	height: 20px;
	padding:0px 0px 10px 0px;	
}
#artslid_short {
	float:both;	
	width:830px;	
    font-size:15px;
    line-height: 22px;
}
#artslid_short_gliger {
	float:both;	
	width:592px;	
    font-size:15px;
    line-height: 22px;
}

.contentBG {
    width: 592px;
}
.weltnachrichten {
    width: 592px;
}
.weltnachrichten h2 {
    font-size:18px;
    color:#666666;
    line-height:24px;
    font-style:italic;
}
h3, .weltnachrichten a.h3, .nachricht h3, .nachricht a.h3, .h3relaunch {
    font-size:15px;
    line-height:22px;
}
#videobox_aktuell h3, #videobox_aktuell a.h3, #umfrage h3, #umfrage a.h3, #artikelbox_region h3, #artikelbox_region a.h3, #bilderBox h3, #bilderBox a.h3 {
    font-size:13px;
    line-height:20px;
}
.nachricht {
    width: 592px;
}
.startseite {
    padding: 7px 18px 5px 0;
}
.boxRahmen {
	border:1px solid #B3C1CB;
	background-color:#FFFFFF; 
}
.thumbbox { /* entspricht standard + left */
        float: left;
        width: 234px;
        padding: 15px 22px 15px 0px;
}
.thumbboxright { /* entspricht standard + left */
        float: right;
        width: 234px;
        padding: 15px 0px 15px 22px;
}
.galCenter {
        width: 188px;
}
#lakolKopfTitel {
    padding: 5px 0 0 24px;
}
h3relaunch ol, h3relaunch ul {
 padding-left:24px;
}
/* ==============================*/
/*	Fuss
/* ==============================*/
#fuss {
	background-color:#E6ECEF;
	width:945px;
}
.sr195 {
    width: 191px;
}
.ajustify {
   text-align: justify;
}
/* ==============================*/
/*	Webung
/* ==============================*/
#werbungContent {
	width:592px;
	overflow:hidden;
}
#werbungTop {
	max-width: 970px;
}
#werbungSky {
	left:975px;
}
.skyFixed {
	left:auto;
}
.skyFixed90 {
    left:auto;
}
#werbungWallpaperSky {
	margin-left:975px;
}
#werbungWallpaperTop {
	width: 975px;
}

/* =============================================================== */
/*  KinoSeite Formatdefinitionen - Wochenblatt-Webauftritt    */
/* =============================================================== */
/*  zu verwendende Farben
/*	
/*	#1d587c blau 			 links   KINO
/*							
/*
/* ==============================*/


.bgKino {
	background-image: url('../../images/hg-Kino.png');
	background-repeat:repeat-y;
	background-position: right;
}
.bgKinoLi {
	background-image: url('../../images/hg-Kino-li.png');
	background-repeat:repeat-y;
}
.titelKino {
        font-size:30px;
        font-weight: bold;
        line-height: 35px;
        color:#1d587c;
}
.kinoBox {
	height:215px;
	background-image: url('../../images/navoboxen/kino-rolle.png');
	background-repeat: no-repeat;
	background-position: 148px 5px;
}
.kinoBoxLeer {
	height:60px;
	background-image: url('../../images/navoboxen/kino-rolle-kl.png');
	background-repeat: no-repeat;
	background-position: 148px 5px;
}

.pBoxKino { 
	padding:18px 0px 12px 20px;
}


/* ==============================*/
/*	Formular, Input ect
/* ==============================*/

select.kino {
	border:1px solid #CECDCD;
	width:220px;
	height:20px;
	padding-left:22px;
	
	background-color:#FFFFFF;
	color:#333333;
	font-size:13px;
}
input.kino {
	border:0px;
	height:19px;
	margin-left:123px;
}	   
