 /**
-  *  Ridefinizioni per template Trinity
  *  Ridefinizioni per template Trinity 
  all.css
   *
   */
 
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #36052E;
	background-image: url(../img/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #688A92;
}

a:link {
	color: #c71585;
}
a:visited {
	color: #612F55;
}
a:hover {
	color: #000000;
}
a img {
	border: none;
}

div#logo {
	margin: 2% 10% 2% 8.5%;
}

div#tnt_content {
	margin: 0 10% 0 10%;
	background-color: #fff;
}

div#header, div#header-home {
	background-image: url(../img/bg-header.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #000;
	min-height: 40px;
	text-align: right;
	padding: 0.8% 0.8% 0 1%;
}
div#header a {
	text-decoration: none;
	font-weight: bold;
	color: #36052E;
}

div#header  img {
	vertical-align: text-top;
}

div#main {
	background-image: url(../img/bg-main.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
	color: #000;
	min-height: 500px;
}

/* Pič di pagina */
div#tnt_footer {
	background-color: #E8EEEF;
	color: #000;
	min-height: 60px;
 	width: 100%;
	clear: both;
 }
div#tnt_footer div#foot1 {
	float: left;
	width: 45%;
	padding: 2% 0 0 3%;
}
div#tnt_footer div#w3c {
	float: right;
	width: 45%;
	text-align: right;
	padding: 2% 4% 0 0;
}
div#tnt_footer div#mama {
	clear: both;
	font-size: smaller;
	text-align: right;
	min-height: 25px;	
	background-image: url(../img/mama.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 15px 30px 5px 5px;
	margin: 2% 4% 0 0;
}
div#tnt_footer a {
	color: #688A92;
}
 
/**
  *  Ridefinizioni per template Trinity 
  inside.css
  *
  */

div#inside {
	background-image: url(../img/bg-main.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
	color: #36052E;
	min-height: 500px;
	padding: 0 2% 4% 2%;
 }
 
hr {
	color: #E8EEEF;
 }
 

