
/* ---------------------------------------------- HEAD ---------------------------------- */
.head
{
	float:left;
	width:1000px;
	height: 150px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #ffffff;
	
}
.head-top
{
	float:left;
	width:1000px;
}
.head-top-left
{
	font-size: 14px;
	color: #111111 ;
	float:left;
	width: 700px;
	height: 115px;
	text-align: center;
}

.head-bottom
{
	background-image: url(../lizenzo_stil/bg_head-bottom.gif);
	background-repeat: repeat-x;
	float: left;
	width: 1000px;
	height: 35px;
}

.head-bottom_nav
{
	float: left;
	margin: 5px 0px 0px 0px;
	height: 30px;
}

.h-logo-t-nav
{  
	font-family: Arial;
	font-size: 20px;
	color: #111111 ;
}
.h-logo-t-nav a
{  
	text-decoration: none;
	color:  #111111;
}
.h-logo-t-nav a:hover
{  
	text-decoration: none;
	color: #BE0826;
}

.h-subnav-t-nav
{  
	font-family: Arial;
	font-size: 12px;
	color: #eee;
	font-weight: bold;
	text-align: left;
}
.h-subnav-t-nav a
{  
	text-decoration: none;
	color: #fff;
	margin: 0px 10px;
	padding: 4px;
}
.h-subnav-t-nav a:hover
{  
	text-decoration: none;
	color: #BE0826;
	background-color: #fff;
}
.h-subnav-t-nav input
{  
	margin-right: 5px;
}


/* ------------------------------------------ Footer Style ---------------------- */
.footer
{
	float:left;
	WIDTH: 980px;
	height: 55px;
	background-color: #e1e1e1;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}

.footer-top
{
	WIDTH: 1000px;
}



