/* GENERAL */

html,body {
	margin: 0;
	padding: 0;
}
body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}


/* LAYOUT */

#container {
	width: 760px;
	text-align: left;
}
#header {
	width: 760px;
	height: 150px;
	background-image: url(../images/logo.png);
}
#left_column {
	width: 210px;
	float: left;
}
#content {
	width: 520px;
	padding-bottom: 20px;
	float: right;
}
#navigation {
	text-align: right;
}
#footer {
	clear: both;
}
#left_footer {
	width: 210px;
	float: left;
	text-align: center;
	padding: 20px 0;
}
#right_footer {
	width: 520px;
	float: right;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #00468F;
}


/* LINKS */

a:link, a:visited, a:active {
	color: #00468F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #00468F;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #00468F;
}


/* 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;
}
.shadow {
	-moz-box-shadow: 5px 5px 10px #6F6F6F;
	-webkit-box-shadow: 5px 5px 10px #6F6F6F;
	box-shadow: 5px 5px 10px #6F6F6F;
}
.quote {
	font-family: Georgia, Times, serif;
	color: #666666;
	font-style: oblique;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.1em;
	display: block;
	line-height: 1.3em;
	padding-left: 25px; 
	margin-top: 30px;
	margin-bottom: 30px;
}
.author {
	font-size: 0.8em;
	display: block;
	text-align: right;
	margin-top: 12px;
}
.box {
    font-weight: bold;
	border: 1px solid #CCC;
	margin: 10px 0pt 10px 20px;
	padding: 7px;
	width: 400px;
	background-color: #E5E9F2;
}
#zoom {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.red_notfaelle {
	color: #921229;
}
.red_alzheimer {
	color: #BA0D1F;
}
.black {
	color: #333333;
}
#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;
	color: #BA0D1F;
	font-size: 1.1em;
}
#alzheimer .spacer {
	height: 10px;
}


/* FORM */

fieldset {
	background-color: #E5E9F2; /*#ECFFFE;*/
	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;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	border: 1px solid #00468F;
	background-color: #BED3EB;
}
.mandatory {
	color: #FF0000;
}
.form2mail_error {
	color: red;
}


/* NAVIGATION */

#navigation {
	text-align: right;
	border-top: 1px solid #FFFFFF;
}
#navigation li a:hover {
	/*background: url(../images/dotdot_toggle.gif) no-repeat 178px center;*/
}

#lava_lamp {
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#lava_lamp li {
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1.7em;
}

#lava_lamp li.backLava {
	background: url(../images/dotdot_blue.png) no-repeat 188px center;
	z-index: 8;
	position: absolute;
}

#lava_lamp li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-right: 30px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.5em;
	z-index: 10;
	display: block;
	position: relative;
	overflow: hidden;
}

#lava_lamp .subnavigation {
	font-size: 0.6em;
}

