@CHARSET "UTF-8";


/* abgewandelte layout.css (ausblenden nicht benoetigter Elemente (Menüs, Kopfbilder,...) */

#naviService, #header, #MainMenu, #contentRight, #tableOfContents, .carousel-headline, .SiteMenu, .carousel-headline, .carousel-wrapper, .box_link_list{display:none;visibility:hidden;}



/* ---------------------------------------------------------------------------------------------------
 | GLOBAL
 ---------------------------------------------------------------------------------------------------
*/


	/* Basis-Seitendefinition */
	body {
		font-family: Arial,Verdana,sans-serif;
		font-size  : 0.7em; }

	/* Links (a:link, a:visited, a:hover, a:active, a:focus - lvhaf) */
	a:link, a:visited, a:active {
		color          : #0055a1;
		text-decoration: none; }

	a:hover, a:focus {
		text-decoration: underline; }

	p {
		margin-bottom: 10px; }


	/* Blank image
	 * --------------------------------------------------------------------- */

		span.iBlock-clean {
			border : 0 none transparent;
			padding: 0; }


	/* Alignement
	 * --------------------------------------------------------------------- */

		span.iBlock-left {
			/*border-right: 1px solid #f2f2f2;*/
			float       : left;
			margin      : 0 10px 0 0; }

		span.iBlock-right {
			/*border: 1px solid #f2f2f2;*/
			float : right;
			margin: 0 0 5px 10px; }
/*
 ---------------------------------------------------------------------------------------------------
 | HEADER
 ---------------------------------------------------------------------------------------------------
*/


	/* nothing here ... */


/*
 ---------------------------------------------------------------------------------------------------
 | FOOTER
 ---------------------------------------------------------------------------------------------------
*/


	/* nothing here ... */


/*
 ---------------------------------------------------------------------------------------------------
 | MAIN
 ---------------------------------------------------------------------------------------------------
*/


	#contentLeft .title {
		color         : #ca0000;
		display       : block;
		font-size     : 11px;
		font-weight   : bold;
		margin-bottom : 0;
		text-transform: uppercase; }


	/* Author
	 * --------------------------------------------------------------------- */

		#contentLeft .author, #contentLeft .author a {
			color: #000; }

		#contentLeft .author a:link, #contentLeft .author a:active, #contentLeft .author a:visited {
			color          : #999;
			text-decoration: none; }

		#contentLeft .author a:hover, #contentLeft .author a:focus {
			color          : #999;
			text-decoration: underline; }


	/* -----------------------------------------------------------------------------------
	 | List of articles
	 * ----------------------------------------------------------------------------------- */


		p.comments{
			color:#999999;
			font-size:0.9em;
		}


	/* -----------------------------------------------------------------------------------
	 | Article detail
	 * ----------------------------------------------------------------------------------- */


		h1, h2 {
			color      : #0055A1;
			font-size  : 1.7em;
			font-weight: bold;
			line-height: 1.2em;
			margin     : 0 0 5px; }

		#contentLeft .blockWrapper.item .inhalt .block .block_small h2 {
			font-size: 1em; }

		#contentLeft .blockWrapper.item .inhalt .block .block_small {
			font-size: 0.9em;
			line-height: 1.3em; }


		blockquote {}

		/* Rubric title */
		#contentLeft .article .title {
			margin: -1px 0 1px 0; }

		/* Author */
		#contentLeft .article .author {
			display: block;
			margin: -2px 0 11px 0; }

		/* Sub headline */
		#contentLeft .article .sub-headline {
			font-weight  : bold;
			margin-bottom: -1px; }



