﻿/* Kommentar entfernen, wenn Pseudo-Img-Box-Modell angezeigt werden soll.
div#WasteBox span.ImgTag
{
	border: 1px solid red;
}

div#WasteBox span.ImgTag span.Inner
{
	border: 1px solid blue;
}
*/

div#WasteBox a span.ImgTag
{
	cursor: pointer;
	display: inline-block;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana,Arial ;
	font-size: 12px;
	color: #004B91;
}

div#WasteBox ul li
{
	list-style-type: none;
}

div#WasteBox ul, div#WasteBox a, div#WasteBox ul li
{
	color: #004B91;
	font-size: 13px;
	margin: 0;
}

div#WasteBox a:visited
{
	color: #004B91;
	font-size: 13px;
}

div#WasteBox a:hover
{
	color: #009900;
}

div#WasteBox img
{
	border: 0px solid transparent;
	vertical-align: middle;
}

div#WasteBox h1
{
	font-size: 13px;
	font-weight: bold;
	color: #004B91;
/*	font-size: 9pt;
	font-weight: bolder; */
}

div#WasteBox a
{
	font-weight: bold;
	color: #004B91;
	text-decoration: underline;
}

div.WasteAbc
{
	width: 745px;
	height: 100%;
	background-color: #ffffff;
}

div#WasteBox div.ItemPanel
{
	width: 400px;
}

div#WasteBox div.ItemPanel div.Item
{
	float: left;
	text-align: center;
	margin-right: 1px;
	margin-bottom: 1px;
}

div#WasteBox div.ItemPanel div.Item a
{
}

div#WasteBox div.ItemPanel div.Item a .ImgTag
{
	padding: 5px;
	vertical-align: middle;
}

div#WasteBox div.Search
{
	width: 140px;
}

div#WasteBox h4.Title
{
	margin: 1px;
	padding: 5px;
	background-color: #FFFfff;
	color: #004B91;
	font-weight: bold;
	font-size: 9pt;
}

div#WasteBox h4.Title span.Char
{
	font-size: 12pt;
}
	
div#WasteBox h4.Title span.Query
{
	font-size: 11pt;
}
	
div#WasteBox h5.Warning
{
	margin: 1px;
	padding: 20px 5px;
	background-color: #FFFfff;
	color: #004B91;
	border: 1px solid orange;
}

div#WasteBox div.ViewHeader
{
/*	font-family: Arial,Verdana;
	font-size: 12px;
	color: Black; */
	text-align: right;
	margin-bottom: 4px;
}

div#WasteBox div.ViewHeader a
{
	font-weight: bold;
	color: #004B91;
}

div#WasteBox div.ViewHeader a:hover
{
	color: #009900;
}

/*-----------Tooltip----------*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 160px;
font-family:Verdana,Arial,Helvetica;
font-weight:normal;
font-size:13px;
color:#004B91;
border: 1px solid black;
padding: 2px;
background-color: #FFFfff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/*-----------Tooltip Ende----------*/
#content {
position:absolute;
top:196px;
left:10px;
width:760px;
height:500px;
/*background:#eee; */
border: 0px solid #999;

}
#content table {
width: 300px;

}

