/* Styles for laufticker.de */
/* @author: Sabine Weiß <sabine.weiss@netz-schmiede.de>  */

@page {
	margin: 0cm 1cm 0cm 0cm;
  size: portrait;

}

@page :first{
	margin: 0cm 1cm 0cm 0cm;
}

#maincontainer{
	width: 17cm; /*Width of main container*/
  height: 100%;
	margin: 0cm auto auto 0cm; /*Left align container on page*/
  font-size: 11pt;
  line-height: 14pt;
}

/* some general settings for appearance */


h1 {
	font-weight: bold;
	font-size: 14pt;
	line-height: 16pt;
	margin: 1cm 0 0.5cm 0;
}

h2 {
	margin: 0.5cm 0 0.2cm 0;
	font-weight: bold;
	font-size: 12pt;
	line-height: 14pt;
}

h3 {
	margin: 0.5cm 0 0.2cm 0;
	font-size: 11pt;
  line-height: 13pt;
	font-weight: bold;
}

/* General settings for links */


a {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Some more general settings for lists */
ul, ol {
	padding: 0;
	margin: 1em 0 2em 2em;
}

ul>li {
	margin-bottom: 0.5em;
}

ul li {
	margin-bottom: 0.5em;
}

ol>li {
	margin-bottom: 1em;
	list-style: decimal outside;
}

ol li {
	margin-bottom: 1em;
	list-style: decimal outside;
}

/* ... and the most general text setting is...  */
p {
margin: 0 0 0.5em 0;
}

/* And from here the more individual settings */

#logo {
	position: relative;
	margin-left: 1cm;
	margin-bottom: 10pt;
}

#search, #naviTop, #naviMeta, #tickerBox, #bannerTop  {	
      display: none;
}

/* Seiteninhalte */

#leftColumn, #rightColumn, #footer {
      display: none;
}

#middleColumn {
	width: 16cm;
	margin-left: 1cm;
}

a {
	text-decoration: underline;
	color: #51B333;
}

#breadcrumb {
  	margin: 8pt;
	margin-left: 1cm;
}

/* tt_news */

.news-single-backlink {
	display: none;
}