
/* Screen layout: */

h1 {
font-size: 14px;
}

h2 {
font-size: 12px;
}

h3 {
font-size: 10px;
}

a {
text-decoration: none;
color: #286ea0;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 10px;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}


.flLeft { 
float:left; 
}

.flRight {
float:right;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

html {
   min-height: 101%;
   margin-bottom: 1px;
}

body {
margin: 0 auto;
padding: 0;
font-family: Arial,Verdana,Tahoma,sans-serif;
background: #DDFFDD;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 780px;
}

#frontphoto {
margin: 0 0 0px 0;
border: 0;
}


#breadcrumb {
margin: 0 0 0 195px;
font-size: 10px;
}
a.breadcrumb {
text-decoration: none;
color: #FF9900;
}


/***** Navigation*****/

#avmenu {
clear: left;
float: left;
width: 170px;
margin: 0 0 0 0;
padding: 0;
}

#avmenu ul {	
list-style: none;
width: 170px;
margin: 0 0 0 0;
padding: 0;
}
	
#avmenu li {
margin-bottom: 0;
}

#avmenu li a {
font-weight: bold;
height: 26px;
text-decoration: none;
color: #505050;
display: block;
padding: 0 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}
		
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

/* Farben aktiver Links */
#avmenu a {
color: #286ea0;
}
#avmenu a.a1 {
color: #FF0000;
}
#avmenu a.a2 {
color: #FFCC00;
}
#avmenu a.a3 {
color: #00FF00;
}

/* Schriftgrösse und Dicke */

#avmenu ul {
color: #FFFFFF;
font-weight: bold;
  font-size: 12px;
}
#avmenu ul.nav1st {
color: #FF0000;
font-weight: bold;
  font-size: 12px;
}
#avmenu ul.nav2nd {
color: #FFCC00;
font-weight: bold;
  font-size: 11px;
}
#avmenu ul.nav3rd {
color: #00FF00;
font-weight: bold;
  font-size: 10px;
}

/***** Termine Kalender *****/

.kalender {
margin: 5px 0px 0px 0px;
padding: 10px 0px 10px 10px;
width: 160px;
height: 180px;
color: #505050;
background-color: #f4f4f4;
font-size: 10px;
}

.caltable1 {
background-color: #F3F3F3;
}
.calhead {
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.calheadq {
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.calheadmf {
font-weight: bold;
}
.calheadss {
font-weight: bold;
color: #FF0000;
}
.caldate {
font-size: 12px;
font-weight: bold;
}
.caltoday {
background-color: #CFCFCF;
}
.cala {
font-weight: bold;
color: #286ea0;
text-decoration: underline;
}
.calbg1 {
background-color: #CFCFCF;
}
.calbg3 {
}
.calbg4 {
}

/***** Aktuelles *****/

.aktuelles {
margin: 5px 0px 0px 0px;
padding: 10px 10px 10px 10px;
width: 150px;
color: #505050;
background-color: #f4f4f4;
font-size: 10px;
}

/***** Counter *****/
.counter {
text-align: center;
font-size: 10px;
font-weight: bold;
}

/***** Linktext *****/
.linktext {
font-size: 10px;
}

/***** Content (Hauptfenster) *****/

#content {
margin: 0 10px 20px 180px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
font-size: 12px;
}

#content h1 {
font-size: 14px;
margin: 0 0 0.5em 0;
}

#content h2 {
font-size: 12px;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #ffffff;
border: 4px solid #ffffff;
}


/***** Footer *****/

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 790px;
text-align: center;
color: #808080;
font-size: 10px;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/***** Gästebuch Formular *****/

/* Formular */
form.gbook div {
	width: 400px;
}

/* Eingabefelder */
form.gbook input, form.gbook textarea {
	border: 1px solid black;
    margin: 2px;
	width: 250px;
	background-color: #F6F4EF;
}

/* Text-Eingabefeld*/
form.gbook textarea {
	height: 100px;
}

/* Beschriftungen der Eingabefelder */
form.gbook div.label {
	width: 100px;
	float: left;
}

/* Buttons */
form.gbook input.button {
    width: 100px;
	margin: 0px;
	margin-top: 5px;
	background-color: #D6D3CE;
}

/* Buttons-Layer*/
form.gbook div.buttons {
	padding-left: 100px;
}


/* Fehlermeldungs-Layer*/
form.gbook div.error {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

/***** Gästebuch Einträge *****/

/* Einträge-Layer */
div.gbook .entry {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #859885;
}

/* Pagination-Layer */
div.gbook .pagination {
	float: right;
}

/* Pagination-Links */
div.gbook .pagination a {
	padding-left: 2px;
	padding-right: 2px;
}

/* 
Allgemeine Formatierungen
*/

/* Beschriftungen */
div.gbook .label {
	float: left;
font-weight: bold;
}

/* Werte */
div.gbook .value {
	padding-left: 100px;
}

div.gbook .text .label {
	padding-top: 0px;
}

div.gbook .text .value {
}