﻿* {
	margin: 0;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0;
}
body {
	text-align: center;
	margin: 0;
	padding:0;
	font-family:arial,sans-serif;
	font: 12px/1.5 arial,  sans-serif;
	background-color:#D9D9D9;	
	height:100%; 
}
img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.wrapper {
	width: 1000px;
	text-align: left;
	background-color:white;
}
.header {
	width: 1000px;
	height: 130px;
	background-image: url(./header.png);
	vertical-align: bottom;
}
.footer {
	width: 1000px;
	margin: 0 auto;
	height: 75px;
	background-position: bottom;
	background-image: url(./footer.png);
	
}

/*layout for the header */
#unilogo{
        width: 140px;
        padding: 30px 0px 0px 20px;
        float: left;
}
#unilu{
	width:100px;
	height:100px;
	margin-left:30px;
}
#headertext{
        padding: 34px 0px 0px 50px;
        float: left;
}
#headersub{
	float: left;
	padding: 0px 0px 0px 50px;
}
#conflogo{
        height: 100px; 
        padding: 25px 25px 0px 0px;
        float:right;
        text-align:right;
        font-size:9pt;
}

/*layout for the navigation bar (the gray horizontal bar)*/
#bar{
        background-color:#848484;
        padding: 5px 0px 3px 0 ;
        margin-bottom: 30px;
}
#nav{
        color: white;
        padding: 0px 0px 0px 210px ;
        font-size:7pt;
}
#nav a {
        color:white;
        text-decoration:underline;
}
#nav a:hover {
	text-decoration: underline overline;
}

/*layout for the left menu */
li.menuitem:hover{
	text-decoration: underline;
}
div#menu{
        float: left;
        width: 210px;
	margin-left: 10px;
        padding: 0px 0px 0 0px ;
}
div#leftpic{
        float: left;
        width: 210px;
        margin-top:50px;
        clear:left;
	padding-left: 10px;
}
.menuitem a {
        color:#848484;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        width:150px;
        font-size: 14px;
}
.menumainpage a {
        color: #01A8DC;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        width:150px;
        font-size: 14px;
}

/* a special class for the menu item which is the active page */
.nodecomenu{
        color:black;
        font-weight:bold;
        font-size: 14px;
}
li.nodecomenu{
        color:black;
}

/* layout for the real content of the page */
div#textcontent{
        width: 770px;
        margin-left: 220px;
}
#content{
        height: 100%;
}
p{
        padding: 0px 20px 10px 0px;

}

/*markup for links header and img elements */
a {
        color: #01A8DC;
        text-decoration:none;
}
#textcontent a:hover {
	text-decoration: underline;
}
h1{
        color:		#848484;
        font-weight:	bold;
	padding-top:	2em;
}
h2{
        color:		#848484;
        font-weight:	bold;
	padding-top:	1em;
}
h3,h4,h5,h6,h7,h8{
        color:		#848484;
        font-weight:	bold;
	padding-top:	1em;
}
#headersub h1 {
	font-size: 22px;
}

#headersub {	margin-left:	10px;}

h1.first,h2.first,h3.first,h4{
	padding-top:	0em;
}
h2, h3 {margin-bottom: 0.7em;}
img{    border: 0px;}
ul{
        padding: 0px 0px 10px 0px;
        margin-left: 20px;
}
td {
	vertical-align:	top;
}

/*layout for the footer */
.footer p {
	padding: 10px 0 0 0px;
	color: #848484;
        font: 0.8em arial,sans-serif;
}

.footer a{
        color: #848484;
	text-decoration:none
}


/* some special CSS rules for the member page with the images...*/
div.member{
	width: 200px;
	text-align: center;
}

.member img{
	border:0.5mm solid #848484;
}

.member img:hover {
	border: 0.5mm solid #01A8DC;
}

.floatleft, .startleft {
	float:	left;
	margin-right:	40pt;
}

.startleft {
	clear:	left;
}


/*special class for emailaddress obfuscation */
.removeme {
  display: none; 
}

h2,h3 {
        border-bottom-color: #01A8DC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.no {
	text-decoration: line-through;
}

.yes {
	font-weight: bold;
}

.maybe {
	font-style: italic;
}

.updated {
	color: red;
}






{box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
