@charset "utf-8";

body 

{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #00000;
	position:relative;
	height: 100%;
	max-width: 500px;
	margin-left: 15px;
	font-size: medium;
	margin-top: 100px;
	}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: lighter;
	margin-bottom: 30px;
	
}

h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: x-large;
    font-style: normal;
    font-weight: lighter;
    margin-bottom: 30px;
    padding-top: 20px;
}
	
a 		{font-weight: bold; color: #666666; text-decoration:none;}
a:hover {font-weight: bold; color: #666666; text-decoration:underline;}
a:focus {font-weight: bold; color: #666666}
a:active {font-weight: bold; color:#666666;}

.pfeil {
	line-height: 16px;
	list-style: none outside none;
	padding-left: 1.2em;
	margin-left: 0;
	outline: 0 none;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 16px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/pfeil.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	vertical-align: top;
}




.projekt {
	margin-top: 20px;
	min-width:500px;
	max-width:700px;
	float: left;
	height: auto;
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.abgesoftet {
	font-size: x-small;
	font-weight: lighter;
	color: #666;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.sitzung {
	color:green;
	font-weight:bold;
			}