/*	Suomen Painiliitto ry - Verkkolehti Niskalenkki CSS
	© Janne Putkonen 2008
	Kopiointi ja käyttö ilman lupaa kielletty
*/

/*Runko*/
body {
background-image:url(../images/pohja2_bg_01.gif);
background-repeat:repeat-x;
background-color:#094ead;
margin-top:0px;
text-align: center;
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:11px;
}


#kokosivu {
margin: 0 auto;
width:894px;
}

#header {
width:894px;
height:229px;
background-image:url(../images/pohja2_01.gif);
background-repeat:no-repeat;
}

#headerinfo {
padding-top: 190px;
padding-left: 90px;
text-align:left;
}

#sisalto {
background-image:url(../images/pohja2_body_02.gif);
background-repeat:repeat-y;
width:894px;
}

#teksti {
float:left;
width:580px;
text-align:left;
padding-left: 90px;
}

#mainokset {
float:right;
padding-right:80px;
width:144px;
background-image:url(../images/feedback.jpg);
background-repeat:no-repeat;
height:250px;
}

#mainokset_ala {
padding-top:20px;
text-align:center;
background-image:url(../images/pohja2_body_02.gif);
background-repeat:repeat-y;
width:894px;
}

#tasaus { 
clear:both;
}

#footer { 
background-image:url(../images/footteri_02.gif);
background-repeat:repeat-y;
width:894px;
height:83px;
}

#footer_t {
text-align:center;
font-size:12px;
padding-top:10px;
}


/*Muotoilut*/

#headerinfo a {
color:#4360c4;
font-weight:bold;
}

#teksti a {
color:#4360c4;
}

#teksti img {
border-color:#4360c4;
border-width:medium;
}

.otsikko_bold {
font-size:12px;
color:#0066FF;
font-weight:bold;
}

.otsikko_bold_p {
font-size:11px;
color:#0066FF;
font-weight:bold;
}

.oikea_mainos_teksti {
font-size:12px;
color:#FFFFFF;
font-weight:bold;
padding-top:220px;
}

.tahdet {
font-size:10px;
color:#FF0000;
}

.teksti_sini {
color:#4360c4;
}

