@import url(nav.css);

BODY {
	margin : 0px;
	padding : 0px;
}

#layTable {
	border: 1px solid #7A8C94;
	width:770px;
}

#homePageHeader{
	background: url(images/home_headerImage.jpg) no-repeat right;
	height: 265px;
}

#homeContactButton {
	margin: 190px 0 0 15px;
}

#homeNavTab {
	background: #7991AE;
	height: 35px;
}

A.navGlobal {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #C2382C;
	padding: 0 2px 0 2px;
	text-decoration: none;
	text-transform: uppercase;
}

A.navGlobal:hover {
	color:#3F7588;
}

#homeContentArea {
	background: #ECF1F5 url(images/BGgradient_homepage.jpg) repeat-x;
	padding: 0px 9px 40px 9px;
}

TD.properti {
	width: 212px;
	background: #FEFEFE;

}

DIV.properti{
	text-align:left;
	margin: 16px 8px 12px 16px;
	/*background:#eeeeee;*/
	position:relative;
}

DIV.properti .subtitle{
	margin: 3px 0 5px 7px;
}

DIV.properti .text{
	margin: 0 0 6px 7px;
}

DIV.propLink {	
	margin:0px 0px 0px 0;
	padding:0;
	text-align:right;
}

DIV.clear {
	clear: both;
}

DIV.propLink a {
	font:bold 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FEFEFE;
	background-image/* */:url(images/projectLinkArrow.gif);
	background-repeat : no-repeat;
	background-position: right;
	background-color: #7A92B0;
	text-align:right;
	padding: 3px 36px 3px 10px;
	display:inline;
	text-decoration:none;
	/*height:24px;*/
}

DIV.propLink a:hover{
	background-color:#AF362A;
	text-decoration:none;
}

DIV.textPod {
	background: #FEFEFE;
	padding: 10px 10px 2px 16px;
	width: 290px;
}

.subtitle {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #646980;
	margin: 0 0 5px 0;
}

.text {
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #272B2D;
	margin: 0 0 6px 0;
	text-decoration: none;
}

.text A:link, .text A:visited {
	color: #C21115;
	font-weight : bold;
	text-decoration : none;
}

.text A:hover {
	color: #D8696A;
	font-weight : bold;
	text-decoration : underline;
} 

A.text {
	background/* */: url(images/linkArrow.gif) no-repeat right;	
	padding-right: 13px;
}

LI {
	margin : 2px 0 0 16px;
	padding:  0;
	list-style : disc outside;
	list-style-image : url(images/bulletBlue.gif);
} 

#footer {
	border-top: 6px solid #0079B8;
	padding: 8px 0 8px 0;
	background-color : #7991AE;
}

.footer {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FEFEFE; 
}

.footer A:link, .footer A:visited  {
	color: #FEFEFE; 
}

.footer A:hover {
	color: #C2382C;
}

.hint {
	font : 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}

.hinthover {
	font : 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	cursor : default;
}



/* 
use comment hack in background image to hide the style from IE 5 
only when display: inline
not needed when display: block
*/