body {
	margin: 0;
	padding: 0;
	border: none;
}

#body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 0.83em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.centered {
	text-align: center;
}

.small {
	font-size: 0.85em;
}

.x-small {
	font-size: 0.75em;
}

.clearright {
	clear: right;
}

#text p.suptitle, #text p.subtitle {
	color: #012e5c;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
	
#text p.subtitle {
	margin-top: -1.20em;
	font-style: italic;
}

#text td {
}

#text th {
}

#text h1 {
	margin: 0;
	margin-bottom: 0.70em;
	padding: 0;
	font-size: 2.2em;
	color: #012e5c;
}

#text h2 {
	font-size: 1.3em;
	color: #012e5c;
	margin: 0;
	margin-top: 1em;
}

#text h2.marked {
	background-color: #adf;
}

#text h3 {
	font-size: 1.05em;
	color: #012e5c;
	margin: 0;
	margin-top: 1em;
}

#text h4 {
	font-size: 1em;
	color: #012e5c;
	margin: 0;
	margin-top: 1em;
}

#text ul {
	margin: 0;
	padding-left: 30px;
	list-style-image: url(/img/arrow.gif);
}

#text ul.noarrow {
	list-style: none;
}

#text li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#text li.lecture {
	background-color: #ff9;
}

#text li.exercise {
	background-color: #bfb;
}

#text li.announcement {
	background-color: #fcc;
}

#text li.literature {
	background-color: #adf;
}

#text p.indented {
	margin-left: 30px;
}

a:link {
	color: #001a59;
}

a:visited {
	color: #556699;
}

a:hover {
	background-color: #fffcdd;
}

a img {
	border: none;
}

#header {
	font-size: 0px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 81px;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}

#header a img {
	border: none;
}

#header a:hover {
	background: none;
}

#header #header-toprow {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 32px;
	background-image: url(/img/top_leer.gif);
}

#header #header-toprow #header-toprow-2 {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	background-image:url(/img/top_fau_seal.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header #header-toprow a {
	margin-right: 18px;
}

#header #header-toprow a + a {
	margin-left: 63px;
}

#header #header-toprow a + a + a {
	margin-left: 0px;
}

#header #header-bottomrow {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 49px;
	background-color: #e0e5f0;
}

#header #header-bottomrow #header-bottomrow-2 {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 49px;
	overflow: hidden;
	white-space: nowrap;
	background-image:url(/img/seal_2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#header #header-bottomrow #header-bottomrow-2 a {
	text-decoration: none;
}

#body #navigation {
	background-color: #f2f2f2;
	padding: 0;
	margin: 0;
	float: left;
	width: 180px;
	border-right: 1px solid #024;
	border-bottom: 1px solid #024;
	overflow: hidden;
	margin-bottom: 20px;
}

#body #navigation div.section, #body #navigation #department {
	margin: 0;
	border-left: 10px solid #bbb;
	padding-left: 12px;
	padding-right: 12px;
}

#body #navigation div.section {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	border-top: 1px solid #bbb;
}

#body #navigation #department {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#body #navigation a {
	color: #569;
}

#footer {
	clear: both;
	position: relative;
	left: 0;
	top: 0;
	background-color: #bce;
	border-top: 1px solid #024;
	border-bottom: 1px solid #024;
	font-size: 0.83em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	text-decoration: none;
	color: #035;
}

#footer #footer-left {
	position: relative;
	left: 0em;
	top: 0;
	padding-left: 0.6em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 85%;
}

#footer #footer-right {
	position: absolute;
	right: 0.6em;
	top: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 85%;
}

#body #contents {
	margin: 0;
	margin-left: 200px;
	padding: 0;
}

#body #contents #breadcrumbs  {
	margin: 0;
	margin-bottom: 2em;
	font-size: 85%;
	font-weight: 700;
	padding: 2px;
	padding-left: 0.5em;
	background-color: #bce;
	border-left: 1px solid #024;
	border-bottom: 1px solid #024;
}

#body #contents #breadcrumbs a {
	text-decoration: none;
	color: #035;
}

#body #contents #text {
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

#body #contents #text .left {
	padding-right: 5px;
	float: left;
}

#body #contents #text .right {
	padding-left: 5px;
	float: right;
}

#body #contents #text .center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#breadcrumbs .hint {
	display: none;
}

#breadcrumbs ol {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#breadcrumbs ol li {
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
	padding-left: 22px;
	background-image: url(/~dressler/i7/img/breadcrumbarrow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}

#breadcrumbs ol > li {
	background-image: none;
	padding-left: 0px;
}

#breadcrumbs ol li + li {
	background-image: url(/~dressler/i7/img/breadcrumbarrow.gif);
	padding-left: 22px;
}

#navigation .hint {
	display: none;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#navigation li {
	margin: 0;
	padding: 0;
}

#navigation ul li ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	margin-bottom: 0.5em;
}

#navigation ul li ul li {
	margin: 0;
	margin-left: 1.5em;
	padding: 0;
	padding-left: 0;
	text-indent: 0;
	background-image: none;
	list-style: square;
}

