/*stylesheet fuer desktop:selbstportraits.org */

body

{
  font-family:"Courier New", monospace;
  background-color: black;
  font-size:1em;
  color: white;
  line-height: 140%;
  font-weight: normal;
}
/* global formats */



h1
{
  position:fixed;
  background-color:black;
  font-size:2em;
  line-height: 140%;
  font-weight: bold;
}


  
/*definition von boxen*/

#logo

{
  position:fixed;
  top:0px;
  left:0px;
  background-color:black;
  font-size:2em;
  padding-left:25px;
  padding-top:25px;
  line-height: 140%;
  font-weight: bold;
  z-index:3;
}  

#navigation
{ 
   position:fixed;
   font-size:1.5em;
   text-align:left;
   font-weight: bold;
   top:135px;
   left:10px;
   /*float:left; */
   width:200px;
   height:200px;
   /* border: 1px solid gray;*/
   /*border: 1px solid white; */
   padding-top:5px;
   padding-bottom:5px;

   z-index:1;
}

#inhalt
{ 
   position:absolute; 
   top:142px;
   left:250px;
   float:left; 
   width:1000px;
   color: white;
   z-index:1;
   /*border: 1px solid white;*/
}

#raete

{
  position: absolute;
  /*top:160px;
  left:0px;*/
  width:1000px;
 height:550px;
 /*border: 1px solid white;*/
}

#gruppenfoto
{
  
  width:620px;
 /*border: 1px solid white;*/
}

#auswahl
{
   position:fixed;
   font-size:0.85em;
   top:100px;
   right:150px;
   width:400px;
   z-index:3;
  /* border: 1px solid white; */
}

.bilduntertitel
{
   font-size: 90%;
   line-height: 120%;
   font-weight: normal; 
   color:white;
} 

.bildunterschrift
{
   font-size: 80%;
   line-height: 120%;
   font-weight: normal; 
   color:white;
}      




/* linkcolors for main links */
a:link
{
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
  line-height: 140%;
  color:orange;
}

a:active
{
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
  line-height: 140%;
  /*color: #FF9900;*/
  color: orange;
}

a:visited
{
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
  line-height: 140%;
  color:orange;
}
a:hover
{
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
  line-height: 140%; 
  color: magenta;
  z-index:4;
}

/* Definitionen fuer Texte */

/*.fliesstext
{  
   font-family:"Trebuchet MS", sans-serif;
   font-size: 1em;
   line-height:140%;
   color: #000000;
   font-weight: normal;
}
.text_fett
{  
   font-family:"Trebuchet MS", sans-serif;
   font-size: 1em;
   line-height:140%;
   color: white;
   color: #000000;
   font-weight: bold;
}

.fett
{  font-size: 0.9em;
   font-family:"Trebuchet MS", sans-serif; 
   color: white;
   line-height: 140%;
   color: #000000;
   font-weight: bold;
}

.seitentitel
{ 
   font-family: Georgia, Garamond,"Lucida Bright", serif;
   font-size: 2.5em;
   color: white;
   line-height: 125%;
   color: #000000;
   font-weight: bold;
}

.zwischentitel
{ 
   font-size: 12px;
   font-family: Georgia, Garamond,"Lucida Bright", serif;  
   line-height: 120%;
   color: #000000;
   font-weight: bold;
}

.anschrift
{ 
   font-size: 75%;
   line-height: 120%;
   color: #000000;
   font-weight: normal;
}*/

/*.galerie
{
  padding: 5px;
}*/


/*#lorenz

{
  position: absolute;
  text-align: center;
  top:475px;
  left:360px;
  width:275px;
 border: 1px solid white;
} 

#regine
{
  position: absolute;
  text-align: right;
  top:475px;
  left:100px;
  width:275px;
 border: 1px solid white;
} 

#stefan
{
  position: absolute;
  text-align:left;
  top:475px;
  left:620px;
  width:275px;
 /*border: 1px solid white;*/
}*/

