/*	DESIGN UND LAYOUT: BERND RITTINGHAUSEN */
/*	DIE GESAMTHEIT DIESES CSS IST UHRHEBERRECHTLICH GESCHUETZT! */
/*	-------------------------------------------------- */
/*	WEBSITE:	www.altstadtfreunde-nuernberg.de */
/*	CSS fuer Printausgabe */
/*	ERSTELLT:	Februar 2007 */
/*	GEAENDERT:	BRIMG100 */
/*	ENTWICKLER:	BRIMG100 */
/*	-------------------------------------------------- */

body {
   background: white;
   font-family: Helvetica,Arial,sans-serif;
   font-size: 9pt;
   }

#container {
	 margin-left: 80px;
	}

h1 {
	font-size: 14pt;
	font-weight: bold;
	}

h2, h3, h4, h5 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 9pt;
	font-weight: bold;
	}

table {
	font-size: 9pt;
	}

td {
	vertical-align: top;
	padding-left: 0;
	}

hr {
	margin: 0.5em 0;
	border-top: 1px solid gray;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
	}

#head,
#subnavi,
#promotion,
#printbutton,
#footernavi { /* Blendet unerwuenschte Spalten aus */
   display: none;
	}

#breadcrumb {
	margin: 0 0 10pt 0;
	font-size: 7pt;
	}
	
/* --- Beginn - tt_news LIST view  --- */
.news-list-item {
	margin-bottom: 20pt;
	}

.news-list-image {
	float: left;
	margin: 0 15px 0 0;
	width: 70px;
	}

.news-list-maincontent {
	margin: 0 0 10pt 85px;
	}
/* --- Ende - tt_news LIST view  --- */
/* --- Beginn - tt_news SINGLE view  --- */
.news-single-item {
	margin-bottom: 20pt;
	}

.news-single-img {
	float: left;
	margin: 0 15px 0 0;
	width: 150px;
	}

.news-single-maincontent {
	margin: 0 0 10pt 165px;	}

.news-single-item H2,
.news-single-item H3 {
	margin: 0;
	}

.news-single-imgcaption {
	clear: both;
	}

div.news-single-image {
	font-size: 7pt;
	line-height: 10pt;
	}
/* --- Ende - tt_news SINGLE view  --- */

/* --- Beginn - Projektkurzdarstellung --- */
#fce-sectioncontainer {
	margin: 0 0 20pt 0;
	border: none;
	}

#fce-imagesection {
	float: left;
	margin: 0 10px 10pt 0;
	width: 150px;
	}

#fce-textsection {
	margin: 0 0 10pt 170px;
	}
/* --- Ende - Projektkurzdarstellung --- */


#footertxt {
   float: none !important;
   margin: 2em 0 0 0;
   padding: 0;
   text-align: left;
   font-size: 7pt;
   background: transparent none;
   border-top: 1px solid black;
   color: black;
   width: auto; 
   }

a:link, a:visited {
   color: #900;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }

/*
a:link:after,
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

a[href^="/"]:after {
   content: " (http://www.domainname.de" attr(href) ") ";
   } 
*/

.clear {
	clear: both;
	}