body, html{
	background-color: #6a6a6a;
    font-family: Arial, Verdana, Geneva, sans-serif; font-size: 16px; color:#000;
	letter-spacing: 0.4px;
	line-height: 150%;
	height: 100%;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;	
}

.footer{
	background:#000;
}
.pagewidth{
	//width:100%;
	//height: 100%;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	position:relative;	
	z-index:0;
	background-image: url('../layout/logo-tausta.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top; 		
}
.intro-logo{
	height: 100%;
	width: 100%;
	position:relative; 
	background-image:url('../layout/logo-tausta-musta.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.content_table{
	margin-top:70px; 
	border-collapse:collapse;
}
.top{
    font-weight: bold;
	font-size:13px;
	color:#fff;
}
.top a:link {color: #fff; text-decoration: none;}
.top a:visited {color: #fff; text-decoration: none;}
.top a:hover {color: #fff; text-decoration: underline;}
.top a:active {color: #fff; text-decoration: none;}
.top a:focus {color: #fff; text-decoration: none;}

.menu{
    font-weight: bold;
	font-size:14px;
	color:#2f2f2f;
}

.div-menu{
	position:fixed;
	width:100%;
	z-index:998; 
}
.content_box{
    height:auto;                /*content fill */
	margin-top:0px;
}
.content-box{
	min-height: 305px;
}
h1 {
  font-family: Arial, Verdana, Geneva, sans-serif; font-size: 25px;
  line-height: 1.45em;
  color: #000000;
  font-style: bold;
  //text-align: right;
}

h2 {
 font-family: Arial, erdana, Geneva, sans-serif; font-size: 18px;
  line-height: 1.45em;
  color: #e2001a;
  font-style: bold;
  margin-bottom:11px;
  //text-align: right;
}

table a:link {color: #57565e; text-decoration: none;}
table a:visited {color: #57565e; text-decoration: none;}
table a:hover {color: #57565e; text-decoration: underline;}
table a:active {color: #57565e; text-decoration: none;}
table a:focus {color: #57565e; text-decoration: none;}