/* Stilvorlagen für www.bischoff-ortho.de */

/* Allgemeine Stile */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96.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;
}

.body_background {
	background: url(../img/home_mann/mensch.gif) no-repeat right top;
	background-color:#BBC0E7;
}



/* Textformatierungen */
h1 {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
	color: #006AB2;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
h2 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	color: #006AB2;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}
p {
	font-size: 0.7875em;
	line-height: 1.25em;
	text-align:left;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.aktiv {
	color: #000;
	font-weight:bold;
	text-align: right;
	display: block;
	text-decoration: none;
	letter-spacing: 0.15em;
}
.rechts {
	text-align: right;
}
a:link, a:visited, a:active {
	color: #006AB2;
	text-decoration: none;
}
a:hover {
	color: #006AB2;
	text-decoration: underline;
}

/******* Navigation *******/

#navigation {
	background-color:#BBC0E7;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.navigation li {
	font-size: 0.875em;
	color: #0014AE;
	text-align: right;
	width: 208px;
	text-decoration: none;
	letter-spacing: 0.15em;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.navigation li a {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-right: 6px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0014AE;
	display: block;
	text-decoration: none;
	}
.navigation li a:hover {
	color: #000;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-right: 6px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006ab2;
	display: block;
	text-decoration: none;
	letter-spacing: 0.15em;
}
