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

/* Allgemeine Stile */

body {
	font-family: Verdana, 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: #dfdfdf;
	margin: 0px;
	padding: 0px;
}


/* Textformatierungen */
h1 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
h2 {
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: bold;
	color: #666666;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}
p {
	font-size: 0.75em;
	line-height: 1.5em;
	text-align:left;
	margin-top: 0em;
	margin-bottom: 0.75em;
}
.rechts {
	text-align: right;
}
a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

#navigation {
	width: 12.25em;
	}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#navigation li {
	font-size: 0.875em;
	color: #666666;
	text-align: right;
	width: 100%;
	text-decoration: none;
	letter-spacing: 0.15em;
	font-weight: bold;
	margin: 0;
	list-style-type: none;
	padding:0;
	background-image:none;
}
#navigation li a:link, #navigation li a:visited {
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	display: block;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.75em;
	padding-left: 0em;
	width: 100%;
	}
#navigation li a:hover, #navigation li a:link.active, #navigation li a:visited.active {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #cccccc;
	display: block;
	text-decoration: none;
	letter-spacing: 0.15em;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
li {
	text-align: left;
	font-size:0.7em;
	padding-left: 12px;
	margin: 0;
	margin-bottom: 0.125em;
	background-image: url(../images/aufzaehlung.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	list-style-type: none;
	}
	
