/****** GLOBAL *******/
body, body *{
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
}
body{
  background-color:#002395;
}
img{
  border:none;
}
p{
  padding: 0;
  margin: 0 0 1.2em 0;
}
h3{
  padding: 0;  margin: 0;
  font-weight:bold;
  font-size:11px;
}
a{
  color:#fff;
}
h2 a{
  font-weight:normal;
}
td{
  vertical-align:top;
}

.copy, .copy *{
  margin: 10px 0 0 0;
  padding: 0 0 0 2px;
  font-size:9px;
  text-decoration:none;
}

/* 1,5facher zeilenabstand */
.lineheight15 {
  line-height: 1.8em;
}
/****** GLOBAL END *******/


/****** HEADER *******/
#header .nbcLogo a{
	display: block;
	width:157px;
	height:94px;
}

#header .chanLogos a{

}
#header .breadcrumb ul{
  list-style:none;
  display:inline;
}
#header .breadcrumb li{
  display:inline;
  color:#cdcfd0;
  line-height:22px;
}
#header .breadcrumb li a{
  color:#cdcfd0;
  margin-right:2px;
  text-decoration:underline;
}
#header .breadcrumb li a.active{
  color:#FFF;
  text-decoration:none;
}
/****** HEADER END *******/

/****** Navis *******/
#mainNavi {
  color:#69696a;
  background-color:#eeeeee;
  height:19px;
  line-height:19px;
  padding-left:195px;
  position:relative;
  z-index: 5;
}

#mainNavi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width:650px;
  text-transform: uppercase;
}

#mainNavi li {
  display: inline;
  font-size: 13px;
}

#mainNavi li ul {
  position: absolute;
  padding: 0 0 0 195px;
  left: -999em;
}

#mainNavi ul li a {
  color: #69696a;
  text-decoration: none;
  padding: 0 12px 3px 10px;
  font-size: 13px;
}
#mainNavi ul li a.current {
  color: #000000;
  font-weight: bold;
}

#mainNavi li ul li a {
  font-weight: normal;
  color: #69696a;
  font-size: 10px;
  padding: 0 10px 0 10px;
  text-transform: none;
}

#mainNavi li ul li a.current {
  font-weight: bold;
  color: #000000;
}

#mainNavi li a:hover {
  color: #000000;
}

#mainNavi li.active ul,
#mainNavi li.over ul {
  left: 0px;
  top: 19px;
  display: block;
  height: 19px;
  overflow: hidden;
  background: url(../img/pixel.gif);
}

#mainNavi a.active {
  color: #000000;
  font-weight: bold;
}

#mainNavi li ul li {
  font-size: 10px;
}

#mainNaviSub{
  position:absolute;
  height:19px;
  line-height:19px;
  z-index:2;
  color:#69696a;
  width: 1000px;
}

* html #mainNaviSub{z-index:1;}

#mainNaviSub .shadow{
  background: url(../img/shadow.png) repeat-x;
  height:4px;
  font-size:4px;
  width:100%;
  left:0; top:0;
  position:absolute;
}

/* png dreck \*/
* html #mainNaviSub .shadow{
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="templates/html/master/img/shadow.png",sizingMethod="scale");
}
/**/

#mainNaviSub .content{
  background-color:#eeeeee;
  margin-left:195px;
  z-index:9;
}

#mainNaviSub .right{
/*  position:absolute;
  top:0; right:0;*/
  position: relative;
  top: -19px;
  float: right;
  z-index: 15;
}

#mainNaviSub .right ul {
  list-style: none;
  padding: 0; margin: 0;
}

#mainNaviSub .right li {
  display: inline;
}

#mainNaviSub .right li a {
  padding: 0 8px 0 5px;
  text-decoration: none;
  color: #69696a;
  font-size: 10px;
}

#mainNaviSub .right li a:hover {
  color: #000000;
}

#secNavi ul{
  width:195px;
  padding:0; margin:0;
  list-style:none;
}

#secNavi li{
  padding:0; margin:0;
  background:url(../img/navi3trennlinie/nbc.png) no-repeat;
  line-height:23px;
  height:23px;
}

#secNavi li a{
  color:#FFF;
  text-decoration:none;
  display:block;
  padding:0px 10px 0px 20px;
  line-height:23px;
  height:23px;
  font-size:10px;
}

#secNavi li.level0active a {
  text-decoration: underline;
}

#secNavi li.level1active a,
#secNavi li.level1 a {
  padding:0px 10px 0px 30px;
  font-weight: normal;
}

#secNavi li.level1active a {
  text-decoration: underline;
}

/* png dreck \*/
* html #secNavi li{
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="templates/html/master/img/navi3trennlinie/nbc.png",sizingMethod="scale");
}
/**/

#secNavi li a:hover{
  text-decoration:underline;
}

#secNavi .logoBig{
  position:absolute;
  top:400px;
  left:10px;
  width:170px;
}

#footer ul{
  padding:0; margin:0;
  margin-top:5px;
  list-style:none;
  display:inline;
}
#footer li{
  padding:0; margin:0;
  display:inline;
  color:#cdcfd0;
}
#footer li a{
  color:#cdcfd0;
  text-decoration:none;
  padding:0px 4px 0px 3px;
}
#footer li a:hover{color:#FFF;}
/****** Navis End *******/


/****** CONTENT *******/
#colLeft ol,
#colRight ol {
  padding: 0;
  margin: 0 0 0 27px;
}

* html #colLeft ol,
* html #colRight ol {
  margin: 0 0 0 32px;
}

#colLeft ol li,
#colRight ol li {
  padding: 0;
  margin: 0;
}
#colLeft ul,
#colRight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#colLeft ul li,
#colRight ul li {
  margin: 0;
  padding: 0 0 0 20px;
  background-position: 10px 4px;
  background-repeat: no-repeat;
/* stupid IE-Bug: http://www.positioniseverything.net/explorer/ie-listbug.html */
  position: relative;
}
/****** CONTENT END *******/

/****** SITEMAP ******/
#sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  width: 260px;
}
#sitemap ul li a {
  padding: 0 10px 0 0;
  background: url(../img/bullet_sitemap.gif) right 4px no-repeat;
  text-decoration: none;
}
#sitemap ul li.level0 {
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 13px 0;
}
#sitemap ul li.level0 a {
  background: none;
  padding: 0;
}
#sitemap ul li.level1 {
/*  background: url(../img/bullet_1x1.gif) 10px 6px no-repeat; */
  padding: 0 0 0 10px;
  margin: -10px 0 13px 0;
}
#sitemap ul li.level2 {
/*  background: url(../img/bullet_1x1.gif) 25px 6px no-repeat; */
  padding: 0 0 0 20px;
  margin: -10px 0 13px 0;
}
#sitemap ul li.level3 {
  padding: 0 0 0 30px;
  margin: -10px 0 13px 0;
}
/****** SITEMAP END ******/

/****** KONTAKT ******/
#kontaktform {
  display: inline;
}
#kontaktform div#leftForm,
#kontaktform div#rightForm {
  display: inline;
  float: left;
  width: 250px;
}
#kontaktform div#rightForm {
  padding: 21px 0 0 0;
}
#kontaktform div#right,
#kontaktform div#leftForm label,
#kontaktform div#rightForm label {
  clear: left;
  display: block;
  width: 60px;
  height: 21px;
  line-height: 19px;
  padding: 0 0 0 17px;
  margin: 0;
  float: left;
}
#kontaktform div#leftForm label {
  padding: 0;
}
#kontaktform select,
#kontaktform textarea,
#kontaktform input {
  font-size: 10px;
  border: 1px solid #cdcfD0;
  background:#EEE;
  margin: 0;
  padding: 1px;
  height: 15px;
}
#kontaktform .error {
  background: #FCB713;
}

#kontaktform input {
  width: 166px;
  margin: 0 0 2px 0;
  float: left;
}
#kontaktform input#plz {
  width: 56px;
  margin: 0 1px 2px 0;
}
#kontaktform input#ort {
  width: 105px;
}
#kontaktform input#fileupload {
  width: auto;
  height: auto;
  border: auto;
  padding: auto;
  margin: 0 0 0 60px;
}
#kontaktform label.filelabel {
  margin: 10px 0 0 0;
}
#kontaktform select {
  margin: 0 0 2px 0;
  height: 17px;
  float: left;
}
#kontaktform textarea {
  margin: 0 0 0 60px;
  width: 433px;
  height: 75px;
}
#kontaktform label {
  display: block;
  width: 500px;
  padding: 0 0 10px 0;
}
#kontaktform p#footnote {
  clear: both;
  text-align: right;
  padding: 0 17px 0 0;
  margin: 0 0 12px 0;
}
#kontaktform button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 100px;
  height: 17px;
}
#kontaktform button p {
  text-align: right;
  font-weight: bold;
  font-size:10px;
  color: #ffffff;
  padding: 0 20px 0 0;
  background: url(../img/form_submit.gif) right 0px no-repeat;
  display: block;
  height: 17px;
  line-height: 14px;
  margin: 0;
}
#kontaktform p {
  text-align: right;
  padding: 10px 17px 0 0;
}


/****** REGISTER/LOGIN ******/
#registerform, #updateForm {
  margin-top:1.2em;
}
#registerform br, #loginForm br, #updateForm br{
  clear:left;
}

#loginForm label,
#updateForm label,
#registerform label{
  width: 90px;
  float:left;
  display:block;
  margin: 0 0 2px 0;
}
#loginForm label {
  width: 65px;
}
#registerform label{
  width:110px;
}
#loginForm select,
#loginForm textarea,
#loginForm input,
#updateForm select,
#updateForm textarea,
#updateForm input,
#registerform select,
#registerform textarea,
#registerform input {
  font-size: 10px;
  border: 1px solid #cdcfD0;
  background:#EEE;
  padding: 1px;
  height: 15px;
  width:166px;
  margin: 0 0 2px 0;
}

#registerform select{
  width:auto;
}


#loginForm button,
#logoutForm button,
#updateForm button,
#registerform button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  margin-left:160px;
  width: 100px;
  height: 19px;
}
#loginForm button {
  margin-left: 140px;
}
#logoutForm button { margin-left:410px; }

#loginForm button p,
#logoutForm button p,
#updateForm button p,
#registerform button p {
  text-align: right;
  font-weight: bold;
  font-size:10px;
  color: #ffffff;
  padding: 0 20px 0 0;
  background: url(../img/form_submit.gif) right 0px no-repeat;
  display: block;
  height: 17px;
  line-height: 14px;
  margin: 0;
}

div.error{
  margin: 1.2em 0;
  font-weight:bold;
  color:#FCB713;
}
div.confirm{
  margin: 1.2em 0;
  font-weight:bold;
}

div.teammember {
  float: left;
  width: 180px;
  height: 195px;
  padding: 7px;
  text-align: center;
}
div.teamdummy {
  float: left;
  width: 180px;
  height: 195px;
  padding: 7px;
  text-align: center;
}
div.teammember span.teamboximage img {
  margin-bottom: 5px;
  width: 168px !important;
  height: 127px !important;
}
div.box1colContent div.teammember {
  padding: 17px 0px 17px 0px;
  width: 263px;
  text-align: left;
}
div.box1colContent div.teammember span.teamboximage {
  margin: 0 0 5px 47px;
}
div.teammember span.teamboximage img {
  margin-bottom: 5px;
  width: 168px !important;
  height: 127px !important;
}

div.bildarchivnav {
  height: 17px;
  background: url(../img/pressm_bg.png);
  width: 643px;
  padding: 4px 160px 5px 0;
  margin: 0;
  clear: both;
  text-align: right;
  line-height: 19px;
  position: relative;
}
* html div.bildarchivnav {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="templates/html/master/img/pressm_bg.png",sizingMethod="scale");
}
div.bildarchivnav img {
  width: 18px;
  height: 17px;
  border: none;
  margin: 0 0 -5px 0;
}
div.bildarchivnav a.backlink {
  position: absolute;
  left: 10px;
}

div#bildarchivwrapper {
  margin: 0 -1px 0 -1px;
  width: 805px;
}
div#bildarchivwrapper div.bildbox {
  float: left;
  width: 159px;
  padding: 2px 1px 13px 1px;
  overflow: hidden;
  text-align: center;
}
div#bildarchivwrapper div.bildbox img {
/*  width: 159px;
  height: 80px;*/
  border: none;
}
div#bildarchivwrapper div.bildbox a.text {
  padding: 0;
  display: block;
}

.box1colContent div.suchheadline {
  padding: 8px 0 0 10px;
  font-weight: bold;
}
.box1colContent div.programmbilderlink {
  padding: 4px 0 0 10px;
}
.box1colContent form.suchbalken {
  width: 253px;
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
}


form.suchbalken label {
  padding: 0 10px 0 0;
  line-height: 18px;
}
form.suchbalken input#searchquery {
  width: 173px;
}
form.suchbalken button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 17px;
}
form.suchbalken button p {
  padding: 0;
  background: url(../img/button_go.png) no-repeat;
  display: block;
  width: 18px;
  height: 17px;
  margin: 0;
  top: -2px;
  position: relative;
}
* html form.suchbalken button p {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="templates/html/master/img/button_go.png",sizingMethod="scale");
}
.box1colContent form#channelsel {
  margin: 10px 0 10px 0;
}

.box1colContent div.suchtext {
  padding: 13px 0 20px 10px;
}

.pressStartTeaserBox{
  width:171px;
  float:left;
  padding-top:3px;
  margin:0 0 10px 0;
  text-align:center;
}
.pressStartTeaserBox div{
  padding:5px;
  text-align:left;
}
.pressStartTeaserBox img{
  margin-bottom:10px;
}
.pressStartMid{
  margin:0 10px;
}
.pressStartCleaner{
  width:100%;
  height:1px;
  background:url(../img/boxen/pressStartHori.png) no-repeat top center;
}
* html .pressStartCleaner{
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="templates/html/master/img/boxen/pressStartHori.png",sizingMethod="crop");
}
select#channelID {
  width: 243px;
}

.pressm_bg{
  background: url(../img/pressm_bg.png);
}
* html .pressm_bg{
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="templates/html/master/img/pressm_bg.png",sizingMethod="scale");
}

/***** BILDARCHIV-POPUP *****/

div#imagepopup h1 {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

div#imagepopup a {
  display: block;
  margin: 0 10px 0 10px;
  border: 1px solid #ffffff;
  text-align: center;
}
div#imagepopup a img {
  margin: 5px 0 5px 0;
}
div#programmbilderpopup p,
div#imagepopup p {
  padding: 5px 10px 0 10px;
}
div#programmbilderpopup div#closelink,
div#imagepopup div#closelink {
  text-align: center;
  padding: 5px;
}
div#programmbilderpopup div#closelink a,
div#imagepopup div#closelink a {
  border: none;
  display: inline;
  margin: 0;
}


/*** newsletter ***/
#subscribeform label {
  display:block;
  float:left;
  width: 240px;
  margin:8px 0 0 0;
}
#subscribeform br {
  clear:left;
}

#subscribeform select,
#subscribeform textarea,
#subscribeform input.text, 
#unsubscribeform input.text {
  display:block;
  font-size: 10px;
  border: 1px solid #cdcfD0;
  background:#EEE;
  margin: 0;
  padding: 1px;
  height: 15px;
  width:230px;
}
#subscribeform .errormessage,
.errormessage {
  color: #FCB713;
}

#subscribeform button,
#unsubscribeform button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 480px;
  height: 17px;
}
#unsubscribeform button{
  width: 250px;
}
#subscribeform button p,
#unsubscribeform button p {
  text-align: right;
  font-weight: bold;
  font-size:10px;
  color: #ffffff;
  padding: 0 20px 0 0;
  background: url(../img/form_submit.gif) right 0px no-repeat;
  display: block;
  height: 17px;
  line-height: 14px;
  margin: 0;
}
#subscribeform p,
#unsubscribeform p {
  padding: 10px 17px 0 0;
}

#searchBox {
  position: absolute;
  right: 0px;
  top: 19px;
  padding: 1px;
  background: #696969;
  border: 1px solid #ffffff;
  display: none;
  overflow: hidden;
  z-index: 10;
}
#searchBox form {
  background: #ffffff;
  width: 200px;
  height: 60px;
  padding: 2px;
  color: #696969
}
#searchBox label {
  width: 200px;
  display: block;
  color: #696969;
  line-height: 10px;
}
#searchBox input {
  width: 170px;
  border: 1px solid #696969;
}
#searchBox input.checkbox {
  width: auto;
  border: none;
  margin-left: 0;
}
#searchBox button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 17px;
}
#searchBox button p {
  padding: 0;
  background: url(../img/button_go.png) no-repeat;
  display: block;
  width: 18px;
  height: 17px;
  margin: 0;
  top: -2px;
  position: relative;
}
* html #searchBox button p {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="templates/html/master/img/button_go.png",sizingMethod="scale");
}

#gallery {
  height: 680px;
}

#gallerybox {
  width: 540px;
  height: 580px;
  position: absolute;
  left: 8px;
  top: 53px;
}

#gallerybox p {
  margin: 0;
  padding: 10px 10px 0 10px;
  text-align: center;
}

#gallerychooser {
  position: absolute;
  left: 555px;
  width: 240px;
  height: 606px;
}

#gallerychooser p {
  width: 240px;
  height: 28px;
  margin: 0;
  padding: 0;
  position: relative;
}

#gallerychooser p#imagestrip {
  padding: 0;
  width: 240px;
  height: 540px;
}

#gallerychooser p#imagestrip a {
  width: 240px;
  height: 180px;
  display: block;
  text-align: right;
  margin: 2px 0 0 0;
}

#gallerychooser p#imagestrip a img {
  border: none;
}

a#linkup,
a#linkdown,
a#linkfirst,
a#linklast {
  display: block;
  width: 21px;
  height: 11px;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
  top: 9px;
}

a#linkup {
  background: url(../img/gallery_up.gif) no-repeat;
  visibility: hidden;
  left: 89px;
}

a#linkdown {
  background: url(../img/gallery_down.gif) no-repeat;
  left: 89px;
}

a#linkfirst {
  background: url(../img/gallery_top.gif) no-repeat;
  visibility: hidden;
  left: 130px;
}

a#linklast {
  background: url(../img/gallery_bottom.gif) no-repeat;
  left: 130px;
}

#popupinfo {
  width: 785px;
  padding: 10px;
  margin: 0 0 5px 195px;
  display: inline;
  float: left;
  color: #000;
  background: #FCB713;
  font-size: 13px;
  font-weight: bold;
}

#popupinfo a {
  color: #000;
  font-weight: normal;
  font-size: 13px;
}
