body {
	color: Black;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: white fixed;
	text-align: justify;
	width: 100%;
	height: 100%;
	margin: 0px;
}
h1{
	margin-top: 0px;
	font-size: 18px;
	color: #026D88;
	border-bottom: 1px solid #026D88;
}
h2{
	font-size: 16px;
}
a:active    {
	color: #026D88;
	text-decoration: none;
}
a:hover         {
	color: #026D88;
	text-decoration: underline;
}
a:link       {
	color: #026D88;
	text-decoration: none;
}
a  {
	color: #026D88;
	text-decoration: none;
}
a:vlink  {
	color: #026D88;
	text-decoration: none;
}
input
{
	font-size: 11px;
}
select
{
	font-size: 11px;
}

.divSurrounding{
	position: relative;
	margin: auto;	
	width:740px;
	margin-top:0px;
}
.top_menu{
	position: relative;
	height: 12px;
	width: 100%;
	text-align: right;
	font-size: 9px;
	color: #026D88;
}
.divMainHeader {
	position:relative;
	top:0px;
	left: 0px;
	height:50px;
	width:100%;	
	background-image: url(./images/layout/logo-igel7.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.divMainContent {
	position:relative;
	width:580px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left:160px;
	background-color: white;
	overflow: auto;
	border-bottom: 1px solid #026D88;
	z-index: 1;
}
.divMainMenu {
	position: relative;
	left: 0px;
	margin-top: 5px;
	width: 100%;
	height: 25px;
	background-image: url(./images/layout/menu-bg.jpg);
	overflow: visible;
	z-index: 2;
}
.divLeftContent{
	position: absolute;
	top: 95px;
	width: 150px;
	overflow: hidden;
}
.divBottomEnd{
	position: relative;
	width:100%;
	overflow: hidden;
	text-align:center;
	color: #026D88;
	font-size: 9px;
}
.standardButton{
	background-color: transparent;
	border: none;
	background-image: url(./images/layout/standard_button.jpg);
	width: 100px;
	height: 17px;
	background-repeat: no-repeat;
	color: white;
	border: none;
}

