/* -------------------------------------------------------------------*/
/*                                                                    */
/*        DEFINITIONS OF THE LAYOUT WITH CASCADING STYLESHEETS        */
/*                                                                    */
/*                                                                    */
/* -------------------------------------------------------------------*/


BODY {background-color: rgb(255,255,255);
      font-family: arial,sans-serif;
      font-style:normal;
      font-size:12pt;
      color: rgb(50,50,50);		
}

img {
   border:0px;
   padding:0px;
   margin:0px;
}


h1, h2 {
   background: rgb(45,45,80);
   color: rgb(256,256,256);
   padding: 5px;
}

li.tree {
   list-style-type: square;
}

/* ----------------  styles for the index page    ---------------  */

.text {
    width:600px;
    font-family:sans-serif;
    font-size: 10pt;
    color: rgb(50,50,50);
    margin-top:3pt;
}

/* ----------------  styles for the picture pages ---------------  */

body#picture {
   background: rgb(5,5,80);
}


.content {
  width:600px;
  margin-left:40px;

}

.timestamp {
    font-family:monospace;
    font-size: 6pt;
    color: rgb(250,250,250);
}

.annotation {
    font-family:sans-serif;
    font-size: 10pt;
    color: rgb(250,250,250);
    margin-top:3pt;
}

table.navigation {
     width:100%;
     margin:0px;
     border:0px;
}

table.navigation td {
        /* width:80px; */
	padding:0px;
	margin:0px;
	border:0px;
}


/* my mark */
.log {
   margin-right:50px;
   margin-top: 50px;
   font-family: Avantgarde, sans-serif;
   font-size:6pt;
   color: #999999;
   text-align:right;
}

.tag {
   color: #eeeeee;
   background: #9999ee;
   margin: 0 1em;
   padding: 0 0.5em;
}


/* -----------  Definitionen fuer Farbe der Links ---------------  */


A:active	{ 	color: rgb(130,130,130);
		}

A:link		{	color: rgb(0,51,153);
		}

A:visited	{ 	color: rgb(130,130,130);
		}



