/*** Gallery-spezifisches ********************************************** */
#container_g              {
	color: white;
	background: #c0c0c0 repeat-x;
	margin: 20px auto;
	padding-top: 40px;
	width: 650px;
	height: auto }
    
#content_g         {
    background-image: none;
    background-position: 0 0;
    margin: 20px 0 0 10px;
    padding: 0;
    width: 400px;
    height: auto }
    
.spalte  {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 4px 0;
    width: 400px;
    float: left }
    
#inhalt {
    width:650px;
    height:auto;
    margin: 65px 0px 0px 240px;
    padding: 0px;
    }


#galleriacontainer     {
	color: #333333;
	background: inherit;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
	width: 650px;
	height: 400px;
	border: 0 }

/* Container fuer alle Thumbnails (und Google-Links) */
#thumbs {
    width: 300px;
    padding:0px;
    float: left;
    margin: 0px;
    border: 0px;
}

/* das gross Bild */
#bigpic   {
    font-size: 11px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    margin: 0 34px 0 0;
    padding: 0;
    width: 300px;
    float: left;
    border: solid 1px #333333 }


/* Links, die die Bilder-Kategorien anzeigen */
#inhalt .katLinks {
    font-size: 15px;
}

/* sog. Google-Links unter den Thumbnails, 
   falls mehr Thumbs vorhanden als im config definiert */
#inhalt .googleLinks {
    clear: left;
    padding: 2px 0px 0px 5px;
    font-weight: bold;
    font-size: 12px;
}


/* die einzelnen Divs mit den Thumbnails */
.mini   {
    margin: 0 5px 5px 0;
    padding: 0;
    float: left;
    border: solid 1px #333333 }


/* erzwingt Zeilenumbruch (floating bye-bye) */
.clearboth { 
    clear: both; 
}

/* Der aktuell ausgewaehlte Kategorietitel und aktueller Google-Link */
.hilite { 
    color: #ff0000;
    background: inherit;
}



#inhalt img {
    border: 0px;
}


#gross   {
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* NEU: margins */
#gross #bildkurztext p {
    margin: 10px 20px 0 20px;
}

/* pfeile, betrifft nur 'nw.php'
   top-Wert an die Fenster-Hoehe des neuen Fensters anpassen, 
   die im /antiquitaeten/index.php bei 
      openWin('nw.php?....,630,630)
   als letzter Parameter (hier das zweite 630) uebergeben wird.
   
   Daher nachfolgend wenn Fensterhoehe = 630, 
   Pfeile-top-Position: top: 570px;
*/
     
#pfeile {
    position: absolute;
    top: 570px;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
}


.hintergrund   {
    background-image: url(../../bilder/farbverlauf.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0 }


/*** ENDE Gallery-spezifisches ****************************************** */


a         {color: #FFFFFF; background-color: inherit; }
a:link    { text-decoration: none; }
a:visited { text-decoration: none;
            color:#ff0000; }
a:hover   { text-decoration: none;
            color:#ff0000; }
a:active  { text-decoration: none;
            color:#ff0000; }


.err { color: red; background: inherit; }
.klein  {
	color: yellow;
	font-size: 11px }



#header a:link, a:visited, a:hover a:active {
    color:#FFFFFF;
    }

#subnavi a.klik  {
	color: yellow; }

