/* Farb-Set:
  #6A4300  106-67-0      Ganz Dunkel (Links)
  #7B5A22  123-90-34     Dunkel
  #C9953D  201-149-61
  #E2C798  226-200-154
  #F3E8D3  243-232-211   Hell
  #F9F2E8  249-242-232   Ganz hell (Hintergrund)
*/


body {
	background-color: #F9F2E8;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

td, th, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: #8A4300;
	text-decoration: none;
}

a:visited {
	color: #B54300;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration:underline;
}

a.navi-sub {
	font-weight: normal;
	font-size: 9pt;
	color: #6A4300;
	text-decoration:none;
	padding: 2px 6px 2px 6px;
}

a.navi-sub:hover {
	font-weight: normal;
	color: #E2C798;
	text-decoration:none;
	background-color: #7B5A22;
	padding: 2px 6px 2px 6px;
}

p {
	margin: 1em 0 1em 0;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

code, pre {
	font-size: 11pt;
}

table {
	border-style: none;
	empty-cells: show;
	border-collapse: collapse;
	margin-left: 0.5px;
}

th {
	border-style: solid;
	border-color: #000000;
	border-width:1px;
	font-weight: bold;
	background-color: #E2C798;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

td {
	border-style: solid;
	border-color: #000000;
	border-width:1px;
	padding: 4px;
	vertical-align: top;
}

table.noborder td,
table.noborder th {
	border: none;
	padding: 4px 4px 4px 0;
}


table.inverse {
	empty-cells: show;
	border-collapse: separate;
}

td.inverse {
	border-style: none;
	background-color: #E2C798;
	vertical-align: top;
	padding: 2px;
}

td.transparent {
	border-style: none;
	padding: 4px;
}

td.left, th.left { text-align: left; }
td.right, th.right { text-align: right; }
td.center, th.center { text-align: center; }


hr {
	height: 1px;
	color: #7B5A22;
	background-color: #7B5A22;
	border: none;
}

ul {
	margin: 1em 0 1em 3ex;
	padding: 0;
	text-indent: 0
}

ul ul {
	margin: 0 0 0 3ex;
}


li {
	list-style-type: square;
}

p.imagedesc {
	font-style: italic;
}

p.history {
	font-size: 8pt;
	color: #777777;
}

p.indent {
	margin-left: 4em;
}

img.bordered {
	border: solid 1px #000000;
}

#NviPrintHead {
	display: none;
}

div#NviHead {
	background-color: #E2C798;
	width: 100%
}

div#NviHead p {
	text-align: right;
	margin: 0px 4px 0px 0px;
	padding-bottom: 4px;
	color:#000000
}

div#NviHead p.stefan {
	font-size: 14pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 4px;
	text-align: left;
}

div#NviHead a {
	font-weight: normal;
	font-size: 9pt;
	color: #8A4300;
	text-decoration:none;
	padding: 2px 2px 2px 2px;
}

div#NviHead a:hover {
	font-weight: normal;
	font-size: 9pt;
	color: #E2C798;
	text-decoration:none;
	background-color: #7B5A22;
}

div.klinker {
	float: right;
	border: solid 1px black;
	padding: .5em;
	margin: 1em 0 1em 1em;
	background-color: #E2C798;
}

div.klinker h3 {
	font-size: 9pt;
	margin: 0 0 .5em 0;
}

div.klinker p {
	margin: .5em 0 .5em 0;
}

div.funny {
	width: 300px;
	min-height: 150px;
	border: solid 1px #6A4300;
	padding: 1em 1em 1em 1em;
	margin: 1em 1em 0 0;
	background-color: #F3E8D3;
	float:left
}


@media print {

    body {
    	width: 100%;
			background-color: white;
    }

    a, a:link, a:visited {
    	text-decoration: underline;
    	color: #000000;
    }

    th {
    	background-color: #FFFFFF;
    }

    td.inverse {
    	background-color: #EEEEEE;
    }

    hr {
    	height: 0.3mm;
    	color: #000000;
    }

    #NviHead {
    	display:none;
    }

    #NviSub  {
    	display:none;
    }

    p#NviPrintHead {
    	display:block;
    }

}