body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
        font-family: Arial, Helvetica, Sans-Serif;
        color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	text-align:left;
	margin:0px;
	padding:0.1875em 0 0.1em 0em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;	
}

h1 {
	padding:0.6875em 0 0.375em 0em;
	font-size: 1.5em;
}

h2 {
	padding:0.1875em 0 0.375em 0em;
	font-size: 1.15em;
}	
		
h3 {
	font-size: 1em;
}
		
h4 {
	font-size: 0.9em;
}
	
h5 {
	font-size: 0.8em;
}
			
h6 {
	font-size: 0.7em;
}

div.print_root {
	width: 645px;
        font-size: 12px;
}

div.print_header {
	width: 645px;
	height: 85px;
}

div.print_logo {
	float:left;
	width: 92px;
}

div.print_headline {
	float:right;
	width: 540px;
	color: #000;
	font-size: 36px;
	padding: 13px 10px 0px 0;
}

div.subheader {
	font-size: 12px;
	padding: 0 0 0 2px;
}

div.print_breadcrumb,
div.print_footer1 {
	font-size: 11px;
	margin-top: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 645px;
}

div.print_content {
	text-align:justify;
}

div.print_footer2 {
	margin-top:2px;
	font-size: 10px;
	text-align: center;
}


/* Formatierung zur Brotkr&#65533;melleiste (Grimm's Bros;) */	
div.print_breadcrumb a {
	text-decoration:none;
	color:#000;	
	background-color: #fff;
}
	
div.print_breadcrumb a:hover {
	text-decoration:none;
}

div.print_breadcrumb a:active {
	text-decoration:none;
}

div.print_breadcrumb a:focus {
	text-decoration:none;
}
	
ul.pfad {
	display:inline;
	margin:0px 0px 0px 47px;
	padding:0px;
	list-style-type:none;
}

ul.pfad li {
	display:inline;
	margin:0px;
	padding:0px;
}

ul.pfad li.breadcrumb {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: left center;
}

	
	/* default styles for extension "tt_news" */
	/*-----------------------------------  clearer  -----------------------------------*/
	/* prevent floated images from overlapping the div-containers they are wrapped in  */

	.news-list-container div.tt_news_clearer,
	.news-single-item div.tt_news_clearer,
	.news-latest-container div.tt_news_clearer {
		clear:right;
		height:0;
	}
	
	.news-latest-container div.tt_news_clearer {
		clear:left;
	}


	/*--------------------------------- tt_news LATEST view  -----------------------------------*/
	.news-latest-container {

		border:0;
	}


	.news-latest-item {
		/* IE hack */
		height: 1%;
		line-height: 1.3;
		/* IE hack end */		
		margin-bottom:1em;
		border-style: solid;
		border-width: 1px;
	}
	
	.news-latest-container H3 {
		padding:0.2em;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	
	.news-latest-container H3 A {
		letter-spacing: 0.01em;
	}
	
	.news-latest-container H3 A:LINK,
	.news-latest-container H3 A:VISITED,
	.news-latest-container H3 A:HOVER {
		font-size: 0.8em;
		font-weight: bold;		

	}
	

	.news-latest-container p {
		padding:0.3em;
	}
	
	.news-latest-date {
		font-size: 0.8em;
		font-weight: bold;
	}

	.news-latest-imgcaption {
		float: right;
		padding-top:3px;
		padding-right:3px;
		font-size: 9px;
	}

	.news-latest-container IMG {
		float: right;
		border-style: solid;
		border-width: 1px;
		margin:0.3em;
	}
	
	.news-latest-category IMG {
		float: none;
		border:none;
		margin:0px;
	}

	.news-latest-morelink,.news-latest-category {
		font-size:0.6em;
		margin-left:0.3em;
	}
	
	.news-latest-morelink  {
		margin-bottom:0.3em;
	}
	
	.news-latest-browse {
		text-align: center;
	}



	/*--------------------------------- tt_news LIST view  -----------------------------------*/
	.news-list-container {

		border:0;
	}


	.news-list-item {
		/* IE hack */
		*height: 1%;
		line-height: 1.3;
		/* IE hack end */		
		margin-bottom:1em;
		border-style: solid;
		border-width: 1px;
	}
	
	.news-list-container H3 {
		padding:0.2em;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	
	.news-list-container H3 A {
		letter-spacing: 0.01em;
	}
	
	.news-list-container H3 A:LINK,
	.news-list-container H3 A:VISITED,
	.news-list-container H3 A:HOVER {
		font-size: 1em;
		font-weight: bold;
	}
	

	.news-list-container p {
		padding:0.3em;
	}
	
	div.news-list-item div.news-list-category p.bodytext {
		font-size: 1em;
		padding-left:0em;
	}
		
	.news-list-date {
		font-size: 1em;
		font-weight: bold;
	}

	.news-list-imgcaption {
		float: right;
		padding-top:3px;
		padding-right:3px;
		font-size: 9px;
	}

	.news-list-container IMG {
		float: right;
		border-style: solid;
		border-width: 1px;
		margin:0.3em;
	}
	
	.news-list-category IMG {
		float: none;
		border:none;
		margin:0px;
	}

	.news-list-morelink,.news-list-category {
		font-size:0.8em;
		margin-left:0.3em;
	}
	
	.news-list-morelink  {
		margin-bottom:0.3em;
	}
	
	.news-list-browse {
		text-align: center;
	}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
	.tx-ttnews-browsebox, .browseBoxWrap {
		padding:0.3em;
	}

	.tx-ttnews-browsebox TD {
		font-size: 1em;
	}
	
	.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
		font-weight: bold;
	}
	
	.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
		margin:0px;
	}

	.tx-ttnews-browsebox-SCell {
		border-style: solid;
		border-width: 1px;
	}	
	
	.tx-ttnews-browsebox-SCell a,
	.tx-ttnews-browsebox-SCell a:link,
	.tx-ttnews-browsebox-SCell a:visited,
	.tx-ttnews-browsebox-SCell a:hover,
	.tx-ttnews-browsebox-SCell a:focus {
		text-decoration:none;
	}
	
	/*--------------------------------- tt_news Search view  ---------------------------------*/
	
	.news-search-emptyMsg {
		font-size: 0.8em;
	}
	
	.news-search-form form {
		font-size: 0.8em;
	}
	
	.news-search-form {
		margin-bottom: 1em;
	}
	
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
	.news-single-item {
		margin-bottom:1em;
		border-style: solid;
		border-width: 1px;
	}
	
	.news-single-item H2 {
		padding: 0.5em 0.5em 0.5em 0.3em;
		font-size: 1.2em;
		font-weight:bold;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		letter-spacing: 0.01em;
	}
	
	.news-single-item H3 {
		padding: 0.5em;
		font-size: 1em;
		font-weight:normal;
		font-style:italic;
		text-align:justify;
	}

	.news-single-img {
		float: right;
		margin:0.5em;
		position:relative;
		border-style: solid;
		border-width: 0px;
	}

	.news-single-img img {
		display: block;
	}

	.news-single-imgcaption {
		clear:both;
		padding:0.3em;
		font-size: 0.9em;
		font-weight:bold;
		border-top-style: solid;
		border-top-width: 1px;
	}

	.news-single-img a,
	.news-single-img a:link {
		border:1px;
		color:#000;
	}
	
	.news-single-category {
		font-size: 0.9em;
		float: right;
		margin: 0.5em;		
		position:relative;
	}
	
	.news-single-backlink,
	.news-single-backlink a {
		visibility:hidden;
	}
	
	.news-single-backlink {
		border-top-style: solid;
		border-top-width: 1px;
	}
	
	.news-single-timedata {
		float: left;
		font-size: 0.8em;
		font-weight:bold;
	}
	
	.news-single-item p.bodytext {		
		padding: 0.5em 0.5em 0 0.5em;
	}
	
	.news-single-author {
		font-size: 0.9em;
		margin: 0.5em;
	}
	
	.news-single-additional-info {
		/*clear: both;*/
		font-size: 0.8em;
	}
	
	.news-single-related,.news-single-files,.news-single-links  {
		border-top-style: solid;
		border-top-width: 1px;
		padding: 0.3em 0.3em 0 0.3em;
	}

	.news-single-links  {
		border-top-style: solid;
		border-top-width: 1px;	
	}
	
	.news-single-links a,
	.news-single-links a:link,
	.news-single-links a:visited,
	.news-single-links a:hover,
	.news-single-links a:focus {
		font-size: 1.2em;
	}
	
	.news-single-related DD, .news-single-links DD, .news-single-files DD {
		margin: 0 0.3em 0.3em 0.3em;
	}

	.news-single-related DT, .news-single-links DT, .news-single-files DT {
		font-weight: bold;
		margin: 0 0.3em 0.3em 0.3em;
	}

	.news-single-files img {
		margin-right:0.3em;
	}
	
	/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
	.news-amenu-container {
		margin-bottom:2em;
	}

	.news-amenu-container a,
	.news-amenu-container a:link,
	.news-amenu-container a:visited,
	.news-amenu-container a:hover,
	.news-amenu-container a:focus {
	}
	
	.news-amenu-container ul {
		list-style-type: none;
		padding:0.3em;
		margin-top:0.5em;
		border-style: solid;
		border-width: 1px;
		list-style-position:inside;
	}
	
	.news-amenu-container dd {
		padding:0;
		margin:0;
	}
		
	.news-amenu-container li {	
		padding:0.1em;
	}
	
	.news-amenu-container li.news-amenu-item-year {
		list-style-type: none;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	.news-amenu-container h2 {
		font-size:1.3em;
	}
	
	.news-amenu-item-year {
		text-align:center;
		font-weight: bold;
		border-style: solid;
		border-width: 1px;
	}

	/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


	.news-catmenu  {
		padding:5px;
		margin:10px 0px 10px 10px;
		border-style: solid;
		border-width: 1px;
	}
	.news-catmenu-header {
		font-size:11px;
		font-weight:bold;
	}
	.news-catmenu DIV {
		font-size:10px;
		white-space: nowrap;
	}
	.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
		margin:0px;
		padding: 0px;
		vertical-align: middle;
	}
	.news-catmenu-ACT {
		font-weight:bold;
	}