html {
      height:100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
	height: 100%;
}

a {
	color: #cc0000;	
	text-decoration: none;
}

a:visited {
	color: #990000;	
}

a:hover {
	text-decoration: underline;
}

p {

}

h2 {
	font-size: 1.3em;
	color: black;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: 1.2em;
}

.flexi {
 display: flex;
justify-content: space-between;
}
.yearbox {
 display: flex;
justify-content: space-evenly;
}
.eventbox {
	flex: 0 0 25%;
	border: 1px solid black;
	border-spacing: 15px;
   padding:10px;
}   	 

.eventheadline {
	font-weight: bold;
	font-size: large;
}

.eventtype {
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

ul {
	padding-left: 20px;
}

ul.spaced li {
	padding-bottom: 10px;
}

table#layout td {
	padding: 0;
	margin: 0; 
}


img.border {
	border: solid 1px black;
}


a img {
	border-style: none;
}

#main {
	/*width: 750px;*/
	/*margin: 50px 30px;*/
	/*border: 1px solid #444444;*/
	height: 100%; 
	padding: 0px;
	background-color: #ffffff;
}

table#layout {
	height: 100%;
	width: 100%;
}

#header {
	border-bottom: 1px solid #a89a86;
	background-color: #ffe9a9;
}

#logocell {
	border-right: 1px solid black;
	background-color: white;
}

#unilulogo {
}

#header p {
	font-size: 1.1em;
	margin: 0px;
}

#header a {
	color: white;
	text-decoration: underline;
}

img#unilulogo {
	float: left;
}

td#headermain {
	vertical-align: middle;

/*	background-image: url('logo/knowledge-red.jpg');*/
/*	background-repeat: repeat-x;*/
/*	background-repeat: no-repeat;*/
	height: 147px;
	width: 100%;
	vertical-align: middle;
}

td#headermain > div {
	max-width: 730px;
	margin-right:auto;
	margin-left:auto;
}


#logolink img {
	height: 100px;
	display: block;	
	float: right;
	padding-top: 8px;
	padding-right: 20px;
}

#groupname {
	font-size: 20pt;
	font-weight: bold;
	color: #222222;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-right: 144px;
	text-align: center;
	color: #cc0000;
}

#groupmotto {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-right: 144px;
	font-size: 14pt;
	color: #222222;
	vertical-align: center;
	text-align: center;
	color: #cc0000;
	font-weight: bold;
}
#pagetitle {
	text-align: left;
	font-weight: normal;
	font-size: 2em;
	color: black;
}

#contentcell {
	padding: 0px;
	min-width: 420px;
}

#content {
	margin: 20px; 
	min-height: 310px;
}

#menu {
/*	background-color: #b0d4df;*/
	background-color: #7bc0d7;
	color: black;
	margin: 0px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 150px;
	border-right: 1px solid black;
/*	min-height: 310px;*/
	font-size: 12pt;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
}

#menu ul ul {
	padding-top: 0px;
}

#menu li {
	list-style-type: none;

	background-color: #a8e2f6;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;

	/*border-top: 1px solid gray;
	border-bottom: 1px solid black;
	border-right: 1px solid gray;
	border-left: 1px solid black;
	background-color: #abebff;
	padding: 2px;*/
}

#menu ul ul li {
	margin-left: 10px;
}


#menu li.active a {
	background-color: #1080cf;
	color: white;
}


#menu li:hover a {
	background-color: #1080cf;
	color: white;
}

#menu a {
	color: black;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1em;
}

#footer {
	text-align: right;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
}

#footer a {
	color: black;
}

#groups {
	padding: 0px;
	margin: 0px;
	font-size: normal;
	float: left;
	width: 150px;
}
#groups div {
	float: left;
	display: block;
	text-align: center;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#dcslink {
	border-right: 1px solid black;
	width: 71px;
}
#iliaslink {
	width: 70px;
}

#groups div a {
	display: block;
	color: black;
	text-decoration: none;
}

#contact {
	font-size: smaller;
}

.vcard {
	clear: both;
}

.vcard .photo {
	float: left;
	height: 115px;
	margin-right: 4px;
	margin-bottom: 10px;
	border: 1px solid black;
}



