* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  margin-bottom: 0.1em;
}
body {
	font: 14px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #fff;
	background-color: #0E1433;
	text-align: left;
	margin: 0 auto;
}

.aligncenter2 {
  margin: 0 auto;
  width: 610px;
}
.clearage {
  clear: both; 
  padding: 0;
  margin: 0;
}
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 #ECEBE1;
	margin-left: 20px;
	padding-left: 20px;
	font-style: italic;
	color: #ECEBE1;
}

#header {
	background: #0E1433;
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
}
#header #gallerytitle {
  width: 625px;
  position: relative;
  padding: 18px 10px;
  margin: 0 auto;
}
#galleryheader {
	background: #0E1433;
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
}

/* Einzelbild, Links oben */
#gallerytitle .imgnav {
	float: right;
	width: 140px;
	text-align: center;
}
#gallerytitle .imgnav .imgprevious a, #gallerytitle .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #fbefdb; /*header next/prev in single-image view.*/
}
#gallerytitle .imgnav .imgprevious a:hover, #gallerytitle .imgnav .imgnext a:hover {
text-decoration: none;
color: #ddd; /*header next/prev i single-image view, mouse over.*/
}  
#gallerytitle .imgnav .imgprevious a{
float: left;
}
#gallerytitle .imgnav .imgnext a {
float: right;
}
#gallerytitle .imgnav .imgdisabledlink {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #60A5DA; /*disabled next/prev in single image view*/
}



#wrapnav {
	/*nav bar in single-image.*/
  background: #1F547D;
  margin-bottom: 30px;
  padding: 0;
}

#header #wrapnav {
	/*navbar in subdirs.*/
	background: #1F547D;
	margin-bottom: 0px;
}

#navbar h3 {
	margin-left: 10px;
}
#navbar a {
	color: #ECEBE1;
}
#navbar a:hover {
	color: #5BA1E4;
	text-decoration: none;
}

#main {
	background: #60A5DA;
	text-align: left;
	width: 630px;
	margin: 0 auto;
	padding: 12px 0;
}

#main h3 { /* Überschrift Impressum */
	color: #1E4A77;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
#main h3 a {
	color: #ECEBE1;
	border: none;
	font-weight: bold;
}
#main h3 a:hover {
	color: #ddd;
	border: none;
	font-weight: bold;
}

#main address {
	/* Impressum */
	font-style: normal;
	line-height: 16px;
	padding: 10px 0 10px 30px;
}

#main p.albenzaehler {
	text-align: center;
	margin-top: 20px;
}



#flash {
	height: 675px ;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

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

/* Front Page Title --- */
h1 {
	font: normal 20px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	letter-spacing: -2px;
}
h1 a:hover {
	border: none;
}
* html h1 a {
	height:35px;
	height:0px;
}
h1 a{ 
	height:0px;
}

h2 {
	color: #ECEBE1; /*unknown*/
	font: bold 23px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	display: inline;
	letter-spacing: -1px;
}
h2 a {
	color:  #ECEBE1; /*unknown*/
	text-decoration: none;
	font-weight: bold;
	border: none;
}
h2 a:hover {
color: #a3ad93; /*unknown*/
font-weight: bold;
border: none;
}

/* Album Nav */
.albnav {
float: right;
width: 140px;
text-align: center;
}
.albnav .albprevious a, .albnav .albnext a {
display: block;
width: 50%;
height: 100%;
float: left;
font-size: 120%;
text-decoration: none;
font-weight: bold;
line-height: 200%;
color: #ECEBE1; /*prev / next in subalbums */
}
.albnav .albprevious a:hover, .albnav .albnext a:hover {
text-decoration: none;
font-weight: bold;
color: #ddd; /*prev / next hover in subalbum*/
}
.albnav .albprevious a {
float: left;
font-weight: bold;
}
.albnav .albnext a {
float: right;
font-weight: bold;
}
.albnav .albdisabledlink {
display: block;
width: 50%;
height: 100%;
float: left;
font-size: 120%;
text-decoration: none;
font-weight: bold;
line-height: 200%;
color:  #0E1433 ; /*disabled prev/next links i subalbums (upper part of the screen)*/
cursor: default;
}

/* Gallery Titles  --- */
h4 {
text-align: center;
font: 14px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
color: #fff; /*unknown*/
}
h4 a {
color: #ECEBE1; /*album titles in thumbview*/
border: none;
font-weight: bold;
}
h4 a:hover {
color: #ddd; /*album titles in thumbview on mouse over*/
border: none;
font-weight: bold;
}


/* Links  --- */
a {
	color: #0E1433; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0E1433;
	text-decoration: underline;
}
.disabledlink {
color: #1F547D;  /* #60A5DA; to hide disabled links in the backgroundcolor... */
cursor: default;
font-weight: bold;
}
#main2 #navbar a { /*Same as navbar a, but in single-image view.*/
    color: #ECEBE1;
}
#main2 #navbar a:hover {
color: #ddd;
}
#description a:hover {
	color: #ddd;
	text-decoration: underline;
}
#main2 #description a {
color: #ECEBE1;
}
#main2 #description a:hover {
color: #ddd;
}

/* Comment Authors  --- */
#comments .comment {
	margin-bottom: 20px;
	margin-left: 10px;
}
#comments .commentinfo {
	color: #ECEBE1; /*datum of a comment*/
	font-style: italic;
	border-bottom: 1px solid #1F547D; 
	padding: 5px 0 3px 0;
}
#comments .commentinfo h4 {
 	font: 14px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #ECEBE1; /*the author name*/
	display: inline;
	font-style: italic;
	font-weight: bold;
}
#comments .commentinfo h4 a {
	color: #ECEBE1; /*author name if they've given a link to their homepage*/
	border: none;
	font-style: normal; 
	font-weight: normal;
}
#comments .commentinfo h4 a:hover {
	color: #ddd;
	border: none;
	font-weight: normal;
}
#comments .commentinfo a {
	color: #ECEBE1;
	border: none;
	font-style: normal; 
	font-weight: bold;
}
#comments .commenttext {
	margin-top: 5px;
	padding: 0 5px;
	color: #ECEBE1;
}
#comments .commenttext a {
  font-weight: normal; 
	text-decoration: underline;
  color: #ECEBE1;
  cursor: pointer;
}
#comments .commenttext a:hover {
	color: #ddd;
	text-decoration: none;
}


#content {
	background: #60A5DA; /*color around the main div in index.*/
	padding-bottom: 10px;
}
#content #submain {
	background: #60A5DA; /*div around thumbs in subalbums.*/
	text-align: left;
	width: 630px;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
}
#content #submain #description {
  color: #ECEBE1;
  padding: 7px 7px;
  margin: 0px auto 0px auto;
}


#main2 {
  background: #60A5DA;
	padding-bottom: 30px;
}
#main4 {
  margin: 0 auto;
	padding: 0;
	background: #0E1433 ; /*page background in single-image view.*/
	color: #FFFCDB;
}
#main2 #description {
	margin: 0 auto;
	color: #ECEBE1; 
}
#pagenumbers {
text-align: center;
margin: 0 auto 20px auto;
}
#images {
	padding: 25px 0px 0 0px;
}

/* Page Navigation
------------------------------ */
#navbar {
padding: 4px 7px;
margin: 0 auto 14px auto;
width: 620px;
color: #fbefdb; /*text in bread-crumb navigato. (last node and the pipes)*/
}
#randomhead {
	padding: 0;
	margin: 0 auto 14px auto;
	width: 630px;
	border: none;
	line-height: 0px;
	background: #fff;
}
#randomhead img {
	border: 6px solid #789048;
}

#main2 #navbar {
	padding: 4px 0;
	border: none;
	margin: 0 auto 0 auto;
	width: 620px;
	color: #ECEBE1; /*text in navbar in single-image, only the last node.*/
}

#randomhead {
	padding: 0;
	margin: 0 auto 14px auto;
	width: 630px;
	border: none;
	line-height: 0px;
	background: #fff; /*only visible while the image is loading*/
}

#randomhead img {
	border: 8px solid #1F547D;
}

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 {
	color: #272E46 ; /*denotes the current page were on (1..5 etc) (I'm hiding it in the background)*/
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable:hover {
 background-color: #1F547D; 
}
#imageDescEditable:hover {
 background-color: #1F547D;
}


/* Image Thumbnails
------------------------------ */
.imagethumb a {
	border-top: 2px solid #fbefdb;
	border-left: 2px solid #fbefdb;
	border-right: 2px solid #0E1433 ;
	border-bottom: 2px solid #0E1433 ; 
	display: block;
	padding: 7px;
	margin: 6px;
	background: #1F547D;
	line-height: 0px;
}
.imagethumb a:visited {
	border-top: 2px solid #fbefdb;
	border-left: 2px solid #fbefdb;
	border-right: 2px solid #0E1433;
	border-bottom: 2px solid #0E1433; 
	background: #1F547D;
}
.imagethumb a:hover {
	border-top: 2px solid #0E1433 ;
	border-left: 2px solid #0E1433 ;
	border-right: 2px solid #272E46;
	border-bottom: 2px solid #272E46;
	background: #1F547D;
}
#albums li:hover h4 a {
	color: #ddd;
}
.imagethumb {
float: left;
}
#albums .imagethumb {
float: none;
}
#randomhead .imagethumb {
float: none;
}

/* Album Thumbnails
------------------------------ */
#albums {
padding: 0px 0 0px 0;
}
#albums li {
margin: 0 0 0px 0;
padding: 0;
border: 0;
float: left;
list-style: none;
}


/* Individual Image
------------------------------ */
.imgwrap {
	width: 615px;
	margin:0 auto;
	padding-left: 2em;
	padding-right: 2em
}
.imgwrap ul {
   text-align: center;
   margin-left: 0;
   margin-rignt: 0;
   padding: 0;
   list-style-type: none;
}
.imgwrap li {
   margin: 0;
   padding: 0;
   float: left;
   text-align: center;
   width: 50%
}
    
.image { 
margin: 0;
padding: 0;
border: 0;
}
#image {
	width: 615px;
	margin: 0 auto;
}
#image_container {
	color: black;
	border: 2px solid #ECEBE1;
	padding: 7px;
	background: #fff;
	margin-bottom: 10px;
}
#image_container a {
	color: black;	
}


/* Comments 
------------------------------ */
#bottomheadings {
	/* background for commentheader (where it says "X Comments")*/
	background: #1F547D;
	height: 40px;
}
#bottomheadings h3 {
	padding: 10px 10px 0 5px;
	margin: 0 auto;
	width: 615px;
}

#commentsarea {
	margin: 0 auto;
	padding: 10px 20px 30px 20px;
	background: #0E1433;
	border-bottom: 15px solid #60A5DA;
}

#commentbox {
	width: 625px;
	margin: 0 auto;
	padding: 20px 0 0 0;
  color: #ECEBE1;
	font-size: 12px;
}
#commentbox form#commentform {
	margin-top: 10px;
}
#commentbox input {
	font: 12px/22px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	border: none;
	padding: 2px;
	color: #333;
}
#commentbox input:focus {
	background: #fff;
}
#commentbox textarea {
	font: 12px/16px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background: #fafaf9;
	border-top: 1px solid #0E1433 ;
	border-left: 1px solid #0E1433 ;
	border-right: 1px solid #0E1433 ;
	border-bottom: 1px solid #272E46;
	color: #333;
	margin: 5px 0 5px 0;
	padding: 3px;
	width: 600px;
}
#commentbox textarea:focus {
	background: #fff;
}

#comments {
	clear: both;
	display: block;
	margin: 0 auto; 
	width: 650px; 
	text-align: left;
}

.error { 
color: #950b42;  /*Error message when a visitor forgets a field.*/
font-weight: bold; 
}




/* Forms
------------------------------ */
.checkbox {
cursor: pointer;
}
.pushbutton {
cursor: pointer;
padding: 5px 10px;
}


/* Footer
------------------------------------ */
#footer {
	background-color: #0E1433;
	color: #fbefdb;
	font-size: 11px;
	text-align: center;
	padding: 10px 0 4px 0;
	margin: 0;
	clear: both;
}
#footer a {
	color: #b1aea7;
	border-bottom: 1px dotted #fbefdb;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
/* 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;
}
#map{
	width: 595px;
	margin: 0 auto;
}


/* Admin Toolbox
------------------------------ */
#admin, #admin_data {
	position:fixed;
  _position: absolute;
	right:0;
	top:0;
	border-left: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	background: #0E1433;
	width:120px;
}
#admin_data {
	top:20px;
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ccc;
	border-bottom: 1px dashed #E6E6DF;
	margin:0;
	padding:0;
}
#admin h3 a,
#admin_data a {
	color: #fff;
}
#admin h3 a:hover {
	text-decoration: none;
}

/* Search Box
------------------------------ */
#search {
	float: right;
	width: 175px;
	text-align: center;
	margin: 26px 0 0 0;
	_margin-top: 24px; /* IE Only */
}
#search input#search_input{
	width: 140px;
	height: 17px;
	float: left;
}
#search input#search_submit {
	float: left;
	padding-left: 3px;
	width: 23px;
}
#search input.pushbutton {
  padding: 1px;
  font-size: 80%;
}
#search ul {
  text-align: left;
  margin: 0px;
  padding: 2px;
  list-style: none;
}
#search ul .item {
  display:none;
}
#search ul:hover .item {
  display:block;
  padding:1px;
  margin:0px;
}
#search li {
width:150px;
}
.clear {
  clear:both;
  height:10px;
}


/*#tag_cloud {
	text-align: center;
	padding-bottom: 5px;
}
#tag_cloud ul li {
	text-align: center;
	display: inline;
	list-style-type: none;
	line-height: 2em;
}
#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #1F547D;
	font-size: 18px;
	text-align: center;
}
#content-left {
	width: 590px;
	height: 100%;
	float: left;
margin-top: 2em;
margin-bottom: 2em;
margin-left: 0;
margin-right: 0;
padding-top: 0.8em;
padding-left: 45px;
padding-right: 45px;
font-size: 1.2em;
line-height: 1.6em; 
}

#content-left h2 {
font-size: 1.2em;
}
#content-left h3 {
font-size: 1.4em;
margin-left: 0px;
margin-bottom: 0.5em;
}
#content-left p {
font-size: 1em;
line-height: 1.1em;
margin-bottom: 1em;
clear: both;
}
#sidebar {
width: 320px;
height: 100%;
float: right;
background-color: transparent;
margin-right: 4px;
border-top: 0px dotted red;  
}
.menu {
margin-top: 0em;
font-size: 1.3em;
padding: 1em 0 0.8em 1em;
border-bottom: 1px dotted darkgray;
height: 100%; 
}
.menu h3 {
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 0.3em;
color: black;
margin-bottom: 0.5em; 
margin-top: 0.7em;
margin-left: 1.6em;
border: 0px solid gray;
}
.menu ul {
list-style: none;
padding-left: 1.8em;
padding-right: 1em;
margin-top: 0.2em;
}
.menu ul li {
padding-left: 20px;
padding-bottom: 3px;
background-image: url(../images/arrow_right.png);
background-repeat: no-repeat;
background-position: 1px 0px;
}
.menu ul li.menu-active {
	color: #002E5B;
background-image: none;
}
.submenu {
list-style: none;
margin-left: -25px;
padding: 2px;
}
#archive_news {
	text-align: center;
	padding-bottom: 5px;
}
#archive_news ul li {
	display: inline;
	list-style-type: none;
}
#archive_news p {
	padding:10px 0;
	margin:20px 0;
	background: #1F547D;
	font-size: 18px;
	text-align: center;
}
#pagetext {
font-size: 1em;
line-height: 1em;
margin-bottom: 1em;	
}
#pagetext p {
	line-height: 1em;
}
#pagetext ul {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#pagetext ul li {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#pagetext a:link {
text-decoration:underline;
}
#pagetext h3 a:link {
text-decoration:none;
}

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

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

}

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

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

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

.singlenews_prev {
float: left;
}
.singlenews_next {
float: right;
}

.newstype {
font-size: 0.8em;
}*/

