/**
 * Modul klmx-Bild 4
 */
/* Definition der Klassen ohne Rahmen*/

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: none;
}
.pnormal {
	clear: both;
	border: none;

}

/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}


/*//////////////////////////////////////////////////////////////////////////////*
/* Kontaktformular-weitgehend barrierefrei {*/

/*  Start Forms */
#formwrap {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	border: thin solid #cc0000;
	background: #000;
	width: 350px;
}
#form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;	
}
/* Rahmenfarbe angeben für Opera */
#formwrap fieldset {
	border: 1px solid #fff;
	padding: 10px 10px 80px 10px;
	margin: 0px auto;
	width: 300px;
	margin-bottom: 10px;
	background: #cc0000 url(guitar2.gif) no-repeat bottom right;
}
#formwrap legend {
	border: 1px solid #fff;
}
#formwrap Label {
   font:11px/20px verdana, arial, helvetica, sans-serif;
   padding: 0px;
   margin: 0px;
}
.inpt {
	width: 270px;
	border: 1px solid #fff;
	background-color: #aaaaaa;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	word-spacing: 0.2em;
}
.txt {
	width: 270px;
	border: 1px solid #fff;
	background-color: #AAAAAA;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	word-spacing: 0.2em;
}
input.inpt:focus, textarea.txt:focus {
   color: #000;
   font-family: Verdana, Arial, Sans-Serif;
}
.senden {
   width: 150px;
   font-weight: bold;
   font-size: 11px;
   margin: 15px 0px 0px 3px;
   padding: 3px 0px 3px 0px;
   background-color: #aaa;
   color: #333;
   text-align: center;
   border: solid 1px #fff;
   cursor: pointer;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
   cursor: pointer;
}

.formerror {
	color: #cc0000;
}

/*  Ende      Modul Kontaktformular-weitgehend barrierefrei {*/

/*  Termine, Block wächst automatisch mit..... */
#al {
width: 300px;
}

#bottom {
background: url(c_03.gif) bottom left no-repeat;
height: 84px;
}
#top {
	height: 100px;
	background: url(headnews.gif) no-repeat top left;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

#mid {
padding: 0 35px 0 20px;
text-align: justify;
background: url(c_02.gif) top left repeat-y;
}
#mid p{
	margin: 0px;
	padding: 0px 0 1.1em 0;
	font-size: 1.1em;
	text-align: left;
}



/* JAOS Lightbox Style-Sheet
*/

div.jaosg_thumbnail{
	float: left;
	background: #DCDCDC;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 60px;
	width: 80px;
	margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}


/* CSS Document www.riemann.de angepasst*/


/* Formulare 
*************/
form.formation
{
	margin: 15px 0 20px 0;
	padding: 5px 5px 15px 10px;
	background: #fff;
	border: 2px solid #000;
	width: 560px;
	margin: 0px auto;
}



/* Gästebuch */
form.formation#gb {
	background: #cc0000 url(sax.gif) no-repeat right bottom;
	margin-top: 5px;
}
/**/

fieldset
{	border: none;
	padding: 0;
	font-size: 1.0em;
}

form.formation legend
{
	font-weight: bold;
	font-size: 1.15em;
	padding: 5px 5px 5px 0px;
	margin-left: -5px;
	background-color: transparent;
	color: #000;
}
form.formation label 
{	margin:0 0 3px 0;
font-weight: bold;
display: block;
}

div.checkset label,
div.radioset label
{	font-weight: normal;
}
			
form.formation input,
form.formation select, 
form.formation textarea 
{	float:left;
	margin: 4px 5px 10px 0;
	border: 1px solid #000;
	background-color: #ffffff;
}
			
form.formation fieldset br 
{	clear:left;
}
		
form.formation input.text,
form.formation input
{	padding:0.1em;
	margin-top: 0;
	width: 65%;
}


form.formation textarea 
{	padding:0.1em;
width: 65%;
margin-top: 0;
}


form.formation input.button 
{	color:#ffffff;
	background-color: #000;
	border: 1px solid #555;
}
form.formation input.button,
body#r9 form.formation input.button
{ width: 12em;
	clear: both;
}

form.formation#gb input.button { 
float: none;
}


form.formation p
{	font-weight: bold;
}


form.formation p.required, .req
{	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.required,
.FORMATIONsuccess,
.FORMATIONerror
{	color: #fff;
}




/***************************************************
GÄSTEBUCH  (siehe auch Formulare)
****************************************************/
.gbook {
	width: 580px;
	margin: 0px auto;
	font: 14px Arial, Helvetica, sans-serif;
}

#content ul.pagination {
padding: 0;
margin: 10px 0;
}

#content ul.pagination li {
list-style: none;
display: inline;
}

#content ul.pagination li a {
padding: 1px 2px 0 2px;
}

#content .a63-pagination_aktuell a,
#content .a63-pagination_aktuell a:hover {
background-color:#cc0000;
color: #ffffff;
}

div.entry {
	border: 2px solid #000;
	padding-top: 3px;
	margin-bottom: 20px;
	background: #fff url(23.gif) no-repeat right top;
}
div.entry .label {
font-weight: bold;
color:#000;
margin-right: 10px;
}
div.entry p {
margin: 2px 0;
line-height: 1.0em;
font-size: 0.9em;
}
div.entry p.message,
div.entry p.reply {
margin: 0px;
line-height: 1.3em;
font-size: 1em;
padding-top:3px;
}
div.entry p.reply {
	background: #cc0000;
	color: #fff;border-top: 2px solid #000;
}

div.entry p.message {
	background: #aaa;
	color: #000;border-top: 2px solid #555;
}

/* css aus guestbook.css*/
.a63-form {
  width: 400px;
}

/* Eingabefelder */
.a63-form input, .a63-form textarea {
  border: 1px solid black;
  margin: 1px 2px 1px 2px;
  width: 250px;
  background-color: #F6F4EF;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #EEEEEE;
}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 100px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
  width: 100px;
  float: left;
  padding-left: 5px;
}


/* Buttons */
.a63-form .a63-fsubmit {
  width: 100px;
  margin: 0px;
  margin-top: 5px;
  background-color: #D6D3CE;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
  padding-left: 105px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
  text-align: right;
  padding: 0px 5px 5px 0px;
}

/* Fehlermeldungs-Layer*/
.a63-form div.error {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}



/*
  Listen Styles
*/


/* Einträge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
}

.a63-entries p {
  margin: 0px;
  padding: 0px;

}

/* Pagination-Layer */
.a63-entries .a63-pagination {
  text-align: right;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
  font-weight: bold;
  text-decoration:underline;
}


.a63-entries ul li {
  list-style-type: none;
  display: inline;
}

/* 
	Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
  float: left;
  width: 70px;
}

/* Werte */
.a63-entries .a63-value {
  padding-left: 70px;
}

/* Mozilla */
li.pagination {
  list-style-type: none;
}

/* Ausgabe der Dateiversion
  möglichst unauffällig und klein */
.Modulversion {
  font-size: 0.5em;
  color: #aaaaaa;
/*  color: #dddddd; */ /* (fast) unsichtbar*/
}

