/* Stilvorlagen für www.bischoff-ortho.de */

/* Allgemeine Stile */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


/* Textformatierungen */
h1 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	color: #005694;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	text-align: left;
}
h2 {
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: bold;
	color: #005694;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
	text-align: left;
}
p {
	font-size: 0.6875em;
	line-height: 1.25em;
	text-align:left;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
ul {
	font-size: 0.6875em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
li {
	margin-left: 5px;
	padding: 0px;
}


.aktiv {
	color: #000;
	font-weight:bold;
	text-align: right;
	display: block;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.rechts {
	text-align: right;
}
a:link, a:visited, a:active {
	color: #005694;
	text-decoration: none;
}
a:hover {
	color: #005694;
	text-decoration: underline;
}


.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.navigation li {
	font-size: 12px;
	color: #005694;
	text-align: right;
	width: 100%;
	text-decoration: none;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin: 0;
}
.navigation li a {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-right: 1em;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005694;
	display: block;
	text-decoration: none;
	}
.navigation li a:hover {
	color: #000;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-right: 1em;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005694;
	display: block;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.registriert {
	font-size: 6px;
}

