#CellHead {
	positioning	: absolute;
	display 	: box;
	width		: 1000px;	
	height		: 84px;
   }



#CellHead #BoxLogo {
	position	: absolute;
	display 	: box;
	margin 		: 20px 0px 0px 20px;
  }



#CellBody {
	positioning	: absolute;
	display 	: box;
	width		: 1000px;	
	height		: 265px;
	background	: #FFFFFF;
  }



h1 {
	display		: box;
	position	: relative;
	height		: 18px;
	width		: 200px;
}

#HeadLine .LeftColumn h1 {
	margin		: 22px 0px 0px 20px;
}

#Content .LeftColumn h1 {
	margin		: 0px 0px 0px 20px;
}


h2 {
	display		: box;
	position	: relative;
	margin		: 5px 0px 10px 10px;
	font-family	: times new roman;
	font-size	: 20px;
	font-weight	: normal;
	color		: #0c3747;
}

h4 {
	display		: box;
	position	: relative;
	font-size	: 11px;
	color		: #000000;
}

p {
	font-family	: verdana;
	font-size	: 11px;
	color		: #0c3747;
	margin		: 0px 0px 10px 10px;	
}


#HeadLine {
	display		: box;
	position	: relative;
	float		: left;
	width		: 1000px;
	height		: 40px;
	border-top	: 1px solid #0c3747;
	border-bottom	: 1px solid #0c3747;
}

.LeftColumn {
	display		: box;
	position	: relative;
	float		: left;
	width		: 261px;
	height		: auto;
}


.CenterColumn {
	display		: box;
	position	: relative;
	float		: left;
	width		: 474px;
	height		: auto;
	margin		: 0px 0px 0px 8px;
}








.LeftColumn .loginbox {
	display		: box;
	position	: relative;
	width		: 180px;
	height		: 80px;
	margin		: 0px 0px 0px 20px;
}

.LeftColumn .loginbox label {
	float		: left;
	width		: 180px;
	height		: 12px;
	margin		: 3px 0px 0px 10px;
	font-size	: 10px;
}

.LeftColumn .loginbox input[type='text'], .LeftColumn .loginbox input[type='password'] {
	float		: left;
	width		: 180px;
	height		: 12px;
	font-size	: 9px;
}

#button_login {
	float		: right;
	margin		: 10px -5px 0px 0px;
}








.RightColumn {
	display		: box;
	position	: relative;
	float		: right;
	width		: 229px;
	height		: auto;
	margin		: 0px 0px 0px 8px;
}

#HeadLine .LeftColumn {
	height		: 40px;
}

#HeadLine .CenterColumn {
	height		: 40px;
}


.history {	
	display		: box;
	position	: relative;
	float		: left;
	margin		: 25px 0px 0px 10px;
	font-family	: arial;
	color		: #919191;
	text-decoration	: none;

   }

.history a {
	font-family	: arial;
	color		: #919191;
	text-decoration	: none;
   }

.history a:hover {
	text-decoration	: underline;
   }





.UnitContact {
	display		: box;	
	position	: relative;
	float		: right;
	width		: 197px;
	height		: 236px;
	margin		: 10px 20px 0px 0px ;
	background	: url("../images/overview_hotlines.jpg") no-repeat;
}

.UnitContact .hotlines {
	display		: box;
	position	: relative;
	float		: left;
	width		: 187px;
	height		: 100px;
	margin		: 30px 0px 0px 10px;
	font-size	: 9pt;	
	color		: #FFFFFF;
}

.UnitContact .address {
	display		: box;
	position	: relative;
	float		: left;
	width		: 187px;
	height		: 70px;
	margin		: 30px 0px 0px 10px;
	font-size	: 8pt;	
}



.warning {
	font-weight	: bold;
	font-size	: 14px;
	color		: #d80000;
}








