/* CSS for DD Simple Controls Gallery, Ver. 30.10.09 , (c) herzobilder.de */

 body { background-color:#fafafa; }


 a:link    { font-family:Arial; font-size:9pt; text-decoration:none; color:#222; background-color:#fafafa; } 
 a:visited { font-family:Arial; font-size:9pt; text-decoration:none; color:#555; background-color:#fafafa; }
 a:focus   { font-family:Arial; font-size:9pt; text-decoration:none; color:#fff; background-color:#222;  } 
 a:active  { font-family:Arial; font-size:9pt; text-decoration:none; color:#fff; background-color:#222; }
 a:hover   { font-family:Arial; font-size:9pt; text-decoration:none; color:#fff; background-color:#777; } 

 .storytxt { 
  font-family:Arial; 
  font-size:10pt; 
  text-decoration:none; 
  color:#111; }

 .storytxt a:link    { font-family:Arial; font-size:9pt; text-decoration:underline; color:#222; background-color:#fafafa; }  
 .storytxt a:visited { font-family:Arial; font-size:9pt; text-decoration:underline; color:#555; background-color:#fafafa; } 
 .storytxt a:hover   { font-family:Arial; font-size:9pt; text-decoration:underline; color:#fff; background-color:#777; }
  
 #simplegallery1{ //CSS for Simple Gallery Example 1
  position: relative; /*keep this intact*/
  visibility: hidden; /*keep this intact*/
  border: 1px solid #444;
 }

 #simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
  text-align: left;
  padding: 2px 5px;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
 }

 h1 { 
  font-family:Comic Sans MS; 
  font-size:12pt; 
  font-weight:normal;
  text-decoration:underline; 
  color:#444; 
  margin-bottom: -28px;}
  
 hr {
  height:1px;
  color:#bbb; }

 .navitxt { 
  font-family:Arial; 
  font-size:9pt; 
  text-decoration:none; 
  color:#222; }
  
 .infotxt { 
  font-family:Arial; 
  font-size:9pt; 
  text-decoration:none; 
  color:#999; }
  
 #closebutton { 
  border:1px solid #555; 
  background-color:#ccc; 
  font-size:8pt; 
  font-weight:bold;
  padding-left:1px;
  padding-right:1px; }