/* ===== Default stylesheet for the FIT Web site ===== */
/* ===== Standard HTML elements ===== */
/* ===== Copyright 2005 Fraunhofer FIT ===== */

body {
    background: #fff;
    color: #000;
    margin: 0 0;
    padding: 0;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    }

h1 {
	background: inherit;
	color: gray;
	font-size: 2.3em;
	float: left;
	margin: 0;
	font-family: 'Frutiger 65', Arial, Helvetica;
}

h2 {
	background: inherit;
	color: black;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

.block {
	border-bottom: 1px;
	}
	
address	{
    margin: 0;
    padding: 1em;
    text-align: center;
    font-style: normal;
    font-size: 90%;
    }

img {
    border: 0px none;
    }

/* not needed
abbr, acronym	{
    font-weight: normal;
    font-style: normal;
    border-bottom: 1px dotted black;
    }
*/

blockquote {
    background-color: #e7e8c5;
    }
table.lenya-table {
	width: 75%;
    color: Black;
	background-color: White;
	border-spacing: 0px;
	border-collapse: collapse;
}
table {
    margin: 2%;
    width: auto;
    border-collapse: collapse;
    }

thead, tfoot, tbody, tr {
    margin: 0;
    padding: 0;
    }

th, td {
    margin: 0;
    padding: 0.2em 1em;
    border: solid 1px #000;
    }

caption {
    margin: 2%;
    width: auto;
    background-color: #defefc;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    }
  
/* ==== accesskeys in <a> elements ==== */
a[accesskey]:after {
  content: "attr(accesskey)";
  }
