/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}


.fliesstext{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	color: #444444;
}

.fliesstextSmallW{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	color: #444444;
}

.fliesstextBlack{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	color: #000000;
}

.fliesstextSmall,
.fliesstextSmall a:link,
.fliesstextSmall a:hover{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	color: #444444;
}


.fliesstextMedium{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	color: #444444;
	padding-left:15px;
	

}

/* Main Layout
------------------------------ */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../Bilder/bg-1.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin: 0px;
	text-align: center;
}
#main {
	text-align: left;
	margin: 20px auto;
	width: 820px;
	padding: 10px 30px 70px;

}

#mainsmall {
	text-align: left;
	margin: 20px auto;
	width: 820px;
	padding: 10px 30px 70px;
}

.medium,
.medium a:hover,
.medium a:link{
	font: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #ff4e00;

}





#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
color:#444444;
	
}


/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #ff4e00; }
a:hover, a:focus {

	color: #dd4e00;
}

/* Text Styles
------------------------------ */

h2 {
line-height:normal;

}


h3 {
line-height:normal;
vertical-align:top;
 }



/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}





#imagemetadata {
  text-align: left;
  font-size:11px;
 
  
 
}

#imagemetadata table {
  text-align: left;
  line-height: 1em;


}

#imagemetadata table td {

  padding: 2px 5px;
}


/* Page Navigation
------------------------------ */
.pagelist{
padding:none;
margin:none;
width: 520px;

}

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;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}

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

.taglist li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	color: #999999;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	margin: 0px 9px 0px 0px;
	line-height: 0px;

}
.imagethumb a:visited {

}
.imagethumb a:hover {

}
.imagethumb {
	float: left;
}

.imagethumbSmall a, .imagethumbSmall a:hover {
	display: block;
	padding: 8px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #999999;
    background-color: #999999;
}
.imagethumbSmall a:visited {
    background-color: #444444;
    border: 1px solid #444444;
}
.imagethumbSmall a:hover {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}
.imagethumbSmall {
	float: left;
}



.albumdesc {


}


/* Album Thumbnails
------------------------------ */

#padbox{
margin:0px;
padding:0px;

}

#albums {
	margin: 0;
	padding: 0;
	border: 0;
}
.album {
	color: #FF0000;
	display:block;

	
}
.album a img { 
	margin-bottom: 5px;
 }
.album .thumb {
    float: left; 
	padding-right: 20px;

}
.album h3{
vertical-align: top;
line-height:normal;
}

.album p {
	color:#444444;
	line-height: 12px;
	font-size: 11px;
    margin: 0px;
}
.albumdesc small {
	color:#EEEEEE;
}


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

}
#image {
	text-align: center;
	line-height: 0;
	cursor:e-resize;
}
.imgnav {
	width: 100%;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-align: center;
	background-color: #222222;
	margin-top: 0px;
}
.imgnav .imgprevious a, .imgnav .imgnext a, .imgnav .imgAlbum a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 2px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #444444;
	background-color: #ff4e00;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover, .imgnav .imgAlbum a:hover {
	background-color: #222222;
	text-decoration: none;
	color: #444444;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 600px;
}


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


/* Forms
------------------------------ */
.inputbox {
	width: 400px;
	padding: 2px;
	border: 1px solid;
	border-color:#999999;
	background-color:#ffffff;
	margin-bottom: 3px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	margin: none;
	padding: none;
	border:none; 
}

.greenbutton{
	color:#ffffff;
	font-weight:bold;
	background-color: #ff4e00;
	border:none;
	padding: 5px;
	font-size:13px;

}


label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
#map {margin-left: -77px;}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }

/* Search Box
------------------------------ */
#search {
	float: left;
}
#search input.pushbutton {
	margin:none;
	padding: none;
	border:none;
	}

#search_input{
	
	
	background-color: #919191;
	border:none;
	margin: none;
	padding:5px;
	height: 15px;
	width: 200px;
	font-size:12px;
	color:#ffffff;
}

#search_form{

	padding: none;
	border:none;
	margin: none;
	height: 15px;

}


.clear {
  clear:both;
  height:10px;
}

/* Archive View
---------------------------- */
#archive{
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive #year {
	margin-top:10px;
	text-align: center;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
ul.archive #month {
	font-size: 14px;
	list-style:none;
	border-top:2px solid #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}
#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}

.small,
.small a:hover, 
.small a{
font-size: 9px;
color:#666666;
}

.impr,
.impr a:hover, 
.impr a{
padding:12px;
font-size: 9px;
color:#666666;
}

.bildbeschriftung{
 font-size: 10px;
 text-align:center;
 background: #999999;
 color: #ffffff;
 display: block;
 margin: 0px 9px 9px 0px;
}

.bestellmich, 
.bestellmich a,
.bestellmich a:visited{


	font: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #999999;
	font-weight:bold;
	text-decoration:none;


	
}

.bestellmich a:hover{

	color:#ff5500;
	
	
	
}

.bildunterschrift{
font: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
color: #222222;
font-weight:bold;
padding-left: 5px;
padding-bottom: 2px;
font-size: 14px;
}

.bildunterschriftGreen{
font: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
color: #5AFC00;
font-weight:bold;
padding-left: 10px;
padding-bottom: 2px;
font-size: 14px;
}


.thumbsRight {
position: relative;
bottom: 60px;
padding-left: 30px;



}

.bildnamen, 
.bildnamen a,
.bildnamen a:hover{
font-size:12px;
color:#AAAAAA;
text-decoration:none;
line-height:normal;


}


//---------------------n3po------------------------------------

.menueText,
.menueText a{

font-family:Arial, Helvetica, sans-serif;
font-size:8px;
color: #666666;
padding-top: 3px;
display:block;
margin:2px;

}

.menueText a:hover{

background-color: #DD0000;
color: #FFFFFF;

}


.menueText ul{

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
padding-top: 3px;
list-style-image:none;
list-style:none;

}




.imgMedium{


}

.bigHeadline{

font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color: #666666;
font-weight:normal;
}

.bigHeadlineDark{

font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color: #222222;
font-weight:normal;

}

.mediumHeadline{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #444444;
font-weight:normal;

}

.mediumHeadlineOrange{

font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #ff4e00;
font-weight:normal;

}

.mediumBigHeadline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #000000;

}

.columnRight{

}

.tableRight{

margin: 15px;
}

.tableRightAds{
padding: 8px;
}


.tableLeft{




}


.menueRight, 
.menueRight a{

display: block;
font-size:11px;
padding-left: 5px;
font-weight:bold;
text-decoration:none;
}

.menueRight a:hover{

background-color: #DD0000;
color:#444444;
}



.menueTop, 
.menueTop a{
	color: #dd0000;
	text-align:left;
	font-size: 11px;
	text-decoration:none;
	display:block;
	padding-left:3px;

}

.menueTop a:hover{

	color: #444444;
	background-color: #dd0000;
}


.menueTopBig, 
.menueTopBig a{
	color: #dd0000;
	text-align:left;
	font-size: 12px;
	text-decoration:none;
	display:block;
	padding-left:3px;

}

.menueTopBig a:hover{

	color: #444444;
	background-color: #dd0000;
}



.menueTopGrey, 
.menueTopGrey a{
	text-align:left;
	font-size: 11px;
	text-decoration:none;
	display:block;
	padding-left:3px;
	color:#999999;

}

.menueTopGrey a:hover{
	color: #444444;
	background-color: #999999;
}

.inputfield{
border:none;
color: #999999;
width: 220px;
height: 20px;
padding-left: 5px;
padding-top: 5px;
font-size:11px;
margin-bottom:2px;

}


.inputta{
border:none;
color: #999999;
width: 600px;
height: 45px;
line-height:normal;
overflow:hidden;
padding-left: 5px;
padding-top: 5px;
font-size:11px;
margin-bottom:2px;

}

.newsAboButton{
background-color: #DD0000;
font-size: 11px;
color: #444444;
border: none;
height: 25px;
padding-bottom: 2px;

}

.newsAboButton a:hover{
background-color: #00CC00;
font-size: 11px;
color: #444444;
border: none;
height: 25px;
padding-bottom: 2px;

}


.fliesstextA, 
.fliesstextA a, 
.fliesstextA a:hover{

color: #dd0000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;



}


.smallImg {
float:left;
list-style:none;
list-style-image: none;
padding: 2px;
}

.albumTitle,
.albumTitle a:hover,
.albumTitle a{
	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FF5500;
	vertical-align:top;
	margin-bottom:10px;
	
}

.topMenu{
position:absolute;
top: 64px;


}

.subnav{
padding-left: 15px;
padding-right:15px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}

.searchTags, 
.searchTags a:link{
color: #222222;

}

.searchTags a:hover{
color: #ff4e00;
}

.whitetxt{
color:#444444;

}


.randimg li{
display:inline-block;
padding-left:4px;
padding-bottom:2px;
list-style:none;
list-style-type:none;
float:left;
}