/* ************** Copyright 2009 Falko Wachendorf ************************** */
/* */
/* ************** This document defines the style ************************** */
/* ************** and the formatting of the elements, ********************** */
/* ************** used on the web-site falkowachendorf.de ****************** */
/* */
/* ************** It is not allowed to copy this *************************** */
/* ************** document, or fragments of it, **************************** */
/* ************** without the written permission *************************** */
/* ************** of Falko Wachendorf. ************************************* */
/* */
/* ************** StyleSheet (v1.0) : BEGIN ******************************** */
/* */
/* */
/* */
/* ************** Body tags (body) : BEGIN ************** */

body {
	color: black;
	background-color: #e8e8e8;
	font-family: "arial", sans-serif;
	font-size: 12px;
}

/* ************** Body tags (body) : END ************** */
/* */
/* ************** Division tags (div) : BEGIN ************** */

div#main {
	margin: 0px auto 0px auto;
	width: 960px;
	background-image: url(../pictures/background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: auto;
}

div#header {
	font-family: garamond, "book antiqua", georgia, garamond, times, "times new roman",
		serif;
	font-size: 48px;
	font-weight: bold;
	font-style: none;
	width: 948px;
	height: 95px;
	background-image: url(../pictures/header.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
	color: #0000ff;
	text-align: left;
	padding: 0px 0px 0px 10px;
	cursor: default;
}

div#siteName {
	float: left;
	width: auto;
	margin-right: 10px;
}

div#subName {
	font-family: "bookman old style", "book antiqua", georgia, garamond, times, "times new roman", serif;
	font-size: 22px;
	font-weight: normal;
	color: #0000FF;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
}

div#logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#headbar {
	clear: both;
	width: 948px;
	height: 30px;
	padding-left: 10px;
	background-image: url(../pictures/navigation.png);
	background-repeat: repeat-x;
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
	cursor: default;
}

div#menuWrapper,
div#breadCrumb {
	float: left;
	width: auto;
}

div#headbarTitle {
	float: right;
	width: auto;
	font-size: 12px;
	padding: 2px 10px 2px 10px;
	margin: 4px 10px 0px 0px;
	background-color: white;
	color: black;
	border: 1px dotted #00f;
	
}

div#userInfo {
	float: right;
	width: auto;
	padding: 2px 10px 2px 10px;
	margin: 5px 10px 0px 0px;
	background-color: transparent;
	color: #333;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
}

div#breadCrumb {
	padding: 7px 0px 0px 10px;
	background-color: transparent;
	color: #333;
	font-size: 11px;
	height: 21px;
}

div#menuWrapper div#menu {
	height: 22px;
	width: 58px;
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
	padding: 8px 5px 0px 5px;
	background-color: transparent;
	color: #333;
	z-index: 2;
}

div#itemWrapper {
	display: none;
	visibility: hidden;
	overflow: auto;
	width: 125px;
	border: 1px solid #969696;
	position: absolute;
	margin-top: 30px;
	z-index: 1;
}

div#body {
	width: 940px;
	background-color: white;
	color: black;
	padding: 10px 9px 0px 9px;
	margin-bottom: 10px;
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
	overflow: auto;
}

div#content {
	float: right;
	width: 770px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

div#sidebar {
	float: left;
	width: 120px;
	padding: 0px 9px 0px 0px;
	margin: 0px;
	overflow: auto;
}

div#footer {
	width: 960px;
	height: 70px;
	color: #969696;
	background-color: transparent;
	text-align: center;
	font-size: 10px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	cursor: default;
}

div#startFooter {
	color: #969696;
	background-color: transparent;
	text-align: center;
	font-size: 10px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	cursor: default;
}

div#navigation {
	width: 118px;
	text-align: left;
	font-size: 12px;
	background-color: transparent;
	padding: 0px;
	cursor: default;
	border: 1px dotted #00f;
}

div#counter {
	color: black;
	margin: 9px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	cursor: default;
}

div#addressBlock {
	border-top: 1px dotted black;
	text-align: left;
	padding: 10px 0px 1px 5px;
	margin: 10px 0px 0px 0px;
	color: black;
}

a.addressBlock {
	color: #333;
	text-decoration: none;
}

div.navgationItemSubActive,
div.navgationItemActive,
div.navgationItemSub,
div.navgationItem {
	width: 108px;
	padding: 3px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	color: #00f;
}

div.navgationItemSubActive,
div.navgationItemActive {
	background-color: #88aaff;
	color: white;
}

div.navgationItemSubActive a,
div.navgationItemActive a {
	text-decoration: none;
	background-color: #88aaff;
	color: white;
}

div.navgationItemSubActive a,
div.navgationItemSub a {
	padding-left: 15px;
}
	
div.navgationItem.admin {
	border-top: 1px dotted #00f;
}

div.navgationItemSub:hover,
div.navgationItem:hover {
	background-color: #88aaff;
	color: white;
}

div.navgationItemSub a:link,
div.navgationItemSub a:visited,
div.navgationItem a:visited,
div.navgationItem a:link {
	background-color: transparent;
	color: #00f;
	text-decoration: none;
	display: block;
}

div.navgationItemSub a:focus,
div.navgationItemSub a:hover,
div.navgationItemSub a:active,
div.navgationItem a:focus,
div.navgationItem a:hover,
div.navgationItem a:active{
	background-color: transparent;
	color: white;
	text-decoration: none;
	display: block;
}

div.portrait {
	background-image: url(../pictures/portrait.png);
	background-repeat: no-repeat;
	padding: 13px 17px 0px 189px;
	line-height: 22px;
	height: 213px;
	font-family: "courier new", serif;
	cursor: default;
}

div.paper {
	width: 100%;
	cursor: default;
}

div.paperTop,
div.paperLinedTop {
	background-repeat: no-repeat;
	cursor: default;
}

div.paperTop {
	padding: 0;
	height: 19px;
	background-image: url(../pictures/paper.top.png);
	font-family: "courier new", serif;
}

div.paperLinedTop {
	padding: 4px 0px 0px 15px;
	height: 21px;
	background-image: url(../pictures/paper.lined.top.1.png);
	color: #4594e2;
	font-family: "book antiqua", georgia, garamond, times, "times new roman",
		serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

div.paperMiddle,
div.paperLinedMiddle {
	background-repeat: repeat-y;
	overflow: auto;
}

div.paperMiddle {
	padding: 5px 17px 6px 82px;
	background-image: url(../pictures/paper.middle.png);
	line-height: 22px;
	font-family: "courier new", serif;
}

div.paperLinedMiddle {
	padding: 3px 15px 0px 15px;
	background-image: url(../pictures/paper.lined.middle.png);
	line-height: 21px;
}

div.paperBottom,
div.paperLinedBottom {
	background-repeat: no-repeat;
	padding: 0;
	cursor: default;
}

div.paperBottom {
	height: 31px;
	background-image: url(../pictures/paper.bottom.png);
	font-family: "courier new", serif;
}

div.paperLinedBottom {
	height: 34px;
	background-image: url(../pictures/paper.lined.bottom.png);
}

div.news,
div.guestBookEntry {
	width: 100%;
	margin-top: 10px;
}

div.newsTitle_1,
div.newsTitle_2,
div.newsTitle_3,
div.newsTitle_4,
div.newsTitle_5
	{
	background-repeat: no-repeat;
	padding: 4px 0px 0px 15px;
	height: 21px;
	cursor: default;
}

div.newsTitle_1 {
	background-image: url(../pictures/paper.lined.top.1.png);
}

div.newsTitle_2 {
	background-image: url(../pictures/paper.lined.top.2.png);
}

div.newsTitle_3 {
	background-image: url(../pictures/paper.lined.top.3.png);
	padding: 10px 0px 0px 15px;
}

div.newsTitle_4 {
	background-image: url(../pictures/paper.lined.top.4.png);
	padding: 25px 0px 0px 15px;
}

div.newsTitle_5 {
	background-image: url(../pictures/paper.lined.top.5.png);
}

div.newsText {
	padding: 3px 15px 0px 15px;
	background-image: url(../pictures/paper.lined.middle.png);
	background-repeat: repeat-y;
	overflow: auto;
	text-align: justify;
	line-height: 21px;
}

div.newsFooter {
	background-image: url(../pictures/paper.lined.bottom.png);
	background-repeat: no-repeat;
	height: 34px;
	overflow: hidden;
	cursor: default;
}

div.newsStamp,
div.guestBookEntryStamp {
	float: right;
	width: auto;
	font-size: 10px;
	text-align: right;
	padding: 5px 16px 0px 0px;
	background-color: transparent;
	color: #969696;
}

div.newsEdit,
div.guestBookEntryEdit {
	margin: -8px 0px 0px 15px;
	float: left;
	width: auto;
}

div.term_1,
div.term_2,
div.term_3,
div.term_4 {
	width: 100%;
	height: 137px;
	margin-top: 10px;
	background-repeat: no-repeat;
}

div.term_1 {
	background-image: url(../pictures/memo_1.png);
}

div.term_2 {
	background-image: url(../pictures/memo_2.png);
}

div.term_3 {
	background-image: url(../pictures/memo_3.png);
}

div.term_4 {
	background-image: url(../pictures/memo_4.png);
	height: 156px;
}

div.termTitle {
	padding: 30px 0px 0px 40px;
	background-color: transparent;
	color: #4594e2;
	font-family: "book antiqua", georgia, garamond, times, "times new roman",
		serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	cursor: default;
}

div.termStamp {
	padding: 10px 0px 0px 25px;
	font-size: 10px;
	background-color: transparent;
	color: #555;
	cursor: default;
}

div.term_4 div.termStamp {
	padding: 29px 0px 0px 25px;
}

div.termEdit {
	padding: 20px 0px 0px 15px;
}

div.standard {
	background-color: transparent;
	padding: 5px;
}

/* ************** Division tags (div) : END ************** */
/* */
/* ************** Paragraph tags (p) : BEGIN ************** */

p {
	margin: 0;
	padding: 0;
}

p.errorMessage,
p.successMessage,
p.infoMessage {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}

p.errorMessage {
	background-color: #f3a38b;
	color: black;
	border: 1px solid red;
}

p.successMessage {
	background-color: #65d965;
	color: black;
	border: 1px solid #008000;
}

p.infoMessage {
	background-color: #fff5b4;
	color: black;
	border: 1px solid #eecd11;
}

p.bottom {
	margin-top: 10px;
}

p.block {
	margin: 0;
	text-align: justify;
}

p.inlineHead {
	font-family: "book antiqua", georgia, garamond, times, "times new roman",
		serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background-color: transparent;
	color: #4594e2;
	cursor: default;
}

div.standard p.inlineHead {
	background-color: transparent;
	color: white;
}

/* ************** Paragraph tags (p) : END ************** */
/* */
/* ************** Anchor tags (a) and hover classes : BEGIN ************** */

a.header:link,
a.header:visited,
a.header:focus,
a.header:hover,
a.header:active {
	background-color: transparent;
	color: #0000ff;
	text-decoration: none;
}

a.header:hover {
	text-decoration: underline;
}

a.normal:link,
a.normal:visited,
a.normal:focus,
a.normal:hover,
a.normal:active {
	background-color: transparent;
	color: #0000ff;
	text-decoration: none;
}

div.standard a.normal:link,
div.standard a.normal:visited,
div.standard a.normal:focus,
div.standard a.normal:hover,
div.standard a.normal:active {
	background-color: transparent;
	color: white;
}

a.black:link,
a.black:visited,
a.black:focus,
a.black:hover,
a.black:active {
	background-color: transparent;
	color: black;
	font-size: 10px;
	text-decoration: none;
}

a.blackBig:link,
a.blackBig:visited,
a.blackBig:focus,
a.blackBig:hover,
a.blackBig:active {
	background-color: transparent;
	color: black;
	font-size: 12px;
	text-decoration: none;
}

a.blackBig:hover {
	text-decoration: underline;
}

table#calendarTitle a:hover {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

a.crumb:link,
a.crumb:visited,
a.crumb:focus,
a.crumb:hover,
a.crumb:active {
	background-color: transparent;
	color: #333;
	font-size: 10px;
	text-decoration: none;
}

a.crumb:link,
a.crumb:visited,
a.crumb:focus,
a.crumb:hover,
a.crumb:active {
	border: 1px solid transparent;
}

a.crumb:hover {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

a.newsTitle:link,
a.newsTitle:visited,
a.newsTitle:focus,
a.newsTitle:hover,
a.newsTitle:active,
a.guestBookTitle:link,
a.guestBookTitle:visited,
a.guestBookTitle:focus,
a.guestBookTitle:hover,
a.guestBookTitle:active {
	font-family: "book antiqua", georgia, garamond, times, "times new roman",
		serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background-color: transparent;
	color: #4594e2;
}

a.calendar:link,
a.calendar:visited,
a.calendar:focus,
a.calendar:hover,
a.calendar:active {
	background-color: transparent;
	color: black;
	font-size: 10px;
	text-decoration: underline;
}

a.calendar.sunday:link,
a.calendar.sunday:visited,
a.calendar.sunday:focus,
a.calendar.sunday:hover,
a.calendar.sunday:active {
	background-color: transparent;
	color: red;
}

a.calendar.saturday:link,
a.calendar.saturday:visited,
a.calendar.saturday:focus,
a.calendar.saturday:hover,
a.calendar.saturday:active {
	background-color: transparent;
	color: gray;
}

/* ************** Anchor tags (a) and hover classes : END ************** */
/* */
/* ************** Text alignments (general) : BEGIN ************** */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* ************** Text alignments (general) : END ************** */
/* */
/* ************** Span tags (span) : BEGIN ************** */

span.normal {
	color: black;
	background-color: transparent;
	font-family: "arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

span.big {
	font-size: 18px;
}

span.small {
	font-size: 10px;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}

span.red {
	color: red;
	background-color: inherit;
}

span.crumb {
	border: 1px solid transparent;
	font-size: 10px;
}

span.noCursor {
	cursor: default;
}

span.show {
	display: block;
}

span.hide {
	display: none;
}

span.expand {
	font-size: 11px ! important;
}

/* ************** Span tags (span) : END ************** */
/* */
/* ************** Image tags (img) : BEGIN ************** */

img {
	border: 0px;
}

img.edit {
	margin: 10px 5px 0px 0px;
}

img.arrowLink {
	margin-bottom: -2px;
}

img.right {
	float: right;
	margin: 0px 2px 0px 5px;
}

img.left {
	float: left;
	margin: 0px 5px 0px 0px;
}

/* ************** Image tags (img) : END ************** */
/* */
/* ************** Table tags (table, tr, td) : BEGIN ************** */

table.imp {
		border: 0;
		width: 100%;		
}

table.imp td {
	vertical-align: top;
}

table#calendarTitle,
table#paging,
table.splitContent,
table.fullContent,
table.smallCenter {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table#calendarTitle {
	background-color: #e8e8e8;
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
	text-align: left;
}

table#calendarTable {
	width: 100%;
	text-align: center;
	background-color: #e8e8e8;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
}

table#calendarTable thead {
	font-weight: bold;
}

td#today {
	background-color: white;
}

table#paging td {
	width: 35%;
}

table#paging td.center {
	width: 30%;
}

table.splitContent td {
	width: 50%;
}

td.sunday {
	background-color: inherit;
	color: red;
}

td.saturday {
	background-color: inherit;
	color: gray;
}

table.smallCenter td.spacer {
	width: 30%;
}

table.smallCenter td.centerCell {
	width: 40%;
	text-align: left;
}

tr.top {
	vertical-align: top;
}

td.label {
	font-weight: bold;
}

table.splitContent td.value {
	padding-left: 7px;
}

table#calendarTable td {
	padding: 3px 0px 3px 0px;
}

/* ************** Table tags (img) : END ************** */
/* */
/* ************** Input tags (input, select, textarea) : BEGIN ************** */

input.text {
	font-size: 12px;
	width: 100%;
	border: 1px solid #969696;
	background-color: #e8e8e8;
	color: black;
	padding: 3px;
}

input.button {
	font-family: "arial", sans-serif;
	border: 0;
	padding: 1px 5px 1px 5px;
	background-image: url(../pictures/button.png);
	background-repeat: repeat-x;
	background-color: white;
	color: black;
}

input.file {
	font-size: 12px;
}

select.dropDown {
	font-size: 12px;
	width: 100%;
	border: 1px solid #969696;
	background-color: transparent;
	color: black;
	padding: 3px;
}

textarea.text,
textarea.html {
	width: 100%;
	border: 1px solid #969696;
	background-color: #e8e8e8;
	color: black;
	padding: 3px;
}

textarea.text {
	font-family: "arial", sans-serif;
	font-size: 12px;
	height: 200px;
}

textarea.html {
	font-family: "courier new", sans-serif;
	font-size: 11px;
	height: 500px;
}

select.dropDown {
	font-family: "arial", sans-serif;
	font-size: 12px;
	width: auto;
	border: 1px solid #969696;
	background-color: transparent;
	color: black;
}

/* ************** Input tags (input, textarea) : END ************** */
/* */
/* ************** Fieldsets (fieldset, legend) : BEGIN ************** */

fieldset#preview {
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 10px 0px;
	border-top: 1px solid #969696;
	border-right: 0px;
	border-bottom: 1px solid #969696;
	border-left: 0px;
}

fieldset#preview legend,
fieldset#previewCms legend {
	font-size: 12px;
	border: 1px solid #969696;
	padding: 0px 4px 0px 4px;
	background-color: white;
	color: #969696;
	cursor: default;
}

/* ************** Fieldsets (fieldset, legend) : END ************** */
/* */
/* ************** List-elements (ul, li) : BEGIN ************** */

ul {
	list-style-image: url(../pictures/square.png);
	margin: 0px;
	padding-left: 25px;
}

/* ************** List-elements (ul, li) : END ************** */
/* */
/* */
/* */
/* ************** StyleSheet : END ***************************************** */
/* */
/* ************** Copyright 2009 Falko Wachendorf ************************** */