/* Style: Hier sind Angaben zu Farben, Bildern und Typographie definiert	*/

		body {
			background: #eee;
			text-align: center;
			font-family: sans-serif;
			color: #666;
		}

		a {
			color: #139ea7;
			text-decoration: none;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		h1 {
			font-size: 1.5em; 
			color: #139ea7;
		}
		
		h2 {
			font-size: 1.3em;
			color: #666;
		}
		
		h3 {
			font-size: 1.2em;
			color: #666;
		}
		
		p.rezension {
			margin-top: 25px;
		}
		
		div.container {
			background: #fff;
			text-align: left;
		}

		div.header {
			background: #f2fbfc;
		}

		div.header span {
			font-family: sans-serif;
			font-size: 2.1em;
			color: #139ea7;
		}
		
		div.menu {
			background: #a2c058;
			line-height: 30px;
		}

		span.home {						
			background: #139ea7;	
			border-right: 1px solid #fff;
			color: #fff;
			font-size: 11pt;
			font-family: sans-serif;
			font-weight: bold;
		}

		span.home a, span.home a:hover {
			color: #fff;
			font-size: 11pt;
			font-family: sans-serif;
			text-decoration: none;
			font-weight: bold;
			letter-spacing: 0.3px;
		}
		
		span.alt {
			background: #a2c058;
			border-right: 1px SOLID #fff;
			color: #fff;
			font-size: 11pt;
			font-family: sans-serif;
			font-weight: bold;
		}
		
		span.alt a {
			color: #fff;
			font-size: 11pt;
			font-family: sans-serif;
			text-decoration: none;
			font-weight: bold;
			letter-spacing: 0.3px;
		}
		span.alt a:hover {
			color: #139ea7;
		}
		
		div.sub_menu {
			font-size: 13px;
		}

		div.sub_menu div {		
			background: #a2c058;
			color: #fff;
			letter-spacing:0.3px;
			font-weight: bold;
		}

		div.sub_menu a {
			background: #fff;
			color: #666;
			text-decoration: none;
		}
		
		div.sub_menu a:hover {
			background: #f2fbfc;	
			color: #666;
			text-decoration: none;
		}

		div.sub_menu a:active {
			background: #C4E7E9;	
			color: #666;
			text-decoration: none;
		}

		div.sub_menu a:hover {
			background: #f2fbfc;	
			color: #666;
			text-decoration: none;
		}

		span.sub_active a, span.sub_active a:hover, span.sub_active a:active {
			background: #C4E7E9;	
			color: #666;
			text-decoration: none;
		}
		
		div.low_menu a {
			background: #fff;
			font-size: 13px;
			text-indent: 1em;
			color: #666;
			text-decoration: none;
		}
		
		div.low_menu a:hover {
			background: #f2fbfc;
			font-size: 13px;
			text-indent: 1em;
			color: #666;
			text-decoration: none;
		}
				
		div.low_menu a:active {
			background: #C4E7E9;
			font-size: 13px;
			text-indent: 1em;
			color: #666;
			text-decoration: none;
		}
		
		span.low_active a, span.low_active a:hover, span.low_active a:active {
			background: #C4E7E9;	
			color: #666;
			text-decoration: none;
		}

		div.note {
			background: #ffffff;
			font-size: 13px;
		}

		div.note div {		
			background: #a2c058;
			color: #fff;
			letter-spacing:0.3px;
			font-weight: bold;
		}
		
		div.note ul {
			background: #ffffff;
			margin-top:0em;
			list-style-type:square;
		}
		
		.biblio {
			font-size: 0.8em;
			text-align: right;
		}
		
		.biblionorm {
			font-size: 0.8em;
		}

		table {
			border: 1px solid #000;
			border-collapse: collapse; 
		}
		
		td {
			border: 1px solid #000;
			border-collapse:collapse;
			padding: 5px;
		}
		
		th {
			color: #139ea7;
			border: 1px solid #000;
			border-collapse:collapse;
			padding: 5px;
		}
		
		span.noborder table {
			vertical-align: top;
			text-align: justify;
			border: none;
			padding: 0px;
		 }
		 
		 span.noborder td {
			vertical-align: top;
			text-align: justify;
			border: none;
			padding-right: 15px;
		 }
		 
		 td.rechts {
			color: #139ea7;
		}
		
		span.sprecher {
			font-weight: bold;
		 }
		
		span.rede p{
			text-align: justify;
			margin-left:20px; 
			margin-right:20px; 
			margin-top:0px; 
		 }

