@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    background: #fedf66 url(tutti-bg5.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    text-align: left;
	color: #000000;
    width: 100%;
}

#center{
    background: url(bg-white.png);
    width: 760px;
    min-height: 500px;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    margin-left: auto;
    margin-right: auto;
}

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

.lomakkeet{
    background: url(bg-white.png);
    width: 760px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.paaryhma
{
    text-transform: uppercase;      
}

.small
{
    font-size: 14px;   
}

.big
{
    font-weight: bold;   
}

.right{
    float:right;
    margin: 20px;  
}

.clearer
{
	clear: both;
}

.hidden
{
	display: none;
}

.break
{
    width:760px;
    border-bottom: 5px solid #fedf66;   
}

/*OTSIKO DIV*/
#otsikko
{
    min-height: 250px;
	padding: 20px 27px;
	/*border-bottom: 2px solid #fedf66;*/
	line-height: 1.3;
	font-size: 18px;
	/*font-weight: 600;*/
}

/*OTSIKKO*/
#paaotsikko
{
	font-size: 35px;
	text-transform: uppercase;

}


/* PALAUTELOMAKE */

#palaute
{
    padding: 20px 27px;   
}

#palaute table
{
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
}

#palaute th,
#palaute td
{
	vertical-align: top;
	padding: 5px;
	font-weight: normal;
	border-bottom: 1px solid #ffdeb5;
}

#palaute th
{
    width: 300px;
    padding-top: 8px;   
}

#palaute th.drop
{
    padding-top: 5px;   
}

#palaute th.bold
{
	color: #6b6b6b;
	font-weight: bold;
	padding: 25px 5px 10px 5px;
	font-size: 18px;
	text-transform: uppercase;
}

#palaute th.mid
{
	color: #6b6b6b;
	font-weight: bold;
	padding: 10px 5px;
	font-size: 14px;
	text-transform: uppercase;
}


/*


h1 {
    font-size: 1.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2{
    font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 2px solid fedf66; 
}

p {
    /*width: 500px;*/
    /*text-align: justify;*/   /*
}


*/

/*
.kysymys {
    font-weight: bold;
}

table
{
    width:500px
    border-collapse:collapse;
    text-align:left;
}

table, th, td
{
    border: 0px solid black;
    margin: 10px 0;
}

th{
    width:300px; 
}

td{
    width: 240;
    margin-bottom: 5px;   
}

*/
