@charset "UTF-8";

/*
	samstag-theme
	(nach Zenpage Default theme)
	
*/ /* Basics
------------------------------ */

@import url(normal.css);

strong { font-weight: bold; }

em { font-style: italic; }

html { /* Moz */
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #003;
}

/* Main Layout
------------------------------ */
body {
	font-size: 62.5%;
	background: white url(/media/div/kar3.png) repeat;
	margin-left: 140px;
}

#main {
	padding-top: 0;
	width: 950px;
	margin: 0 auto;
}

/* Seitenüberschrift mit Logo */
#header {
	position: absolute;
	background-color: transparent;
	width: 950px;
	height: 107px;
	margin: 0em;
	padding: 0;
	top: 3em;
}

#header h1 a {
	position: absolute;
	display: block;
	background: url(/media/div/logo.png) 0px 0px no-repeat;
	width:280px;
	height:107px;
	border-style: none;
}

#header h1 a:hover {
	background-position: 0px -107px;
	height:107px;
	border-style: none;
}

/* header h1-Text wird nach außen weggeschoben */
#header h1 a span {
	position: absolute;
	left: -9000px;
	text-align: left;
	font-size: 2em;
	color: #e6e8eb;
	font-weight: bold;
}

#breadcrumb {
	width: 905px;
	height: 2em;
	margin-left: 2px;
	font-size: 1em;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-right: 0;
	padding-left: 0;
	color: #778899;
}

#breadcrumb h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	float: left;
	width: 590px;
}

#breadcrumb a {
	text-align: right;
	color: #778899;
}

#breadcrumb a:hover { color: #c03; }

#content {
	margin-top: 140px;
	width: 950px;
}

#content-error {
	width: 890px;
	padding: 45px 25px 45px 25px;
	background-color: white;
	font-size: 14px;
	margin-left: 5px;
}

#content-left {
	width: 590px;
	height: 100%;
	float: left;
	margin-top: 5em;
	margin-bottom: 2em;
	padding-top: 0.8em;
	padding-left: 7em;
	padding-right: 0em;
	font-size: 1.2em;
	line-height: 1.6em;
}

#content-left h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

/* "Show more results" link for search */
#content-left h3 small {
	font-size: 12px;
	font-weight: normal;
}

#content-left h4 {
	margin: 0;
	font-weight: normal;
}

#content-left p {
	font-size: 1.1em;
	line-height: 1.5em;
	clear: both;
}

h1,
h2,
h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0px;
	clear: both;
}

#content-left ul.searchresults li { margin-bottom: 8px; }

#sidebar {
	width: 230px;
	height: 100%;
	float: right;
	background-color: transparent;
	margin-right: 4px;
	border-top: 0px dotted red;
	margin-top: 2em;
}

.menu {
	margin-top: 0em;
	font-size: 1.1em;
	padding: 1em 0 0.2em;
	height: 100%;
}

.menu h3 {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	color: #9caab8;
	margin-bottom: 0.5em;
	margin-top: 0;
	margin-left: 2.4em;
}

.menu ul {
	list-style: none;
	padding-left: 1.8em;
	padding-right: 1em;
}

.menu ul li {
	padding-left: 20px;
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	margin: 4px 0;
}

.submenu {
	list-style: none;
	margin-left: -28px;
	padding: 0px;
}

#footer {
	width: 950px;
	height: 35px;
	padding-top: 6px;
	text-align: left;
	clear: both;
	font-size: 1em;
}

/* Link Styles
------------------------------ */
a:link {
	text-decoration: none;
	color: #006;
}

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

a:active {
	text-decoration: none;
	color: #c03;
}

a:hover {
	text-decoration: none;
	color: #c03;
}

.menu li a:link,
.menu li a:visited,
#footer a:link,
#footer a:visited { color: #778899; }

.menu li a:hover,
.menu li a:active,
#footer a:hover,
#footer a:active { color: #c03; }

.menu li a.menu-active { font-weight: bold; }

/* Miscellaneous
------------------------------ */
img { border: 0px solid #9f7373; }

blockquote {
	border-left: 0px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #e6e8eb;
}

#imagemetadata {
	text-align: right;
	position: relative;
	display: none;
}

#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	position: absolute;
	top: 2em;
	right: 0px;
	background-color: transparent;
}

#imagemetadata table td {
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	padding: 2px 5px;
}

/* Page Navigation
------------------------------ */

div.pagelist { clear: both; }

ul.pagelist {
	font-size: 1em;
	clear: both;
	padding: 0;
	margin: 7px 0 0 0;
	list-style-type: none;
}

ul.pagelist li { display: inline; }

ul.pagelist li a { padding: 0px; }

ul.pagelist span.disabledlink {
	padding: 0;
	display: none;
}

ul.pagelist li.current a {
	text-decoration: none;
	cursor: default;
	border-bottom: 1px solid #00f;
	border-top: 1px solid #00f;
	color: #00f;
}

ul.pagelist li.prev { }

ul.pagelist li.next { }

.disabledlink { }

.pagenav { clear: both; }

.disabled_nav { display: none; }

/* AJAX
------------------------------ */
#albumDescEditable,
#albumTagsEditable { margin-bottom: 12px; }

#imageDescEditable,
#albumTagsEditable { margin-top: 24px; }

#imageDesc,
#exif_link { margin-bottom: 4px; }

#exif_link { float: right; }

/* Tags
------------------------------ */
.taglist {
	display: inline;
	list-style-type: none;
}

.taglist li {
	list-style-type: none;
	padding-left: 0px;
	float: left;
	padding-right: 3px;
	color: #778899;
	display: inline;
	list-style-type: none;
	font-size: 1em;
	text-transform: capitalize;
	vertical-align: text-bottom;
	line-height: 12px;
	visibility: hidden;
}

.taglist li a { color: #778899; }

.taglist li a:hover { color: #c03; }

.tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
	float: left;
	font-size: 0.7em;
	color:#859aae;
	text-transform: uppercase;
	vertical-align: text-bottom;
	line-height: 12px;
	display: none;
}

p.tags { margin-top: 1em; }


/* Image Thumbnails
------------------------------ */
#images {
	float: left;
	width: 590px;
}

.imagethumb a:link,
.imagethumb a:visited,
.thumb a:link,
.thumb a:visited {
	display: block;
	padding: 2px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
	border: 1px solid #353637;
	background-color: transparent;
}

.imagethumb a:hover,
.imagethumb a:active,
.thumb a:hover,
.thumb a:active { border: 1px solid #c03; }

.imagethumb { float: left; }

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	width: 590px;
	font-size: 1em;
	margin-top: 0.7em;
}

.album {
	margin: 0px 16px 15px 0;
	padding: 10px 0px;
	float: left;
	width: 275px;
	background: transparent;
	line-height: 100%;
	height: 95px;
}

.album a img { }

.album .thumb {
	text-decoration: none;
	float: left;
	margin-right: 0;
}

.albumdesc {
	height: 90px;
	width: 163px;
	float: right;
}

.album h3 {
	padding: 0;
	margin: 0px;
}

.album p {
	line-height: 1.2em;
	padding: 0px 0px 0px;
	margin: 0px;
}

#albums p { font-size: 1em; }

.albumdesc small { color: #e6e8eb; }

/* Individual Image
------------------------------ */
.image {
	margin: 0;
	padding: 0;
	border: 0;
}

#image {
	text-align: left;
	margin: 0;
	background: transparent;
	line-height: 0;
	width: 580px;
	font-size: 0.7em;
}

#image img {
	padding: 3px;
	border: 1px solid #353637;
}

#random img {
	padding: 2px;
	border: 1px solid #353637;
}

#random li { display: inline; }

#image div {
	line-height: 1.6em;
	text-align: left;
	font-size: 1.6em;
}

/* centering flowplayer 3 on image.php */
#image .flowplayer { margin: 0 auto; }

.imgnav {
	position: relative;
	width: 200px;
	padding-top: 0;
	text-align: left;
	background: transparent;
	font-size: 0.7em;
	text-transform: uppercase;
	margin: 0;
}

.imgnav .imgprevious a,
.imgnav .imgnext a {
	display: block;
	width: 60px;
	height: 100%;
	float: left;
	padding: 0px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #778899;
}

.imgnav .imgprevious a:hover,
.imgnav .imgnext a:hover {
	background: transparent;
	text-decoration: none;
	color: #c03;
}

.imgnav .imgprevious a { float: left; }

.imgnav .imgnext a { float: right; }

#narrow {
	width: 580px;
	margin-top: 5px;
	text-align: left;
}

/* Paged thumbs nav
------------------------------ */
#pagedthumbsnav {
	width: 580px;
	height: 55px;
	padding: 0px;
	border: 0px solid gray;
	color: #e6e8eb;
}

#pagedthumbsimages {
	text-align: center;
	border: 0px solid gray;
}

#pagedthumbsimages img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}

#pagedthumbsimages img:hover {
	border: 1px solid #c03;
	padding: 2px;
}

#pagedthumbsnav-active img {
	border: 1px solid #c03;
	padding: 2px;
	float: left;
}

#pagedthumbsnav-prev {
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-next {
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}

#pagedthumbsnav-prevdisabled {
	visibility: hidden;
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-nextdisabled {
	visibility: hidden;
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
	width: 560px;
	margin-top: 10px;
	padding: 0;
	border-top: 1px dotted darkgray;
}

#comments h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0;
}

.error {
	color: #C03;
	font-weight: bold;
}

.comment {
	padding: 0px 8px 12px 8px;
	border: 1px solid darkgray;
	background: transparent;
	margin-bottom: 12px;
}

.commentmeta { margin-bottom: 12px; }

.commentauthor { font-weight: bold; }

.commentdate {
	margin-top: 12px;
	color: #e6e8eb;
	font-size: 85%;
}

/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}

textarea {
	padding: 4px;
	width: 100%;
	color: #darkgray;
	font: 100%/200% Verdana, Arial, Helvetica, sans-serif;
}

.checkbox { cursor: pointer; }

.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}

label { cursor: pointer; }

label:hover { color: #000; }

#map { margin-left: -77px; }

#rating { margin-top: 10px; }

/* Admin Toolbox
------------------------------ */
#admin,
#admin_data {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 1001;
	text-align: left;
	font-size: 1.3em;
	color: black;
}

#admin a,
#admin_data a { color: black; }

#admin a:hover,
#admin_data a:hover { color: #c03; }

#admin_data {
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 1.6em;
}

#admin h3 {
	font-weight: normal;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}

#admin h3:hover { color: #c03; }

/* Search Box
------------------------------ */
#search {
	float: right;
	margin-top: 15px;
	margin-right: 70px;
	text-align: center;
	background: transparent;
	z-index: 1000;
	position: relative;
}

#search input.pushbutton {
	padding: 1px;
	font-size: 1.1em;
}

#search ul {
	position: absolute;
	text-align: left;
	width: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: white;
}

#search ul .item {
	display: none;
	background-color: white;
}

#search ul:hover .item {
	display: block;
	padding: 1px;
	margin: 0px;
	background: white
}

#search li {
	width: 150px;
	background-color: white;
}

#searchfields_icon {
	position: relative;
	top: 4px;
}

.clear { clear: both; }

p.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0px;
}

/* Archive View
---------------------------- */
#archive {
	width: 580px;
	text-align: left;
}

ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.archive .year {
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: -30px;
}

ul.archive .month {
	font-size: 1em;
	list-style: none;
	border-top: 0px solid #E6E6DF;
	padding-top: 5px;
	margin-left: -30px;
	font-weight: normal;
	margin-bottom: 15px;
}

ul.archive li {
	display: inline;
	margin-right: 9px;
}

#archive h3 {
	background-color: transparent;
	font-size: 1.1em;
}

/* Tag Cloud
---------------------------- */
#tag_cloud { text-align: center; }

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding: 10px 0;
	margin: 20px 0;
	border-top: 0px solid #E6E6DF;
	border-bottom: 0px solid #E6E6DF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}

.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* News Articles
------------------------------ */
hr {
	border: 0;
	border-top: 0px dotted gray;
}

.newsarticle {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 0px dotted #666666;
}

.newsarticlecredit {
	margin-top: 0px;
	margin-bottom: 10px;
}

.newsarticlecredit-left {
	float: left;
	margin-right: 0.3em;
}

.newscategories {
	margin: 0;
	padding: 0;
	display: inline;
}

.newscategories li {
	display: inline;
	list-style: none;
}

.singlenews_prev { float: left; }

.singlenews_next { float: right; }

.langselector { height: 25px; }

.langselector p { float: left; }

.newstype { font-size: 0.8em; }

.langselector {
	margin-top: 0em;
	font-size: 1.3em;
	padding: 2em 0em 0.8em 3em;
	border-bottom: 0px dotted darkgray;
	height: 100%;
}

#dynamic-locale { width: 195px; }

/* zenphoto/zenpage link
---------------------------*/
#zen-part {
	font-size: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#photo-part {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#IE-clear-part {
	font-size: 12px;
	font-weight: normal;
}

/* login form */
table.password td.userlabel { text-align:left; }

table.password td.userinput { text-align:left; }

table.password td.userinput input,
td.passwordinput input { width: 15em; }

/* login form */
table.password td.passwordlabel { text-align:left; }

table.password td.passwordinput { text-align:left; }

table.password td.submit { text-align:left; }

table.password td.hint { text-align:left; }

.captchainputbox {
	width: 6.6em;
	padding: 2px;
}

/*dazu*/
span.zp_editable_album_desc,
span.zp_uneditable_album_desc { visibility: visible; }

ul.tags {
	margin-left: 5px;
}

.menu ul.tags li {
	padding-left: 0px;
	padding-bottom: 2px;
	margin: 4px 0;
	background: url(none);
	display: inline;
}
.wichtig { color: #C00; }
