/* stylesheet fiedel.dyndns.org - combined gallery pages and wiki*/
body {
        font-family: Verdana, Arial, sans-serif;
        font-size: 13px;
        background-color: black;
        color: white;
        margin: 5px;
}

/* Style for all table cells. */
td {
        font-family: Arial, sans-serif;
        font-size: 10px;
}

/* Put a border on all generated images */
.image {
        border-width: 1px;
        border-color: #888888;
        border-style: solid;
        margin: 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
        text-align: center;
        vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 0px;
}


/* Don't have margins on the slide pages. */
body#slide {
        margin: 5px;
}

/* Highlight the image name on the slide pages. */
#slide .name {
        font-weight: normal;
        font-size: 14px;
        margin-top: 20px;
        border-width: 0px;
        border-top: 1px;
        border-color: #333333;
        border-style: dotted;
        padding-right:10px;
}

/* Header */
h1 {
        font-size: 20px;
        font-weight: bold;
}

/* Custom link styles */
a:link,
a:visited {
		text-decoration: none;
        color: #AAAAAA;
}
a:hover {
        color: #00FF00;
        	cursor: pointer;
}

.keywordlink {
        margin: 10px;
        
}

#imageinfo {
        visibility: hidden;
        border-width: 1px;
        border-color: #000000;
        border-style: dotted;
        padding-right:10px;

}
.settingname {
        color: #999999;
        border-top: 1px;
        border-color: #333333;
        border-style: dotted;
}
.settingvalue {
        color: #cccccc;
        border-top: 1px;
        border-color: #333333;
        border-style: dotted;
        text-align:right;
}
.gpsdatum {
        color: #aaffaa;
        border-top: 1px;
        border-color: #333333;
        border-style: dotted;
        text-align:right;
}

/*styles for the wikipages*/
#wikitoolbar {
    
        background:#000303;
        border-width: 1px;
        border-color: #333303;
        border-style: dotted;
        margin:10px;
        padding:10px;
         
}

.wikitools {visibility:hidden;}


#wikiadcontainer {
margin-left: 10px;
width: 130px;
}

.wikisearchbox {
        font-family: Arial; 
        font-size: xx-small; 
        border-width: 1px;
        border-color: #003030;
        border-style: dotted;
        height:140px;
}
.wikiflickrbox {
        padding:5px;
        font-family: Arial; 
        font-size: xx-small; 
        border-width: 1px;
        border-color: #003030;
        border-style: dotted;
        height:280px;

}
  
#wiki {
        position:absolute;
        margin-left:150px;
        margin-top:15px;
        margin-bottom:10px;
        border-width: 1px;
        border-color: #003030;
        border-style: dotted;
        width: 80%;
     /*  left:150 px;
       top:15px;
       width: 80%;
		background:#000303;

		padding-left: 10px;
		margin-right:10px;
		padding-right: 10px;
   	    margin-bottom:10px;
		padding-bottom: 10px;
        background:#000303;
*/
        }
#wiki h1,h2 {
       text-shadow: 0px 1px 8px white;
}
#wiki hr {
    width:60%;
}
.varicontent  {
        border-width: 1px;
        border-color: #003030;
        border-style: dotted;
        background:#000000; 
		margin:10px;
		padding: 10px;
        overflow:auto;
}
.varicontent pre {
        background:#000303; 
		margin:3px;
		padding: 3px;
        border-style: dotted;
        border-width: 1px;
        border-color: #003030;
 }




