p.xmas {
	color: red;
	font-weight: bold;
	font-size: 16pt;
	margin-left: 100pt;
	margin-right: 100pt;
	margin-top: 20pt;
	margin-bottom: 20pt;
}
a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}


body {
	margin: 0px;
}

div.error {
	border: red solid 2px;
	background-color: orange;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-right: 100px;
	padding: 20px;
}
div.error div.message {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}


li.indent {
	padding-left: 20px;
}

input.button {
	border: solid black 1px;
	background-color: white;
}
input {
	border: solid black 1px;
	background-color: white;
}
textarea {
	border: solid black 1px;
	background-color: white;
}

div.head {
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #598527;
}

div.headln {
	margin-left: 346px;
	color: navy;
	font-family: Comic Sans MS;
	font-size: 34px;
	font-weight: bold;
	height: 96px;
}

div.headln div.small {
	color: yellow;
	margin-top: 30px;
	margin-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
}

div.eseloben {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.eselunten {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 95px;
	left: 0px;
}

div.bogenoben {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 174px;
	top: 95px;
}

div.bogenunten {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 10px;
	background-color: white;
}

div.menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top:211px;
	left: 0px;
	width: 174px;
	background-color: #598527;
}

div.main {
	padding: 0px;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
}

div.content {
	margin-left: 220px;
}

div.menu div.link {
	/*
	position: relative;
	left: 35px;
	*/
	margin-left: 20px;
}


div.menu div.link a:link {
	color: yellow;
	text-decoration: none;
	font-size: 14px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
}

div.menu div.link a:visited {
	color: yellow;
	text-decoration: none;
	font-size: 14px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
}

div.menu div.link a:hover {
	color: red;
	text-decoration: none;
	font-size: 14px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
}

span.bolder {
	font-weight: bolder;
}

h1  {
	color: navy;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 30px;
}

h2  {
	color: navy;
	text-align: left;
}


td.head {
	color: navy;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

td.value {
	padding-left:10px;
}

table.contact {
	margin-left: 40px;
}

/****************/
/*** DIV Item ***/
/****************/
div.item {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 20px;
}
div.itemHead {
	background-color: #598527;
	color: yellow;
	font-weight: bold;
	padding: 5px;
	border-left: solid black 1px;
	border-top: solid black 1px;
	border-right: solid black 1px;

}
div.itemHead span.date {
	font-size: 10px;
	font-family: Tahoma, arial, helvetica, sans-serif;
	color: #FAD400;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}
div.itemBody {
	background-color: #dddddd;
	padding: 10px;
	border: solid black 1px;
}
div.itemBody div.picture-category-text {
	padding: 10px;
	margin-bottom: 10px;
}
div.itemBody div.picture-categories-tree {
}
div.itemBody div.picture-categories-tree a.highlight {
	font-weight: bold;
	color: red;
}
div.itemFoot {
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	background-color: #dddddd;
	padding: 3px;
}
div.itemFoot table.img-navi {
	border: 0px;
	border-spacing: 0px;
}
div.itemFoot table.img-navi a {
	color: black;
	background-color: white;
	border: 1px solid black;
	width: 100px;
	display: block;
	text-align: center;
}
div.itemFoot table.img-navi td.overview {
	width: 100%;
	text-align: center;
}


/** Gästebuch **/

hr {
	margin-right:20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.gb {
	margin-right: 20px;
	margin-top: 10px;
}

div.gb table.gbentry {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px black;
	background-color: #dddddd;
}

div.gb table.gbentry td.gbname{
	font-weight: bold;
	padding: 5px;
	background-color: #598527;
	color: yellow;
}

div.gb table.gbentry td.gbdate {
	text-align: right;
	font-style: italic;
	border-bottom: solid 1px black;
	padding-right: 5px;
}

div.gb table.gbentry td.gbtext {
	padding: 5px;
}

div.gb table.gbentry td.gbemail {
	width: 50%;
	border-top: solid 1px black;
	border-right: solid 1px black;
	padding-left: 5px;
}

div.gb table.gbentry td.gbhomepage {
	width: 50%;
	border-top: solid 1px black;
	text-align: right;
	padding-right: 5px;
}

/* Termine */
div.appointments {
	margin-right:20px;
}
table.dates {
	border: 1px solid black;
	margin-bottom: 10px;
	background-color: #dddddd;
	width: 100%;
	border-collapse: collapse;
}

table.dates td.date {
	padding:5px;
	font-weight: bold;
	background-color: #598527;
	color: yellow;
}

table.dates td.subject {
	padding:5px;
	position: relative;
	font-weight:bold;
	font-size: larger;
	background-color: #598527;
	border-bottom: solid black 1px;
	color: navy;
	text-align: right;
}

table.dates td.body {
	padding: 5px;
}

div.dates div.body img {
	float: right;
	margin: 5px;
}

div.dates div.body p {
	margin-top: 0px;
	margin-bottom: 5px;
}

div.dates div.body p.right {
	margin-top: 10px;
	text-align: right;
}

div.pictures {
	margin-bottom: 10px;
	margin-right: 10px;
}

div.pictures div.pictures-head {
	background-color: #598527;
	padding: 5px;
	color: yellow;
	font-weight: bold;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
}

div.pictures div.pictures-desc {
	background-color: #dddddd;
	padding: 5px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
}

div.pictures div.pictures-body {
	background-color: #dddddd;
	padding: 15px;
	border: solid 1px black;
}

div.pictures div.pictures-foot {
	background-color: #dddddd;
	text-align: right;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	padding: 5px;
}

div.pictures div.pictures-foot form {
	margin: 0px;
}

div.pictures a.current {
	font-weight: bold;
}

div.pictures span.pic-count {
	font-weight: bold;
}

div.pictures img {
	border: none;
	margin: 5px;
}

div.closure-day {
	border: solid black 1px;
	margin-bottom: 10px;
	background-color: white;
}

div.closure-day div.date {
	border-bottom: solid black 1px;
	padding: 5px;
	background-color: #598527;
	color: yellow;
	font-weight: bold;
}

div.closure-day div.text {
	padding: 5px;
}

/*********************************/
/*** Tabelle (Name/Wert-Paare) ***/
/*********************************/
table.nv th {
	width: 0px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}
table.nv td {
	width: 100%;
	padding-right: 10px;
}

table.nv td p {
	margin-top: 0px;
	margin-bottom: 5px;
}

table.nv td.buttons {
	text-align: center;
	vertical-align: bottom;
	height: 40px;
}
table.nv td.buttons {
	text-align: center;
	vertical-align: bottom;
	height: 40px;
}
table.nv input {
	width: 100%;
}
table.nv input.date {
	width: 90px;
	text-align: center;
}
table.nv input.checkbox {
	width: 20px;
}
table.nv select {
	width: 100%;
}
table.nv textarea {
	width: 100%;
	height: 60px;
}

/********/
/* News */
/********/
div.news-single {
	width: 100%;
}
table.news-single {
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: #fff;
	width: 100%;
}
table.news-single td.subject {
	background-color: #598527;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	color: yellow;
	font-weight: bold;
	padding: 5px;
	font-family: georgia;
}
table.news-single td.date {
	background-color: #598527;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	color: navy;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	vertical-align: top;
}
table.news-single td.text {
	padding: 10px;
	border: solid 1px black;
	background-color: #dddddd;
}
table.news-single td.text table {
	background-color: white;
}
table.news-single td.text table td {
	border: solid 1px black;
	padding: 3px;
	background-color: white;
}
table.news-single td.text div.author {
	text-align: right;
	margin-top: 5px;
}

table.costs {background-color:#598527; border:solid 1px #000;}
table.costs th,
table.costs td {border:solid 1px #000;}
table.costs th {text-align:left; background-color:#fff}
table.costs td {text-align:right; min-width: 60px; padding-right:8px; background-color:#fff}

div.links {}
div.links a {display:block;}

