﻿/* general settings for layout.css */

@charset "utf-8";


html{
	background-color:#666;	
}

body{
		font-family:  Verdana, sans-serif, Helvetica, Verdana, Arial;
		font-size : 12px; 
}

a:link { 
		text-decoration:none;
		color:#000000;
		}
a:visited { color:#000000;}
a:hover{
		text-decoration:underline;
		color:#000000;
		}

h1 { 
	font-size : 20px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin-left:1.5em;
	margin-right:1.5em;
	margin-top:0.5em;
	}


#buttonholder {
	position:absolute;
	left: 54px;
	top: 308px;
	width:671px;
	height:auto;
}

.titolo{
	font-size : 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#5f4f43; 
	margin-top:0.5em;
}

.singelbutton {
	width:134px;
	height:30px;
	float:left;
    text-align:center;
	background-image:url(images/common/ButtonNormal.gif);
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}
.selectedbutton {
	width:134px;
	height:30px;
	float:left;
    text-align:center;
	background-image:url(images/common/ButtonOn.gif);
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
.footline {
	width:790px;
	height:70px;
	position:absolute;
	bottom:0px;
	background-image:url(images/common/footline.jpg);
}