/**************************************
*
*	Styled By Attenzione
*  10.08.2007
*
***************************************/

#main-content {
	background: url(../images/i/bg/line-blue.gif) top left repeat-x;
	padding-top: 5px;
	position: relative;
	height: 311px;
}
#main-content #banner { position: relative; }
#main-content h1 { font-size: 1.3em; }

#main-content div.about {
	background: url(../images/i/bg/bg-about.gif) #01589e bottom right no-repeat;
	border-top: 1px solid #095ea2;
	padding: 20px 20px 0;
	position: absolute;
	right: 0; top: 5px;
	width: 181px;
	height: 291px;
	overflow: hidden;
}
* html #main-content div.about { right: -1px; }
#main-content div.about * { color: #FFF; }

#toolbar {
	background: url(../images/i/bg/bg-toolbox.gif) #FFF 2px 0 no-repeat;
	margin-bottom: 50px;
	position: relative;
	min-height: 50px;
}
* html #toolbar {	height: 50px; }
#toolbar h1 { font-size: 1.4em; }

#toolbar div.toolbox {
	background: #FFF;
	border-top: 2px solid #01589e;
	padding: 20px 2px 5px 16px;
	position: absolute;
	left: 32px; top: -14px;
	width: 371px;
}
#toolbar div.toolbox h1 { padding-left: 7px; }
#toolbar table.toolbox td.ico {
	padding-right: 5px;
	width: 0%;
}
#toolbar table.toolbox td.link {
	padding-right: 5px;
	padding-bottom: 18px;
	font-size: 0.9em;
	width: 50%;
}
#toolbar div.actual {
	margin-left: 450px;
	padding: 20px 0px 20px 0;
}
#toolbar table.actual td {
	padding-right: 10px;
	width: 50%;
}
#toolbar table.actual th.date { 
	padding-right: 10px; 
	font-weight: normal; 
	vertical-align: top; 
}
#toolbar table.actual th.link { padding-right: 5px; }
#toolbar table.actual th.date div {
	padding-top: 1px;
	background: #e6e6e6;
	width: 36px;
	height: 35px;
}
#toolbar table.actual th.date span.month {
	text-align: center;
	font-size: 0.85em;
	font-family: Tahoma;
	color: #a1a1a1;
	display: block;
}
#toolbar table.actual th.date span.day {
	text-align: center;
	font-size: 1.2em;
	font-family: Tahoma;
	font-weight: bold;
	color: #a1a1a1;
	display: block;
}
#toolbar div.actual div.all {
	background: url(../images/i/mrk/arrow.gif) 0 5px no-repeat;
	padding-left: 22px;
	position: absolute;
	right: 0; top: 20px;
}
