body {
	font-family: sans-serif;
	
 	background-color: #c1c1c1; /*menu & logo BG*/
 	color: black;
 	margin-top: 0px;
 	margin-left: 0px;
 	margin-right: 20px;
 	
    font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
    line-height: 110%;
	line-height: 1.4em;
}

/*
 * LOGO
 */
  
#header {

	height: 100px;
	padding-bottom: 10px;
	padding: 0px;
	margin-bottom: 20px;
	z-index: 1;
	background-image: url("fam-os70.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	border-style: none;
}



/*
 * MENU
 */

div.menu {
	position: absolute;
	top: 120px;
	left: 10px;
	
	margin-right: auto;
	width: 110px;

	padding-left: 0px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
		
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
}

/* Horizontal Menu */

.menu div {
	text-align: right;

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}


.menu div.selected {
	font-weight: bold;
	color: #c1c1c1;
	background-color: black;
}


.menu div.normal:hover {
	color: #c1c1c1;
	background-color: #000000; /*MOUSEOVER FARBE*/
}

.menu div.normal {
	font-weight: bold;
	color: black;
	background-color: #c1c1c1;
}


/* Horizontal Menu */


div.submenu {
	border-bottom-width: 1px;
	border-bottom-color: #669966;
	border-bottom-style: solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.submenu span {
	text-align: center;

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}


.submenu span.selected {
	font-weight: bold;
	color: #ffffff;
	background-color: #153719;
}


.submenu span.normal:hover {
	color: #001b00;
	background-color: #669966;
}

.submenu span.normal {
	font-weight: bold;
	color: #669966;
	background-color: white;
}


/*
 * CONTENT
 */
 
div#contentheader {

	display: none;
}

div#content {

	background-color: #c1c1c1; /*NORMAL BG*/

	padding: 20px;

	margin-left: 160px;
	margin-bottom: 20px;


}

/*
 * FORMATTING
 */

:link, :visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: dotted;
	border-color: black;
	border-width: 1px;
	padding-bottom: 1px;
}

:link:hover, :visited:hover {
	border-bottom-style: solid;
}

h1 {
	font-size: 200%;
	margin-bottom: 30px;

}

h2 {
	font-size: 150%;

}

h3 {
	font-size: 120%
}

table {
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	padding: 3px;
}

table th {
	background-color: #c1c1c1;
	padding: 0px;
	padding: 3px;
	
	
}

table td {
	background-color: #c1c1c1;
	padding: 0px;
	
	padding: 3px;
}

p.announce {
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
p.sprinkle {
	font-size: 75%;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}
p.dedication {
	margin-top: 50px;
	font-size: 90%;
	font-style: italic;
}

.floating-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

h2, h3 {
	margin-top: 2em;
	clear: both;
}
