/* common classes */
body  { background-color: blue; background-image: url(../bitmaps/bgstadt.gif);}

td { font-family: Arial,Helvetica,Sans-Serif; 
     font-size: 13px; 
   }

th { font-family: Arial,Helvetica,Sans-Serif; 
     font-size: 13px; 
   }

a { text-decoration: none; 
    color: yellow; 
  }

a:hover { color: white; }

form { margin-bottom: 0px; }




/* user-definited classes, used in the templates */
.title { background-color: blue; 
         color: white; 
         font-family: Arial,Helvetica,Sans-Serif; 
         font-size: 13px;
       }    

.caption { font-size: 13px; 
           font-weight: bold; 
           background-color: blue; 
           color: white; 
         }

.description { font-size: 13px; 
	       background-color: white; 
	       color: black; 
	       border: solid 1px black;
	     }

.content { background-color: #FEF9E9;
	   border: solid 1px black;
	 }

.email { background-color: blue; 
	 color: white;
	}

.ptnbox { background-color: #e0e0e0; 
          border: solid 1px black;
        }

.pagesbox { background-color: #e0e0e0; 
            border: solid 1px black;
          }





/* classes used in the script (generated classes) and their respective subclasses*/
.ptn { font-size: 13px; }

a.ptn { text-decoration: none;
        color: yellow;
      }

a:hover.ptn { color: white; }


.pages { font-size: 13px; }

a.pages { text-decoration: none;
          color: yellow;
        }

a:hover.pages { color: white; }


/* .image { }  NOT USED IN THIS TEMPLATE! may be you want to add a border or something like that? */


.thumb_border { background-color: white; 
         border: solid 1px black;
         border-left: solid 1px silver;
         border-top: solid 1px silver;
         border-right: solid 1px black;
         border-bottom: solid 1px black;
       }

.thumb_image { border: solid 1px black;
            border-left: solid 1px black;
            border-top: solid 1px black;
            border-right: solid 1px silver;
            border-bottom: solid 1px silver;
          }

.thumb_link { font-size: 13px; }  

.mail_link { font-weight: bold; }

.mail_form { border: solid 1px #64573e;
	    font-family: Arial,Helvetica,sans-serif;
	    font-size: 13px;
	    background-color: #f0f0f0;
          }

.mail_input { width: 300px; 
         border: solid 1px red;
       }

.mail_text { width: 300px; 
            border: solid 1px red;
          }

.mail_submit { width: 300px; 
            border: solid 1px black;
        }





