/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
body.print 
	{ 
	background-color:#fff; 
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

table.ZMSTable th { 
  background-color:transparent;
  text-align:left;
}
table.ZMSTable th p { 
  margin-bottom:5px;
  background-color:transparent;
  color: #842918;
  font-size:14px;
  font-weight:normal;
  text-align:left;
}	
table.ZMSTable td { 
  background-color:transparent;
  vertical-align:top;
}
table.ZMSTable td p {
  margin-bottom:5px;
}
body.print table.ZMSTable th, body.print table.ZMSTable td { 
  background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile/ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic {
  margin:0 0 4px 0;
  background-color:transparent;
  overflow:hidden;
}
div.ZMSGraphic p {
  margin:0;
  padding:0;
  font-size:11px;
  color:#333333;
  font-style:italic;
}
div.ZMSGraphic.left {
  text-align:left;
}
div.ZMSGraphic.right {
  text-align:right;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.ZMSGraphic.floatleft { 
  float:left;
  margin-right:10px;
}
div.ZMSGraphic.floatright { 
  float:right;
  margin-left:10px;
}
div.ZMSGraphic.center{ 
  text-align:center;
}
div.graphic.alignleft {
  float:left;
  text-align:left;
  margin-right:7px;
}
div.graphic.alignright {
  float:right;
  text-align:right;
  margin-left:7px;
}
div.ZMSGraphic div.text {
  padding:2px;
}
a.zoom, a.superzoom, a.download {
  display:block;
  margin-top: -21px;
}
a.zoom img.zoom {
  width: 23px;
  height: 21px;
  background: #FFFFFF url('/misc_/zms/zoom.gif') no-repeat;
}
a.download img.download	{
  width: 23px;
  height: 21px;
  background: #FFFFFF url('/misc_/zms/download.gif') no-repeat;
}
a.superzoom img.superzoom {
  width: 23px;
  height: 21px;
  background: #FFFFFF url('/misc_/zms/superzoom.gif') no-repeat;
}
/****************************************************/
/*    1. CSS-Modul: COLORS                          */
/****************************************************/

.neutralColorTrans   { background-color:transparent; } 
.neutralColorBlack   { background-color:#000000; }
.neutralColorWhite   { background-color:#FFFFFF; }

.primColorStrong { background-color:#842918; }
.primColorMedium { background-color:#333333; } 
.primColorLight  { background-color:#dc6f27; } 

.secndColorStrong { background-color:#FBE9C5; }
.secndColorMedium { background-color:#F5C96C; } 
.secndColorLight  { background-color:#FCF5EB; }

.teaserColor { background-color:#FF6600; } 

/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/

html {
  height:100%;
}
body#web {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fcf5eb url(http://www.club700.tv/common/club700_HG.jpg) top center no-repeat;
  background-attachment: fixed;
  font-family: Tahoma, 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:18px;
  height: 100%;
}
#pageWrapper {
  position:relative;
  min-height:100%;
  background:transparent;
}
/* --- height needed here to position footer at bottom of viewpoint when content is too short --- */
* html #pageWrapper {
  height:100%;
}
#topWrapper {
  position:relative;
  float:left;
  width:100%;
  margin:0 0 175px 0;
  padding:0;
  border:0;
  background:transparent;
}
#topWrapper2 {
  position:relative;
  width:934px;
  margin:0 auto;
  padding:0;
}
#pageregionTop {
  position:relative;
  float:left;
  width:900px;
  height:120px;
  padding:0 17px;
  background:transparent;
  z-index:500;
}
#header {
  float:left;
  width:900px;
  height:90px;
  background:transparent url(http://www.club700.tv/common/header_HG.jpg) top left repeat-x;
}
#header a, #header a:link, #header a:visited {
  float:left;
  width:351px;
  height:90px;
  padding:0;
  background:transparent url(http://www.club700.tv/common/club700_logo.jpg) no-repeat;
  cursor:pointer;
}
#header a:hover, #header a:active {
  text-decoration:none;
}
#motto {
  float:right;
  width:200px;
  height:15px;
  padding:65px 10px 0 0;
  color:#FFFFFF; 
  font-style:italic; 
  font-size:12px;
  font-weight:bold;
  text-align:right;
}
#contentWrapper3 {
  position:relative;
  float:left;
  width:900px;
  margin:0;
  padding:16px 17px 20px 17px;
  z-index:100;
}
#pageregionLeft {
  position:relative;
  float:left;
  width:217px;
  min-height:200px;
  padding:20px 5px 0 10px;
  z-index:100;
}
#pageregionLeft0 {
  position:relative;
  float:left;
  width:217px;
  min-height:200px;
  padding:0px 5px 0 10px;
  z-index:100;
}
* html #pageregionLeft, * html #pageregionLeft0 {
  height:200px;
}
#pageregionRight {
  position:relative;
  float:left;
  width:658px;
  z-index:100;
}
#pageregionRightW {
  position:relative;
  float:left;
  width:880px;
  padding:0 0 0 10px;
  z-index:100;
}
#content {
  position:relative;
  float:left;
  width:636px;
  margin:0;
  border:1px solid #fbe9c5;
  padding:0 10px 10px;
  background:transparent url(http://www.club700.tv/common/content_trans_pixel.png) top left repeat;
  z-index:100;
}
#contentW {
  position:relative;
  float:left;
  width:858px;
  margin:0;
  border:1px solid #fbe9c5;
  padding:0 10px 10px;
  background:transparent url(http://www.club700.tv/common/content_trans_pixel.png) top left repeat;
  z-index:100;
}
* html #content, * html #contentW {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/content_trans_pixel.png', sizingMethod='scale');
}
#beforeContent {
  position:relative;
  float:left;
  width:658px;
  padding:0;
  z-index:100;
}
/* --- Used in conjunction with ContentImage method - removes BG img and replaces with filter --- */
* html #contentImg {
  background:none !important;
}
#sitemap {
  position:relative;
  float:left;
  width:636px;
  margin:0;
  border:1px solid #fbe9c5;
  padding:0 10px 10px;
  background:transparent url(http://www.club700.tv/common/content_trans_pixel.png) top left repeat;
  z-index:100;
}
* html #sitemap {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/content_trans_pixel.png', sizingMethod='scale');
}
#sitemap a:hover, #sitemap a:active {
  color:#842918;
}
#btmW {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}
#btmW2 {
  width:934px;
  margin:0 auto;
  padding:0;
}
#btm {
  position:relative;
  float:left;
  width:900px;
  height:175px;
  padding:0 17px;
  background:transparent;
}
/* --- overflow needed so IE6 displays correct width --- */
* html #btm {
  overflow:hidden;
}
#footer {
  float:left;
  width:900px;
  height:165px;
  padding:5px 0;
  background:transparent url(http://www.club700.tv/common/footer_HG.jpg) top left no-repeat;
  color:#ffffff;
}
#footer #qLink {
  float:left;
  width:218px;
  padding:0 10px 0 15px;
}
#footer #c700Info {
  float:left;
  width:347px;
  padding:0 10px 0 0;
}
#footer #c700Info .fLeft {
  float:left;
  width:150px;
  padding:0 10px 0 0;
}
#footer #c700Info .fRight {
  float:left;
  width:160px;
  text-align:left;
}
#footer #spendenkonto {
  position:relative;
  float:left;
  width:290px;
}
#footer #spendenkonto .fLeft {
  display:inline;
  width:250px;
  padding:0;
}
#footer #spendenkonto .fRight{
  float:right;
  width:120px;
  padding:0 0 0 10px;
  text-align:left;
}
#footer .padT {
  padding-top:18px;
}
#footer .padD {
  padding-top:35px;
}
#footer p {
  margin:0;
  padding:1px 0;
  color:#ffffff;
  font-size:11px;
}
#footer p.sub {
  text-decoration:underline;
}
#footer a, #footer a:link, #footer a:visited {
  display:block;
  width:100%;
  color:#ffffff;
  text-decoration:none;
}

#footer .title {
  display:block;
  width:100%;
  padding:2px 0 5px 0;
  color:#ffffff;
  font-size:12px;
  line-height:16px;
  font-weight:bold;
  text-decoration:none;
}
#footer a:hover, #footer a:active {
  color:#ffffff;
  text-decoration:underline;  
}
/*-- FLOATING ---------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}

/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/*----- content image -----  */
#contentImg {
  position:relative;
  float:left;
  width:658px;
  height:213px;
  margin:0 0 2px 0;
}
#videoTeaser {
  position:absolute;
  top:13px;
  left:307px;
}
#videoTeaser a, #videoTeaser a:link, #videoTeaser a:visited {
  position:absolute;
  width:126px;
  height:71px;
}
#videoTeaser a:hover, #videoTeaser a:active {
  float:left;
  text-decoration:none;
}
#videoTeaser a span, #videoTeaser a:link span, #videoTeaser a:visited span {
  width:126px;
  height:71px;
  cursor:pointer;
}
/* -- SEARCH ---------------------------------------*/

/* -- (Input) -- */
#search {
  position:absolute;
  bottom:2px;
  right:22px;
  width:180px;
  height:22px;
  margin:0:
  padding:0;
  background:transparent url(http://www.club700.tv/common/search_HG.gif) top left no-repeat; 
  z-index:100050;
}

.searchLabel, .searchLabel, .searchElement, .searchText {
  font-size:10px;
}
#search form {
  margin:0;
  border:0;
  padding:0;
}
#search input#raw {
  position:relative;
  float:left;
  width:143px;
  height:16px;
  margin:0;
  border:0;
  padding:3px 5px 0 7px;
  background:transparent;
  color:#842918;
}
#search input#btnSearch {
  position:relative;
  float:right;
  width:25px;
  height:22px;
  margin:0;
  border:0;
  padding:0;
  background:transparent url(http://www.club700.tv/common/search_btn.gif) 0 0 no-repeat;
  cursor:pointer;
}

/* -- (Results) -- */

#searchresults {
  width:100%;
  padding:0;
}
#searchresults dd {
  margin:0 0 5px 0;
  color:#333333;
}
#searchresults dt {
  padding-top:10px;
  padding-bottom:3px;
}
.searchNav {
  display:block;
  width:100%;
}
.searchNav b {
  display:inline;
  padding:0 10px 0 0;
}
.searchNav a, .searchNav a:link, searchNav a:visited {
  display:inline;
  padding:0 10px 0 0;
}
.searchNav a u, .searchNav a:link u, searchNav a:visited u {
  text-decoration:none;
}
/*----- Sitemap -----  */
td.sitemapTitle0 {
  background-color: #DDDDDD;
  border-right:1px solid white;
}

td.sitemapTitle1 {
  background-color: #DDDDDD;
  border-right:1px solid white;
}

a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color: #444444;
  text-decoration: none;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

/****************************************************/
/*    4.  CSS-Modul: NAVIGATION                     */
/****************************************************/

/* -- CHANNEL MENU ---------------------------------*/
#menu {
  position:relative;
  float:left;
  width:900px;
  padding:0;
  background:transparent url(http://www.club700.tv/common/menu_HG.gif) top left repeat-x;
  z-index:10000;
}
#menu ul {
  margin:0;
  padding:0;
  list-style:none;
}
#menu ul li {
  position:relative;
  float:left;
  height:34px;
  margin:0;
  border-right:1px solid #f5c96c;
  padding:0px;
  background:transparent;
  z-index:10000;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  display:inline;
  float:left;
  height:20px;
  margin:0px;
  padding:9px 20px 5px 20px;
  color: #ffffff;
  text-decoration:none;
  text-shadow: 0 0 1px #842918;
  font-weight:bold;
}
#menu ul li a.current, #menu ul li a.current:link, #menu ul li a.current:visited {
  color:#ffffff;
  background:transparent url(http://www.club700.tv/common/menu_current_HG.gif) top left repeat-x;
  font-weight:bold;
}
#menu ul li a:hover, #menu ul li a:active {
  color:#ffffff;
  background:transparent url(http://www.club700.tv/common/menu_current_HG.gif) top left repeat-x;
}
/*-- MenuDropdown ---------------------------*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
div#menu ul ul {
  visibility:hidden;
  position:absolute;
  width:150px;
  top:34px;
  left:-1px; 
  padding:0;
  z-index:10000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
/* position the third level flyout menu */
div#menu ul ul ul {
  width:150px;
  left:149px; 
  top:0px;
}
/* position the fourth level flyout menu */
div#menu ul ul ul ul {
  width:150px;
  left:298px; 
  top:0px;
}
/* position the third level flyout menu for a left flyout */
div#menu ul ul ul.left {
  left:-150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
div#menu table {
  position:absolute;
  top:0;
  left:0;
  z-index:10000;
}
/* style the second level links */
div#menu ul li ul li {
  position:relative;
  float:left;
  min-height:26px;
  height:auto;
  margin:0;
  border-right:1px solid #f5c96c;
  border-bottom:1px solid #f5c96c;
  border-left:1px solid #f5c96c;
  padding:0px;
  background:#F2A933 url(http://www.club700.tv/common/menu_dd_HG.gif) bottom left repeat-x;
  z-index:10000;
}
div#menu ul li ul li a, div#menu ul li ul li a:link, div#menu ul li ul li a:visited {
  position:relative;
  float:left;
  display:block;
  width:129px;
  min-height:16px;
  height:auto;
  margin:0;
  border:0;
  padding:5px 10px 5px 10px;
  background:transparent; 
  color:#ffffff; 
  z-index:10000;
}
div#menu ul li ul li a:hover, div#menu ul li ul li a:active {
  border:0;
  background:#ED9220 url(http://www.club700.tv/common/menu_dd_current_HG.gif) bottom left repeat-x;
}
/* make the second level visible when hover on first level list OR link */
div#menu ul li:hover ul, div#menu ul a:hover ul {
  visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
div#menu ul :hover ul ul {
  visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
div#menu ul :hover ul :hover ul { 
  visibility:visible;
}
/* keep the fourth level hidden when you hover on first level list OR link */
div#menu ul :hover ul ul ul {
  visibility:hidden;
}
/* make the fourth level visible when you hover over second level list OR link */
div#menu ul :hover ul :hover ul :hover ul { 
  visibility:visible;
}
/* -- MICRONAVIGATION ------------------------------*/
#Micronavigation {
  float:left;
  width:618px;
  padding:0 0 8px 10px;
  font-size:10px;
  color:#842918;
}
#Micronavigation a, #Micronavigation a:link, #Micronavigation a:visited {
  color:#842918;
  text-decoration:none;

}
#Micronavigation a:hover {
  color:#842918;
  text-decoration:underline;
}
#Micronavigation .microCurrent {
  color:#842918;
}
/* -- MACRONAVIGATION ------------------------------*/
#macronav {
  float:left;
  width:215px;
  margin:0 0 5px 0;
  border:1px solid #fbe9c5;
  padding:0;
  background:transparent url(http://www.club700.tv/common/content_trans_pixel.png) top left repeat;
}
* html #macronav {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/content_trans_pixel.png', sizingMethod='scale');
}
#macronav ul {
  float:left;
  width:215px;
  margin:0;
  padding:0;
  background:transparent;
  list-style:none;
  overflow:hidden;
}

#macronav li {
  float:left;
  width:215px;
  margin:0;
  padding:0px;
  background:transparent url(http://www.club700.tv/common/macronav_border.gif) top left no-repeat;
  list-style:none;
  overflow:visible;
}
#macronav li:first-child {
  background:transparent;
}
#macronav li a, #macronav li a:link, #macronav li a:visited  {
  display:block;
  float:left;
  width:201px;
  padding:0 7px;
  color:#842918;
  text-decoration:none;
  cursor:pointer;
}
#macronav li a:hover, #macronav li a:active, #macronav li a.current, #macronav li a.current:link, #macronav li a.current:visited {
  background:transparent;
  text-decoration:none;
  background:transparent url(http://www.club700.tv/common/teaser_hover.png) top left repeat;
  cursor:pointer;
}
* html #macronav li a:hover, * html #macronav li a:active, * html #macronav li a.current, * html #macronav li a.current:link, * html #macronav li a.current:visited {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/teaser_hover.png', sizingMethod='scale');
}
#macronav li a.current, #macronav li a.current:link, #macronav li a.current:visited,
#macronav li a.active, #macronav li a.active:link, #macronav li a.active:visited {
  font-weight:bold;
}
#macronav li a span, #macronav li a:link span, #macronav li a:visited span {
  float:left;
  width:196px;
  padding:7px 5px;
  cursor:pointer;
}

/* -- level 2 -- */
#macronav li:first-child li, #macronav li li:first-child {
  background:transparent url(http://www.club700.tv/common/macronav_border.gif) top left no-repeat;
}

#macronav li li a span, #macronav li li a:link span, #macronav li li a:visited span {
  width:181px;
  padding-left:15px;
}
/* -- level 3 -- */

#macronav li li li a span, #macronav li li li a:link span, #macronav li li li a:visited span {
  width:166px;
  padding-left:30px;
}

/* -- INDEX ----------------------------------------*/
/* --- text with desc --- */
#indexText {
  float:Left;
  width:100%;
}
#indexText ul {
  float:Left;
  width:616px;
  margin:10px 0 0 0;
  background:transparent url(http://www.club700.tv/common/content_border.gif) top left repeat-x;
  padding:15px 10px 0 10px;
  list-style:none;
}
#indexText li {
  float:left;
  width:100%;
  margin:0;
  padding:0 0 5px 0;
  background:transparent;
  list-style:none;
}
#indexText a, #indexText a:link, #indexText a:visited {
  display:block;
  width:100%;
  padding:2px 0;
  font-weight:bold;
}

/* --- einspaltig_bild --- */
#indexBlock {
  float:left;
  width:100%;
}
#indexBlock ul {
  float:left;
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
}
#indexBlock li {
  float:left;
  width:634px;
  margin:0 0 7px 0;
  border:1px solid #fbe9c5;
  padding:0;
  background:transparent;
  cursor:pointer;
  list-style:none;
}
#indexBlock a, #indexBlock a:link, #indexBlock a:visited {
  float:left;
  width:620px;
  margin:0;
  padding:7px;
  background:none;
  text-decoration:none;
}
#indexBlock a:hover, #indexBlock a:active {
  background:transparent url(http://www.club700.tv/common/teaser_hover.png) top left repeat;
  text-decoration:none;
}
* html #indexBlock a:hover, * html #indexBlock a:active  {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/teaser_hover.png', sizingMethod='scale');
}
#indexBlock a:hover span.title, #indexBlock a:active span.title {
  text-decoration:none;
  color:#842918;
}
#indexBlock a:hover span.desc, #indexBlock a:active span.desc {
  text-decoration:none;
  color:#333333;
}
#indexBlock span.title {
  float:left;
  width:473px;
  margin:0;
  padding:0 0 3px 10px;
  font-size: 17px;
  color:#842918;
  cursor:pointer;
}
#indexBlock span.date {
  font-weight:normal;
  cursor:pointer;
}
#indexBlock span.desc {
  float:left;
  width:473px;
  margin:0;
  padding:5px 0px 2px 10px;
  font-weight:normal;
  color:#333333;
  cursor:pointer;
}
#indexBlock img {
  float:left;
  width:120px;
  height:83px;
  margin:0;
  border:0;
  padding:0;
}

/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/

/* -- STANDARD -------------------------------------*/

p, ol, ul, li, em, sup, sub, table, tr, th, td, form {
  color :#333;
  font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #842918;
  margin-top: 1em;
  margin-bottom: 10px;
  line-height: 1.5em;
}
	
h1 {
  margin: 5px 0 10px 0;
  padding: 0 0 3px 0;
  background:transparent url(http://www.club700.tv/common/content_border.gif) bottom left repeat-x;
  color: #842918;
  font-size: 22px;    
  line-height: 1.8em;
}
h2 {
  font-size: 17px; 
  color: #dc6f27;
} 
h3 {
  font-size: 16px;
} 
h4 {
  margin-top: 1.5em;
  font-size: 12px;
} 
h5 {
  margin-top: 1em;
  font-size: 11px;
  font-weight:bold;
}
p {
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 1em;
  color:#333333;
}
p.caption {
  font-style:italic;
}
blockquote {
  background-color:#E2E3DE;
  border: 1px solid #666666;
  padding:10px;
}
ol, ul {
  position:relative;
  margin:0;
  padding:10px 0 10px 10px;
}
li {
  line-height: 140%;
  margin:0;
  padding:5px 0 5px 10px;
  background:transparent url(http://www.club700.tv/common/list_arrow.gif) 0px 10px no-repeat;
  color: #333333;
  list-style: none;
  text-align: left;
}

p.creator, p.smalltext {
  font-size: x-small;  
}
.smalltext {
  font-size:9px;
  line-height:11px;
}
a, a:link, a:visited {
  font-weight: normal; 
  text-decoration: none;
  color: #842918;
}
a:hover, a:active {
  font-weight: normal; 
  text-decoration: underline;
  color: #842918;
}
img {
  margin:0;
  padding:0;
  border:0;
}

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/

/* -- ZMS TEASER -----------------------------------*/

.teaserElement {
  border-spacing: 0pt 0pt;
  border-collapse: collapse;
  border-style: none;
  width: 175px;
  text-align:left;
}

.teaserTitle {
  line-height : 15px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left:3px;
  margin-right:3px;
  font-size: x-small;
}


td.teaserTitle p {
  padding: 0px;
  background-image:url(common/spacer.gif); 
}

.teaserText p {
  font-weight : normal;
  text-decoration : none;
  color : #000;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left:3px;
  margin-right:3px;
  font-size: xx-small;
}

a.teaserTitle:link, a.teaserTitle:visited, a.teaserTitle:hover, a.teaserTitle:active {
  font-weight: bold;
  text-decoration: none;
  color:#334565;
}

#teaser .teaserText a, a.teaserText:link, a.teaserText:visited, a.teaserText:hover, a.teaserText:active {
  text-decoration: none;
  color:#334565;
}

/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/

p.mediaplayer {
  margin:25px auto;
  border:1px solid #fbe9c5;
  padding:20px;
  background:#FDF9F2;
}
p.videoplayer {
  width:634px;
  margin:25px 0;
  border:1px solid #fbe9c5;
  padding:20px 0;
  background:#FDF9F2;
  text-align:center;
}
/* --- Download --- */
.download {
  position:relative;
  width:100%;
  padding:10px 0;
}
.download a, .download a:link, .download a:visited {
  float:left;
  padding:3px 5px 0 3px;
}
.download p {
  margin:0;
  padding:0 0 0 21px;
  clear:left;
}
.download img {
  float:left;
}
.download span {
  float:left;
  padding:3px 0 0 0;
}
/* -- CONTACT FORM --*/
#contact {
  float:left;
  width:616px;
  margin:10px 0 20px 0;
  padding:0 10px 10px;
  border:1px solid #fbe9c5;
}
#contact p {
  float:left;
  width:200px;
  margin:0;
  color:#842918;
}
#contact .headline {
  float:left;
  margin-top:10px;
}
#contact .contactText {
  float:left;
  width:308px;
  padding:0 0 7px 0px;
  background:transparent;
  vertical-align:top;
}
#contact .contactText input {
  float:left;
  width:292px;
  border:0;
  border:1px solid #fbe9c5;
  padding:3px;
  background:#FCF3E7;
  color:#333333;
}
#contact .contactText input.checkbox {
  float:left;
  width:15px;
  margin:3px 3px 3px 0;
  border:0;
  padding:3px 0;
  background:transparent;
  color:#333333;
}
* html #contact .contactText input.checkbox {
  margin:0 3px 3px 0;
}
#contact .contactText label {
  float:left;
  padding:2px 5px 3px 0;
  color:#842918;
  font-weight:normal;
}
#contact .contactText label.message {
  float:left;
  width:250px;
}
#contact .contactText textarea {
  float:left;
  width:392px;
  margin:0;
  border:0;
  border:1px solid #fbe9c5;
  padding:3px;
  background:#FCF3E7;
  color:#333333;
  overflow:auto;
}
#contact .contactText select {
  float:left;
  margin:1px 5px 0 0;
  color:#333333;
}
#contact .buttonWrapper {
  float:left;
  width:400px;
  padding:10px 0 0 0;
  background:transparent;
}
#contact input.formbtn {
  float:right;
  width:100px;
  height:21px;
  margin:0 0 0 30px;
  border:0;
  background:#842918;
  color:#ffffff;
  cursor:pointer;
}
a.internDanke, a.internDanke:link, a.internDanke:visited {
  float:left;
  width:300px;
  padding:11px 0 11px 17px;
  background:transparent url(http://www.club700.tv/common/arrows.gif) 0px 17px no-repeat;
  color:#842918;
  font-weight:bold;
  font-size:13px;
}
/* --- start teaser box formats -- */
.startLeft {
  float:left;
  width:217px;
  background:transparent;
}
#startContent {
  float:left;
  width:658px;
  height:239px;
  padding:0 0 5px 0;
  background:transparent;
}
.startTeaser {
  float:left;
  width:215px;
  margin:0 0 5px 0;
  border:1px solid #fbe9c5;
  padding:0;
  background:transparent url(http://www.club700.tv/common/content_trans_pixel.png) top left repeat;
}
* html .startTeaser {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/content_trans_pixel.png', sizingMethod='scale');
}

#startContent .startTeaser {
  width:214px;
  margin:0 5px 0 0;
}
#MP .startTeaser {
  width:180px;
  margin:0 10px 0 0;
}

#startContent .startTeaser.none {
  margin-right:0;
}

/* --- standard start teaser text formats --- */
.startTeaser a.sTeaser, .startTeaser a.sTeaser:link, .startTeaser a.sTeaser:visited {
  float:left;
  width:100%;
  background:transparent;
  text-decoration:none;
}
.startTeaser a.sTeaser.kHeight, .startTeaser a.sTeaser.kHeight:link, .startTeaser a.sTeaser.kHeight:visited {
  height:199px;
  overflow:hidden;
}
.startTeaser a.sTeaser:hover, .startTeaser a.sTeaser:active {
  text-decoration:none;
  background:transparent url(http://www.club700.tv/common/teaser_hover.png) top left repeat;
}
* html .startTeaser a.sTeaser:hover, * html .startTeaser a.sTeaser:active {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/teaser_hover.png', sizingMethod='scale');
}
.startTeaser a.sTeaser span.title, .startTeaser a.sTeaser:link span.title, .startTeaser a.sTeaser:visited span.title {
  float:left;
  width:200px;
  margin:0 7px;
  padding:5px 0 8px 0;
  background:transparent url(http://www.club700.tv/common/content_border.gif) bottom left repeat-x;
  color:#842918;
  font-size:15px;
  font-weight:normal;
  cursor:pointer;
}
#MP .startTeaser a.sTeaser span.title, #MP .startTeaser a.sTeaser:link span.title, #MP .startTeaser a.sTeaser:visited span.title {
  width:166px;
  font-size:14px;
}
.startTeaser a.sTeaser span.text, .startTeaser a.sTeaser:link span.text, .startTeaser a.sTeaser:visited span.text {
  float:left;
  width:200px;
  padding:5px 7px;
  color:#333333;
  line-height:18px;
  cursor:pointer;
}
#MP .startTeaser a.sTeaser span.text, #MP .startTeaser a.sTeaser:link span.text, #MP .startTeaser a.sTeaser:visited span.text {
  width:166px;
  height:144px;
}
.startTeaser a.sTeaser span.text.sHeight, .startTeaser a.sTeaser:link span.text.sHeight, .startTeaser a.sTeaser:visited span.text.sHeight {
  height:198px;
}
.startTeaser a.sTeaser span.more, .startTeaser a.sTeaser:link span.more, .startTeaser a.sTeaser:visited span.more {
  color:#dc6f27;
  cursor:pointer;
}
/* --- specialized start teaser text formats --- */
/* --- bibel tv link --- */
.startTeaser a.sTeaser span.bibeltv, .startTeaser a.sTeaser:link span.bibeltv , .startTeaser a.sTeaser:visited span.bibeltv {
  float:left;
  width:178px;
  margin:0 7px;
  padding:10px 0 7px 23px;
  background:transparent;
  color:#dc6f27;
  cursor:pointer;
}
.startTeaser a.sTeaser span.bibeltv img, .startTeaser a.sTeaser:link span.bibeltv img, .startTeaser a.sTeaser:visited span.bibeltv img {
  padding:0 0 5px 0;
  cursor:pointer;
}
/* --- Losung --- */
.startTeaser a.sTeaser span.verse, .startTeaser a.sTeaser:link span.verse, .startTeaser a.sTeaser:visited span.verse {
  float:left;
  width:201px;
  margin:0 7px;
  padding:3px 0 5px 0;
  background:transparent url(http://www.club700.tv/common/content_border.gif) bottom left repeat-x;
  color:#333333;
  line-height:15px;
  cursor:pointer;
}
.startTeaser a.sTeaser span.verse b, .startTeaser a.sTeaser:link span.verse b, .startTeaser a.sTeaser:visited span.verse b {
  color:#333333;
  cursor:pointer;
}
.startTeaser a.sTeaser span.verse.bottom, .startTeaser a.sTeaser:link span.verse.bottom, .startTeaser a.sTeaser:visited span.verse.bottom {
  padding:3px 0 5px 0;
  background:transparent;
}
.startTeaser span.smalltext, .startTeaser a.sTeaser span.smalltext, .startTeaser a.sTeaser:link span.smalltext, .startTeaser a.sTeaser:visited span.smalltext {
  float:left;
  width:200px;
  margin:0 7px;
  padding:3px 0 5px 0;
  color:#333333;
}
/* --- online ansehen link --- */
.startTeaser a.sTeaser span.tele, .startTeaser a.sTeaser:link span.tele, .startTeaser a.sTeaser:visited span.tele{
  float:left;
  width:191px;
  margin:0 7px;
  padding:7px 10px 7px 0;
  background:transparent;
  cursor:pointer;
}
.startTeaser a.sTeaser span.tele img, .startTeaser a.sTeaser:link span.tele img, .startTeaser a.sTeaser:visited span.tele img {
  float:left;
  padding:0 0 0 25px;
  background:transparent url(http://www.club700.tv/common/arrows.gif) left center no-repeat;
  cursor:pointer;
}
.startTeaser a.sTeaser span.teleText, .startTeaser a.sTeaser:link span.teleText, .startTeaser a.sTeaser:visited span.teleText {
  float:left;
  width:100px;
  padding:0;
  text-align:center;
  color:#842918;
  font-weight:bold;
  font-size:13px;
}
/* --- Facebook - Twitter Links --- */
#scrollTop #socialFT { 
  width:222px;
}
#socialFT {
  position:relative;
  float:left;
  width:217px;
}
.linkFT {
  float:left;
  width:104px;
  margin:0 5px 5px 0;
  border:1px solid #fbe9c5;
  padding:0;
  background:transparent url(http://www.club700.tv/common/content_trans_pixel.png) top left repeat;
}
* html .linkFT {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/content_trans_pixel.png', sizingMethod='scale');
}
#scrollTop .linkFT {
  margin-right:10px;
}
.linkFT a.sTeaser, .linkFT a.sTeaser:link, .linkFT a.sTeaser:visited {
  float:left;
  width:100%;
  background:transparent;
  text-decoration:none;
  text-align:center;
}
.linkFT a.sTeaser:hover, .linkFT a.sTeaser:active {
  text-decoration:none;
  background:transparent url(http://www.club700.tv/common/teaser_hover.png) top left repeat;
}
* html .linkFT a.sTeaser:hover, * html .linkFT a.sTeaser:active {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/teaser_hover.png', sizingMethod='scale');
}
/* --- Social Bookmarks --- */
#social {
  position:relative;
  float:left;
  width:326px;
  height:20px;
  margin:0 0 0 10px;
  border:1px solid #fbe9c5;
  padding:9px 0px 9px 6px;
  background:transparent url(http://www.club700.tv/common/content_trans_pixel.png) top left repeat;
}
* html #social {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/content_trans_pixel.png', sizingMethod='scale');
}
#social .sbLike {
  position:relative;
  float:left;
  width:125px;
  height:20px;
}
#social ul {
  position:relative;
  float:left;
  display:inline;
  list-style:none;
  padding:0 0 0 5px;
}
#social ul li {
  position:relative;
  float:left;
  width:16px;
  height:16px;
  margin:0;
  padding:2px 0 2px 5px;
  background:transparent;
  list-style:none;
}

#social li a, #social li a:link, #social li a:visited {
  position:relative;
  float:left;
  width:16px;
  height:16px;
  background-image:url('http://www.club700.tv/common/social_sprite.gif');
  background-repeat:no-repeat;
}

#social li a.twitter, #social li a.twitter:link, #social li a.twitter:visited {background-position:-32px -96px;}
#social li a.facebook, #social li a.facebook:link, #social li a.facebook:visited {background-position:-96px 0px;}
#social li a.myspace, #social li a.myspace:link, #social li a.myspace:visited {background-position:0px -64px;}
#social li a.delicious, #social li a.delicious:link, #social li a.delicious:visited {background-position:0px 0px;}
#social li a.digg, #social li a.digg:link, #social li a.digg:visited {background-position:-32px 0px;}
#social li a.folkd, #social li a.folkd:link, #social li a.folkd:visited {background-position:-128px 0px;}
#social li a.google, #social li a.google:link, #social li a.google:visited {background-position:0px -32px;}
#social li a.kledy, #social li a.kledy:link, #social li a.kledy:visited {background-position:-32px -32px;}
#social li a.linkarena, #social li a.linkarena:link, #social li a.linkarena:visited {background-position:-96px -32px;}
#social li a.wong, #social li a.wong:link, #social li a.wong:visited {background-position:-128px -32px;}
#social li a.newsvine, #social li a.newsvine:link, #social li a.newsvine:visited {background-position:-32px -64px;}
#social li a.oneview, #social li a.oneview:link, #social li a.oneview:visited {background-position:-64px -64px;}
#social li a.reddit, #social li a.reddit:link, #social li a.reddit:visited {background-position:-96px -64px;}
#social li a.stumbleupon, #social li a.stumbleupon:link, #social li a.stumbleupon:visited {background-position:0px -96px;}
#social li a.microsoft, #social li a.microsoft:link, #social li a.microsoft:visited {background-position:-64px -96px;}
#social li a.yahoo, #social li a.yahoo:link, #social li a.yahoo:visited {background-position:-96px -96px;}
#social li a.yigg, #social li a.yigg:link, #social li a.yigg:visited {background-position:-128px -96px;}
#social li a.email, #social li a.email:link, #social li a.email:visited {background-position:-64px 0px;}

#social li a span, #social li a:link span, #social li a:visited span {
  visibility:hidden;
}
#social li a:hover, #social li a:hover, #social li a:hover span, #social li a:active span {
  text-decoration:none;
}



/* --- kontakt --- */
.startTeaser a.sTeaser span.country, .startTeaser a.sTeaser:link span.country, .startTeaser a.sTeaser:visited span.country {
  float:left;
  width:200px;
  margin:0 7px;
  padding:5px 0 0;
  background:transparent;
  color:#dc6f27;
  line-height:18px;
  cursor:pointer;
}
.startTeaser a.sTeaser span.number, .startTeaser a.sTeaser:link span.number, .startTeaser a.sTeaser:visited span.number {
  float:left;
  width:200px;
  margin:0 7px;
  padding:2px 0;
  background:transparent;
  color:#333333;
  line-height:18px;
  cursor:pointer;
}
.startTeaser a.sTeaser span.number.bottom, .startTeaser a.sTeaser:link span.number.bottom, .startTeaser a.sTeaser:visited span.number.bottom {
  padding:2px 0 8px 0;
}
/* --- spenden link --- */
.startTeaser a.sTeaser span.sText, .startTeaser a.sTeaser:link span.sText, .startTeaser a.sTeaser:visited span.sText {
  float:left;
  width:200px;
  margin:0 7px;
  padding:0;
  background:transparent url(http://www.club700.tv/common/content_border.gif) top left repeat-x;
  cursor:pointer;
}
.startTeaser a.sTeaser span.sArrow, .startTeaser a.sTeaser:link span.sArrow, .startTeaser a.sTeaser:visited span.sArrow {
  float:left;
  width:183px;
  padding:11px 0 11px 17px;
  background:transparent url(http://www.club700.tv/common/arrows.gif) 0px 17px no-repeat;
  color:#842918;
  font-weight:bold;
  font-size:13px;
  cursor:pointer;
}

/* --- normal teaser --- */
.startTeaser span.title {
  float:left;
  width:200px;
  margin:0 7px;
  padding:5px 0 8px 0;
  background:transparent url(http://www.club700.tv/common/content_border.gif) bottom left repeat-x;
  color:#842918;
  font-size:14px;
  font-weight:bold;
}
.startTeaser span.teaserImage {
  float:left;
  width:201px;
  margin:0 7px;
  padding:5px 0;
  background:transparent url(http://www.club700.tv/common/content_border.gif) bottom left repeat-x;
}
.startTeaser span.teaserText {
  float:left;
  width:201px;
  margin:0 7px;
  padding:5px 0px;
  background:transparent;
  color:#333333;
  line-height:140%;
}

/* --- mediathek formats --- */
.mediathek {
  float:left;
  width:180px;
  height:185px;
  margin:0;
  border:1px solid #fbe9c5;
  padding:0;
  background:transparent url(http://www.club700.tv/common/content_trans_pixel.png) top left repeat;
}
* html .mediathek {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/content_trans_pixel.png', sizingMethod='scale');
}
.mediathek span.title {
  float:left;
  width:166px;
  margin:0 7px;
  padding:5px 0 8px 0;
  background:transparent url(http://www.club700.tv/common/content_border.gif) bottom left repeat-x;
  color:#842918;
  font-size:14px;
}
.mediathek a, .mediathek a:link, .mediathek a:visited {
  float:left;
  width:180px;
  margin:0;
  padding:5px 0px;
  background:transparent;
  color:#333333;
  text-decoration:none;
}
.mediathek a:hover, .mediathek a:active {
  text-decoration:none;
  background:transparent url(http://www.club700.tv/common/teaser_hover.png) top left repeat;
}
* html .mediathek a:hover, * html .mediathek a:active {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.club700.tv/common/teaser_hover.png', sizingMethod='scale');
}
.mediathek a span.title, .mediathek a:link span.title, .mediathek a:visited span.title {
  float:left;
  width:149px;
  padding:0 0 0 17px;
  background:transparent url(http://www.club700.tv/common/arrows.gif) 0px 5px no-repeat;
  color:#842918;
  font-weight:bold;
  font-size:11px;
  cursor:pointer;
}
.mediathek a span.text, .mediathek a:link span.text, .mediathek a:visited span.text {
  float:left;
  width:166px;
  padding:3px 7px 0;
  color:#333333;
  font-size:10px;
  cursor:pointer;
}
/*------- Contact Form -----------------------------*/

.labelWrapper {
  float:left;
  width:525px;
  margin:0;
  border-bottom:1px solid #b7c1dc;
  padding:6px 10px 6px 25px;
  background:#e0e4ee;
}
.required {
  font-weight:bold;
}
.labelWrapper label {
  float:left;
  width:90px;
  padding:7px 0 0 0;
  color:#fbe9c5;
}
.labelWrapper label.radio, .labelWrapper label.form-checkbox {
  padding:2px 0 0 0;
  width:30px;
}
.labelWrapper label.labelLong {
  width:350px;
  padding:1px 0 0 0;
}
.labelWrapper input, .labelWrapper .form-element input, .labelWrapper select, .labelWrapper .form-element select, .labelWrapper .form-element select.form-element {
  float:left;
  width:350px !important;
  height:14px;
  margin:3px 5px;
  border:1px solid #d2d7e5;
  padding:3px;
  background:#FBFCFD;
  font-size:11px;
  color:#2C3F6B;
}
.labelWrapper select, .labelWrapper .form-element select, .labelWrapper .form-element select.form-element {
  width:358px !important;  
  height:22px;
}
.labelWrapper input.radio, .labelWrapper input.form-checkbox {
  width:12px !important;
  margin:2px 5px 1px 5px;
}
.labelWrapper textarea {
  float:left;
  width:350px;
  margin:3px 5px;
  border:1px solid #d2d7e5;
  padding:3px;
  background:#FBFCFD;
  font-size:11px;
  color:#2C3F6B;
  font-family: Tahoma, 'Lucida Grande', Arial, Helvetica, sans-serif;
}
.labelWrapper span {
  float:left;
  width:350px;
  padding:7px 0 0 0;
  color:#2C3F6B;
}
.labelWrapper .form-element {
  float:left;
  width:368px;
  padding:0;
}
.buttonWrapper {
  float:left;
  width:476px;
  margin:0;
  padding:9px 84px 9px 0px;
}
.formButton {
  float:right;
  margin:0 0 0 9px;
  border:1px solid #d2d7e5;
  padding:1px 5px 2px 5px;
  background:#FBFCFD;
  font-size:12px;
  color:#2C3F6B;
}
#formThankyou {
  float:left;
  width:400px;
}
#formThankyou p {
  color:#fbe9c5;
  font-weight:bold;
}
#formError {
  float:left;
  width:400px;
}
#formError p {
  color:#f5c96c;
  font-weight:bold;
}
div.sysMsg {
  margin:10px 0;
  padding:5px;
  border: solid 1px black;
  color: maroon;
}

/* --- BANNER WERBUNG --- */
textarea.bannerLink {
  width:600px;
  height:65px;
  margin:10px 0;
}
#MP {
  position:relative;
  float:left;
  width:100%;
  margin:0;
  padding:0;
}
#MP #scrollTop {
  position:relative;
  float:left;
  width:100%;
  height:40px;
  margin:0;
  padding:0 0 10px 0;
  background:transparent;
}
#MP #scrollTop a.prev, #MP #scrollTop a.prev:link, #MP #scrollTop a.prev:visited {
  position:relative;
  float:left;
  display:inline;
  width:282px;
  height:21px;
  margin:0;
  padding:19px 10px 0 0;
  background:transparent url(http://www.club700.tv/common/scroller_prev.png) bottom left no-repeat;
  cursor:pointer;
  text-decoration:none;
}
* html #MP #scrollTop a.prev, * html #MP #scrollTop a.prev:link, * html #MP #scrollTop a.prev:visited {
  background:transparent url(http://www.club700.tv/common/scroller_prev.gif) bottom left no-repeat;
}
#MP #left {
  position:relative;
  float:left;
  width:292px;  
}
#MP #scrollBtm {
  position:relative;
  float:left;
  width:282px;
  height:21px;
  margin:0;
  padding:10px 0 0 0;
  background:transparent;
}
#MP #scrollBtm a.next, #MP #scrollBtm a.next:link, #MP #scrollBtm a.next:visited {
  position:relative;
  float:left;
  display:inline;
  width:282px;
  height:21px;
  margin:0;
  padding:0;
  background:transparent url(http://www.club700.tv/common/scroller_next.png) top left no-repeat;
  cursor:pointer;
  text-decoration:none;
}
* html #MP #scrollBtm a.next, * html #MP #scrollBtm a.next:link, * html #MP #scrollBtm a.next:visited {
  background:transparent url(http://www.club700.tv/common/scroller_next.gif) bottom left no-repeat;
}
#MP #right {
  position:relative;
  float:left;
  width:566px;
}
#playlist {
  position:relative;
  float:left;
  width:292px;
  height:540px;
  overflow:hidden;
}

#player {
  display:inline-block;
  width:564px;
  height:318px;
  cursor:pointer;
  margin:0 0 1px 0;
  border:1px solid #7992BD;
  background:#7992BD;
}
#content #player {
  width:636px;
  height:460px;
}
#vidplayer #player {
  width:720px;
  height:480px;
  margin:0;
  border:none;
  background:#01193F;
}

/* playlist wrapper */
div#clips {
  position:absolute;
  width:282px;
  height:20000em;
  padding:0 10px 0 0;
}
div#clips a, div#clips a:link, div#clips a:visited {
  position:relative;
  float:left;
  display:inline;
  width:272px;
  height:90px;
  margin:0 0 10px 0;
  padding:5px;
  background:transparent url(http://www.club700.tv/common/mediathek_clip_HG.gif) top left no-repeat;
  color:#666666;
  font-size:11px;
  line-height:15px;
  font-weight:normal;
  cursor:pointer;
  text-decoration:none;
}
div#clips a span.clipHover, div#clips a :link span.clipHover, div#clips a :visited span.clipHover {
  display:none;
}
div#clips a span.clipImg, div#clips a:link span.clipImg, div#clips a:visited span.clipImg {
  float:left;
  width:117px;
  height:88px;
  padding:0 5px 0 0;
  overflow:hidden;
  cursor:pointer;
}
div#clips a span.clipText, div#clips a:link span.clipText, div#clips a:visited span.clipText {
  float:left;
  width:150px;
  height:93px;
  margin:-3px 0 0 0;
  overflow:hidden;
  cursor:pointer;
}
div#clips a span.clipTitle, div#clips a:link span.clipTitle, div#clips a:visited span.clipTitle {
  float:left;
  width:150px;
  height:auto;
  max-height:30px;
  padding:0;
  color:#204A92;
  font-weight:bold;
  overflow:hidden;
  cursor:pointer;
}
div#clips a span.clipDesc, div#clips a:link span.clipDesc, div#clips a:visited span.clipDesc {
  float:left;
  width:150px;
  height:59px;
  padding:2px 0 0 0;
  overflow:hidden;
  cursor:pointer;
}
div#clips a.playing span.clipHover, div#clips a.playing:link span.clipHover, div#clips a.playing:visited span.clipHover {
  display:block;
  position:absolute;
  top:5px;
  left:5px;
  width:117px;
  height:88px;
  padding:0;
  background:transparent url(http://www.club700.tv/common/mediathek_clip_playing.png) top left no-repeat;
  overflow:hidden;
  cursor:pointer;
}
div#clips a:hover span.clipHover, div#clips a:active span.clipHover {
  display:block;
  position:absolute;
  top:5px;
  left:5px;
  width:117px;
  height:88px;
  padding:0;
  background:transparent url(http://www.club700.tv/common/mediathek_clip_hover.png) top left no-repeat;
  overflow:hidden;
  cursor:pointer;
}

#vidInfo {
  display:inline-block;
  width:100%;
  padding:5px 0 25px;
}
p#vidTitle {
  margin:7px 0 0;
  font-size:14px;
  line-height:17px;
  color:#204A92;
  font-weight:bold;
}
p#vidDesc {
  margin:0;
  font-size:13px;
  line-height:16px;
  color:#666666;
}
/* --- OVERLAY --- */
.overlay {
  display:none;
  width:720px;
  height:480px;	
  padding:5px;
  font-size:11px;
  background:#01193F;
  color:#333333;
  -moz-box-shadow:0 0 90px 5px #858E9B;
  -webkit-box-shadow: 0 0 90px #858E9B;	
}
.overlay .close {
display:none;
  position:absolute;
  right:-15px;
  top:-15px;
  width:36px;
  height:36px;
  background:transparent url(http://www.club700.tv/common/close.png) no-repeat;
  cursor:pointer;
  z-index:10000;
}
div.contentWrap {
  position:relative;
  float:left;
  width:100%;
  height:480px;
  overflow:hidden;
}
#smt {
  position:relative;
  overflow:hidden;
  clear:both;	
  width:658px;
  height:299px;
  margin:0 0 5px;
}
#smt #items {
  position:relative;
  float:left;
  width:658px;
  height:299px;
  margin:0;
  padding:0;
}
#items div.smtItem {
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:658px;
  height:299px;
  font-size:14px;
  color:#333333;
}
div.smtItem a, div.smtItem a:link, div.smtItem a:visited {
  display:block;
  text-decoration:none;
  position:absolute;
  padding:10px;
  background:transparent url(http://www.club700.tv/common/smt_HG.png) top left repeat;
  cursor:pointer;
  overflow:hidden;
}
* html div.smtItem a, * html div.smtItem a:link, * html div.smtItem a:visited {
  background:#D37812;
}
div.smtItem a span.title, div.smtItem a:link span.title, div.smtItem a:visited span.title {
  position:relative;
  display:block;
  width:100%;
  height:auto;
  max-height:75px;
  font-size:26px;
  line-height:32px;
  color:#FFFFFF;
  text-decoration:none;
  cursor:pointer;
  overflow:hidden;
}
* html div.smtItem a span.title, * html div.smtItem a:link span.title, * html div.smtItem a:visited span.title {
  height: expression( this.scrollHeight > 74 ? "75px" : "auto" );
}
div.smtItem a span.desc, div.smtItem a:link span.desc, div.smtItem a:visited span.desc {
  position:relative;
  display:block;
  width:100%;
  height:auto;
  max-height:105px;
  padding:10px 0 0;
  font-size:14px;
  line-height:17px;
  color:#FFFFFF;
  text-decoration:none;
  cursor:pointer;
}
* html div.smtItem a span.desc, * html div.smtItem a:link span.desc, * html div.smtItem a:visited span.desc {
  height: expression( this.scrollHeight > 104 ? "105px" : "auto" );
}
div.smtItem a:hover span.title, div.smtItem a:active span.title {
  text-decoration:underline;
}
/* --- pos0 --- */
div.smtItem a.textPos0, div.smtItem a.textPos0:link, div.smtItem a.textPos0:visited {
  top:20px;
  left:0;
  width:298px;
}

/* --- pos1 --- */
div.smtItem a.textPos1, div.smtItem a.textPos1:link, div.smtItem a.textPos1:visited {
  top:20px;
  right:0;
  width:298px;
}

/* --- pos2 --- */
div.smtItem a.textPos2, div.smtItem a.textPos2:link, div.smtItem a.textPos2:visited {
  top:45px;
  left:166px;
  width:298px;
}

/* --- pos3 --- */
div.smtItem a.textPos3, div.smtItem a.textPos3:link, div.smtItem a.textPos3:visited {
  bottom:39px;
  right:0;
  width:638px;
}

div.smtItem a.textPos3 span.title, div.smtItem a.textPos3:link span.title, div.smtItem a.textPos3:visited span.title {
  display:inline;
  float:left;
  width:210px;
  height:73px;
  margin:-2px 0 0 0;
  overflow:hidden;
}
div.smtItem a.textPos3 span.desc, div.smtItem a.textPos3:link span.desc, div.smtItem a.textPos3:visited span.desc {
  display:inline;
  float:left;
  width:405px;
  height:70px;
  padding:0 0 0 15px;
}

#smt button#btnfwd {
  position:absolute;
  bottom:0px;
  right:0px;
  width:37px;
  height:37px;
  margin:0;
  border:0;
  padding:0;
  background:transparent url(http://www.club700.tv/common/smt_btn_sprite.png) -172px 0 no-repeat;
  z-index:5000;
  cursor:pointer;
}
#smt button#btnfwd:hover {
  background-position: -115px 0;
}
#smt button#btnback {
  position:absolute;
  bottom:0px;
  left:0px;
  width:37px;
  height:37px;
  margin:0;
  border:0;
  padding:0;
  background:transparent url(http://www.club700.tv/common/smt_btn_sprite.png) -57px 0 no-repeat;
  z-index:5000;
  cursor:pointer;
}
#smt button#btnback:hover {
  background-position: 0 0;
}
* html #smt button#btnback {
  position:relative;
  left:8px;
  bottom:30px;
  width:23px;
  height:23px;
  background:transparent url(http://www.club700.tv/common/smt_prev_ie.gif) top left no-repeat;
}
* html #smt button#btnfwd {
  right:8px;
  bottom:6px;
  width:23px;
  height:23px;
  background:transparent url(http://www.club700.tv/common/smt_next_ie.gif) top left no-repeat;
}
/****************************************************/
/*    8.  ZMI Management Interface                  */
/****************************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td  { background-color:#EEEEEE; }

.form-submit { font-size:13px; }

body.zmi div.placement {
  display:inline-block;
  width:122px;
  height:82px;
  padding:5px 15px 5px 0;
  background-color:transparent;
  background-image:url(http://www.club700.tv/common/textPos_images_sprite.gif);
  background-repeat:no-repeat;
}
body.zmi div.pos0 {
  background-position:0 5px;
}
body.zmi div.pos1 {
  background-position:0 -101px;
}
body.zmi div.pos2 {
  background-position:0 -207px;
}
body.zmi div.pos3 {
  background-position:0 -313px;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [ZMI] Calendar
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

#zmiCalDiv {filter:Alpha(opacity=80);-moz-opacity:0.80;z-index:999;background-color:#ffffff;padding:2px;border:1px solid #646464;width:120px;}
#zmiCalLastMon,#zmiCalMon,#zmiCalNextMon,#zmiCalClose {float:left;font-size:11px;font-family:helvetica,arial;overflow:hidden;}
a.zmiCalNorm:link, a.zmiCalNorm:visited, a.zmiCalNorm:hover, a.zmiCalNorm:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;}
a.zmiCalBold:link, a.zmiCalBold:visited, a.zmiCalBold:hover, a.zmiCalBold:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;font-weight:bold;}
a.zmiCalCurr:link, a.zmiCalCurr:visited, a.zmiCalCurr:hover, a.zmiCalCurr:active {font-size:11px;font-family:helvetica,arial;color:#FFFFFF;background-color:#FF6600;text-decoration:none;font-weight:bold;}
a.zmiCalHead:link, a.zmiCalHead:visited, a.zmiCalHead:hover, a.zmiCalHead:active {font-size:11px;font-family:helvetica,arial;font-weight:bold;color:#000000;text-decoration:none;}
div.zmiCalWeekday {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0 14 14 0);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;}
div.zmiCalDayname {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0 14 14 0);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;color:#646464;font-weight:bold;}


