body {
	font-family:Tahoma,Arial,sans-serif;
	font-size:10pt;
	color:#473129;
	line-height:14pt;
	background-color:#FFFBEB;
	background-image:url(kiefer_gamma5.png);
	margin-left:30px;
	margin-top:30px;
	margin-right:30px;
	margin-bottom:30px;
}

td {
	font-family:Tahoma,Arial,sans-serif;
	font-size:10pt;
}

td p {
	margin-top:0;
	margin-bottom:8px;
}

td h1,td h2,td h3,td h4,td h5,td h6 {
	margin-top:0;
}

/* Menü */

div.menuWindow {
	position: fixed;
	top: 5px;
	right: 5px;
	padding: 2px 4px 2px 4px;
	background-color:#FCF2D8;
	background-image:url(list-bg.jpg);
	border-width:1px;
	border-style:solid;
	border-color:#FEF4CD #DBD4B6 #DBD4B6 #FEF4CD;
	box-shadow:2px 2px 4px #BFB48D;
}
p.menuTitle {
	font-size:11pt;
	font-weight:bold;
	color:#644C42;
	text-shadow:1px 1px 2px #B6A97A;
	margin-top:0px;
	margin-bottom:0px;
}
p.menuItem {
	margin-top:4px;
	margin-bottom:4px;
}

/* Rubrik-Titel */

p.rubrik {
	font-size:18pt;
	line-height:26pt;
	font-family:Tahoma,Arial,sans-serif;
	color:#644C42;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 2px #B6A97A;
	background-color:#FCE9A8;
	background-image:url(kiefer.jpg);
	margin-top:40px;
	border-width:1px;
	border-style:solid;
	border-color:#FDE79E #B6A97A #B6A97A #FDE79E;
	box-shadow:2px 2px 4px #BFB48D;
}

/* Unterrubrik-Titel */

p.unterrubrik {
	font-size:14pt;
	line-height:22pt;
	font-family:Tahoma,Arial,sans-serif;
	color:#644C42;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 2px #B6A97A;
	background-color:#FCE9A8;
	background-image:url(kiefer.jpg);
	margin-top:40px;
	border-width:1px;
	border-style:solid;
	border-color:#FDE79E #B6A97A #B6A97A #FDE79E;
	box-shadow:2px 2px 4px #BFB48D;
}

/* Unterrubrik-Titel als Tabelle (für Galerie, da mehrspaltig) */

table.unterrubrik {
	width:100%;
	border-spacing:0px; /* entspricht cellspacing="0" */
}
table.unterrubrik tr {
	background-color:#FCE9A8;
	background-image:url(kiefer.jpg);
	box-shadow:2px 2px 4px #BFB48D;
}
table.unterrubrik tr td {
	padding:3px 0px 5px 0px;
	font-family:Tahoma,Arial,sans-serif;
	font-size:14pt;
	color:#644C42;
	font-weight:bold;
	text-shadow:1px 1px 2px #B6A97A;
	border-width:1px;
	border-style:solid;
	border-color:#FDE79E #B6A97A #B6A97A #FDE79E;
}

/* Zitate */

div.zitat {
	font-family:Times New Roman,serif;
	font-size:11pt;
/*
	background-color:rgba(252, 233, 168, 0.2); geht nicht im IE
*/
	background-image:url(zitat-bg.png);
	border-width:1px;
	border-style:dotted;
	border-color:#473129;
	padding:0px 20px 0px 20px;
	margin-left:10%;
	margin-right:10%;
	margin-top:40px;
	margin-bottom:40px;
}

/* Normale Tabellen */

table.list {
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#A27F70 #644C42 #644C42 #A27F70;
	box-shadow:2px 2px 4px #BFB48D;
}

table.list tr th {
	padding:2px 4px 2px 4px;
	font-family:Tahoma,Arial,sans-serif;
	font-weight:bold;
	color:#644C42;
	font-size:10pt;
	text-align:left;
	vertical-align:top;
	background-color:#FCE9A8;
	background-image:url(kiefer.jpg);
	text-shadow:1px 1px 2px #B6A97A;
	border-width:1px;
	border-style:solid;
	border-color:#FDE79E #B6A97A #B6A97A #FDE79E;
}

table.list tr td {
	padding:0px 3px 2px 3px;
	background-color:#FCF2D8;
	background-image:url(list-bg.jpg);
	vertical-align:top;
	border-width:1px;
	border-style:solid;
	border-color:#FEF4CD #DBD4B6 #DBD4B6 #FEF4CD;
}

/* Textboxen (z.B. Wetter, Newsticker, Shoutbox) */

div.box, fieldset {
	background-color:#FFFBF1;
	border-width:1px;
	border-style:solid;
	border-color:#A27F70 #644C42 #644C42 #A27F70;
	box-shadow:2px 2px 4px #BFB48D;
}

div.box table tr th,
table.box tr th {
	font-family:Tahoma,Arial,sans-serif;
	font-weight:bold;
	color:#644C42;
	font-size:10pt;
	background-color:#FCE9A8;
	background-image:url(kiefer.jpg);
	text-shadow:1px 1px 2px #B6A97A;
	border-width:1px;
	border-style:solid;
	border-color:#FDE79E #B6A97A #B6A97A #FDE79E;
}

p.box {
	font-family:Tahoma,Arial,sans-serif;
	font-size:8pt;
	line-height:10pt;
	margin-top:0px;
	margin-bottom:4px;
}

/* Textboxen (z.B. für Code) */

.kasten {
	padding:4px 20px 4px 20px;
	background-color:#FFFBF1;
	border-width:1px;
	border-style:solid;
	border-color:#A27F70 #644C42 #644C42 #A27F70;
	box-shadow:2px 2px 4px #BFB48D;
}

/* Gästebuch */

table.gb, table.gbentry {
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#A27F70 #644C42 #644C42 #A27F70;
	box-shadow:2px 2px 4px #BFB48D;
}

table.gbnewentry {
	border-width:2px;
	border-color:#ff0000;
}

table.gb tr th {
	font-family:Tahoma,Arial,sans-serif;
	font-size:11pt;
	color:#644C42;
	font-weight:bold;
	background-color:#FCE9A8;
	background-image:url(kiefer.jpg);
	text-shadow:1px 1px 2px #B6A97A;
	border-width:1px;
	border-style:solid;
	border-color:#FDE79E #B6A97A #B6A97A #FDE79E;
}

table.gb tr td {
	background-color:#FCF2D8;
	vertical-align:top;
}

table.gb tr td textarea {
	font-family:Tahoma,Arial,sans-serif;
	font-size:10pt;
}

table.gbentry tr th {
	font-family:Tahoma,Arial,sans-serif;
	font-size:13pt;
	color:#644C42;
	font-weight:bold;
	line-height:20pt;
	background-color:#FCE9A8;
	background-image:url(kiefer.jpg);
	text-shadow:1px 1px 2px #B6A97A;
	border-width:1px;
	border-style:solid;
	border-color:#FDE79E #B6A97A #B6A97A #FDE79E;
}

table.gbentry tr td {
	background-color:#FFFBF1;
	padding:10px;
}

.gbinfo {
}

.gberror {
	color:#ff6666;
}

.gbwarning {
}

.gbsignature {
	font-family:Brush Script MT,Comic Sans, Comic Sans MS, cursive;
	font-size:19pt;
	color:#000080;
	font-style:italic;
}

/* TODO: ab hier überprüfen */

.smalledit {
	border-width:1px;
	border-style:solid;
	border-color:#644C42;
	font-size:8pt;
}
.smallbutton {
	background-color:#FCE9A8;
	background-image:url(kiefer.jpg);
	margin:0px;
	border-width:1px;
	border-style:solid;
	border-color:#B6A97A #644C42 #644C42 #B6A97A;
	font-family:Tahoma,Arial,sans-serif;
	font-size:7pt;
	color:#473129;
	box-shadow:2px 2px 4px #BFB48D;
}
.button {
	background-color:#FCE9A8;
	background-image:url(kiefer.jpg);
	border-width:1px;
	border-style:solid;
	border-color:#DAD2B8 #B6A97A #B6A97A #DAD2B8;
	font-family:Arial,sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#644C42;
	box-shadow:2px 2px 4px #BFB48D;
}
div.tooltip {
	background-color:#ffffe0;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	font-family:Tahoma,Arial,sans-serif;
	font-size:8pt;
	line-height:10pt;
	color:#000000;
	padding:5px;
	box-shadow:2px 2px 4px #BFB48D;
}
a {
	outline: 0;
}
a.tooltip:link, a.tooltip:active, a.tooltip:visited, a.tooltip:hover  {
	color:#0000ff;
	font-weight:normal;
	text-decoration:underline;
}

/* Icons für Hyperlinks: */

/*
a[href] {
	background:transparent url(right.png) bottom left no-repeat;
	padding-left:12px;
}
*/

a[href^="#"] {
	background:transparent url(down.png) bottom left no-repeat;
	padding-left:13px;
}

a[href^="http"] {
	background:transparent url(www.png) bottom left no-repeat;
	padding-left:20px;
}

/* Wenn einzelne Links doch nicht mit einem Icon dargestellt werden sollen, dann class="normal" verwenden! */
a.normal {
	background:none;
	padding-left:0px;
}

a:link {
	color:#CC9208;
	font-weight:bold;
}
a:active {
	color:#FC5F00;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#8A764A;
	font-weight:bold;
}
a:hover {
	color:#FC5F00;
	font-weight:bold;
	text-decoration:underline;
}
a.icon {
	font-family:Tahoma,MS Sans Serif,sans-serif;
	font-size:8pt;
	font-weight:normal;
	line-height:10pt;
	color:#473129;
	text-decoration:none;
}
p.image {
	font-family:Tahoma,Arial,sans-serif;
	font-size:9pt;
}
h1 {
	font-family:Tahoma,Arial,sans-serif;
	font-size:28pt;
	margin-top:4px;
	color:#644C42;
	font-weight:normal;
	text-shadow:2px 2px 4px #BFB48D;
}
h2 {
	font-family:Tahoma,Arial,sans-serif;
	font-size:22pt;
	line-height:26pt;
	color:#644C42;
	font-weight:normal;
	text-shadow:2px 2px 4px #BFB48D;
}
h3 {
	font-family:Tahoma,Arial,sans-serif;
	font-size:17pt;
	line-height:21pt;
	margin-bottom:10px;
	color:#644C42;
	font-weight:normal;
	text-shadow:2px 2px 4px #BFB48D;
}
h4 {
	font-family:Tahoma,Arial,sans-serif;
	font-size:14pt;
	line-height:18pt;
	margin-bottom:10px;
	color:#644C42;
	font-weight:normal;
	text-shadow:1px 1px 2px #BFB48D;
}
h5 {
	font-family:Tahoma,Arial,sans-serif;
	font-size:11pt;
	line-height:16pt;
	margin-bottom:10px;
	color:#644C42;
	text-shadow:1px 1px 2px #BFB48D;
}
h6 {
	font-family:Tahoma,Arial,sans-serif;
	font-size:10pt;
	line-height:12pt;
	margin-bottom:10px;
	color:#644C42;
	text-shadow:1px 1px 2px #BFB48D;
}

img.bild {
	box-shadow:2px 2px 4px #BFB48D;
}

.foto, .nistkasten-foto {
	padding:5px;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #666666 #666666 #CCCCCC;
	box-shadow:2px 2px 4px #BFB48D;
}

.osd {
	font-family:Arial,sans-serif;
	font-size:20pt;
	color:#00ff00;
	font-weight:bold;
}

#aufzaehlung {
	padding-left:1em;
}

#aufzaehlung li {
	margin:0.3em 0em 0.3em 0em;
}

sub, sup { 
	line-height:0;
}

textarea, pre {
	-moz-tab-size:4;
	-o-tab-size:4;
	tab-size:4;
}

