/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #BBAA00;
	text-decoration: none;
}
a:hover {
	color: #004477;
	text-decoration: none;
}
a:active{
	color: #004477;
	text-decoration: none;
}
a:visited{
	color:#004477;
	text-decoration: underline;
}
body {
	background: #ffffff;
	color: #004477;
	font: normal 62.5% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
input {
	color: #004477;
	font: normal 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
p,cite,code,ul {
	font-size:11px;
	color: #004477;
	padding-bottom: 1.2em;
	margin-right: 1.2em;
}
ul {
	margin-left: 1.2em;
}
li {
	list-style-image: url(images/li.gif); 
	font-size: 1.1em;
}
h1 {
	font-size: 1.2em;
}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #004477;
	border-top: 1px solid #004477;
	color: #004477;
	display: block;
	font-size: 1em;
	margin-bottom: 1.2em;
	margin-right:4.2em;
	padding: 12px 12px;
}
blockquote p {
	padding: 3px 0;
	}
h1,h2,h3 {color: #004477;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 798px;
	vertical-align:top;	
}

/* top */
.top {
	background: url(images/BG_Banner_integra4.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
	background-color: #BBAA00;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:11px;
	height: 150px;
	margin: 0 auto;
	width: 798px;

}
/* menu*/
#menu {
	float:left;
	width:100%;
	background-image:url("images/BG_menu_integra4.jpg");
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/tabrightF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
	}
#menu a:active{
	float:left;
	background:url("images/tabrightF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;	
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#fff;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}



/* item */
.item {clear: both;}

.item .content {
	float: left;
	width: 798px;
	background: url(img/bgcontainer.gif) repeat-y;
	position:relative;
	padding-left: 16px;
	padding-top: 14px;
}
.item h1 {
	color: #004477;
	line-height: 40px;
	padding-top: 4px;
}
.item .body {
	padding: 0px;
	width: 798px;

}
.item .body2 {
	padding: 0px 18px;
	width: 798px;
	height: 530px;
	}
/*overflow large pages*/
div.scroll {
	height: 504px;
	width: 748px;
	overflow: auto;
	border: 1px solid #004477;
	background-color:#FFFFFF;
	padding: 6px;
	}

/*pageborder*/
.kader	{
	width: 748px;
	padding: 6px;
	background-color: #ffffff;
	border-top: 1px solid #004477;
	border-right: 1px solid #004477;
	border-left: 1px solid #004477;
}

/* main */
.main {
	float: left;
	clear:both}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(images/breadcrumb.gif) no-repeat center right;
text-align:right;
padding-right: 18px; /*adjust bullet image padding*/
color: #004477;
}

.breadcrumb a:visited{
	color:#004477;
	text-decoration:underline;
} 
.breadcrumb a:active{
color: #BBAA00;
}

.breadcrumb a:hover{
color: #BBAA00;
}

/* footer */
.footer {
	clear:both;	
	width: 100%;
	position: relative;
	float: left;
	bottom: 0px; 
	background: url(images/bgfooter3.gif);
	color: #004477;
	line-height: 30px;
	font-size: 1em;
	margin: auto;
	text-align: center;
	width: 798px;
	height: 30px;
}
.footer a {
	color: #004477;
	font-size: 1em;
	}
.footer a:hover {
	color: #005544;
		font-size: 1em;
		}
