html {
 overflow-y: scroll;
}

body {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
 text-align: left;
 background: #fff url('../img/gradient.jpg') repeat-x;
}

div#main {
 margin: 0 auto;
 padding: 0;
 width: 801px;
 height: auto;
}

a.navi:link {
 text-decoration: none; 
 color: #878787;
}

a.navi:visited {
 text-decoration: none; 
 color: #878787;
}

a.navi:active {
 text-decoration: none; 
 color: #878787;
}

a.navi:hover {
 text-decoration: none; 
 color: #000;  
}

a.lang:link {
 text-decoration: none; 
 color: #FFF;
}

a.lang:visited {
 text-decoration: none; 
 color: #FFF;
}

a.lang:active {
 text-decoration: none; 
 color: #FFF;
}

a.lang:hover {
 text-decoration: underline; 
 color: #878787;  
}

a:link {
 text-decoration: none; 
 color: #000;
}

a:visited {
 text-decoration: none; 
 color: #000;
}

a:active {
 text-decoration: none; 
 color: #000;
}

a:hover {
 text-decoration: none; 
 color: #878787;  
}

table#tablecontact {
 	border-collapse:collapse;
 	width: 450px;
 	height: auto; 	
}

table#tablecontact td {
 	padding: 1px;
	text-align: left;
}

table.tableprices {
 	border-collapse:collapse;
 	width: 484px;
 	height: auto;
 	border: 1px solid #878787;
}

table.tableprices td {
 	padding: 5px 10px 5px 10px;
	text-align: center;
}

table.tableprices caption {
 	margin: 0px 0px 10px 0px; 
 	padding: 0px;
	font-size: 13px; 
	font-weight:bold;
}


table#tableperview {
 	border-collapse:collapse;
 	width: auto;
 	height: auto; 	
}

table#tableperview td {
 	padding: 10px 16px 0px 0px;
	text-align: right;
}

table#tableperview a img {
filter:alpha(opacity=90); 
-moz-opacity: 0.90; 
opacity: 0.90;
}

table#tableperview a:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

h1, h2 {margin: 0px 0px 10px 0px; padding: 0px; text-align: left; }	
h1 {font-size: 14px; font-weight:bold; }
h2 {font-size: 13px; font-weight:bold; }

ul.list {
 margin: 10px 10px 15px 10px;
 padding-left: 1em;
 text-indent: -1em;
 list-style: none;
 list-style-type: disc;
 list-style-position: inside;
}

ul.list li {
 line-height: 1.5;
}


img#transition {
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0.0;
	z-index: 1;
}

img#imageperview {
	background: url('../img/load.gif') no-repeat center;
	width: 484px;
	height: 280px;
}


