@charset "UTF-8";
body {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
 	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link, #header a:visited, #header a:hover, #header a:active  {
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
.newpage {
	page-break-before: always;
}
#wrapper {
/*
	min-width: 1020px;
	min-height: 135px;

*/}
/* Header css */
#header {
	position: absolute;
	left: 0;
	top: 0;
	height: 180px;
	width: 795px;
	padding: 0px;
	margin: 0px;
	background-image: url(head_logo_96dpi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header a:link, #header a:visited, #header a:hover, #header a:active  {
	color: #555555;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 387px;
	display: none;
}
/* Generische Navigation */

#genav {
	position: relative;
 	top: 130px;
	left: 0;
	width: 27px;
	height: 300px;
	padding: 0px;
	margin: 0px;
 	background-color: #F6F8F9;
	display: none;
}
#genav ul {
	padding: 0px;
	margin: 0px;
}
#genav li {
	margin-bottom: 1px;
}
#genav a.home {
	height: 19px;
	display: block;
	background: #435163 url(../img/nav_home.gif) 0px 0px no-repeat;
}
#genav a.mail {
	height: 54px;
	display: block;
	background: #95A8BB url(../img/nav_mail.gif) 0px 27px no-repeat;
}
#genav a.print {
	height: 74px;
	display: block;
	background: #C0CDDA url(../img/nav_print.gif) 0px 44px no-repeat;
}
#genav a.map {
	height: 74px;
	display: block;
	background: #E4EAF0 url(../img/nav_map.gif) 0px 44px no-repeat;
}
#genav a:visited {
	text-decoration: none;
}
#genav span {
	visibility: hidden;
}
/* Hauptnavigation */
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
 	top: 130px;
	left: 27px;
	width: 702px;
	height: 74px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/nav_trennlinien.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	z-index: 99;
	display: none;
}
#nav ul.dropdown {  /* ie6 und kleiner */
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav ul.dropdown * ul {  
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: none;
	position: absolute;
}
#nav ul.dropdown li { /* ie6 und kleiner */
	float: left;
	padding: 0px;
	margin: 0px;
}
#nav ul.dropdown li a {  /* ie6 und kleiner */
	color: #333333;
	text-decoration: none;
	display: block;
	width: 210px;
	margin-left: 1px;
	padding-left: 23px;
}
#nav ul.dropdown li * li {  
	list-style: none;
	float: none;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#nav ul.dropdown li ul {  /* ordung unter ie7 */
	position: relative;
}
#nav ul.dropdown ul * a {  
	color: #333333;
	width: 210px;
	height: 100%;
	margin-left: 1px;
	padding-left: 23px;
} 
#nav ul.dropdown li:hover ul ul, #nav ul.dropdown li:hover ul ul ul, #nav ul.dropdown li:hover ul ul ul ul {
	display: none;
}
#nav ul.dropdown li:hover ul, #nav ul.dropdown ul li:hover ul, #nav ul.dropdown ul ul li:hover ul {
	display: block;
}
/* Details 2. und 3. Level Navigation */
#nav ul.level_2 li a:link, #nav ul.level_2 li a:visited {
	background-color: #D7DEE5;
	text-transform:none;
	font-size: 12px;
	height: 20px;
	border-bottom: solid 1px #FFFFFF;
}
#nav ul.level_2 li a:hover {
	background-color: #C3CEDB;
	color: #4450A9;
}
#nav ul.level_3 li a:link, #nav ul.level_3 li a:visited {
	background-color: #E2E8EE;
	font-weight: normal;
	line-height: 15px;
	text-transform:none;
	font-size: 11px;
	color: #4450A9;
	border-bottom: solid 1px #E2E8EE;
	height: 100%;
	display: block;
}
#nav ul.level_3 li a:hover {
	color: #FF0000;
}
/* Ende Hauptnavigation */
/* Inhalt*/
#content {
	position: absolute;
	top: 204px;
	left: 80px;
	background-color: #FFFFFF;
	width: 700px;
}
#content h1, #content h2, #content h3 {
	font-weight: normal;
	margin-left: 26px; 
	margin-right: 60px;
}
#content h1 {
	letter-spacing: 0.05em;
}
#content p {
	line-height: 20px;
	margin-left: 26px; 
	margin-right: 60px;
} 
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 60px;
	list-style-type: square;
} 
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-left: 26px;
	margin-right: 60px;
	margin-bottom: -12px;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4450A9;
	text-decoration: none;
}
.impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	margin-left: 26px;
	margin-right: 60px;
}
.publikationen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: #333333 1px solid;
}
#content table {
	margin-left: 24px;
}

.spaltentitel {
	padding-top: 12px;
	font-size: 16px;
	line-height: 24px;
}
.spalte_li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 105px;
}
/* Ende Inhalt */ 
/* rcol (rechte Spalte) */
#rcol {
	position: absolute;
	top: 130px;
	left: 729px;
	bottom: 0px;
	width: 340px;
	min-height: 150px; 
	background-image: url(../img/bg_glossar.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-right: #FFFFFF 1px solid;
	display: none;
}
/* Hauptnavigation */
#rcol ul.colnav {  /* ie6 und kleiner */
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
}
#rcol ul.colnav li { /* ie6 und kleiner */
	float: left;
	padding: 0px;
	margin: 0px;
}
#rcol ul.colnav a {  /* ie6 und kleiner */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	text-indent: 10px;
	display: block;
	width: 80px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#rcol ul.colnav a.glossar {  /* ie6 und kleiner */
	background-image: url(../img/nav_rcol_passiv.gif);
}
#rcol ul.colnav a.studien {  /* ie6 und kleiner */
	background-image: url(../img/nav_rcol.gif);
}
#rcol ul.colnav a.links {  /* ie6 und kleiner */
	background-image: url(../img/nav_rcol.gif);
}
#rcol ul.colnav a:hover {  /* ie6 und kleiner */
	color: #DB0F1A;
}
/* Ende rcol (rechte Spalte) */
#rcol ul.abc {
	width: 100%;
	height: 22px;
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	position: absolute;
	top: 22px;
	border-bottom: #FFFFFF 1px solid;
	overflow: hidden;
}
#rcol ul.abc li { /* ie6 und kleiner */
	float: left;
	padding: 0px;
	margin: 3px;
}
#rcol ul.abc a {  /* ie6 und kleiner */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	display: block;
}
#rcol ul.abc a:hover {  /* ie6 und kleiner */
	color: #DB0F1A;
}
#rcol ul.abc a:visited {  /* ie6 und kleiner */
	color: #555555;
	text-decoration: none;
}
#glossary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	position: absolute;
	top: 48px;
	bottom: 160px;
	width: 340px; 
	overflow: auto;
}
#glossary h1 {
	margin: 10px 10px 10px 13px;
	font-weight: normal;
	color: #DB0F1A;
}
#glossary h4 {
	margin: 10px 10px 10px 13px;
}
#glossary p {
	margin: 10px 10px 25px 13px;
}
#glossary ul {
	padding: 0;
	margin: 10px 10px 25px 13px;
	line-height: 18px;
	list-style: none;
}
#glossary a:link {
	color: #4450A9;
	text-decoration: underline;
}
#glossary a:visited {
	color: #4450A9;
	text-decoration: none;
}
#glossary a:hover, #glossary a:active {
	color: #DB0F1A;
}
#glossary a.pdf:link, #glossary a.pdf:visited, #glossary a.pdf:hover, #glossary a.pdf:active {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	padding-top: 2px;
	padding-left: 22px;
	margin-bottom: 4px;
	height: 15px;
	color: #4450A9;
	text-decoration: none;
}
#anatomy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	height: 160px;
	width: 340px; 
	bottom: 0px;
	border-top: #dfdfdf 1px solid;
	background-image: url(../img/nav_anatomie.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rcol ul.anatomy_nav {  /* ie6 und kleiner */
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	text-indent: 10px;
	display: block;
	width: 80px;
	padding-left: 0px;
}
#anatomy ul.anatomy_links {
	height: 138px;
	list-style: none;
	background-color: #808B99;
	margin: 20px 0px 0px 0px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#anatomy a {
	color: #FFFFFF;
	text-decoration: none;
}
