body {
	font-size: 80%;
	font-family: 'Arial, Lucida Grande', Verdana, Geneva, Lucida, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-width: 0;
	background: #999 url('../images/background.jpg') top left fixed repeat-x;
}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: darkblue;
}

h1 span.sub {
	font-size: 0.52em;
}

h2 {
	font-size: 1.5em;
	margin-top: 0.5em;
}

h3 {
	margin: 1em 0em;
	font-size: 1.3em;
	font-style: italic;
}

h3 span.sub {
	font-size: 0.75em;
}

h4 {
	font-size: 1em;
}

.spacer {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.ext {
	color: #900;
}

div.hr {
  height: 15px;
  background: #fff url('../images/hr.gif') no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/* ------ Main container ------ */

#container {
	position: relative;
	border: 0px solid #09c;
	border-width: 0px 0px 0px 0px;
	background: white;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	width: 100%;
	height: 37.3em;
	margin-right: auto;
}

/* ------ Header ------ */

#topbar {
	background-color: #09c;
	font-size: 0.45em;
	color: white;
	text-align: right;
	padding: 0 5px 1px 0;
}

#header {
	position: relative;
	background-color: #ccc;
	margin: 0;
	padding: 0 0 0px 0;
	height: 80px;
}

#header #titlebar {
	position: relative;
	left: 0;
	bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF; 336699;
}

#header img.crest {
	float: right;
	margin: 10px;
}

#header img.title_sav {
	margin: 5px 10px;
}

#header img.title {
	margin: 0px 0px;
}

#header h1 {
	display: none;
}

/* ------ Nav ------ */

#nav {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #009;
}

#nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	font-size: 0.85em;
	height: 2em;
}

#nav ul li {
	position: relative;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav ul li a {
	float: left;
}
/* End IE5-Mac hack */

#nav ul li a {
	display: inline;
	width: auto;
	background: #fff;
	margin: 0;
	padding: 0 1em;
	height: 2em;
	border-right: 1px solid #ccc;
	color: #09c;
	font-weight: normal;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
}

html>body #nav ul li a {
	width: auto;
}
	
#nav ul li a:hover {
	color: #fff;
	background: #ccc;
}

#nav ul li.on a	{
	background: #ccc;
	color: #fff;
}

#nav ul li#nav1 a:hover {
	background-color: #ccc;
}
#nav ul li#nav2 a:hover {
	background-color: #090;
}
#nav ul li#nav3 a:hover {
	background-color: #009;
}
#nav ul li#nav4 a:hover {
	background-color: #900;
}
#nav ul li#nav5 a:hover {
	background-color: #c60;
}
#nav ul li#nav6 a:hover {
	background-color: #96c;
}
#nav ul li#nav7 a:hover {
	background-color: #cc6;
}
#nav ul li#nav8 a:hover {
	background-color: #9c0;
}
#nav ul li#nav9 a:hover {
	background-color: #c66;
}

/* ------ Sidebar ------ */

#sidebar {
	clear: both;
	margin: 0em 0em;
	padding: 0.5em;
	float: left;
	width: 14em;
	position: relative;
}

#sidebar h4 {
	background-color: #09c;
	color: #fff;
	padding: 2px 5px;
	margin: 0.9em 0 1em;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 0.5em;
	font-size: 0.85em;
	list-style-type: none;
}

#sidebar ul li {
	display: inline;
}

#sidebar ul li a {
	display: block;
	padding: 3px 2px;
	text-decoration: underline;
}

#sidebar ul li a:hover, #sidebar ul li.on a:hover {
	background-color: #ccc;
}

#sidebar ul li.on a {
	margin: 1em 0 0 0;
	padding: 0px 2px;
	border: 0px solid #c60;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #c60;
	background-color: #fff;
}

#sidebar ul li.li_small a {
	margin: 0 1em;
	padding: 2px 2px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #c60;
	background-color: #fff;
}

#sidebar ul li.li_select a {
	margin: 0 1em;
	padding: 2px 2px;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #c60;
	background-color: #999;
}

#sidebar .quote {
	margin: 0.4em 0;
	padding: 0 0.5em 0;
	font-style: italic;
	font-size: 1.2em;
}

#sidebar .quote p {
	margin: 0;
}

#sidebar ul li ul {
	margin: 0 0 0 1em;
	font-size: 1em;
}

#sidebar ul li.on ul li a {
	padding: 3px 0px;
	background-color: #fff;
	border: 0px solid #fff;
}

#sidebar ul li.on ul li.on a {
	font-weight: bold;
}

/* ------ Content ------ */

#content {
	position: relative;
	background-color: #eef;
	font-family: Arial, sans-serif;
	clear: right;
	margin: 0em 0 0 12em;
	padding: 0 1em 0 0.5em;
	font-size: 1.1em;
	height: 25em;
	border-left: 0px dotted #ccc;
}

#content table {
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#home-content {
	position: relative;
	clear: right;
	padding: 0 1em 0 0.5em;
	border-left: 1px dotted #ccc;
}

#content img.left {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid black;
}

#content img.right {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid black;
}

#content img.center {
	display: block;
	text-align: center;
	margin: 4em 0 0 0;
	border: 0px solid black;
}

#content p.capt {
	text-align: center;
	font-size: 0.85em;
	margin: 2px 0 0 0;
}

#content p.center {
	text-align: center;
	font-size: 1.2em;
	width: 40em;
	margin: 0.5em 0 0 0;
}

#content p {
	text-align: left;
	font-size: 1.1em;
	width: 28em;
	margin: 1em 0 0 0;
}

#content p.footer {
	font-size: 0.85em;
}

#content p.welcome {
	font-size: 1.3em;
	font-weight: bold;
	color: #09c;
	font-family: Arial, Helvetica, sans-serif;
}

#content h2 {
	margin-right: 5em;
}

#content h2_center {
	text-align: center;
}

#content #pagenav {
	clear: right;
	text-align: right;
	font-size: 0.85em;
	padding: 0 0 0.5em;
}

#content #pagenav a {
	text-decoration: none;
}

#content #pagenav a:hover {
	text-decoration: underline;
}

#content #pagenavtop {
	position: absolute;
	right: 1em;
	top: 0.3em;
	text-align: right;
	font-size: 0.85em;
	padding: 0;
}

#content #pagenavtop a {
	text-decoration: none;
}

#content #pagenavtop a:hover {
	text-decoration: underline;
}

#content ol li, #content ul li {
	padding: 0 0 1em 0;
}

ul.profilelist {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

ul.profilelist li {
	float: left;
	display: inline;
	margin: 0.5em 1em;
	width: 125px;
}

ul.profilelist li a {
	display: block;
	padding: 127px 0 2px 0;
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #396;
	border: 1px solid #eee;
	font-size: 0.9em;
}

ul.profilelist li a:hover {
	background-repeat: no-repeat;
	background-color: #eee;
	border: 1px solid #396;
}

ul.profilelist li a span {
	display: block;
	font-size: 0.95em;
	font-style: italic;
	color: #999;
}

ul.profilelist li a#sheenaanne-law { background-image: url('../profiles/ugrad/images/sheenaanne_law_small.jpg'); }
ul.profilelist li a#david-eaves { background-image: url('../profiles/ugrad/images/david_eaves_small.jpg'); }
ul.profilelist li a#liz-kistruck { background-image: url('../profiles/ugrad/images/liz_kistruck_small.jpg'); }
ul.profilelist li a#steve-lupini { background-image: url('../profiles/ugrad/images/steve_lupini_small.jpg'); }
ul.profilelist li a#christophe-maingourd { background-image: url('../profiles/ugrad/images/christophe_maingourd_small.jpg'); }
ul.profilelist li a#caroline-westall { background-image: url('../profiles/ugrad/images/caroline_westall_small.jpg'); }
ul.profilelist li a#liz-gaunt { background-image: url('../profiles/ugrad/images/liz_gaunt_small.jpg'); }
ul.profilelist li a#nick-gowers { background-image: url('../profiles/ugrad/images/nick_gowers_small.jpg'); }
ul.profilelist li a#kien-hoang { background-image: url('../profiles/ugrad/images/kien_hoang_small.jpg'); }

ul.profilelist li a#nick-bailey { background-image: url('../profiles/grad/images/nick_bailey_small.jpg'); }
ul.profilelist li a#caroline-cake { background-image: url('../profiles/grad/images/caroline_cake_small.jpg'); }
ul.profilelist li a#mark-grant { background-image: url('../profiles/grad/images/mark_grant_small.jpg'); }
ul.profilelist li a#kathy-gubbins { background-image: url('../profiles/grad/images/kathy_gubbins_small.jpg'); }
ul.profilelist li a#david-kilroy { background-image: url('../profiles/grad/images/david_kilroy_small.jpg'); }
ul.profilelist li a#jatin-patel { background-image: url('../profiles/grad/images/jatin_patel_small.jpg'); }
ul.profilelist li a#suja-sivadasan { background-image: url('../profiles/grad/images/suja_sivadasan_small.jpg'); }
ul.profilelist li a#robert-storey { background-image: url('../profiles/grad/images/robert_storey_small.jpg'); }
ul.profilelist li a#adam-turnbull { background-image: url('../profiles/grad/images/adam_turnbull_small.jpg'); }

ul.profilelist li a#amaratunga { background-image: url('../profiles/academic/images/amaratunga_small.jpg'); }
ul.profilelist li a#cipolla { background-image: url('../profiles/academic/images/cipolla_small.jpg'); }
ul.profilelist li a#dawes { background-image: url('../profiles/academic/images/dawes_small.jpg'); }
ul.profilelist li a#dowling { background-image: url('../profiles/academic/images/dowling_small.jpg'); }
ul.profilelist li a#fleck { background-image: url('../profiles/academic/images/fleck_small.jpg'); }
ul.profilelist li a#hutchings { background-image: url('../profiles/academic/images/hutchings_small.jpg'); }
ul.profilelist li a#mair { background-image: url('../profiles/academic/images/mair_small.jpg'); }
ul.profilelist li a#pellegrino { background-image: url('../profiles/academic/images/pellegrino_small.jpg'); }
ul.profilelist li a#welland { background-image: url('../profiles/academic/images/welland_small.jpg'); }
ul.profilelist li a#young { background-image: url('../profiles/academic/images/young_small.jpg'); }

#content #cdlabel {
	float: right;
	margin: 10px;
	text-align: center;
	font-size: 0.85em;
}

#content table.clear {
	clear: both;
}

#content #accred img {
	margin: 2px 0.25em;
	border: 1px solid #000;
}

/* ------ Footer ------ */

#footer {
	position: absolute;
	left: 0em;
	bottom: 0em;
	padding: 2px 1em 4px;
	border-top: 1px solid #09c;
	border-bottom: 1px solid #09c;
	background-color: #ccc;
	font-size: 0.85em;
	width: 100%;
}

/* ------ Section specific styles ------ */

/* ------ Home ------ */

body.home #nav {
	border-bottom: 2px solid #009;
}

body.home #sidebar {
	clear: both;
	margin: 0;
	padding: 5em;
	float: left;
	width: 13em;
	position: relative;
}

body.home #sidebar ul li a {
	padding: 0.5em;
	font-size: 1.3em;
	border: 1px solid;
	margin: 0.2em 0;
	text-align: center;
	color: #fff;
}

body.home #sidebar ul li#nav2 a {
	border-color: #900;
	background-color: #900;
}
body.home #sidebar ul li#nav2 a:hover {
	color: #900;
}

body.home #sidebar ul li#nav3 a {
	border-color: #009;
	background-color: #009;
}
body.home #sidebar ul li#nav3 a:hover {
	color: #009;
}

body.home #sidebar ul li#nav4 a {
	border-color: #090;
	background-color: #090;
}
body.home #sidebar ul li#nav4 a:hover {
	color: #090;
}

body.home #sidebar ul li#nav5 a {
	border-color: #c60;
	background-color: #c60;
}
body.home #sidebar ul li#nav5 a:hover {
	color: #c60;
}

body.home #sidebar ul li#nav6 a {
	border-color: #99f;
	background-color: #99f;
}
body.home #sidebar ul li#nav6 a:hover {
	color: #99f;
}

body.home #sidebar ul li#nav7 a {
	border-color: #cc6;
	background-color: #cc6;
}
body.home #sidebar ul li#nav7 a:hover {
	color: #cc6;
}

body.home #sidebar ul li#nav8 a {
	border-color: #9c0;
	background-color: #9c0;
}
body.home #sidebar ul li#nav8 a:hover {
	color: #9f0;
}

body.home #sidebar ul li#nav9 a {
	border-color: #c66;
	background-color: #c66;
}
body.home #sidebar ul li#nav9 a:hover {
	color: #c66;
}

body.home #sidebar ul li#nav2 a:hover, body.home #sidebar ul li#nav3 a:hover, body.home #sidebar ul li#nav4 a:hover, body.home #sidebar ul li#nav5 a:hover, body.home #sidebar ul li#nav6 a:hover, body.home #sidebar ul li#nav7 a:hover, body.home #sidebar ul li#nav8 a:hover, body.home #sidebar ul li#nav9 a:hover {
	background-color: #fff;
}

body.home #content {
	margin-left: 0em;
	text-align: center;
	background-color: white;
}


/* ------ Misc ------ */

body.cdlabel #topbar, body.lectures #topbar, body.lecture #topbar {
	background-color: #ccc;
}

body.cdlabel h2, body.cdlabel h3, body.cdlabel h4, body.lectures h2, body.lectures h3, body.lectures h4, body.lecture h2, body.lecture h3, body.lecture h4 {
	color: #999;
}

body.cdlabel #content {
	background: url('../images/cdlabel2.jpg') top right no-repeat;
	margin-left: 180px;
	padding-right: 180px;
}

body.lectures #sidebar {
	font-size: 0.95em;
	font-style: italic;
}

/* ------ leistung ------ */

body.leistung #topbar {
	background-color: #009;
}

body.leistung h2, body.leistung h3, body.leistung h4 {
	color: #009;
}

body.leistung #nav {
	border-bottom: 2px solid #009;
}

body.leistung #nav ul li.on a	{
	background: #009;
}

body.leistung #sidebar h4 {
	background-color: #009;
}

body.leistung #sidebar ul li a {
	color: #009;
}

body.leistung #sidebar ul li.on a {
	border: 0px solid #009;
}

/* ------ wir ueber uns ------ */

body.wiruns #topbar {
	background-color: #900;
}

body.wiruns h2, body.wiruns h3 , body.wiruns h4 {
	color: #900;
}

body.wiruns #nav {
	border-bottom: 2px solid #900;
}

body.wiruns #nav ul li.on a	{
	background: #900;
}

body.wiruns #sidebar h4 {
	background-color: #900;
}

body.wiruns #sidebar ul li a {
	color: #900;
}

body.wiruns #sidebar ul li.on a {
	border: 0px solid #900;
}

body.wiruns #sidebar .quote {
	background-color: #900;
	color: #fff;
}

body.wiruns #sidebar .openquote {
	background: url("../images/quote1.gif") left top no-repeat;
	height: 30px;
}

body.wiruns #sidebar .closequote {
	background: url("../images/quote2.gif") right bottom no-repeat;
	height: 30px;
}

/* ------ Course ------ */

body.course #topbar {
	background-color: #090;
}

body.course h2, body.course h3, body.course h4 {
	color: #090;
}

body.course #nav {
	border-bottom: 2px solid #090;
}

body.course #nav ul li.on a	{
	background: #090;
}

body.course #sidebar h4 {
	background-color: #090;
}

body.course #sidebar ul li a {
	color: #090;
}

body.course #sidebar ul li.on a {
	border: 1px solid #090;
}

body.course #sidebar ul li.on a {
	color: #090;
}

/* ------ roadmap ------ */

body.roadmap #topbar {
	background-color: #c60;
}
body.roadmap h2, body.roadmap h3, body.roadmap h4 {
	color: #009;
}

body.roadmap #nav {
	border-bottom: 2px solid #c60;
}

body.roadmap #nav ul li.on a	{
	background: #c60;
}

body.roadmap #sidebar h4 {
	background-color: #c60;
}

body.roadmap #sidebar ul li a {
	color: #c60;
}

body.roadmap #sidebar ul li.on a {
	border: 0px solid #c60;
}

/* ------ Jobs ------ */

body.jobs #topbar {
	background-color: #96c;
}
body.jobs h2, body.jobs h3, body.jobs h4 {
	color: #009;
}

body.jobs #nav {
	border-bottom: 2px solid #96c;
}

body.jobs #nav ul li.on a	{
	background: #96c;
}

body.jobs #sidebar h4 {
	background-color: #96c;
}

body.jobs #sidebar ul li a {
	color: #96c;
}

body.jobs #sidebar ul li.on a {
	border: 0px solid #96c;
}

body.jobs #sidebar ul li.on a {
	color: #96c;
}

/* ------ Career ------ */

body.career #topbar {
	background-color: #cc6;
}

body.career h2, body.career h3, body.career h4 {
	color: #009;
}

body.career #nav {
	border-bottom: 2px solid #cc6;
}

body.career #nav ul li.on a	{
	background: #cc6;
}

body.career #sidebar h4 {
	background-color: #cc6;
}

body.career #sidebar ul li a {
	color: #cc6;
}

body.career #sidebar ul li.on a {
	border: 0px solid #cc6;
}

body.career #sidebar ul li a:hover {
	color: #fff;
}

/* ------ Impressum ------ */

body.Impressum #topbar {
	background-color: #9c0;
}

body.Impressum h2, body.Impressum h3, body.Impressum h4 {
	color: #009;
}

body.Impressum #nav {
	border-bottom: 2px solid #9c0;
}

body.Impressum #nav ul li.on a	{
	background: #9c0;
}

body.Impressum #sidebar h4 {
	background-color: #9c0;
}

body.Impressum #sidebar ul li a {
	color: #9c0;
}

body.Impressum #sidebar ul li.on a {
	border: 0px solid #9c0;
}

body.Impressum #sidebar ul li.on a {
	color: #9c0;
}

/* ------ Further Info ------ */

body.other #topbar {
	background-color: #c66;
}

body.other h2, body.other h3, body.other h4 {
	color: #c66;
}

body.other #nav {
	border-bottom: 2px solid #c66;
}

body.other #nav ul li.on a	{
	background: #c66;
}

body.other #sidebar h4 {
	background-color: #c66;
}

body.other #sidebar ul li a {
	color: #c66;
}

body.other #sidebar ul li.on a {
	border: 1px solid #c66;
}

body.other #sidebar ul li.on ul li a {
	border: 0;
}

body.other #sidebar ul li.on a {
	color: #c66;
}

body.other table.guide {
	font-size: 0.85em;
}

body.other table.guide td {
	padding: 2px;
}

body.other table td.faq-h1 {
	font-size: 1.2em;
	font-style: italic;
	color: #c66;
}

/* ------ Lectures ------ */

body.lecture #sidebar {
	display: none;
}

body.lecture #content {
	margin-left: 0.5em;
	border: 0;
}
