@charset "utf-8";
/************************************************
    CSS StyleSheet

    Logopaedie - Birte Boenneken

    Media: Print

    Copyright (C) 2007, Marcus Friemelt
    
************************************************/




body {
	width: 100%;
	font-family: "Georgia","Times New Roman","Courier New","Lucida Grande",verdana,helvetica,Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: normal;
	color: black;
	text-align: left;
	line-height: 1.5em;
	background: none;
	
	}

#navi, #header, #oldbrowsermessage {
    	display: none;
	}
#content {
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background: none;
	orphans: 3;
	widows: 3;
	}


p {
	
    	font-size: 100%;
    	line-height: 1.5em;
    	page-break-after: auto;
    	page-break-before: auto;
	}

h3 {
    	color: #000;
    	font-size: 150%;
    	line-height: 1.5em;
    	font-weight: normal;
    	page-break-after: auto;
    	page-break-before: auto;
    	page-break-inside: auto;
    	widows: 1;
	}

a, a:link, a:active, a:visited, a:hover {
    	text-decoration: underline;
    	color: #000;
	}
