/* Kommentar */

body {
        margin: 10px 20px; padding: 10px 0;
}

body, p, h1, h2, h3, h4, h5, h6, td, th, ul, li {
	color: #000000;
	font-family: Arial,sans-serif;
	text-align: left;
}

body, p, td, th, ul, li {
	font-size: 14px;
}

body {
	background-color: #EFEFEF;
}

a:link, a:visited {
	color: #0000B3;
	text-decoration: underline;
}

a:hover {
	color: #9999FF;
	text-decoration: underline;
}


img {
	border: solid 1px #AAAAAA;
	background-color:#222222;

}

h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

th {
	font-weight: bold;
	vertical-align: top;
}

td {
	vertical-align: top;
}

hr {
	height: 1px;
	border: none;
	color: #777777;
	background-color: #777777;
}

ul {
	margin-left: 1.2em;
}

li {
	list-style-type: disc;
}

p.hazy {
	font-size: 8pt;
	color: #AAAAAA;
}

p.small {
	font-size: 8pt;
}

p.centered {
	text-align: center;
}

p.right {
	text-align: right;
}

td.centered {
	text-align: center;
	vertical-align: center;
}

/* Übersicht : kleine Bilder */ 

td.thumbs {
	text-align: center;
	vertical-align: top;
	background-color: #F0F0F0;
	padding: 8px 8px 8px 8px;
	width: 166px;
	color: #FFFFFF;
	border: 1px solid;
	border-style:groove; 
	border-color: #FFFFFF #111111 #111111 #FFFFFF;
}

/* Kasten um Thumbnail */
div.thumbs {
	border: solid #111111;
	border-width: 0px /* 4px 0px 0px */;
	text-align: center;
	background-color: #F0F0F0;
	margin: 5px;
	width: 180px;
	height: 180px;
	color: #FFFFFF;
	float: left;
}

div.thumbs table {
	width: 100%;
	height: 100%;
	border-width: 2px; 
	border-style: groove; 
	border-color: #FFFFFF;
	/* border: 5px solid;
	border-style: groove; 
	border-color: #FFFFFF */
            	/* #FFFFFF #111111 #111111 #FFFFFF */;
}

div.thumbs td {
	text-align: center;
	vertical-align: middle;
}

div.thumbs tr {
	height: 160px;
}

img.thumbs, div.thumbs img {
	border: 2px;
	border-style: groove; 
	border-color: #FFFFFF; /*#666666 #CCCCCC #CCCCCC #666666; */
	background-color: #CCCCCC;   /* Hintergrund wenn kein Bild */
}

a.thumbs {
	font-weight: bold;
	color: #FFFFFF;
}

a.thumbs:hover {
	color: #555555;
	text-decoration:underline;
}

/* Großansicht */

div.img {
	background-color: #F0F0ED;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 4px 30px 4px 30px;
	border: solid 2px;
	border-color: #FFFFFF #111111 #111111 #FFFFFF;
}

div.img a:link,
div.img a:visited {
	color: #222222;
	text-decoration: none;
}

div.img a:hover {
	color: #666666;
}

div.img h1 {
	text-align: center;
	margin: 8px;
	font-size: 16pt;
	color: #000000;
}

div.img p {
	color: #222222;
	margin: 1em 0 1em 0;
	padding: 0;
}

div.img p.caption {
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 2em 0 2em 0;
}

div.img p.nr {
	font-size: 8pt;
	text-align: right;
	color: #888888;
}



/*
div#NviHead {
	background-color: #888888;
	width: 100%
}

div#NviHead p {
	font-family: Arial,sans-serif;
	text-align: center;
	margin: 0px 4px 0px 0px;
	padding-bottom: 4px;
	color:#000000;
}

/*
div#NviHead p.stefan {
	font-size: 14pt;
	color: #000000;
	font-family: Arial,sans-serif;
	margin: 0px 0px 0px 4px;
	text-align: left;
}


div#NviHead a {
	font-weight: normal;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration:none;
	padding: 2px 6px 2px 6px;
}

div#NviHead a:hover {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	text-decoration:none;
	background-color: #AAAAAA;
}

p.stefan {
	font-size: 14pt;
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px 0px 0px 4px;
}

p#NviPrintHead {
	display: none;
}


@media print {

	body, p, h1, h2, h3, h4, h5, h6, td, th, ul, li {
		color: #000000;
		background-color: #FFFFFF;
	}

	p#NviPrintHead {
		display: block;
	}

	a:link, a:visited, a:hover {
		color: #000000;
		text-decoration: underline;
	}

	div#NviHead {
		display: none;
	}

	img {
		border: solid 0.3mm #000000;
		background-color:#FFFFFF;
	}
*/
	p.hazy {
		color: #000000;
	}

}
