/* Standard-CSS für www.little-family-rockmusic.de  Stand 2007_12_17 */
/*-------------------------------------------------------------------*/
/*@charset "ISO-8859-1"; 		 Zeichencodierungsangabe für Browser */

/* Farbenliste:
   screen_bg = white
   nav_bg_green = #003300
   nav_bg_grey = #A1B89B
   txt_green = #002800
   link_purple = #620000  activ
   link_gold = #CCCC00    hover
   
*/


/* Abstände auf Null */
   html, body, div, p, h1, h2, h3, ul, ol,
   span, a, table, td, form, img, li {
      margin: 0;
	  margin-top: 0px; 		   
      margin-left: 0px;
      padding: 0px;
    }

/* Seite */
  body {
    background-color: #A1B89B;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
  
  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0;
  }
  
/* ENDE Seite */

/* Navigation, Menue */
  #Navi {
    display: block;
	font-size: 15px;
	font-weight: bold;
	color: #620000;
	background: #A1B89B;
  }
  #Navi a {
    color: #002800;
	text-decoration:none;
  }
  #Navi a:link {
    color: #002800;
  }
  #Navi a:visited {
    color: #002800;
  }
  #Navi a:hover {
    color: #CCCC00;
  }
  #Navi a:active {
    color: #CCCC00;
  }
  .mittig { 
    height:28px;
	vertical-align:middle;
  }
  .oben { 
    height:18px;
	vertical-align:top;
  }
  .unten { 
    height:14px;
	vertical-align:bottom;
  }
  .nolink {
    color: #620000;
  }
/* ENDE Navigation, Menue */

/* Inhalt */

  #content {
    position:relative; 
	top:0px; 
	left:0px; 
	width:599px; 
	height:599px;
  }
  #content a {
    color: #002800;
	text-decoration:none;
  }
  #content a:link {
    color: #002800;
  }
  #content a:visited {
    color: #002800;
  }
  #content a:hover {
    color: #CCCC00;
  }
  #content a:active {
    color: #002800;
  }
  #content h1 {
    font-size:20px;
	margin-top:10px;
  }
  #content p {
    font-size:15px;
	font-weight:bold;
  }
  #copy {
    position:absolute; 
    top:575px; 
    left:430px;
    width:120px;
    height:20px;
    font-size:10px;
    text-align: right;
    color: #002800;  
  }
  div.foto {
    width:85px; 
	height:115px; 
	font-size:10px;
	text-align: center;
  }
  foto a {
    color: #002800;
	text-decoration:none;
  }
  .foto a:link {
    color: #002800;
	text-decoration:none;
  }
  .foto a:hover {
    color: #620000;
	font-size:10px;
  }
  
  
  #gallery img {
    border: 0px;
  }
  #gallery td {
    padding: 5px;
  }
  .member h3 {
    font-size: 12px;
    font-weight:bold;
  }
  td.member {
    font-size: 12px;
    text-align: left;
    vertical-align:top;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
  }

/* ENDE Inhalt */

/* Footer */
/* ENDE Footer */