/*

Style Sheet for www.schaper.net

(C) 2009 Eckart M. Schaper
E-Mail: info@schaper.net

*/


body {
	font-family:  "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  margin: 20px 20px 20px 250px;
  font-size: 80%;
	background: black;
  color: #cccccc;
}


h1, h2, h3, h4, h5 {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }


p {
/*	text-indent: 2em  */
}

/* Quotes */
q { quotes: "\201C" "\201D" }


strong { font-weight: bold }


pre, code { font-family: "Bitstream Vera Sans Mono", monospace; }


a img { border: none }

a:link { color: #cccccc; text-decoration: underline }
a:active { color: yellow; text-decoration: underline }
a:visited { color: gray; text-decoration: underline }
a:hover { color: white; text-decoration: underline }


address {
  margin: 2em 0em 20px 0em;
/*  border: 2px;
  border-color: black;
  border-style: dashed; */
  color: black;
	background: #cccccc;
	padding: 0.5em;
	font-size: 80%;
	font-style: italic;
  clear: both;
  z-index: 2;
}

address a:link { color: black; text-decoration: underline }
address a:active { color: yellow; text-decoration: underline }
address a:visited { color: black; text-decoration: underline }
address a:hover { color: black; text-decoration: underline }


.legend
	{
	font-size: 60%;
	font-weight: bold;
}

.photocaption
  {
  padding: 0px 20px 0px 20px;  
}

.photocaption p { line-height: 1em }

.phototitle
	{
	font-weight: bold;
  font-size: 120%;
}

.phototitle_secondary
	{
	/* font-weight: bold; */
  font-size: 120%;
	font-style: italic;
  color: #999999;
  margin-top: -1em;
}

.photosubtitle
	{
	font-weight: bold;
  font-size: 100%;
}

.photosubtitle_secondary
	{
	/* font-weight: bold; */
	font-style: italic;
  font-size: 100%;
  color: #999999;
  margin-top: -1em;
}

.copyright
	{
	font-size: 80%;
	font-style: italic;
  color: black;
	background: #cccccc;
  padding: 3px 20px 5px 20px;  
}

.copyright a:link { color: black; text-decoration: underline }

.highlight
  {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 2px;
  border-color: black;
  border-style: dashed;
	background: #FFFF99;
  padding: 0.5em;
  clear: both; 
}

/* 
.photo
  {
  border: 2px;
  border-color: white;
  margin-right: 20px;
  margin-bottom: 20px;
}

.photo img
  { 
  border: 20px;
  border-color: black;
}
*/

.update
  {
  min-height: 100px;
  margin-bottom: 40px;
}


.update img
  {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}

.updatetext
  {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 120px;
  color: #cccccc;
  font-weight: normal;
/*  clear: both; */
}


.updatetext h1, h2, h3
  {
/*  margin-top: 20px;
  margin-bottom: 10px; 
  border-color: gray;
  border-style: dashed; */
  color: black;
	background: #cccccc;
  padding: 0.5em;
/*  clear: both; */
}

.updatetext h1, h2
  {
  font-weight: bold;
}

.update h3 a:link { color: black; text-decoration: none }
.update h3 a:visited { color: black; text-decoration: none }
.update h3 a:hover { text-decoration: underline }


.smaller { font-size: 80% }


#banner
  {
 	position: absolute;
  left: 20px;
  bottom: 60px;
  clear: both;
  z-index: 0;
}


.footer
	{
	margin: 2em 0em 1em 0em;
	background: #cccccc;
	padding: 0.5em;
	font-size: 80%;
	font-style: italic;
}


#updates
  {
  color: black;
	background: #cccccc;
  padding: 0.5em;
  margin-top: 60px;
}

#menu {
/*	padding: 0 1em 1em 1em; */
	width: 200px;
/*	min-width: 120px;
  max-width: 180px; */
	position: absolute;
	top: 10px;
  left: 20px;
/*		font-weight: bold;
	color: black;
	background: #FFFF99;
  border: 4px;
  border-color: black;
  border-style: dashed; */
	z-index: 3;
}

#menu ul { list-style-type: none; }

#menu a:link { color: #cccccc; text-decoration: underline }
#menu a:visited { color: gray; text-decoration: underline }
#menu a:hover { color: white; text-decoration: underline }
#menu a:active { color: yellow; text-decoration: underline }


/*
#menu a { text-decoration: none }
#menu a:link { color: blue }
#menu a:active { color: red }
#menu a:hover { color: white; background: black }
#menu a:visited { color: #666666 }
*/

#logos {
	position: absolute;
	border: 0px;
	margin: 0px;
	padding: 0px;
	bottom: 12px;
	left: 20px;
  z-index: 1;
}


body>div#menu {position: fixed}     /* Workaround for IE (doesn't support "fixed") */
body>div#logos {position: fixed}    /* Workaround for IE (doesn't support "fixed") */
body>div#banner {position: fixed}   /* Workaround for IE (doesn't support "fixed") */
