/* KANZLEI KARALLUS Print CSS Document */

html {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 1.2em;
}

	a, a:hover {
		color: #000;
		text-decoration: none;
	}

	h1, h2, h3 {
		font-size: 1.5em;
	}


	div#container, div#inhalt {
		position: relative;
	
		margin: 0;
		padding: 0;
	}
		div#inhalt {
			margin: 0;
		}
			div#links, div#rechts {
				position: relative;
				float:left;
				
				margin: 0;
				padding: 0;
				width: 50%;
			}
			div#rechts {
				float:right;
				
				padding: 0;
				width: 48%;
			}


/* AUSGESCHALTETE ELEMENTE */
object, div#flashcontent, div#nav_impressum, div#footer, div#links2, div#rechts2, ul.rechts, span.zurueck {
	display: none;
}
