/*
Weatimages 1.7.2 stylesheet
$Id: weatimages.css,v 1.8 2007/04/15 09:00:57 Vova Exp $
*/

body {
    background:url(/Bilder/gal_bg.gif) 0 0 repeat-x #828181;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: ##FFFF00;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;

}
a, a:link, a:visited {
	color: #670514;
    text-decoration: none;
}
a:hover {
	color: #A80921;
    text-decoration: underline;
}
a:active {
	color: #CD0101;
}
.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px 4px 8px 4px;
	border-style: solid;
	border-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.weatimages_thumb_border {/* border of thumbnail */
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	margin: 6px 6px 2px 6px;
}
.weatimages_link_size {/* links to original/resized image displayed under thumbnail in album */
	font-size: 9px;
	text-decoration: underline;
	color: #333366;
	text-align: center;
}
.weatimages_filename {/* filename displayed under image thumbnail in album */
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
.weatimages_image_desc {/* description (from textfile or exif) displayed under image thumbnail in album */
	color: #555555;
	text-align: center;
}
.weatimages_pages_navigator {/* pager */
	font-size: 12px;
	color: #FFFFFF;
    font-weight: bold;
	text-align: center;
}
.weatimages_header {/* page title line - album/image name (or description) */
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_comment {/* string under page title - album/image description */
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_thumb_album_name {/* album name shown on the right of album thumbnail */
	font-size: 11px;
	color: #CD0101;
    font-weight: bold;
}
.weatimages_thumb_album_desc {/* album decsription shown on the right of album thumbnail */
	font-size: 12px;
	color: #2BB31C;
    font-weight: bold;
}
.weatimages_bigimage {/* style for big version of image */
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 5px;
	text-align: center;
}
.weatimages_container_navig {/* links to next/previous images displayed at the page vith big version of image */
    font-size: 11px;
    color: #000000;
    font-weight: bold;
	text-decoration: underline;
}
.weatimages_toppest_navig {/* style for a div containing top navigational links - to parent albums and next/prev images */
	color: #555555;
    background:url(/Bilder/gal_bg_02.png) 0 0 repeat-x #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
    margin-top: 0px;
	margin-bottom: 5px;
    line-height: 36px;
}
.weatimages_hotkey_tip {/* tips beside links to next/previous images */
	font-size: 11px;
	color: #000000;
    margin-top: 0px;
	margin-bottom: 5px;
}