/******************************************************
  CONFIGURATION GENERALE
*******************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align:center;
}

*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#container {
	width: 650px;
	margin: 0 auto;
	text-align:left;
}
/******************************************************
  HEADER
*******************************************************/
#header {
	height: 150px;
	border-bottom:10px solid #DF1C40;
	position: relative;
}

#header img.logo, #header img.banner {
	position: absolute;
	bottom: 5px;
}

#header img.banner {
	display:none;
}

/******************************************************
  SUB HEADER
*******************************************************/
#subHeader {
	display:none;
}

#subHeader p, #subHeader ul {
	position: absolute;
	top: 10px;
}

#subHeader ul {
	list-style-type: none;
}

#subHeader li {
	display: inline;
	padding: 0 2px;
}

#subHeader ul.breadcrumps {
	left: 280px;
}

#subHeader ul.breadcrumps li.act {
	color: #df1c40;
}

#subHeader ul.quicklinks {
	left: 715px;
}

#subHeader ul.quicklinks li {
	display: inline;
	float: left;
}

#subHeader ul.quicklinks li.print a:link, #subHeader ul.quicklinks li.print a:visited, #subHeader ul.quicklinks li.print a:hover, #subHeader ul.quicklinks li.print a:active {
	background: url(../layout/printicon.gif) no-repeat center top;
	text-decoration: none;
	color: #df1c40;
	display: block;
	float: left;
	padding: 16px 5px 0 5px;
	font-size: 80%;
}

#subHeader ul.quicklinks li.pdf a:link, #subHeader ul.quicklinks li.pdf a:visited, #subHeader ul.quicklinks li.pdf a:hover, #subHeader ul.quicklinks li.pdf a:active {
	background: url(../layout/pdficon.gif) no-repeat center top;
	text-decoration: none;
	color: #df1c40;
	display: block;
	float: left;
	padding: 16px 5px 0 5px;
	font-size: 80%;	
}

#subHeader p {
	left: 15px;
}

/******************************************************
  CONTENT
*******************************************************/
#content {
	margin-bottom: 10px;
	margin-top:10px;
}

#leftContent, #rightContent, #mainContent {
	float: left;
	height: auto !important;
	height: 1px;
	min-height: 1px;
}

#leftContent {
	display:none;
}

#mainContent {
	width: 440px;
	margin:0 20px 0 0;
	padding:0;
}

#rightContent {
	width: 190px;
	margin:0;
	padding:0;
}

/******************************************************
  LEFT CONTENT
*******************************************************/
#leftContent ul {
	list-style-type: none;
}

#leftContent ul.level1 {
	background-color: #efe9e8;
	padding: 10px 20px 10px 10px;
	font-size: 110%;
}

#leftContent ul.level1 li {
	background: url(../layout/dot.gif) repeat-x left bottom;
	padding: 6px 0;
}

#leftContent ul.level2 {
	padding: 5px 0 0 4px;
	font-size: 80%;
}

#leftContent ul.level2 li {
	padding: 4px 0;
	background: none;
}

#leftContent ul.level1 li a:link, #leftContent ul.level1 li a:visited,
#leftContent ul.level2 li a:link, #leftContent ul.level2 li a:visited {
	color: #000000;
	text-decoration: none;
}

#leftContent ul.level1 li a:hover, #leftContent ul.level1 li a:active,
#leftContent ul.level2 li a:hover, #leftContent ul.level2 li a:active,
#leftContent ul.level1 li.act a:link, #leftContent ul.level1 li.act a:visited,
#leftContent ul.level1 li.act a:hover, #leftContent ul.level1 li.act a:active {
	color: #df1c40;
	text-decoration: none;
}

#leftContent ul.level1 li.act ul.level2 li a:link, #leftContent ul.level1 li.act ul.level2 li a:visited {
	color: #000000;
	text-decoration: none;
}

#leftContent ul.level1 li.act ul.level2 li a:hover, #leftContent ul.level1 li.act ul.level2 li a:active,
#leftContent ul.level1 li.act ul.level2 li.act a:link, #leftContent ul.level1 li.act ul.level2 li.act a:visited,
#leftContent ul.level1 li.act ul.level2 li.act a:hover, #leftContent ul.level1 li.act ul.level2 li.act a:active {
	color: #df1c40;
	text-decoration: none;
}

/******************************************************
  FE LOGIN
*******************************************************/
div.login {
	padding: 20px 0 10px 10px;
	background-color: #c5c6c7;
}

div.login legend, div.login label {
	display: none;
}

div.login input {
	padding: 3px 0 3px 5px;
	margin-bottom: 10px;
}

div.login a:link, div.login a:visited {
	color: #df1c40;
	text-decoration: underline;
}

div.login a:hover, div.login a:active {
	color: #df1c40;
	text-decoration: none;
}

/******************************************************
  MACINA SEARCHBOX
*******************************************************/
div.tx-macinasearchbox-pi1 {
	display:none;
}

div.tx-macinasearchbox-pi1 input {
	height: 18px;
	color: #df1c40;
	padding: 1px 2px;
}

div.tx-macinasearchbox-pi1 input.submit {
	display: none;
}


/******************************************************
  SEARCH
*******************************************************/
.tx-indexedsearch-title {
	text-align: left;
}

.tx-indexedsearch-descr {
	text-align: left;
}

/******************************************************
  RIGHT CONTENT
*******************************************************/
#rightContent h2 {
	font-size: 110%;
	font-weight: bold;
	color: #df1c40;
}

#rightContent p {
	font-size: 90%;
}

/******************************************************
  DMAIL SUBSCRIPTION
*******************************************************/
#rightContent form label {
	font-size: 90%;
	display: block;
}

#rightContent form p {
	margin-bottom: 10px;
}

#rightContent form p.error {
	margin: 0;
	color: #ff0000;
	font-weight: bold;
	position: relative;
	top: -8px;
}

#rightContent form input {
	padding: 2px 0;
	margin: 0 0 10px 0;
}

#rightContent form a:link, #rightContent form a:visited {
	color: #df1c40;
	text-decoration: underline;
}

#rightContent form a:hover, #rightContent form a:active {
	text-decoration: none;
}

/******************************************************
  FOOTER
*******************************************************/
#footer {
	background: url(../layout/bgfooter.gif) repeat-x left top;
	font-size: 85%;
	position: relative;
	height: 30px;
}

#footer p, #footer ul {
	position: absolute;
	top: 13px;
}

#footer ul.sitemap {
	display:none;
}

#footer ul.top {
	display:none;
}

#footer li {
	padding: 0 10px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	float: left;
}


#footer p.copyright {
	left: 10px;
}

#footer p.t3 {
	right: 60px;
	padding: 0 17px 3px 0;
	background: url(../layout/typo3icon.gif) no-repeat right -2px;	
}
