/* Gthumb Revolte style */

  body {
    background-image: url(../asphalt-bg/bg1.png);
    color: black;
    font-family: arial, helvetica, sans-serif ;
  }
  div#index{
		background-image: url(../asphalt-bg/bg2.png);  
		border: 2px solid black;
  }
  div#badewanne{
		background-image: url(../asphalt-bg/bg2.png);  
		border: 2px solid black;
  }

  table.photo {
    border: 1px solid black;
  }

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

  div.copyright {
    font-size: 9pt;
    color: black;
  }

  img.photo_center {
    border: 1px solid black;
  }

  img.preview {
    border: 1px solid black;
  }

  img.nav_img {
    border: 1px solid black;
  }

  .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: black;
  }

  span.page_index {
    color: #000;
  }

  /* links */
  a:link {
		color: black;
		font-weight: bold;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #333;
		font-weight: bold;
	}
	a:hover {
		color: black;
		font-weight: bold;
		text-decoration: underline;
	}
  
  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: black;
  	font-size: 16px;
  	font-weight: bold;
  }
  div.nav_bar{  	
		border: solid 2px black;
		line-height: 1.5 ;
		text-align: center;
		background-image: url(../asphalt-bg/bg2.png);
	}
