body {
	background-color: white;
	background-image: url("images/background.png");
	background-attachment: fixed;
	padding: 0px;
	margin: 5px;
}

body.intro {
	background-color: white;
	background-image: none;
	text-align: center;
}

H1 {
	font-size : 18px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	color : #F7941D;
}

H2 {
	font-size : 16px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	color : Navy;
}

h3 {
	font-size : 14px;
	font-family : Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	color : Navy;
}

p, p.footer {
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
	color : Navy;
  text-align: justify;
}

body.intro p.attention {
	font-family : Arial, Helvetica, Sans-Serif;
	color : Navy;
  text-align: center;
}

img.portrait {
	float: right;
}

p.footer {
	border-top: 1px solid navy;
}

p.portrait {
	float: left;
}

p.attention {
	font-size: 1em;
	color: red;
	font-weight: bold;
	font-family : Arial, Helvetica, Sans-Serif;
}

li {
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
	color : Navy;
	text-align: justify;
}

ul#adviser li {
	text-align: left;
}

td {
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
	color : Navy;
	vertical-align:top;
}

ol li {
	list-style-type: decimal;
}

ol li ol li {
	list-style-type: lower-alpha;
}

a {
	text-decoration: underline;
}

a.menu 
{
	background-color: rgb(194, 206, 218);
	background-image: url("images/menu-item-not_selected.png");
	background-repeat: no-repeat;
	color: rgb(0, 51, 102);
	padding: 2px 0px 2px 23px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	font-size: 0.6em;
	border-bottom: 1px solid rgb(0, 51, 102);
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
}

a.menu:hover
{
	background-image: url("images/menu-item-selected.png");
	background-repeat: no-repeat;
	background-color: rgb(0, 51, 102);
	color: white;
	padding: 2px 0px 2px 23px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	font-size: 0.6em;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

a.menuSelected
{
	background-image: url("images/menu-item-selected.png");
	background-repeat: no-repeat;
	background-color: rgb(0, 51, 102);
	color: white;
	padding: 2px 0px 2px 23px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	font-size: 0.6em;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
}


a.header {
	background-image: url("images/header-item.png");
	background-repeat: no-repeat;
	background-color: rgb(254, 170, 84);
	color: white;
	padding: 2px 10px 2px 23px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	font-size: 0.6em;
	width: 105px;
	height: 18px;
	text-decoration: none;
}

a.header:hover {
	background-image: url("images/header-item-selected.png");
	background-repeat: no-repeat;
	background-color: white;
	color: rgb(254, 170, 84);
	padding: 2px 10px 2px 23px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	font-size: 0.6em;
	width: 105px;
	height: 18px;
	text-decoration: none;
}

a.headerSelected {
	background-image: url("images/header-item-selected.png");
	background-repeat: no-repeat;
	background-color: white;
	color: rgb(254, 170, 84);
	padding: 2px 10px 2px 23px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	font-size: 0.6em;
	width: 105px;
	height: 18px;
	text-decoration: none;
}

div#menu {
	background-image: url("images/menu-background.png");
	background-repeat: repeat-y;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 169px;
	height:499px; 
	float: left;
}

div#header {
	margin-bottom: 0px;
	width: 800px;
	text-align: right;
}

div#content {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	float: left;
	width: 379px;
}
div#content_full {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	float: left;
	width: 595px;

}
div#picture {
	height: 499px;
	width: 207px;
	padding-top: 50px;
	float: left;
	text-align: center;
}

div#attention {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  float: left;
  width: 207px;
  text-align: center;
  margin-bottom: 40px;
}

img#logo {
	float: left;
}

li, li.lecture {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

li.lecture {
	text-align: left;
}

td.name {
	text-align: right;
}

td.city {
	text-align: left;
	font-weight: bold;
}

a.epilogue {
	background-color: rgb(255, 255, 204);
	font-family: Vendetta, sans-serif;
	font-size: 0.8em;
	border: 1px solid black;
	padding: 5px;
	display: block;
	text-decoration: none;
}

a.tech_module {
	background-color: rgb(171, 221, 237);
	font-family: Vendetta, sans-serif;
	font-size: 0.8em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	display: block;
	text-decoration: none;
}

a.bs_module {
	background-color: rgb(255, 204, 0);
	font-family: Vendetta, sans-serif;
	font-size: 0.8em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	display: block;
	text-decoration: none;
}

a.law_module {
	background-color: rgb(178, 178, 178);
	font-family: Vendetta, sans-serif;
	font-size: 0.8em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	display: block;
	text-decoration: none;
}

a.nl_module {
	background-color: rgb(204, 254, 51);
	font-family: Vendetta, sans-serif;
	font-size: 0.8em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	display: block;
	text-decoration: none;
}

a.hr_module {
	background-color: white;
	font-family: Vendetta, sans-serif;
	font-size: 0.8em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	display: block;
	text-decoration: none;
}

p.timestamp {
  font-style: italic;
}

p.language {
  text-align: center;
}

p.language img {
  border-style: none;
}

table.press {
	width: 100%;
}

img {
	border-style: none;
}
