/* style sheet fuer pepa.de */
/* -bk-/tk                 */
/* generelle Einstellung fuer die ganze web-site */
  body { color: rgb(255, 255, 255);
    background-color: rgb(51, 102, 153); 
    height: 100%;
    margin-left: 10px;
    font-family: Albany, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    }
/* Darstellung von Hyperlinks */
 a { font-weight: bold;
    text-decoration: none;
    color: rgb(255, 211, 100);
    }

  h1 { font-size: 26pt;
    padding-left: 100px;
    }

  .hervor { 
	padding: 2px 5px 2px 0px;;
	width: 100%;
	background-color: rgb(0, 153, 255);
    }

  .einzug {
	margin-left:80px;
	}

  .kleiner { font-size: small;
    }
/* Weisser Balken, blauer Rahmen, blaue Schrift */
/* Breite: 650 px - 2x border - 2x padding      */
  .balken { 
	width:622px;
	overflow:hidden;
	border: 4px solid rgb(0, 0, 102);
	margin: 0px 0px 10px;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: rgb(0, 0, 102);
	background-color: rgb(255, 255, 255);
    }


/* Hellblaue Seite            */
  .hellblau {
    color: rgb(0, 0, 96);
    background-color: rgb(201, 225, 255);
    padding-left: 5px;
    padding-right: 5px;
 
}
 .hellblau table { color: rgb(0, 0, 96); }
 .hellblau a { font-weight: bold; 
		color: blue;
 }
 .mittelblau {
     color: rgb(0, 0, 96);
     background-color: rgb(137, 168, 204); 
     padding: 5px 5px;
  }
 .mittelblau a:visited { color: rgb(80, 80, 150);
    font-weight: bold;
    }
/* Seitenbereiche         */
/* Feste oberste Zeile */
  #topline {
	position:absolute; top:0px; left:150px;
	padding-top:5px;
	height: 20px;
	font-weight: bold;
	}
/* Ende oberste Zeile */
/* Bereich fuer den eigentlichen Seiteninhalt   */
  #content { 
	position: absolute; top:20px; left: 150px;
	margin-top:10px;
/*    background-color: rgb(200, 200, 200);  */ 
    min-height:80%;
/*    width: 780px;  */
    width: 650px;
    overflow: hidden;   
    }

/* Linke Navigationsleiste */

  #navmenu { 
	position:absolute; top:10px; left:5px;
	color: rgb(255, 255, 255);	
	width: 140px;
	font-size: 10pt;
	overflow: hidden;
	margin-left: 0px;
    }

  #navmenu a:link { color: rgb(255, 255, 255);
    text-decoration: none;
    }

  #navmenu a:visited { color: rgb(204, 204, 255);
    font-weight: bold;
    }

  #navmenu a:hover { color: rgb(0, 0, 255);
    background-color: rgb(255, 255, 255);
    }

  #navmenu a:active { color: rgb(255, 0, 0);
    background-color: rgb(255, 255, 255);
    }

  #navmenu .mittelblau a:visited { color: rgb(80, 80, 150);
    font-weight: bold;
    }
  #navmenu .einzug {
	margin-left:10px;
	}

  #navmenu .titel {
    color: rgb(0, 0, 96);
    background-color: rgb(201, 225, 255);
    padding: 15px 5px;
    font-weight: bold;
   }



/* Ende linke Navigationsleiste */

/* Definition rechte Randleiste */
 #rrand {
	width:150px;
	font-size: 10pt;
	overflow: hidden;
	float:right;
}
 #rrand .titel { 
	padding: 2px 5px;
/*	width: 100%;  */
	font-weight: bold;
	background-color: rgb(0, 153, 255);
}
 #rrand .artikel {
	padding: 2px 5px;
/*	width: 100%;   */
	color: rgb(0, 0, 96);
	background-color: rgb(201, 225, 255);
	margin-bottom: 10px;
}

/* Ende Definition rechte Randleiste */
/* Aktuelles - Mittelteil          */

 #mitte { 
	width: 495px;
	padding-right:2px; }

 .titel { 
	padding: 2px 5px;
/*	width: 485px;         */
	font-weight: bold;
	background-color: rgb(0, 153, 255);
}
 .artikel {
	padding: 2px 5px;
/*	width: 485px;   */
	color: rgb(0, 0, 96);
	background-color: rgb(255, 255, 255);
	margin-bottom: 10px;
}
 .artikel table { color: rgb(0, 0, 96); }

 .linkleiste { 
	color: rgb(0, 0, 96);
	background-color: rgb(201, 225, 255);
	padding-left:5px;
	
}
  .linkleiste a:link { color: rgb(0, 0, 255);
    text-decoration: none;
    }

  .linkleiste a:visited { color: rgb(104, 104, 255);
    font-weight: bold;
    }

  .linkleiste a:hover { color: rgb(255, 0, 0);
    background-color: rgb(255, 255, 255);
    }

  .linkleiste a:active { color: rgb(255, 0, 0);
    background-color: rgb(255, 255, 255);
    }

/* Ende Aktuelles - Mittelteil          */

/* fuer die slide show:                */
  #diabild {
	margin-left: 25px;
	text-align: center;
	width: 600px;
	height: 600px;
  }

  #diatext {
	margin: 5px 0px 5px 25px;
	width: 620px;
	padding-left: 5px;
	min-height: 30pt;
	color: rgb(0, 0, 96);
	background-color: rgb(201, 225, 255);
  }

/* Ende slide show                      */
/*  BIS HIER GETESTET  */


.trenner { position:relative;
	clear:both;
}

  .unten { position: relative;
    bottom: 0px;
    left: 0px;
    }

/*
  .seite { color: rgb(0, 0, 96);
    background-color: rgb(201, 225, 255);
    max-width: 780px;
    padding-left: 5px;
    padding-right: 5px;
    }

  .seite table { color: rgb(0, 0, 96);
		    }

  .seite a { color: rgb(153, 0, 0);
    }

  .kontakt { color: rgb(0, 0, 0);
    }

  .gross { font-size: 20pt;
    }

  .menu { font-size: 10pt;
    }

  table.kontakt { background-color: rgb(255, 255, 255);
    }

*/
  .titelschwarz { font-size: medium;
    color: rgb(0, 0, 0);
    background-color: rgb(0, 153, 255);
    padding-top: 3px;
    padding-bottom: 5px;
    }


  .eingerahmt { border: 6px solid rgb(0, 0, 102);
    padding-top: 0px;
    max-width: 780px;
    }

/* das ist fuer die diashow aus gwenview */
h6 {
    margin-top: 0.6em;
    margin-bottom: 0.4em;
    padding-left: 2em;
    padding-top: 0.6em;
    padding-bottom: 0.4em;
    font-size: 100%;
    background-color: rgb(137, 168, 204); 
    border: 2px solid rgb(0, 0, 96); 
    border-left: 0px;
    border-right: 0px;
}
h6 a {
    color: #ffffef;
}
h6 a:hover {
    color: #fffdaf;
}

.thumbnail {
    display: inline;
    float: left;
    width: 160px;
    height: 180px;
    margin: 1em;
    text-align: center;
}
.thumbnail img {
    display: block;
    border: 2px solid #006a00;
}

#footer {
    clear: both;
    margin: 1em;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 2em;
    border: 2px solid #707070;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    color: #707070;
    background-color: #a0a0a0;
    font-size: 90%;
}

#navigation {
    width: 100%;
    text-align: center;
}

#navigation img { border: none; 
}

#slides {
    clear: both; 
/*    margin-top: 1em;
    margin-left: 4em;
    margin-right: 4em; 
*/   
    text-align: center;
}
#slides img {
    border: 2px solid rgb(0, 0, 96);
}

#collectionPage img {
    display: block;
}

#previous {
    float: left;
    width: 33%;
    text-align: right;
}

#next {
    float: left;
    width: 33%;
    text-align: left;
}

#up {
    float: left;
    width: 33%;
    text-align: center;
}

#imagePage #slides {
    text-align:center;
    margin-top: 4em;
}
