
@font-face {font-family: 'NinfaSerif-Book';src: url('/CSS/webfonts/304EBE_1_0.eot');src: url('/CSS/webfonts/304EBE_1_0.eot?#iefix') format('embedded-opentype'),url('/CSS/webfonts/304EBE_1_0.woff2') format('woff2'),url('/CSS/webfonts/304EBE_1_0.woff') format('woff'),url('/CSS/webfonts/304EBE_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'NinfaSerif-Light';src: url('webfonts/304EBE_2_0.eot');src: url('webfonts/304EBE_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/304EBE_2_0.woff2') format('woff2'),url('webfonts/304EBE_2_0.woff') format('woff'),url('webfonts/304EBE_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'NinfaSerif-LightItalic';src: url('webfonts/304EBE_3_0.eot');src: url('webfonts/304EBE_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/304EBE_3_0.woff2') format('woff2'),url('webfonts/304EBE_3_0.woff') format('woff'),url('webfonts/304EBE_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'NinfaSerif-BookItalic';src: url('webfonts/304EBE_4_0.eot');src: url('webfonts/304EBE_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/304EBE_4_0.woff2') format('woff2'),url('webfonts/304EBE_4_0.woff') format('woff'),url('webfonts/304EBE_4_0.ttf') format('truetype');}

@font-face {font-family: 'NinfaSerif-SemiBold';src: url('webfonts/304EBE_8_0.eot');src: url('webfonts/304EBE_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/304EBE_8_0.woff2') format('woff2'),url('webfonts/304EBE_8_0.woff') format('woff'),url('webfonts/304EBE_8_0.ttf') format('truetype');}


/* theme: 'default' */
/*--
	General Reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

pre {
	font: "Lucida Sans Typewriter", "Lucida Console", "Mono", "Courier New";
}

/*--
	Document Main Sections
*/

body {
	background-color: #ffcf9e;
	overflow-y: auto;
	height: 100%;
}

	/*-
		Kopfbereich, zeigt Literarisches Kaleidoskop logo
	*/

#kopf {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	text-align: center;
	background: url(/Bilder/KopfLeiste.png) center center no-repeat;
	background-color: #ff7840;
}

#kopf img {
	width: 510px;
	height: 60px;
}

* html #kopf {
	position: absolute;
}

	/*-
		Naviatonsmenü auf der linken Seite
	*/
#nav {
	width: 200px;
	height: 100%;
	display: block;
	position: fixed;
	top: 60px;
	left: 0px;
	color: #006;
	background-color: #ffaa80;
	padding: 3px 0px 0px 5px;
	margin: 0;
	border-right: #ff7840 solid 2px;
	font-size: 11px;
	line-height: 16px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


* html #nav {
	position: absolute;
}

#nav a.navi {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	background-color: #ff7840;
	letter-spacing: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding: 1px 2px 1px;
	border-style: solid;
	border-width: 2px;
	border-color: #ffb597 #411F10 #411F10 #ffb597;
	width: 188px;
	display: block
}

#nav a.navi:link, a.navi:visited {
	background-color: #ff7840;
	border-style: solid;
	border-width: 2px;
	border-color: #ffb597 #411F10 #411F10 #ffb597;
}

#nav a.navi:hover {
	background-color: #ffaa80;
	border-style: solid;
	border-width: 2px;
	border-color: #ffb597 #411F10 #411F10 #ffb597;
}

#nav a.navi:active {
	background-color: #ffcc99;
	border-style: solid;
	border-width: 2px;
	border-left: 2px solid #000;
	border-top: 2px solid #f000;
	border-right: 2px solid #ffdcdc;
	border-bottom: 2px solid #ffdcdc;
}

#nav .largespace {
	height: 1px;
	margin: 0;
	padding-top: 28px;
}
#nav .smallspace {
	height: 1px;
	margin: 0;
	padding-top: 8px;
}

#nav a.mail  {
	color: #000066;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	line-height: 140%;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
}

#nav a.mail:hover {
	color: #0b5219;
}

#nav a.mail:active {
	color: #ffffff;
}

#nav a.mail:visited {
	color: #000066;
}

#nav div.buch {

	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-left: 15px;

}
#nav div.buch p {
    margin: 0;
    padding: 0;
}

#nav div.buch a {
	border: 0;
	text-decoration: none;
}

#nav div.buch a img {
	border: 0
}

#nav .viewcounter {
	margin-top: 4px;
	margin-left: 4px;
	font-size: 90%;
	text-align: left;
}

	/*-
		Seiteninhalt
	*/

#content {
	margin: 60px 0 0 206px;
	display: block;
	color: #000066;
//	font-family: Georgia, Century Schoolbook, Times, Times New Roman;
	font-style: normal;
	font-weight: normal;
	font-size: 16pt;
	line-height: 140%;
	vertical-align: top;
	padding-top: 18pt;
	padding-left: 3.5em;
	padding-right: 3.5em;
}

.textserif, .poetryserif {
	font-family: Georgia, Century Schoolbook, Times, Times New Roman;
}

.textsans, .poetrysans {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.textserif, .textsans {
	text-align: justify;
}

.poetryserif, .poetrysans {
	text-align: center;
}

#content p {
	margin-bottom: .5em;
}

.homepage {
	font-family: Verdana, Helvetica, Geneva, Arial, Swiss, Sans !important;
	font-size: 14pt !important;
	text-align: left;
}

.story {
	text-align: justify;
	margin-top: 4pt;
	margin-bottom: 10pt;
}


h1 {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 40pt;
}

h2 {
	font-weight: bold;
	font-size: 12pt;
	margin-top: 12pt;
	margin-bottom: 0pt;
}

em {
	font-style: italic;
}

q {
	font-style: italic;
	quotes: "\201e" "\201d" "\2018" "\2019";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}


	/*-
		Vollbild als Seitenhintergrund
	*/

img.source-image {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
}
#textlayer {
        width: 100%;
		z-index: 99;
}


	/*-
	 * Fuer Hintergrundbilder mit Textfluss
	 */
.lW { float: left; clear: left; height: 20px; }
.rW { float: right; clear: right; height: 20px;}


.AutorSection {
	font-size: 10pt;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 130%;
	text-align: right;
	padding-top: 32pt;
	padding-bottom: 6pt;
	margin-right: 70px;
}

.AutorSection p {
	font-size: 10pt;
	line-height: 10pt;
	text-align: right;
}


.PublishedSection {
	margin-top: 30pt;
	font-size: 90%;
	text-align: left;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

.PublishedSection em {
	color: #660000;
}

.CommentSection {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 12pt;
	color: #330000;
	margin-top: 12pt;
	padding-bottom: 12pt;
}

.CommentSection th {
	text-align: right !important;
	font-size: inherit !important;
	font-weight: normal !important;
	color: inherit !important;
}

.Leseprobe {
	font-size: 10pt;
	text-align: right;
	margin-top: 1pt;
	margin-bottom: 1pt;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}

.Rechts {
	text-align: right;
}

.homepage .hinweis {
	font-size: 10pt;
	text-align: left;
	line-height: 125%;
}


.portrait {
	float: left;
	border: 1px solid #902020;
	box-shadow: 3px 3px 2px #a0a0a0;
	margin-right: 12px;
	margin-bottom: 4px;
}


.homepage h3 {
	margin-top: 20pt;
	font-size: 100%;
	font-weight: bold;
}

.homepage table {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	width: 100%;
	font-size: 80%;
	table-layout: auto;
}

.homepage table tr {
	vertical-align: top;
}

.homepage table tr td {
	line-height: 115%;
	padding-top: 4px;
}

.new {
	color: #902020;
}



col.newsdate {
	width: 5em;
	padding-right: 10px;
}
col.newsitem {
	width: auto;
	overflow: visible;
}

	/*
		Styles for Guestbook
	*/

.lkForm {
	display: block;
	border: 2px solid #ff7840;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 3px hsla(0,0%,0%,.3);
	-moz-box-shadow: 2px 2px 3px hsla(0,0%,0%,.3);
	box-shadow: 2px 2px 3px hsla(0,0%,0%,.3);
	margin-bottom: 28px;
	padding-top: 4px;
	padding-left: 0;
	padding-right: 0;
	color: #006;
}

.lkForm legend {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.lkForm hr {
	color: #ff7840;
	border-style: solid;
}

.lkForm label {
	display: block;
	font-size: 90%;
	line-height: 100%;
	margin-left: 8px;
	margin-bottom: 2px;
}

.lkForm input[type="text"], .lkForm textarea, .lkForm .lkFormButtons {
	width: 95%;
	font-size: 12pt;
	line-height: 140%;
	margin-left: 8px;
	margin-right: 8px;
}

.lkForm input[type="text"] {
	display: block;
	margin-bottom: 4px;
	background-color: #ffaa80;
	height: 1.5em;
}

.lkForm textarea {
	background-color: #ffaa80;
	height: 12em;
}

.lkForm .lkFormButtons {
	margin-bottom: 8px;
}

.lkFormButtons input[type="reset"] {
	float: right;
}

.lkForm input[type="submit"], .lkForm input[type="reset"] {
	color: #006;
	background-color: #ffaa80;
}

.gbEntries {
	font-size: 90%;
	margin-bottom: 28pt;
}

.gbEntry {
	background-color: #ffaa80;;
	border: 2px solid #ff7840;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 3px hsla(0,0%,0%,.3);
	-moz-box-shadow: 2px 2px 3px hsla(0,0%,0%,.3);
	box-shadow: 2px 2px 3px hsla(0,0%,0%,.3);
	margin-bottom: 14px;
	padding-top: 4px;
	padding-left: 0;
	padding-right: 0;
}

.gbEntry hr {
	color: #ff7840;
	border-style: solid;
}

.gbEntryAlt {
	background-color: #e8ffe8;
	border: 2px solid #408040;
}

.gbEntryAlt hr {
	color: #408040;
	border-style: solid;
}


.gbEntryHeader {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 100%;
	margin-left: 8px;
	margin-right: 8px;
}

.gbName, .gbDate {
	color: #006600;
	font-weight: normal;
}

.gbRefLink, .gbRefStory {
	color: #660000;
}

.gbText {
	font-style: italic;
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.gbMessage {
    color: #900000;
}

/*
	Definitionen für Sections
*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;

}

#wrapper div {
	float: left;
	width: 340px;
	height: 180px;
	border: 0;
	font-size: 80%;
    vertical-align: top;
    margin: 6px;
}


.floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    vertical-align: top;
}

.floatimgleft img {
	border: 0;
	margin-right: 4px;
	width: 110px;
}

.section hr {
	color: #ffaa80;
	background-color: #ff7840;
	height: 3px;
}

.section h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 2em;
	margin-top: 1em;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:normal;
    text-decoration:none;
}
a.tt span em {
	font-weight: bold;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left: 0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000066;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/Bilder/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(/Bilder/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/Bilder/bubble.gif) no-repeat bottom;
}

