/* 
		Pawlita.de Galerie v2.0 CSS (16.01.2007) 

#Gallery
#Gallery .Main
#Gallery .navigation - Die Navigation
#Gallery .seitennr - page numbers
#Gallery .aktseitennr - Current page
#Gallery .thumb - Thumbnails
#Gallery .show - Preview image
#Gallery .info - Image info
#Gallery .download - Image Download
#Gallery .kategorie - category select Feld

The settings can with tags such as img, a, td, select, etc. may be combined

for for example, Red page numbers:

#Gallery .seitennr a{
	color: #FF0000;
}

*/

BODY {
    font-family: "Times New Roman",Times,serif;
    text-align: center;
}
#Gallery {
    text-align: center;
}
#Gallery .Main {
    width: 551px;
}
#Gallery img {
    border: 0 none;
}
#Gallery .navigation {
    background: none repeat scroll 0 0 #BCC7E0;
    padding: 0;
    width: 693px;
}
#Gallery .navigation img {
    border: 0 none;
}
#Gallery a {
    color: #666666;
    text-decoration: none;
}
#Gallery a:hover {
    color: #DF0101;
    text-decoration: none;
}
#Gallery .seitennr a {
    color: #666666;
    font-size: small;
    text-decoration: none;
}
#Gallery .aktseitennr {
    color: #000000;
    text-decoration: underline overline;
}
#Gallery .thumb td {
    font-size: 9px;
    padding: 2px;
}
#Gallery .thumb img {
    border: 1px solid #96ACD3;
}
#Gallery .show td {
}
#Gallery .show img {
    box-shadow: 0 0 3px 1px #1A437B;
}
#Gallery .info {
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
}
#Gallery .download {
    color: #000000;
    font-family: tahoma;
    font-size: 12px;
}
#Gallery .download a {
    color: #000000;
    font-family: tahoma;
    font-size: 12px;
}
#Gallery form {
    margin: 0;
}
#Gallery .kategorie select {
    background-color: #D5DEFF;
    border: 1px solid #A7ADC2;
    color: #000000;
    float: left;
    font-size: 9pt;
    width: 250px;
}
