body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 1.8em;
	background: #1d1d1d url(bg.jpg) repeat;
}

a {
	text-decoration:none;
	color:#1372e0;
	}
a:hover {
	text-decoration:none;
	color:#000066;
}	



p { 
	font: 15px/2 Arial; 
	margin: 0 0 30px 0; 
	color: #333;
}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#003366;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px;
	margin:0px;

}
h1 small {
	display: block;
	font-size: 0.5em;
	color: #999;
}

.ab-head {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	margin:0px;
	padding:5px;
	color:#FFFFFF;
}

.ab {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-align:justify;
	margin:0px;
	padding:5px 15px 0 5px;
	}

img {border: none;}




/*** 
set the width and height to match your images 
**/

#slideshow {
    position:relative;
    height:350px;
	z-index:-1;
}

#slideshow IMG {
    position:relative;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; 
}
}

#content {
	width:100%;
	margin:0px 0 0 0;
	padding:0px;
	height:auto;
	background:url(img/header-bg.png) repeat-x top center;
}
#header {
	width:1000px;
	margin:auto;
	height:auto;
	padding:0px;
	text-align:center;
	
/*	background:url(img/head-bg.png) no-repeat right;
*/}	

#header-home {
	width:100%;
	margin:auto;
	height:auto;
	padding:0px;
	text-align:center;
	background-color:#062340;
	
/*	background:url(img/head-bg.png) no-repeat right;
*/}	

#b-t-base {
	width:1000px;
	height:auto;
	margin:auto;
	padding:0px;
}
#head-box1 {
	width:950px;
	height:auto;
	margin:auto;
	padding:0px;
}
#head-box {
	width:950px;
	height:auto;
	margin:0px;
	float:left;
	padding:0px;
}
#head-box-homecont {
	width:850px;
	height:auto;
	margin:20px 0 0 0;
	float:left;
	padding:10px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	border-radius: 5px 5px;
	-webkit-border-radius:5px 5px;
	_moz-border-radius:5px 5px;
}



#head-box-home {
	width:950px;
	height:auto;
	margin:20px 0 0 0;
	float:left;
	padding:0px;
}
#head-box-home ul {
	width:930px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}
#head-box-home li {
	width:271px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	margin:10px;
}

#head-box ul {
	width:930px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}
#head-box li {
	width:271px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	margin:10px;
}

#clear {
	clear:both;
	}


#ab-t {
	width:1000px;
	height:auto;
	margin:80px 0 0 0;
	float:left;
	padding:0px;
	background-color:#000;
	border:1px solid #333;
	opacity:0.8;
		border-radius:10px;
	_moz-borderradius:10px;
}
#ab-t-i {
	width:380px;
	height:auto;
	margin:auto;
	padding:5px;
	float:left;
	border-right:1px solid #333;
}

#ab-t-e {
	width:600px;
	height:auto;
	margin:auto;
	padding:0px;
	float:right;
	background-color:#000;
}




#b-t {
	width:1000px;
	height:auto;
	margin:150px 0 0 0;
	float:left;
	padding:0px;
	background-color:#000;
	border-radius:10px;
	_moz-borderradius:10px;
}

#b-t-i {
	width:700px;
	height:auto;
	margin:auto;
	padding:0px;
	float:left;
}

#b-t-e {
	width:250px;
	height:auto;
	margin:auto;
	padding:0px;
	float:right;
	background-color:#000;
}

#foot {
	width:100%; 
/*	background: url(img/footer-bg.png) repeat-x top center;*/	
	background-color:#06223f;
	opacity:0.9;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:10px;
	position:fixed;
	bottom:0px;
	}
	
	
#foot a{
	color:#FFFFFF;
	text-decoration:none;
	opacity:1.0;
	}
	
	
#foot a:hover{
	color:#FFFF00;
	text-decoration:none;	
	}	
		
#footer {
	width:1000px;
	height:auto;
	margin:auto;
	padding:0px;
	text-align:center;
	background-color:#06223f;
}
	
#footer-links {
	width:1000px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}

#footer-links ul {
	width:1000px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}

#footer-links li {
	width:auto;
	height:auto;
	margin:0px;
	padding:5px 10px 5px 10px;
	float:left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border-right:1px solid #5d6f82;
}

#footer-links li a {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

#footer-links li a:hover {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFF00;
}

ul.columns {
	width: 700px;
	list-style: none;
	margin: 5px; padding: 12px 0 0 15px;
}
ul.columns li {
	width: 170px;
	float: left; display: inline;
	margin: 2px 2px 2px 2px; padding: 0 1px 0 0;
	position: relative;
}
ul.columns li:hover {z-index: 99;}

ul.columns li img {
	position: relative;
	filter: alpha(opacity=9);
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
ul.columns li:hover img{
	z-index: 999;
	filter: alpha(opacity=100);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.columns li .info {
	position: absolute;
	left: -10px; top: -10px;
	padding: 210px 10px 20px;
	width: 170px;
	display: none;
	background: #fff;
	font-size: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.columns li:hover .info {display: block;}

ul.columns li h2 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 5px 0;
}
ul.columns li p {padding: 0; margin: 0; font-size: 12px;}


.img-style-anni {
	padding:0px;
	float:left;
	margin:0 10px 5px 0px;
	}

.mail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	padding:10px 0 0 0;
	margin:0;
	text-decoration:none;
	}
.mail a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	padding:0px;
	margin:0px;
	text-decoration:none;
	}	
	
.mail a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000099;
	padding:0px;
	margin:0px;
	text-decoration:none;
	}
