/*
Weatimages 1.7.2 stylesheet
$Id: weatimages.css,v 1.8 2007/04/15 09:00:57 Vova Exp $
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;/*alles was blau war*/
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: #371801;
}
#sgContainer {
	position: absolute; 
	width: 850px; 
	left: 50%; 
	margin-left: -425px; 
	border-right-color: #000; 				
	border-left-color: #000;			 
	border-top-color: #000;
	border-bottom-color: #000;
	background-color: #371801;	
}       
a, a:li, a:visited {
	color: #fff;/*alles was blau war*/
	text-decoration: underline;
	
}      
a:hover {

	color: #cc0000;
	text-decoration: underline;
}
a:active {
	color: #fff;/*alles was blau war*/
}

.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px 10px 10px 10px;
	border: 1px solid #311601;
	background-color: #311601;
	text-align: center;
	vertical-align: top;
}
.weatimages_thumb_border {/* border of thumbnail */
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #999999;
	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: #fff;/*alles was blau war*/
	text-align: center;
}
.weatimages_filename {/* filename displayed under image thumbnail in album */
	font-size: 9px;
	color: #fff;/*alles was blau war*/
	font-weight: bold;
	text-align: center;
}
.weatimages_image_desc {/* description (from textfile or exif) displayed under image thumbnail in album */
	color: #fff;
	text-align: center;
}

.weatimages_pages_navigator {/* pager */
	font-size: 11px;
	font-weight: bold;
	color: #fff;/*alles was blau war*/
	text-align: right;
	padding-right: 40px;

}
.weatimages_pages_navigator a {/* pager */
	text-decoration: none;
}
	
.weatimages_pages_navigator a:hover {/* pager */
	color: #cc0000;
}

.weatimages_header {/* page title line - album/image name (or description) */
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 20px;
}
.weatimages_comment {/* string under page title - album/image description */
	font-size: 11px;
	color: #fff;
	margin-top: 14px;
	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: #fff;/*alles was blau war*/
	line-height: 25px;
}
.weatimages_thumb_album_desc {/* album decsription shown on the right of album thumbnail */
	font-size: 11px;
	color: #fff;
}
.weatimages_bigimage {/* style for big version of image */
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #444444;
	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: #fff;/*alles was blau war*/
	
}

.weatimages_toppest_navig {/* style for a div containing top navigational links - to parent albums and next/prev images */
	color: #fff;/*alles was blau war*/
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}
.weatimages_toppest_navig a, a:visited{/* style for a div containing top navigational links - to parent albums and next/prev images */
	color: #fff;/*alles was blau war*/
	
}
.weatimages_toppest_navig a:hover{/* style for a div containing top navigational links - to parent albums and next/prev images */
	color: #cc0000;
}
.weatimages_hotkey_tip {/* tips beside links to next/previous images */
	font-size: 11px;
	color: #fff;
}
/*
Unterseiten
*/
#navi {
	position: absolute; 
	border-top: 2px solid #371801;
	width: 850px;
	height: 20px; 
	left: 50%; 
	margin-left: -425px; 
	background-color: #311601;	
} 
#navi > a {
	position: relative;
	top: 2px; 
	margin: 0 15px;
	}
#navi > a > img {
	border: 0px;
	}
#txtContainer {
	margin-top: 24px;
	margin-bottom: 2px;
	padding-left: 15px;
	text-align: left;
	float:left;
}
#txtContainer h1 {
font-size: 12px;
padding: 10px 0 0 0;
}
#txtContainer p {
padding:0 0 10px 0;
}
#txtContainer a {
color: #fff;
text-decoration: none;
}
#txtContainer a:hover {
color: #c00;
}
.dd_default {
	font-size: 11px;
	text-align: left;
	padding: 20px 0 20px 0;
	margin: 0px;

}
.dd_links {
	font-size: 11px;
	text-align: left;
	padding: 20px 0 20px 0;
	margin: 0px;
}
.dd_links dt {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 15px 39px;

}

.dd_default dt {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 15px 39px;

}
img.article {
float: right;
}
