
/********** General **********/

body, p, a, a:link, a:visited, a:hover, a:active, br, h1, h2, h3, h4, table, tr, td, th, ul, dl, ol, li, dt, div, img, object, blockquote {
	color: black;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

object {
	font-size: 0px;
	}

br, img {
	font-size: 0px;
	line-height: 0px;
}

.bolder {
	font-weight: bolder;
}

.underline {
	text-decoration: underline;
}

.letterspacing {
	letter-spacing: 0.1em;
}

.letterspacing_bold {
	letter-spacing: 0.1em;
	font-weight: bolder;
}

.clear {
	clear: both;
}

.clearright {
	clear: right;
	}
		
.spacer5 {
	height: 5px;
	width: 10px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	}
	
.spacer10 {
	height: 10px;
	width: 10px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	}
	
.spacer15 {
	height: 15px;
	width: 10px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	}
	
.divider {
	clear: both;
	height: 10px;
	width: 10px;
	padding: 0;
	margin: 0;
	float: left;
}

blockquote {
	color: black;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: italic;
	padding-right: 50px;
	margin-bottom: 8px;
	clear: both;
}

cite {
	color: black;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-right: 50px;
	margin-bottom: 8px;
}
	
.tagebuchdatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-bottom: 5px;
	text-decoration: underline;
	color: black;
	font-weight: bold;
	letter-spacing: 0.1em;
}


/********** Main-Container **********/

body {
	color: #FFFFFF;
	background: white;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 200mm;
	height: 270mm;
	}
		
#container {
	width: 170mm;
	margin: 0;
	padding: 0;
	position: relative;
	background: none;
	overflow: hidden;
	clear: both;
	}
	
h1 {
	display: block;
}

h1 span{
	display: none;
}


/********** Header  **********/

#header {
	display: none;
	}


/********** Content-Blocks  **********/

#content_frame {
	width: 210mm;
	height: 100%;
	margin: 0;
	position: relative;
	float: left;
	overflow: hidden;
}

#content_frame hr {
	height: 1px;
	visibility: hidden;
	clear: both;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	}
	
#content_left,
#content_right,
#content_tags,
#footer,
#copyright {
	display: none;
}

#content_middle,
#content_middle_wide,
div.content_middle_wide,
#content_middle_shop {
	width: 170mm;
	background: none;
	min-height: inherit;
	margin: 0;
	position: relative;
	overflow: hidden;
}

div.content_middle_wide {
	margin-top: 15px;
}

#content_middle_shop {
	padding: 20px 20px 20px 0;
}


/********** Content-Elements Middle **********/


#content_middle p.printer,
#content_middle_wide p.printer,
div.content_middle_wide p.printer,
#content_middle_shop p.printer {
	display: none;
}


#content_middle h2,
#content_middle_wide h2,
div.content_middle_wide h2 {
	color: black;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;	
	line-height: 1.3em;
	margin-bottom: 15px;
}

#content_middle h3,
#content_middle_wide h3,
div.content_middle_wide h3 {
	color: black;
	font-size: 1.2em;
	font-weight: bolder;
	margin: 17px 0 7px 0;
}

/* Content-Elements Middle - Links */

#content_middle a.internal:link,
#content_middle_wide a.internal:link,
#content_middle a.internal:visited,
#content_middle_wide a.internal:visited,
#content_middle a.internal:active,
#content_middle_wide a.internal:active {
	color: black;
	background: url(../images/navigationelements/internallink.jpg) no-repeat center right;
	padding-right: 15px;
	margin-right: 2px;
}

#content_middle a.external:link,
#content_middle_wide a.external:link,
#content_middle a.external:visited,
#content_middle_wide a.external:visited,
#content_middle a.external:active,
#content_middle_wide a.external:active {
	color: black;
	background: url(../images/navigationelements/externallink.jpg) no-repeat center right;
	padding-right: 15px;
	margin-right: 2px;
}

a.external:link,
a.external:visited,
a.external:active {
	color: black;
	font-weight: bolder;
	height: 20px;
	line-height: 20px;
	background: url(../images/navigationelements/externallink.jpg) no-repeat center right;
	padding-right: 15px;
	margin: 0 2px 0 0;
}


/* Content-Elements Middle - paragraphs */

#content_middle p,
#content_middle_wide p,
div.content_middle_wide p {
	color: black;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
	margin: 10px 0 10px 0;
	text-aling: left;
	float: left;
	width: 170mm;
	overflow: hidden;
}

#content_middle p.breadcrump,
#content_middle_wide p.breadcrump {
	color: black;
	font-size: 11px;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

#content_middle p.breadcrump span,
#content_middle_wide p.breadcrump span {
	font-size: 10px;
	font-weight: bolder;
}

#content_middle p.breadcrump a:link,
#content_middle_wide p.breadcrump a:link,
#content_middle p.breadcrump a:visited,
#content_middle_wide p.breadcrump a:visited,
#content_middle p.breadcrump a:active,
#content_middle_wide p.breadcrump a:active {
	color: black;
	font-size: 10px;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: normal;
}


/* Content-Elements Middle - illuimages */

#content_middle img.illu1,
#content_middle_wide img.illu1 {
	margin: 10px 10px 0 0;
	float: left;
}

#content_middle img.illu2 {
	margin: 0 10px 0 0;
	float: left;
}

#content_middle div.commentedimg {
	margin: 5px 15px 0 0;
	display: block;
}

#content_middle div.commentedimg img {
	float: left;
	}

#content_middle div.commentedimg ul {
	list-style-type: none;
	float: left;
}

#content_middle div.commentedimg ul li.text {
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	color: black;
	font-size: 13px;
	line-height: 1.6em;
}

#content_middle div.commentedimg ul li.img {
	float: left;
	color: #F1F396;
}

/* Content-Elements Middle - Boxes */

#content_middle div.citebox {
	width: 378px;
	padding: 15px;
	margin-bottom: 8px;
	margin: 25px 0;
	border: 1px solid black;
	float: left;
}

#content_middle div.citebox p.cite {
	color: black;
	line-height: 1.6em;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
}

#poembox {
	width: 168mm;
	padding: 20px;
	border: 2px solid black;
	margin: 15px 0 0 0;
	float: left;
}

#poembox p.headline {
	color: black;
	font-size: 1.4em;
	font-weight: bolder;
	margin: 0 0 7px 0;
	padding: 0;
	letter-spacing: 1px;
}

	
/********** Lists  **********/

/*Imageteaser, 3 columns - poems*/

div.teaser_3c_poem {
	width: 144px;
	margin: 0 0 20px 0;
	float: left;
	}

div.teaser_3c_poem_right {
	width: 120px;
	margin: 0 0 15px 0;
	float: left;
}

div.teaser_3c_poem,
div.teaser_3c_poem_right {
	text-align: left;
	color: black;
}

div.teaser_3c_poem img {
	width: 120px;
	padding: 5px 0;
	float: left;
	}

div.teaser_3c_poem_right img {
	width: 120px;
	padding: 5px 0;
	float: left;
	}


div.teaser_3c_poem a:link,
div.teaser_3c_poem_right a:link,
div.teaser_3c_poem a:active,
div.teaser_3c_poem_right a:active, 
div.teaser_3c_poem a:visited,
div.teaser_3c_poem_right a:visited {
	font-size: 1.1em;
	color: black;
	display: block;
	font-weight: bolder;
	text-align: left;
}


/*Imageteaser, 3 columns*/

ul.teaser {
	list-style-type: none;
	width: 408px;
	margin: 15px 0;
}

ul.teaser li {
	float: left;
	padding: 5px 15px 5px 0;
	text-align: left;
	width: 120px;
}

ul.teaser li a:link,
ul.teaser li a:active,
ul.teaser li a:visited {
	font-size: 12px;
	color: black;
	display: block;
}


/*Imageteaser, 4 columns*/

ul.teaser_4c {
	list-style-type: none;
	width: 408px;
	margin: 0 0 15px 0;
	float: left;
	clear: both;
}

ul.teaser_4c li {
	float: left;
	padding: 5px 22px 0 0;
	text-align: center;
	width: 80px;
}

ul.teaser_4c li span {
	line-height: 1.5em;
}


ul.teaser_4c li a:link,
ul.teaser_4c li a:active,
ul.teaser_4c li a:visited {
	font-size: 12px;
	color: black;
	display: block;
	margin: 10px 0 0 0
}


/*Shopteaser, 4 columns*/

ul.shopteaser_4c {
	list-style-type: none;
	width: 553px;
	margin: 0 0 15px 0;
	float: left;
	clear: both;
}

ul.shopteaser_4c li {
	float: left;
	padding: 5px 0 0 0;
	text-align: center;
	width: 138px;
}

ul.shopteaser_4c li span {
	line-height: 1.5em;
}

ul.shopteaser_4c li a:link,
ul.shopteaser_4c li a:active,
ul.shopteaser_4c li a:visited {
	font-size: 12px;
	color: black;
	display: block;
	margin: 10px 0 0 0
}


/*Buttonlist, internal links*/

ul.buttonlist {
	list-style-type: none;
	width: 408px;
	margin: 5px 0;
	float: left;
}

ul.buttonlist li,
ul.buttonlist_ext li {
	width: 368px;
	height: 25px;
	padding: 0 25px 0 15px;
	margin-bottom: 5px;
	text-align: left;
	background: url(../images/backgrounds/linkbutton_bg-trans.png) no-repeat top left;
}

ul.buttonlist li a,
ul.buttonlist_ext li a {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bolder;
	display: block;
}

ul.buttonlist li a:link,
ul.buttonlist li a:active,
ul.buttonlist li a:visited {
	color: black;
	background: url(../images/navigationelements/internalbuttonlink.jpg) no-repeat center right;
	height: 25px;
	display: block;
}


/*Buttonlist, external links*/

ul.buttonlist_ext {
	list-style-type: none;
	width: 408px;
	padding: 5px 0;
	float: left;
}

ul.buttonlist_ext li a:link,
ul.buttonlist_ext li a:active,
ul.buttonlist_ext li a:visited {
	color: black;
	background: url(../images/navigationelements/externalbuttonlink.jpg) no-repeat center right  ;
}


/*Gallerylists*/

ul.gallerylist {
	float: left;
	clear: left;
	list-style-type: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 408px;
	margin: 0;
	overflow: hidden;
}

ul.gallerylist li {
	width: 135px;
	height: 22px;
	line-height: 22px;
	text-indent: 5px;
	padding: 0;
	margin: 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-collapse: collapse;
	float: left;
	color: black;
}

ul.gallerylist li a:link,
ul.gallerylist li a:active,
ul.gallerylist li a:visited {
	color: black;
	width: 135px;
	height: 22px;
	display: block;
	}


/*Gallery-Singleside*/

#gallerysingleview {
	position: absolute;
	background: white;
	height: 420px;
	width: 500px;
	left: 50%;
	top: 50%;
	margin-top: -160px;
	margin-left: -250px;
	font-weight: bolder;
	color: black;
}

#gallerysingleview a:link,
#gallerysingleview a:active,
#gallerysingleview a:visited {
	font-size: 16px;
	color: black;
}

#gallerysingleview img {
	margin: 20px 0;
}


#flashsingleview {
	position: absolute;
	background: white;
	height: 400px;
	width: 770px;
	left: 50%;
	top: 50%;
	margin-top: -160px;
	margin-left: -385px;
	font-weight: bolder;
	color: black;
}

/*literaturelists*/

ul.literaturelist {
	float: left;
	clear: left;
	list-style-type: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 407px;
	margin: 0;
	overflow: hidden;
}

ul.literaturelist li {
	width: 407px;
	line-height: 1.5em;
	padding: 5px 10px;
	margin: 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-collapse: collapse;
	float: left;
	color: black;
	overflow: hidden;
}

ul.literaturelist li a:link,
ul.literaturelist li a:active,
ul.literaturelist li a:visited {
	color: black;
	display: block;
	padding: 0;
	width: 408px;
	height: 100%;
	}
	

/*literaturedescriptions*/

ul.literaturedescriptions {
	float: left;
	clear: left;
	border-top: 1px solid black;
	border-right: 1px solid black;
	list-style-type: none;
	width: 165mm;
	margin: 0 0 15px 0;
	overflow: hidden;
}

ul.literaturedescriptions li {
	width: 160mm;
	min-height: 160px;
	line-height: 1.5em;
	padding: 5px 10px;
	margin: 0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	color: black;
}

ul.literaturedescriptions li.author {
	width: 160mm;
	min-height: inherit;
	padding: 10px 10px 5px 10px;
	line-height: 1.5em;
	border-bottom: dashed 1px black;	
	color: black;
}

ul.literaturedescriptions li img {
	float: left;
	padding: 10px 10px 0 0;
}

ul.literaturedescriptions li a:link,
ul.literaturedescriptions li a:active,
ul.literaturedescriptions li a:visited {
	color: black;
	}

ul.literaturedescriptions li div.order a:link,
ul.literaturedescriptions li div.order a:active,
ul.literaturedescriptions li div.order a:visited {
	color: black;
	display: block;
	margin: 5px 0;
	}

	
/*Thumbnaillists*/

div.thumbnaillist {
	float: left;
	clear: left;
	width: 415px;
	margin: 0;
	overflow: hidden;
}

div.thumbnaillist img {
	padding: 0 6px 6px 0;
	margin: 0;
	
}


/* Wunschzettelformular */

#wunschzettel {
	width: 406px;
	margin: 0 0 25px 0;
	padding: 20px 0;
	border: 1px solid black;
	overflow: hidden;
}

#wunschzettel fieldset {
	width: 378px;
	height: auto;
	margin: 15px 0 20px 15px;
	padding: 0;
	overflow: hidden;
	border: none;
}

#wunschzettel .formlines {
	float: left;
	width: 360px;
	height: 20px;
	line-height: 20px;
}

#kontaktformular .formlines_area {
	float: left;
	width: 320px;
	height: 120px;
}

#wunschzettel .formlines_buttons {
	float: left;
	width: 320px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 8px 0;
}

#wunschzettel .required {
	float: left;
	font-size: 90%;
	color: black;
	padding: 0 50px 0 60px;
	margin-bottom: 20px;
}

#wunschzettel label {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 0 4px 0;
	width: 120px;
	height: 15px;
	line-height: 15px;
	text-align: right;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#wunschzettel .label_wishes {
	float: left;
	height: 15px;
	color: black;
	padding-top: 5px;
	font-size: 12px;
}

#wunschzettel input {
	width: 200px;
	height: 14px;
	border: 1px solid black;
	line-height: 14px;
	padding: 0 5px;
	margin: 0 0 3px 0;
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

#wunschzettel textarea {
	width: 200px;
	height: 100px;
	border: 1px solid black;
	margin: 3px 0 15px 0;
	padding: 2px 5px;
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

#wunschzettel .buttons {
	float: left;
	height: 24px;
	line-height: 24px;
	width: 200px;
	line-height: normal;
	border: none;
	margin: 0 10px 0 130px;
	background: url(../images/backgrounds/formbutton_bg-trans.png) no-repeat center center ;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 0;
}

#wunschzettel .buttons:link,
#wunschzettel .buttons:visited {
		padding: 0;
		color: black;
}

#wunschzettel .buttons:hover,
#wunschzettel .buttons:active {
	background: url(../images/backgrounds/formbutton_hover_bg-trans.png) no-repeat center center ;
	color: black;
	cursor: pointer;
}


/* Wunscharchive */

ul.years {
	width: 100%;
	height: auto;
	list-style-type: none;
	margin: 0 0 20px 0;
	display: block;
	float: left;
	clear: both;
	text-align: center
}

ul.years li {
	float: left;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	font-weight: bolder;
	color: black;
	padding: 0 10px;
}

ul.years li.first {
	padding: 0 5px 0 0;
}

ul.years li a {
	font-size: 14px;
	color: black;
}

ul.years li a:link,
ul.years li a:visited,
ul.years li a:active {
	font-size: 14px;
	color: black;
}


div.wunscheintrag {
	width: 406px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid black;
	overflow: hidden;
	position: relative;
	float: left;
	clear: both;
	background: url(../images/design/1px_99CC66.jpg) repeat-y 120px 0 ;
}

div.wunscheintrag ul {
	list-style-type: none;
	display: block;
}

div.wunscheintrag ul li.illustration {
	width: 120px;
	float: left;
}

div.wunscheintrag ul li.illustration img {
	padding: 34px 10px 10px 10px;
}

div.wunscheintrag ul li.content {
	float: right;
	width: 284px;
}

div.wunscheintrag ul li.content ul li.date,
div.wunscheintrag ul li.content ul li.wish	{
	padding: 8px 10px;
	font-size: 13px;
	color: black;
	text-align: center;
	line-height: 1.4em;
}

div.wunscheintrag ul li.content ul li.nameorigin {
	padding: 8px 10px;
	font-size: 13px;
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	line-height: 1.4em;
}


/* Baumtexte */

#content_middle div.treetext {
	width: 368px;
	display: block;
	margin: 40px 0 0 0;
}

#content_middle div.treetext h2 {
	font-size: 1.6em;
	letter-spacing: 1px;
	text-align: center;
}

#content_middle div.treetext p {
	font-size: 13px;
	line-height: 2em;
	text-align: center;
	padding: 15px 0;
}

#content_middle div.treetext p a:link,
#content_middle div.treetext p a:visited,
#content_middle div.treetext p a:active {
	font-size: 13px;
	text-align: center;
	padding: 10px 0 0 0;
	color: black;
	display: block;
}


