/* ############################################################################################ */
/* Allgemeine Informationen zu diesem Misch-Layout aus Pixelpost und eigenen Änderungen:
   Die Seite wird zentriert auf einem einfarbigen Hintergrund dargestellt und gliedert sich in
   die Bereiche
   Oben mit Kopfbild und Navigationsbereich
   Links für variable Inhalte aus Pixelpost - Rechts für statische Inhalte und Linkverweise
   Unten */
/* Ursprungs-CSS-Datei zur Vorlage "http://wwww.css-vorlagen.de/templates/mohnblume/ */
/* Diese Datei darf frei verwendet und angepasst werden, unterliegt jedoch der
   http://creativecommons.org/licenses/by/2.0/ */
/* Ergänzungen durch Hans Sendker "http://www.60plus.sendker.de/ */
/* Diese Datei darf frei verwendet und angepasst werden, unterliegt jedoch der
   http://creativecommons.org/licenses/by/3.0/deed.de */
/* ############################################################################################ */

/* ---------------------------------------------------------- */
/* Pixelpost Formatierungen */
/* ---------------------------------------------------------- */


/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#9f9f9f;
	font-size:0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.85px;
	line-height:0.9em;
	color:#333;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#800000;
	text-decoration:underline;
	}

a:hover {
	text-decoration:overline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:12px;
	letter-spacing:2px;
	color:#666;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}

h1 a {
    text-decoration:none;
	color:#666;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#666;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#666;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}

.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}

.menu a:hover {
	text-decoration:none;
	color:#800000;
	}

/* .............................. */
/* Content */
/* .............................. */

#photo {
    background:#757575;
    padding:4px;
	border:1px solid #ccc;
         margin:0px 0px 0px 10px
	}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
    background:#FFF;
	padding:4px;
	height:8px;
	width:594px;
	margin:0px 0px 16px 0px;
	}

#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
    background:#FFF;
	border:1px solid #ccc;
	padding:8px;
	text-align:justify;
	width:560px;
	margin:2px auto;
	margin-bottom:25px;
	line-height:1.2em;
	}

#image-notes {
	width:70%;
	vertical-align:top;
	}

#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}

/* .............................. */
/* Pages */
/* .............................. */

#page {
    background:#FFF;
	border:1px solid #ccc;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:1.4em;
	}

#page a {
    font-weight:bold;
	}

#page img {
	background:#FFF;
    padding:2px;
	border:1px solid #ccc;
	}

.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}

.thumbnails {
	border:1px solid #f5f5f5;
	padding:3px;
	margin:3px;
	}
#browse {
         background:#FFF;
	border:1px solid #ccc;
	padding:20px;
	text-align:left;
	width:90%;
	margin:0px auto;
	margin-bottom:15px;
	margin-top:15px;
	line-height:12px;
	}
#panoseite {
         background:#808080;
	border:1px solid #ccc;
	padding:20px;
	text-align:left;
	color:#FFF;
	width:90%;
	margin:0px auto;
	margin-bottom:15px;
	margin-top:15px;
	line-height:12px;
	}
.panotitle {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#FFF;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}


/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
    background:#fff;
	border-bottom:1px solid #eee;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}

#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}

#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#444;
	text-decoration:none;
	padding:10px;
	border:1px solid #eee;
	}

#comments li a {
	color:#444;
	text-decoration:none;
	}

#comments li:hover {
	background:#f5f5f5;
	}

#comments li a:hover {
	background:#f5f5f5;
	}

#comment-middle {
    background:#fff;
	border-top:1px solid #eee;
	padding:5px;
	margin-top:25px;
	height:15px;
	}

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #eee;
	background:#f5f5f5;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
    }

#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }

/* ----------------------------------------------------------------------- */
/* Zusätzliche Formatierungen ex Layout aus Vorlage Mohnblume */
/* ----------------------------------------------------------------------- */

/* .............................. */
/* Seiten Layout allgemein */
/* .............................. */


#seite{
 background:#fff;
 margin:0 auto;
 padding:10px 10px 5px 5px;
 text-align:left;
 width:820px
}


#oben{
 background:#fff;
 clear:both;
 height:150px;
 width:805px;
 padding: 0 0 0 15px;
}

#links{
 float:left;
 margin:0px 0px 20px 2px;
 width:600px;
}

#rechts{
 float:left;
 font-size:85%;
 margin:10px 0px 0px 20px;
 width:185px;
 overflow:hidden;
}

#unten{
 background:#9F9F9F;
 clear:both;
 height:20px;
 width:818px;
 text-align:center;
 font-size:90%;
}
/* Sonstige Formatierungen */
.logo{
 float:right;
 width:88px;
 padding:0 12px 4px 0
}

.logo img{
 border:0
}
.aktuelles{
 font-size:120%;
 line-height: 1.4em;
 }
/* ........................................... */
/* Formatierungen Navigationsleiste */
/* ........................................... */

#navigation{
 background:#fff;
 float:left;
 width:690px;
 padding:0 0 4px 0
}

#navigation ul{
}

#navigation ul li{
 display:inline;
 margin:0 4px 0 0
}

#navigation ul li a{
 text-decoration:none;
 border-bottom:4px solid #5F5F5F;
 color:#800000;
 font-size:95%;
 font-weight:bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 color:#5F5F5F;
 border-bottom:4px solid #800000
}

/* .............................................. */
/* Formatierungen Navigation (Rechte Spalte) */
/* .............................................. */

#rechts ul{
list-style:none;
 margin:0 0 0 0
}

#rechts ul li { background: ${url($resPath/liste.jpg) no-repeat;} /*  background funxt noch nicht */
#rechts ul li {
 display:block;
 margin:0 0px 0 0;
 padding:0 0 0 10px;
}

#rechts ul li a{
 text-decoration:none;
  color:#666;
}

#rechts ul li a:hover{
  color:#000;
  border-bottom:1px solid #800000;
}

/* .............................................. */
/* Formatierungen chCounter */
/* .............................................. */


.chcTable
{
  width: 180px;
  border-spacing: 1px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  text-align: left;
  background-color: #BDD2D9;
}
.chcHeaderRow
{
  background-color: #0780BC;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
}
.chcLeftRow
{
  background-color: #F2F0F0;
  color: #000000;
  font-size: 10px;
  padding: 3px;
}
.chcLeftRowAlt
{
  background-color: #E0DFDF;
  color: #000000;
  font-size: 10px;
  padding: 3px;
}
.chcRightRow
{
  background-color: #F2F0F0;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  text-align: right;
}
.chcRightRowAlt
{
  background-color: #E0DFDF;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  text-align: right;
}
.chcA a
{
  font-size: 10px;
}



/* ---------------------------------------------------------------------- */
/* Ende Formatangaben */
/* ---------------------------------------------------------------------- */