
div.MainTitle 
{
	font-size:32px;
	color:#008000;
}

hr
{
	size:1px;
	noshade:noshade;
	color:#008000;
	background-color:#008000;
	border: 0;
	height: 1px;
}

table.Folder
{
	padding-right: 0px;
	padding-bottom: 0px;
}

table.Bild
{
	/*display: inline;*/
	margin-bottom: 12px;
	margin-right: 12px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	width: 150px;
	table-layout: fixed;
	
	/*display: block; */
	float: left;
	
}

td.Bild
{
	text-align: center;
	vertical-align: middle;
	border-style: outset;
	border-width: 1px;
	background-color: white;/*#f0f0f0;*/
	width: 150px;
	height: 150px;
}

td.BildHover
{
	text-align: center;
	vertical-align: middle;
	border-style: outset;
	border-width: 1px;
	width: 150px;
	height: 150px;
	background-color: #f8f8f8;
}

td.BildText
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body, table
{
	/* background-color: #FFFFFF; */
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6, div.MainTitle
{
	font-family: Arial, helvetica, sans-serif;
}

h3
{
	margin-bottom: -10px;
}

table.list
{
	border-width: 0px;
	border-style: none;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

th.list
{
	/*color:#008000;*/
	text-align:left;
}


tr.list
{
	background-color: white;
}

tr.listHover
{
	background-color: #f8f8f8;
}

td
{
	vertical-align: top;
}

span#lblMenu
{
	border-style: none;
	border-width: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.Menu
{
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(Bilder/MenuGrad2.PNG); 
	height: 16px;
	border-style: solid;
	border-width: 1px;
	
}

img.Menu
{
	border-style: none;
	border-width: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: -2px;
	margin-left: 0px;
	margin-right: 3px;
	margin-bottom: -2px;
}

div.Rubrik
{
	width: 100%;
	background-image: url(Bilder/MenuGrad2.PNG); 
	height: 16px;
	border-style: solid;
	border-width: 1px;
	font-weight: bolder;

	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}


/* HyperLinks defs.*/
a
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

a:link {
	color: #008000;
}
a:visited {
	color: #007000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a.Menu:link {
	color: #000000;
}
a.Menu:visited {
	color: #000000;
}
a.Menu:hover {
	text-decoration: underline;
}
a.Menu:active {
	text-decoration: none;
}

@media print 
{
	#btnPrint, #btnClose
	{
		visibility: hidden;
	}

	TABLE
	{
		border-color: Black;
	}

	HR
	{
		color: Black;
	}
}
