body
{
	margin: 0;
	font-size: 1em;
	scrollbar-face-color: #37B3D6;
	scrollbar-track-color: #f6f6f6;
	scrollbar-arrow-color: #f6f6f6;
	scrollbar-highlight-color: #d4d9db;
	scrollbar-shadow-color: #37B3D6;
	scrollbar-3dlight-color: #37B3D6;
	scrollbar-darkshadow-color: #aaaaaa;
}
a
{
	text-decoration: none;
	color: #425C77;
}
a:hover
{
	text-decoration: underline;
	color: #36b3d8;
}
.hand
{
	cursor: pointer;
}
.seite
{
	border: #37B3D6;
	margin: 0;
	padding: 2px 4px 4px 7px;
	background-color: #37B3D6;
	text-decoration: none;
}
.Log1
{
	font-size: 10pt;
	color: #425C77;
	font-family: Tahoma;
	padding: 1px 4px 4px 140px;
}
.Log2
{
	font-size: 10pt;
	color: #425C77;
	font-family: Tahoma;
	padding: 1px 4px 4px 40px;
}
.Log3
{
	font-size: 10pt;
	color: #425C77;
	font-family: Tahoma;
	padding: 80px 4px 4px 140px;
	background-image: url(../Baustofflieferant/login.gif);
	background-repeat: no-repeat;
	background-position: 35px 180px;
}
.Log4
{
	font-size: 10pt;
	color: #425C77;
	font-family: Tahoma;
	padding: 15px 4px 4px 140px;
	background-image: url(../Baustofflieferant/login.gif);
	background-repeat: no-repeat;
	background-position: 35px 120px;
}
#thumbBox
{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 2px;
	padding-bottom: 0;
	background: #d4d9db;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar
{
	/*Footer DIV of thumbbox that contains "close" link */
	font: bold 12px Tahoma;
	letter-spacing: 2px;
	line-height: 1.1em;
	color: #425c77;
	padding: 5px 0;
	text-align: center;
}


#thumbBox #thumbImage
{
	/*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading
{
	/*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #425c77;
	background-color: #ffffff;
	padding: 25px;
	z-index: 5;
	color: #425c77;
	margin-left:250px;
	margin-top:50px;
}

