/* .css for photo pages */
/* #80FF80 -> #C8FFC8   */

      img { border: 1px dashed #008080; }
      body { background: #000000; color: white;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 10pt; margin: 5pt;}
      a { text-decoration: none; 
             font-family: Arial, Helvetica, sans-serif;
             font-size: 10pt; }
      a:link { color: #008080; text-decoration: none;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 10pt; }   
      a:visited { color: white; text-decoration: none;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 10pt; }
      a:hover { text-decoration: underline;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 10pt; color: #008080;}
      a:active { color: #008080; text-decoration: none;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 10pt; }
      td { font-size: 9pt; }
      td.center { text-align: center; }
      td.nowrap { white-space: nowrap; }
      blockquote.center { text-align: center; }
      li {
	     width: 95%; padding-left: 5px;
	     background: #AAFF82; font-size: 10pt;
	     border: 1px dashed #008080; font-weight: normal;
	     vertical-align: middle; height: 19px; }


.site {
	width: 800px;
	margin: auto;
	overflow: none;
	}

.item {
        background: #000000; 
	color: #FFFFFF;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
        }

.item2 {
        background: #000000; 
	color: #FFFFFF;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 290px;
	text-align: center;
        }

.left {
        background: #000000; 
	color: #FFFFFF;
        vertical-align: middle;
	width: 39%;
	position: absolute;
	text-align: left;
        }

.right {
        background: #000000; 
	color: #FFFFFF;
        vertical-align: middle;
	width: 39%;
	margin-left: 40%;
	position: absolute;
	text-align: right;
        }

.links {
	position: absolute;
	top: 32px;
	}

.head {
	width: 100%;
	background: #000000;
	color: #999999;
	border-bottom: 1px dotted #999999;
	height: 75px;
	}

.bild {
	position: absolute; 
	}

.text {
	margin-left: 100px; vertical-align: middle; position: absolute;
	margin-right: 5%; font-size: 10pt; margin-top: 8px;
	}

.preview {
	width: 80px; height: 60px;
	}

.h21 {
	color: #00CCCC; 
	font-size: 16pt; 
	margin-top: 1px;
	letter-spacing: 4pt;
	padding-left: 100px;
	position: absolute;
	top: 30px;
	}

.h22 {
	color: #888888; 
	background: #000000; 
	font-size: 16pt; 
	margin-top: 1px;
	letter-spacing: 4pt;
	padding-left: 102px;
	padding-top: 2px;
	position: absolute;
	top: 30px;
	}


