 

html {
	font-family:Verdana,'Lucida Grande',Helvetica,Arial,sans-serif;
	font-size:0.7em;
	color:#ffffff;
	background-color:#F39B47;

	overflow:auto;

	scrollbar-base-color:#F49C47;
	scrollbar-face-color:#CC4B27;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#F49C47;
	scrollbar-3dlight-color:#F49C47;
	scrollbar-darkshadow-color:#F49C47;
	scrollbar-highlight-color:#F49C47;
	scrollbar-shadow-color:#F49C47;
}

body { 
	margin:0;
	padding:0;
	border:0;
	min-width:760px;
	text-align:center;
}

h1, h2, h3, p {
	line-height:1.3em;
	width:435px;
	margin:0;
	padding:0;
	text-align:left;
}

body h1 {
	font-size:0.8em;
}

body h2, body h3, body p {
	margin-top:0.5em;
}

div {
	text-align:left;
}

ul {
	margin:0.5em 0 0 0;
	padding-left:1.4em;
	width:415px;
}

html>body ul {
	padding:0;
}

li {
	line-height:1.3em;
	margin:0 0 0 0.2em;
	padding:0;
}

html>body li {
	margin-left:1.4em;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

abbr {
	text-decoration:none;
	border-bottom: 0px;
}

a, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#FBF9C6;
}

a:focus {
	border: 1px dotted white;
	text-decoration:none;
}

a.block:focus {
	display:block;
	border: 1px dotted white;
	text-decoration:none;
}

a:hover, a:active {
	color:#ffffff;
	text-decoration:underline;
}


/* ### CLASSES ### */

div.TextBox {
	position:absolute;
	left:300px;
	top:165px;
	width:460px;
	height:235px;
	overflow:auto;
}

p.Fliesstext {
	width:320px;
}

.klein {
	font-size:10px;
}


/* ### Screenreader ### */
@media screen, print {
	.audio {
		display:none;
	}
}
@media aural {
	.audio {
		display:inline;
	}
}


/* ### Abstände ### */
.oAbst0 { margin-top:0px  }
.oAbst1 { margin-top:6px  }
.oAbst2 { margin-top:12px }
.oAbst3 { margin-top:18px }

