/* New SARIT css -- started 2005-05-22 */
/* BODY */
body {
	background: url(images/landschaft2.gif);
	font: 10pt sans-serif;
}
h1,h2,h3 {
	text-align: left;
	font-weight: normal;
}
h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
table {
	font-size: 10pt;
	border-collapse: collapse;
}
td {
	border: 0px;
	padding: 4px;
	vertical-align: top;
}
a { color: #003; }
a:visited { color: #444 }
a:active { color: #900 }
a:hover { color: #900 }

/* END BODY */
/* HEADER */
#header {
	background: url(images/logohome.gif) top right no-repeat;
	height: 100px;
}
#header h1, #header h2, #header h3 {
	margin-top: 20px;
	margin-left: 150;
	font-size: 18pt;
}
/* END HEADER */
/* MENU */
#menu {
	background: url(images/nav2.gif) top left no-repeat;
	position: absolute;
	top: 75px;
	left: 0px;
	width: 130px;
	padding: 10px;
	font-size: 12pt;
	height: 100%;
}
#menu a {
	display: block;
	font-weight: normal;
	padding: 2px;
	margin-top: 8px;
	text-decoration: none;
	color: black;
}
#menu a:visit {
}
#menu a:active {
}
#menu #selected {
	background-color: #CCCCCC;
}
#menu #selected a {
	color: red;
}
#menu a:hover {
	background-color: white;
}
#menu a.img:hover {
	background-color: #FF0000;
}
#menu #submenu {
	padding-left: 20px;
	font-size: 9pt;
}
#menu #submenu a {
	font-weight: normal;
	font-style: italic;
}
#menu #lastModified {
	color: #333333;
	margin-top: 20px;
	font-style: italic;
	font-size: 7pt;
	padding: 0px;
}
#menu #lastModified:before {
	content: "Last modified: ";
}
#menu #lastModified a {
	color: #333333;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#menu img {
	width: 100%;
	margin-top: 20px;
	border: 0px;
}
/* END MENU */
/* CONTENT */
#content {
	position: absolute;
	margin-left: 10px;
	top: 120px;
	left: 150px;
}
#content ul {
	list-style-image: url(images/liste.gif);
	padding-left: 20px;
}
#content .heading {
	font-weight: bold;
}
#content .category {
	font-weight: bold;
	background-color: #FF0000;
}
#content .institution {
	font-weight: bold;
	background-color: #A9A9A9;
}
#content .person {
	font-size: 10px;
}
#content .department {
	font-size: small;
	font-style: italic;
	background-color: #CCCCCC;
}
#content .group {
	font-size: 10px;
}

/* END CONTENT */

/* PRINTING */
@media print {
#header, #menu, #logo {
		display: none;
	}
	#menu a {
		display: none;
	}
	body, #header {
		background: none;
	}
	#content {
		top: 0px;
		left: 0px;
		right: 0px;		
	}
	#content a {
		text-decoration: none;
		color: black;
	}
}
/* END PRINTING */
