/* Überschriften-Formatierungen */
h2, h2 a:link, h2 a:visited, h2 a:hover {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4b4cfe;
	background-image: url(../images/h1_bg.gif);
	background-position: 8px 26px;
	background-repeat: no-repeat;
	line-height: 20px;
	letter-spacing: -2px;
	text-decoration: none;	
	}
/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
#main {
	text-align: left;
	margin: 0px;
	width: 416px;
	padding: 8px;
	background:#FFFFFF;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
}

img {
	border: 0;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 5px;
	margin-right: 8px;
	margin-top: 8px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	line-height: 0px;
}
.imagethumb a:hover {
	background: #F0F0F0;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 5px;
	margin-bottom: 8px;
	clear: inherit;
	border: 1px solid #CCCCCC;
	background:#FFFFFF;
}
.album img {
	float: left;
}
/*.album p {
	margin: 0 0 4px 0;
}*/
.albumdesc {
	float: right;
	width: 312px;
}
.albumdesc small {
/*	margin-top: 8px;*/
/*	line-height: 130%;*/
	width: 312px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background: #f2f2f2;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #4b4cfe;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #4b4cfe;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
/*	width: 440px;*/
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #CCCCCC;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}