

/* GENERAL */

html,body {
	margin: 0;
	padding: 0;
}
body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}


/* LAYOUT */

#container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#header {
	display: none;
}
#left_column {
	display: none;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation {
	display: none;
}
#footer {
	display: none;
}
#left_footer {
	
}
#right_footer {

}


/* LINKS */

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


/* TEXT */

p {
	font-size: 1.1em;
	letter-spacing: 0.08em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
ul, ol {
	font-size: 1.1em;
	letter-spacing: 0.08em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
table {
	width: 98%;
	font-size: 1.1em;
	letter-spacing: 0.08em;
	line-height: 1.3em;
}
h1 {
	font-size: 2.2em;
	color: #00468F;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0.8em 0;
}
h2 {
	font-size: 1.7em;
	color: #00468F;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0.2em 0;
}
h3 {
	font-size: 1.5em;
	color: #00468F;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0.2em 0;
}
h4 {
	font-size: 1.3em;
	color: #00468F;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0.2em 0;
}
h5 {
	font-size: 1.1em;
	color: #00468F;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0.2em 0;
}
h6 {
	font-size: 1.1em;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 0.2em 0;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #00468F;
	border: 0;
	border-top: 1px solid #00468F;
	height: 1px;
}
.red_notfaelle {
	color: #921229;
}
.red_alzheimer {
	color: #BA0D1F;
}
.black {
	color: #333333;
}
.no_print {
	display: none;
}
#notfaelle .seitenzahl {
	color: #808080;
	width: 20px;
	text-align: right;
	vertical-align: bottom;
}
#notfaelle .hervorgehoben {
	font-size: 1.1em;
	font-weight: bold;
}
#alzheimer .chapter_num {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
#alzheimer .chapter_title {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
#alzheimer .chapter_page {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	color: #808080;
}
#alzheimer .red {
	font-weight: bold;
	font-size: 1.1em;
}
#alzheimer .spacer {
	height: 15px;
}


/* FORM */

fieldset {
	background-color: #E5E9F2;
	border: 1px solid #CCCCCC;
}
fieldset legend {
	padding: 3px 6px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
form {
	margin: 0;
	background-color: #E5E9F2;
}
input, textarea {
	border: 1px solid #00468F;
	background-color: #FFFFFF;
}
input[type="text"], textarea {
	width: 400px;
}
.mandatory {
	color: #FF0000;
}
.form2mail_error {
	color: red;
}
