/* Gthumb Revolte style */

  body {
    background-image: url(HG2.png);
    color: #061b41;
    font-family: arial, helvetica, sans-serif ;
  }
  div#index{
		background-image: url(HG.png);  
		border: 2px solid #dc0c03;
  }
  div#badewanne{
		background-image: url(HG.png);  
		border: 2px solid #dc0c03;
  }

  table.photo {
    border: 1px solid #dc0c03;
  }

  table.nav_button {
    border: 0px outset #bbb;
  }

  div.copyright {
    font-size: 9pt;
    color: #061b41;
  }

  img.photo_center {
    border: 1px solid #dc0c03;;
  }

  img.preview {
    border: 1px solid #dc0c03;
  }

  img.nav_img {
    border: 1px solid #dc0c03;
  }

  .comment, .property, .property_value {
    font-size: 9pt;
  }

  .property, .property_value {
    text-align: left;
    color: #961a08;
  }

  .property_value file_name {
    font-family: monospace;
  }

  .property {
    font-weight: bold;
    text-align: left;
  }

  .comment {
    font-style: italic;
  }

  div.title {
    color: #dc0c03;
  }

  span.page_index {
    color: #000;
  }

  /* links */
  a:link {
		color: #061b41;
		font-weight: bold;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #375385;
		font-weight: bold;
	}
	a:hover {
		color: #dc0c03;
		font-weight: bold;
		text-decoration: none;
	}
  
  div.no_thumb {
    border: 0px;
    width: 89px;
    height: 89px;
    margin: 0px;
    padding: 0px;
  }

  span.nolink {
    color: #444444;
  }

  span.link_prev {
    padding-right: 10px;
    border: 0px;
  }

  span.link_next {
    padding-left: 10px;
    border: 0px;
  }
  span.link_up {
  	padding-left: 20px;
  	border: 0px;
  }
  div#idx{
  	color: #061b41;
  	font-size: 16px;
  	font-weight: bold;
  }
  div.nav_bar{  	
		border: solid 2px #dc0c03;
		line-height: 1.5 ;
		text-align: center;
		background-image: url(HG.png);
	}
