@charset "UTF-8";
/* In diesem Dokument keine Änderungen durchführen
** ######################################################################################################### 
** # Standardbibliothek: Page | Autor: Joram Höfs <jh@emotioconsult.de>
** 
** 		Letzte Aktualisierung: 20.05.2007
** #########################################################################################################
*/

	/* Allgemein */
		html, body
		{
			margin:0em;
			padding:0em;
		}
	
		body
		{
			/* 1em == 10px */
			font-size:62.5%;
			
		}
	
		a, a:hover, a:visited, a:active,
		h1, h2, h3, h4, h5, h6,
		p,
		q, cite, blockquote,
		div, span,
		form, label, legend, fieldset,
		img,
		ul, ol, li,
		table, tbody, thead, tfoot, th, td, tr
		{
			margin:0em;
			padding:0em;
			border:0px none;
			outline:none;
		}
	
	/* sprungmarken sind versteckt, aber für screenreader lesbar */
		.accessjump, .accesshelp
		{
			position: absolute;
			left: -1000em;
			width: 20em;
		}
	
	/* Tabelle */
		table
		{
			table-layout:auto;
			border-collapse:collapse;
			border:0px none;
			border-spacing:0em;
			empty-cells:show;
			margin:0em;
			padding:0em;
		}
	
		th, td
		{
			overflow:hidden;
			white-space:nowrap;
		}
		
	/* Listen */
		li
		{
			list-style-position:outside;
			margin-left:2em;
		}
	
		ul li
		{
			list-style-type:disc;
		}
	
		ol li
		{
			list-style-type:decimal;
		}
	
		ul, ol, p, h1, h2, h3, h4, h5, h6
		{
			margin:1em;
		}
		
	/* Zitate setzt deute Anführungszeichen z.B. „foobar“ */
		q, cite, blockquote
		{
			quotes:"\201E" "\201C";
		}
		
	/* Ausrichtung */
		.center
		{
			text-align:center;
		}
	
		.left
		{
			text-align:left;
		}
	
		.right
		{
			text-align:right;
		}
		
	/* Schriftstil */
		.italic
		{
			font-style:italic;
		}
	
		.bold
		{
			font-weight:bold;
		}
	
		.underline
		{
			text-decoration:underline;
		}
		
	/* Floating */
		.clear, .aclear, .bclear
		{
			clear:both;
			visibility:hidden;
		}
	
		.b_left
		{
			float:left;
		}
	
		.b_right
		{
			float:right;
		}
				
	/* Formulare */
		form li, form ol
		{
			list-style:none;
			margin:0em;
		}
		
	/* Anderes */
		.img_rep, .hidden
		{
			visibility:hidden;
		}