/**********************************************************
 * CSS-StyleSheets der Domain tiergarten.nuernberg.de
 * 
 * 
 *
 * Copyright: decide Internet Services GmbH
 *
 * Hier werden die letzten Änderungen vorgenommen
 *
 ******************************************************** */
 
/* RTE bunte TEXTE*/
   
span.detail { color: darkgreen; }


 /*Inhalt */
#content h1,h2,h3,h4,h5,h6 {
	font-family: “Trebuchet MS”, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 1em;
}
#content h1{
	
	font-size: 			1.5em;
	color:				#666;
	line-height: 1.3em;
	letter-spacing: -1px;
}
#content h2{
	font-size: 			1.4em;
	color:				#666;
	letter-spacing: -1px;
}
#content h3{
	font-size: 			1em;
	color:				#CE0303;
	letter-spacing: -1px;
	margin-top: 2em;
}
#content h4{
	font-size: 			0.85em;
	color:				#333333;
	margin-top: 			1em;
}
#content p{
	line-height: 		1.4em;
	font-size: 			0.8em;
	color:				#333333;
}

#content a{
	color:				#6E7E9F;
	text-decoration:	none;
}
#content a:hover{
	color:				#6E7E9F;
	text-decoration:	underline;
}


.csc-textpicHeader h3,
.csc-header h3 {font-size:1.2em;color:#0062a5;border-top:1px solid #BEBEBE;border-bottom:1px solid #BEBEBE;line-height:1.5em;margin-bottom:0.8em;padding:1px 0;}
.csc-header h3 {clear:both;}


.csc-textpicHeader h3,
.csc-header h3 a {color:#0062a5; text-decoration: none;} 




th, td {
	font-size: 0.8em;
	}

  table.contenttable, table.contenttable340 {
        border-collapse:collapse;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size-adjust:none;
        margin:0.75em 0 0.5em;
        padding:0;
        table-layout:fixed;
	 width:100%;
	    
}
	table.contenttable340 {
		width:340px;
	}		
	
 
   caption {
         display:none;
}

.red, #content .red  p{
	color:red;
}

  table.noborder {border:0px;}

  table.contenttable th {
        background:#eee none repeat scroll 0 0;
        border:1px solid #CCCCCC;
        font-weight:bold;
        padding:0.2em 0.5em;
        text-align:left;
}
  table.contenttable td {
        border:1px solid #CCCCCC;
        padding:0.2em 0.5em;
        text-align:left;
        vertical-align:top;
}


/* Videoplayer */
  #sidebarplayer {margin-bottom: 1em;}

/* Preistabelle */
  table.tableprice .td-0 {
    width: 50%;
  }
  
  table.tableprice .td-1,
  table.tableprice .td-2 {
    width: 25%;
    text-align: center;
  }
  
  /* Tabelle Fuetterungszeiten*/
  
  table.tablefuetterungszeiten .td-0 {
    width: 35%;
  }
  
  
  /* Tabelle Delphinariumsöffnungszeiten */
  table.tableDelphinariumsOeffnungszeiten th,
  table.tableDelphinariumsOeffnungszeiten td {
    text-align: center;
  }

/*******************************************
 *  Styles für tt_news
 ********************************************/
 
/* Rahmen um Bilder */
.news-latest-container img,
.news-list-item img,
.news-single-img img {
	border: 1px solid silver;
	padding: 3px;
}

.tx-ttnews-browsebox {
	text-align:center;
	padding:0;
	margin:1.2em 0 1em 0;
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
}
.tx-ttnews-browsebox a, .tx-ttnews-browsebox strong {
	padding: 0 0.4em 0.4em 0;
	margin:0;
	background:transparent;
}

/* LATEST Ansicht */
.news-latest-item {
	margin-bottom: 1em;
}
.news-latest-item p{
	display: inline;
	font-size: 0.85em;
}
.news-latest-item h3 {
	font-weight: 900;
	padding-top: 0;
	margin-top: 0;
	clear: left;
}
.news-latest-item h3 a { font-size: 14px}
.news-latest-item h3 a:hover { background:transparent; text-decoration:underline;}
.news-latest-item img {
	margin-right: 1em;
	margin-top: 0.5em;
	float: left;
	margin-bottom: 10px;
}
.news-latest-item h4 {	clear: both;}
.news-latest-ohne-item {margin-top: 5px;}
.news-latest-ohne-item img {
	margin-right: 0.5em;
	padding-left: 0.2em;	
	padding-top: 0.5em;
	float: left;
	margin-bottom: 3px;
}
.news-latest-ohne-item hr {
	clear: both;
}
.news-latest-date {
/*	font-size: 10px;
	font-weight: bolder;
	color: #990000;
*/
	display: none;	
}

.news-latest-morelink {
  font-size: 0.8em;
  padding:1px;
  display: inline;  
}

/* LIST Ansicht */
.news-list-container {
	clear: left;
}

.news-list-item {
	margin-bottom: 0.5em;
}
.news-list-item hr {
	margin: 0.5em;
	clear: both;
	color: transparent;
}
.news-list-item p {
	margin: 0;
	padding-top: 0.3em;
	font-size: 0.85em;
}
.news-list-item h3 {
	padding-top: 0;
	display: inline;
}
.news-list-item h3 a { text-decoration:underline;}
.news-list-item h3 a:hover { background:transparent; }
.news-list-item h5 {
	padding-top: 0;
	display: inline;
	font-size: 0.8em;
	text-transform: none;
	font-weight: bold;
	margin: 0;
}
.news-list-item h5 a { font-size: 11px; }
.news-list-item h5 a:hover { background:transparent; text-decoration:underline; }
.news-list-item img {
	margin-right: 1em;
	margin-top: 0.5em;
	float: left;
	margin-bottom: 10px;
}

span.news-list-date {
/*
	font-size: 9px;
	font-weight: bolder;
	color: #990000;
	float: right;
	clear: left;
*/
	display: none;		
}

.news-single-author {
	display: none;
}

.news-list-morelink {
  font-size: 0.8em;
  padding:1px;
  float: right;
  margin-right: 25px;
}
.news-list-morelink a { color: #669;}
.news-list-morelink a:hover { background: transparent; }

.news-list-category {
	display: none;
}
.news-search-form {
	margin-bottom: 1em;
}

#headlines {padding-left: 235px; }
#headlines h5 {margin-bottom: 5px; }
#headlines li {margin-bottom: 5px; }

/* SINGLE Ansicht */
.news-single-item {
	clear: left;
	}
	
/*.news-single-item h2 {
	font: normal 18px Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #333;
	padding: 0.5em;
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
*/
.news-single-img {
	margin-left:15px;
	float:right;
	/*background: #f0f0f4;*/
	width: 250px;
}

.news-single-item-gallery div.news-single-img {
	float:left;
	clear: both;
}
.news-single-item-gallery p {
	clear: left;
}

.news-single-img p {
	padding:0;
	margin:0 0.2em 0.2em 0;
	font-size: 0.7em !important;
	font-weight: normal;
}

.news-single-ads {
	margin-left:15px;
	float:right;

	background: #fff;

	width: auto;
}

.news-single-timedata {
	display: none;
	color: #aaa;
	margin-bottom: 1em;
}
.news-single-category {
	display: none;
}
.news-single-backlink {
	font-size: 0.8em;
}
.news-single-additional-info {
}
.news-single-additional-info dd {
	margin-top: -1em;
}
.news-single-additional-info dt {
	margin-bottom: 1.4em;
	color: #aaa;
}



/***********************************************
 *  tt_news für die Header Single Ansicht
 ********************************************* */

#meldung h4 {
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0.5em;
}

#meldung img#meldung_icon {
	border: 0;
	float: left;
	padding-right: 10px;
}

#meldung span.news-latest-date {
	float: right;
	font-size: 8pt;
}

#meldung div.news-latest-morelink {
	float: left;
	font-size: 8pt;
}

#meldung div.news-latest-morelink a {
	float: right;
	font-size: 8pt;
}

/***********************************************
 * Bilduntertitel verkleinern
 ********************************************* */

.csc-textpic-caption{
	font-size: 0.7em;
}

.csc-textpic-clear {
   clear: both;
   margin: 15px 0;
   height: 10px;
   }
   
   
/***********************************************
 *  test linie danach definieren
 ********************************************* */
.csc-frame-rulerAfter {border-bottom:1px solid grey; margin:30px 0;}


/* CSS für den direkten Druck von der Seite */
@media print {
  
 #navigation_oben,
 #features,
 #container_bildleiste_100,
 #navigation_links_aussen {
   display: none;
 }
  
 #container_hauptteil_100 {
   background-image: none !important;
   padding-left: 50px !important;
 }
 
 #navigation_oben {
   text-align: right;
   font-size: 10pt;
   padding-bottom: 20px !important;
 }
 

  
}
