/* ================================================ */
/*  Main CSS */
/* ================================================ */

/* ================================================
 Texte

	 einfach
		font-family: arial, sans-serif, tahoma, helvetica;

	 serifen-schrift
		font-family: geneva, 'Times New Roman', serif ;

	 gut lesbar
		font-family: verdana, helvetica, sans-serif, arial;

	 grosse Buchstaben
		font-family: tahoma, verdena, helvetica, arial; 

================================================ */

/* ================================================ */
/*  Farben und Hintergründe */
/* ================================================ */

body {
/* in Standards => CMS */
	color: #cccccc;
}
p, span, h1, h2, h3, h4, h5, h6, ul, a {
	color: #cccccc;
}
a {
	color: #eeeeee;
}
a:hover {
	color: #d20404;
}


p, span, h1, h2, h3, h4, h5, h6, ul, a {
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif, arial;
	text-decoration: none;
  font-weight: normal;
	text-align: left;
}
a {
	font-size: 1em;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
table, input {
	font-size: 1em;
}
table {
	width: 100%;
}


p {	
	margin-bottom: 10px;
	font-size: 0.76em;
	line-height: 1.3em;
}

ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  list-style-type: disc;
	line-height: 1.1em;
}
ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.1em;
}
li {
	font-size: 0.76em;
	padding:  2px 0px 2px 0px;
	margin:  0px 0px 0px 30px;
}

/* Überschriften */
H1 {
	padding: 0px 0px 6px 0px; 
	font-size: 0.86em;
	FONT-WEIGHT: bold;
	padding: 3px 0px 4px 0px; 
	COLOR: #E7A94D;
	border-bottom: 1px solid #777777;
	text-align: left;
	margin-bottom: 6px;
}
h2 {
	padding: 0px 0px 6px 0px; 
	font-size: 0.76em;
	FONT-WEIGHT: bold;
	padding: 3px 0px 4px 0px; 
	COLOR: #E7A94D;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	text-align: center;
	margin-bottom: 6px;
}
h3 {
	padding: 0px 0px 10px 0px; 
	font-size: 0.76em;
	FONT-WEIGHT: bold;
	padding: 3px 0px 4px 0px; 
	COLOR: #BFBDBD;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	BACKGROUND-color: #333333;
	text-align: center;
	margin-bottom: 6px;
}
h4 {
	padding: 0px 0px 10px 0px; 
	font-size: 0.76em;
	FONT-WEIGHT: bold;
	padding: 3px 0px 4px 10px; 
	color: #111111;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	BACKGROUND-color: #999999;
	text-align: left;
	margin-bottom: 6px;
	line-height: 1.4em;
}
h5 {
	font-size: 0.76em;
	FONT-WEIGHT: bold;
	padding: 0px 0px 6px 0px; 
	COLOR: #E7A94D;
	text-align: left;
}
h6 {
	font-size: 0.86em;
	FONT-WEIGHT: bold;
	padding: 0px 0px 6px 0px; 
	COLOR: #E7A94D;
	text-align: left;
}


#main {	
	BACKGROUND: url(/img/content_back.gif) repeat-y;
}
#main-content img {	
}


.main-mitte {
	padding: 0px;
	BACKGROUND: url(/img/content_mitte.gif) repeat-y;
}
.main-unten {
	BACKGROUND: url(/img/content_unten.gif) no-repeat bottom left;
	padding-bottom: 10px;
}
.main-oben{
	BACKGROUND: url(/img/content_oben.gif) no-repeat ;
	padding: 7px 0px 0px 0px;
}

#footer .innen {
	BACKGROUND-color: #333333;
}


/* =====  Gaestebuch Farben  ===== */ 
#gaestebuch {
	color: #BFBDBD;
}
#gaestebuch .zeileinput input {
	background-color: #dddddd;
}
.gasteintrag .innen  {
	border-top: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
}
.gasteintrag .Kopf {	
	BACKGROUND-color: #333333;
}
.gasteintrag .Kopf{
	background-color: #333333; 
}
.gasteintrag .Name {
	color: #eeeeee;
}
.gasteintrag .Text {
	background-color: #222222; 
}
.gasteintrag .Text p {
}
.dbnav {
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	BACKGROUND-color: #333333;
}


/* =====  Farben Ende ===== */ 


/* ================================================ */
/*  spezielle Klassen der Seite */
/* ================================================ */
/* ================================================ */
/*  Gaestebuch */
/* ================================================ */

/* Neuer Eintrag */
.box-links {
	width: 50%;
	float: left;
	text-align: left;
}
.box-rechts {
	float: right;
	width: 50%;
}
.box-rechts p {
 margin-right: 20px;
 padding-top: 5px;
	text-align: right;
}


/* Liste der Einträge */
.gasteintrag {
	width: 570px;
	text-align: left; 
	font-size: 1em;
	margin-bottom: 20px;
}
.gasteintrag .innen {
	text-align: left; 
	font-size: 1em;
	padding: 0px 0px 8px 0px;
}

.gasteintrag .Kopf{
	padding: 6px 10px 2px 15px;
	BACKGROUND: url(/img/lampe_an.gif) 9px 6px no-repeat;
}
.gasteintrag .Name {
	float: left;
	padding: 0px 0px 0px 15px; 
	font-size: 0.76em;
	letter-spacing: 0.05em;
	FONT-WEIGHT: bold;
	font-family: verdana, helvetica, sans-serif, arial;
	width: auto;
}
.gasteintrag .Datum {
	float: right;
	width: 150px;
}
.gasteintrag .Datum p {
	text-align: right;
	font-size: 0.66em;
	margin: 0px;
	font-weight: bold;
}
.gasteintrag .Eintrag {
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 5px 0px;
}
.gasteintrag .Eintrag p {
	font-size: 0.76em;
	margin: 0px;
	padding: 0px;
}
.gasteintrag .Text {
	text-align: left;
	width: 100%;
}
.gasteintrag .Text p {
	text-align: left;
	padding: 5px 10px 5px 15px;
}




/* Formular */
#gaestebuch {
	margin-top: 20px;
	width: 100%;
}
#gaestebuch .inhalt {
	width: 560px;
	margin-left: 20px;
}

#gaestebuch .zeiletext {
	width: 100%;
	overflow: hidden;
	font-size: 0.8em;
}
#gaestebuch .zeileinput {
	width: 100%;
	font-size: 0.8em;
}
#gaestebuch .textfeld {
	font-size: 0.8em;
	font-family: verdana, helvetica, sans-serif, arial;
	text-decoration: none;
  font-weight: normal;
	text-align: left;
}
#gaestebuch .fehlerzeile {
	width: 285px;  /*  */
	display: none;
	font-size: 0.76em;
	vertical-align: top;
}
#gaestebuch .leerzeile {
	clear:both;
	padding-bottom: 0px;
	font-size:10px;
}
#gaestebuch .sendebutton {
/* width = zeiletext + zeileinput */
	width: 520px;
	text-align: right; 
	padding: 10px 0px 30px 0px;
	font-size: 0.8em;
}



/* Gabu-Navi */
.dbnav {
	width: 570px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.dbnav a {
	text-decoration: none;
}
.dbnav a:hover{
	text-decoration: underline;
}
.dbnavlinks {
	width: 150px;
	float: left;
	display: inline;
}
.dbnavlinks p {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 0.66em;
}
.dbnavrechts {
	float: right;
	width: 300px;
	text-align: right;
}
.dbnavrechts p {
	text-align: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-size: 0.66em;
}
.dbnavrechts img {
	margin: 0px 10px 0px 10px;
	vertical-align: middle;
}


/* ================================================ */
/* CMS Classes */
/* ================================================ */
.cm-img-border {
	border: 2px solid #666666;	
}


/* ================================================ */
/* CSS Standardvorlagen für Module */
/* ================================================ */

/* alle Module clear float */

.bl-bildtextl, .bl-bildtextr
{
	clear: both;
}
.bl-box, .bl-boxa, .bl-boxb, .bl-boxIa, .bl-boxIb
{
	clear: both;
}
.bl-tbII, .bl-tbIII, .bl-tbIV, .bl-tbIVa
{
	clear: both;
}
.bl-contIIa , .bl-contIIb, .bl-contIIIa , .bl-contIIIb 
{
	clear: both;
}
.bl-rboxIa, .bl-rboxIb, .bl-rboxIIa, .bl-rboxIIIa, .bl-rboxIIIb, .bl-rboxIIIc, .bl-rboxIIId
{
	clear: both;
}

.bl-quelltext{
	clear: both;
	margin: 0px;
	padding: 0px;
}


/*
------------------------ 
	Blockelemente Textbausteine 
------------------------
*/
.bl-bildtextl  {
	padding: 0px;
	width: 100%;
}
.bl-bildtextl img {
	Float: left; 
	Margin: 0px 20px 0.3em 0px; 
}
.bl-bildtextl p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.bl-bildtextr  {
	padding: 0px;
	width: 100%;
}
.bl-bildtextr img {
	Float: right; 
	Margin: 0px 0px 0.3em 20px; 
}
.bl-bildtextr p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}


/*
------------------------ 
	Blockelemente Tabellen
------------------------
*/
.bl-tbII, .bl-tbIII, .bl-tbIV, .bl-tbIVa {
	overflow: hidden;
	width: 100%;
}
.bl-tbII table, .bl-tbIII table, .bl-tbIV table, .bl-tbIVa table {
	BORDER-style: none;
	width: 100%;
}
.bl-tbII td, .bl-tbIII td, .bl-tbIV td, .bl-tbIVa td  {
	vertical-align: top;
}
.bl-tbII p, .bl-tbIII p, .bl-tbIV p, .bl-tbIVa p {
	margin: 0px;
}

/* Spalten */
.bl-tbII td {
	padding: 4px 4px 4px 4px;
}
.bl-tbII td.s1 {
	width: 30%;
}

.bl-tbIII td {
	padding: 4px 4px 4px 4px;
}
.bl-tbIII td.s1 {
}

.bl-tbIV td {
	padding: 4px 4px 4px 4px;
}
.bl-tbIV td.s1 {
}

/* farbig */
.bl-tbIVa td {
	padding: 4px 4px 4px 4px;
}
.bl-tbIVa td.s1 {
}
.bl-tbIVa tr.z1 {
	background-color: #eeeeee;
}
.bl-tbIVa tr.z2 {
	background-color: #f9f9f9;
}

/*  Farben Tabellen
================================================ */
/* Tabelle mit Gesamtrahmen
.bl-tbII table  {
	border-top: 1px #7D6953 solid;
	border-left: 1px #7D6953 solid;
	color: #000000;
}
.bl-tbII td {
	border-bottom: 1px #7D6953 solid;
	border-right: 1px #7D6953 solid;
}

.bl-tbII tr.z1 {
	background-color: #eeeeee;
}
 */



/*
------------------------ 
	Container
------------------------
*/
.bl-contIIa {
	width: 100%;
}
.bl-contIIb {
	width: 100%;
}
.bl-contIIIa {
	width: 100%;
}
.bl-contIIIb {
	width: 100%;
}
.bl-contIIIb .bl-boxmitte {
	margin-left: 5px;
}

/*  Container Box innen */
.bl-boxI {
	width: 100%;
}
.bl-boxII {
	width: 50%;
}
.bl-boxIII {
	width: 33%;
}
.bl-boxIV {
	width: 25%;
}

/*  Container Box innen Ausrichtung */
.bl-boxlinks {
	float: left;
	text-align: left;
}
.bl-boxrechts {
	float: left;
	text-align: right;
}
.bl-boxmitte {
	float: left;
	text-align: left;
}


/*
------------------------ 
	Boxen einfach
------------------------
*/
.bl-box {
}
.bl-box * {
	margin: 0px;
}
.bl-box .innen {
	padding: 15px 15px 15px 15px;
	height: 1%;
}

/* ===== Box Typ A ===== */ 
.bl-boxa {
	border: #555555 1px solid;
	background-color:  #1a1a1a;
}
.bl-boxa * {
	margin: 0px;
}
.bl-boxa .innen {
	padding: 15px 15px 15px 15px;
	height: 1%;
}

/* ===== Box Typ B ===== */ 
.bl-boxb {
	border: #cccccc 1px solid;
	background-color:  #ffffff;
}
.bl-boxb * {
	margin: 0px;
}
.bl-boxb .innen {
	padding: 15px 15px 15px 15px;
	height: 1%;
}
