/* Name: "cucumber cool" 
 * Author: Sascha Lorenz
 * $Id: cucumbercool.css,v 1.6 2007/11/14 19:56:16 saschalorenz Exp $
 */

/* Linkeinstellungen */
a:link {
	color:#ABD18B;
	text-decoration:none;
}

a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: 1.2em;
	text-align: center;
	padding: 0px;
	background-image: url(../../images/page_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

p, h1, h2, h3, h4, h5, h6 {
	font-size: 90%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


/* Generelle Seiteneinstellungen */
/* Galerietitel */
.title {
	padding:0 0 10px 0;
	font-size: large; 
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align:middle;
}


div.location {
	padding:5px;
	font-size: x-small;
	text-align: left;
}

.naviarea{
	background-color:#434E12;
	padding:10px 0 10px 0;
	font-size: small;
	text-align: left;
	margin-bottom: 15px;
	margin-top:5px;
}

.leftarea{
	font-size: small;
	text-align: left;
	margin-bottom: 15px;
}

ul.navi {
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
	background-color: #434E12;
}

li.navi {
	padding:0;
}

ul.cart {
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}

li.cart {
	padding:0;
}

.mainarea{
	min-height: 400px;
	padding: 10px !important;
	padding: 5px;
	margin-bottom: 15px;
	margin-top:5px;
	font-size: small; 
	text-align: center;
	background-color: #FFFFFF;
}

.mainarea a {
	color: #333333;
}

.mainarea a:hover {
	color: #CC0000;
}

/* Bildertabelle */
.thumbs_table {
	width:100% !important;
	width:90%;
}

/* Zeilen der Thumbnails */
.thumbs_row {
}

/* einzelne Zellen der Thumbnails */
.thumbs_cell {
	padding:3px;
	vertical-align: top;
}

.annotation {
	color: #000000;
}

div.naviarea{
	width:168px;
	background-color: #434E12;
}

div.leftarea{
	float:left;
	width:168px;
	color: #999999;
}

div.mainarea{
	margin-left:175px;
}

table.maintable {
}

td.leftarea{
	width: 1%;
	padding: 0px;
	vertical-align: top;
	white-space: nowrap;
	max-width: 168px;
}

td.naviarea{
	width: 1%;
	padding: 10px;
	vertical-align: top;
	white-space: nowrap;
	max-width: 168px;
}

td.mainarea{
	width: 99%; 
	vertical-align: top;
}

div.clear{
	clear:both;
}

.footer{
	margin-top: 5px;
	padding:5px;
	background-color: #FFFFFF;
	font-size: small;
}

.footer_left{
	text-align: right;
	width: 33%;
}

.footer_center{
	text-align:center;
	width: 33%;
}

.footer_right{
	text-align: right;
	width: 33%;
}

/* Bild */
.picture{
	border: 1px solid #666666;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
}

/* Wenn Bild aus Unterverzeichnis stammt */
.picturedir {
	border: 5px outset yellow;
	text-align: center;
}

/* Öffnen in Originalgröße... */
.picturefooter{
	font-size: x-small;
	padding-bottom:10px;
}

.thumbnail{
	border: 1px solid #333333;
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
}

.thumbdir {
	border: 5px outset yellow;
	text-align: center;
}

.thumbnailfooter {
	font-size: x-small;
	font-style: oblique;
}

.thumbnailfilenames {
	font-size: x-small;
}

table.quickjump{
	width:100% !important;
	width:90%;
	border:0;
}

tr.quickjump{
}

.quickjump_showall{
}

.quickjump_left_enabled {
	font-weight: bold;
	text-align:left;
}

.quickjump_left_disabled{
	color: #5D5D5D;  
	font-style: oblique;
	text-align:left;
}

.quickjump_right_enabled{
	font-weight: bold;
	text-align:right;
}

.quickjump_right_disabled{
	color: #5D5D5D;  
	font-style: oblique;
	text-align:right;
}

.quickjump_page{
}

.quickjump_activepage{
	font-weight: bold;
}

.album_description{
	text-align: center;
	padding: 5px;
}

.picture_description{
	text-align: center;
	padding: 2px;
}

/* body für Admin-Bereich */
.admin_panel{
	font-family: Verdana,sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #434E12;
	padding:5px;
	margin:5px;
}

/* Galerietitel für Admin-Bereich (eigentlich gleich wie .title) */
.admintitle {
	padding:0 0 10px 0;
	font-size: large; 
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align:middle;
}

.admin_item {
	text-align: left;
	border: 1px outset #000000;
	background-color: #D0F0F0;
	padding: 5px;
	margin: 5px;
}

.admin_list {
	width: 95%;
	max-height:300px;
	overflow:auto;
	text-align: left;
	border: 1px outset #000000;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
}


td.settingscat {
	font-weight:bold;
	font-variant:small-caps;
	color:#FFFFFF;
	background-color:#000000;
}

.login_panel{
	padding: 10px;
	border: 1px solid #000000; 
	font-size: small; 
	background-color: #D0F0F0;
	text-align: center;
}

.login_text{
}

.login_box{
}

.login_submit{
}

.adminform input {
	font-family: Verdana, sans-serif; 
	font-size: small;
/*	background-color:#FFFFFF;*/
/*	border:1px solid #A0D0D0;*/
}

.adminform textarea {
	font-family: Verdana, sans-serif; 
	font-size: small;
/*	background-color:#FFFFFF;*/
/*	border:1px solid #A0D0D0;*/
}

.adminform select {
	font-family: Verdana, sans-serif; 
	font-size: small;
/*	background-color:#FFFFFF;*/
/*	border:1px solid #A0D0D0;*/
}

.pictureDescForm {
	border: 1px outset #000000;
	background-color: #D0F0F0;
	font-size: small;
	text-align: left;
	margin: 5px;
	padding: 5px;
}

.pictureDescForm input {
	font-family: Verdana, sans-serif; 
	font-size: small;
	background-color:#FFFFFF;
	border:1px solid #A0D0D0;
}

.pictureDescForm select {
	font-family: Verdana, sans-serif; 
	font-size: small;
	background-color:#FFFFFF;
	border:1px solid #A0D0D0;
}

.pictureDescForm textarea {
	font-family: Verdana, sans-serif; 
	font-size: small;
	background-color:#FFFFFF;
	border:1px solid #A0D0D0;
}

.thumbform input.checkbox {
	border:0;
}

.thumbform input.submit {
	background-color:#D0D0D0;
	border:0;
}


table.exif {
	border:0;
	text-align:left;
	border-collapse:collapse;
	font-size:85%;
	margin-left:auto;
	margin-right:auto;
	}

caption.exif {
	caption-side:top;
	border:1px solid #A0A0A0;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#A0A0A0;
	margin-top:10px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

tr.exif {
	border:0;
	padding:0;
	margin:0;
	border:1px solid #A0A0A0;
}

td.exif_key {
	border:1px solid #D0D0D0;
	padding:3px;
	margin:0;
	font-weight:bold;
	background-color:#D0D0D0;
}

td.exif_value {
	border:1px solid #D0D0D0;
	padding:3px;
	margin:0;
	background-color:#FFFFFF;
}

#pagewrapper {
	padding: 0px;
	width: 867px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width: 867px;
	padding: 0px;
	margin: 0px;
	height: 187px;
}

#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 187px;
	width: 318px;
	background-image: url(../../images/logo_card.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#rheadertop {
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 549px;
	background-image: url(../../images/top_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

.headtoptext {
	width: 240px;
	float: left;
	padding-top: 35px;
	padding-left: 90px;
}

.headtoptext h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: 1.3em;
	line-height: 1.1em;
	text-align: left;
}

#rheaderbottom {
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 549px;
	background-image: url(../../images/top_btm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

.headbtmtext {
	float: left;
	padding-top: 30px;
	padding-left: 35px;
}

.headbtmtext h3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 1.7em;
	text-align: left;
	font-style: italic;
	line-height: 1.1em;
}

#footer {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 104px;
	width: 699px;
	background-image: url(../../images/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	color: #FFFFFF;
	font-size: 72%;
	text-align: center;
	padding-top: 38px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

