﻿
/**************/
/* head image */
/**************/
#TopWrapper
{
	font-size:16px;
	font-weight:bold;
	vertical-align:bottom;
  	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	kheight:166px; 
	height:190px; 
	background: #FFF; 
	border-bottom: solid 1px #666;
	overflow:hidden;
}
#headTop
{
	clear: both;
	float: none;
	padding: 10px 20px 10px 0;
	background:#000;
	color:#FFF;
	text-align:right;
}
#headTop h1
{
	padding: 0;
  	margin: 0;
}
#headLeft
{
    	float:left;
	width: 400px;
	height: 200px;
	background-image: url( '../images/ILS_Logo_klein.jpg' );
	background-position: 10px 13px;

	background-repeat: no-repeat;
}
#headSpace
{
    	float:left;
	width: 60px;
	height: 110px;
	background-image: url( '../images/SpacerTop.gif' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#headRight
{
    	/*float:right;
	width:500px;
	padding-top:40px;*/

	float:right;
	width:500px;
	height: 200px;
	background-image: url( '../images/ILS_Top.gif' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#HeadImage
{
	border-bottom: 0px solid rgb(89,151,252);
}

/***********************************/
/* static navi incl. search fields */
/***********************************/

#SidebarStatic 
{
	font-size: 0.75em;
	position: relative;
	top: 160px;
	left: 250px;
}


}
#ctl00_mySearch_pnSESSearch .SucheGif { position:relative; top: 3px; }
#SidebarStatic a
{
	margin: 0;
	padding: 0;
	color: black;
	text-decoration: none;
}
#SidebarStatic a:hover
{
	text-decoration: underline;
}
.login { font-weight: bold; color: White }
