@import url("http://www.moottorit.net/css/navigaatio.css");
html {
	margin: 0; padding: 0;
}
body {
/*	background: #2e2e2e url(/img/08/taustagrafiikka_v3.jpg) no-repeat fixed top center; */
/*	background: #2e2e2e url(/img/08/tausta_liukuvari.png) repeat-x 0 0; */
	background: #000000 url(/img/08/taustagrafiikka_hires.jpg) repeat-x top center;
	margin: 0; padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#runko {
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
/*	background: #FFFFFF; */
}
#sisalto {
	background: #FFFFFF url(/img/08/logotausta_2.jpg) no-repeat 0 0;
	position: relative;
	min-height: 700px;
/*	padding-bottom: 200px; */
}
#sisalto2 {
	position:static;
	padding-top: 100px;
}

#logoalue {
	position: relative;
	height: 100px;
/*	background: #212121 url(/img/08/taustaraidat.png) repeat 0 0; */
}
#logoalue #mototlogo {
	width: 260px;
	height: 100px;
	background: transparent url(/img/08/logo.png) no-repeat center center; 
}
#logoalue a#logolinkki {
	display:block;
	width: 260px;
	height: 80px;
}
#logoalue a#logolinkki span {
	display:none;
}
#logoalue #jattibanneri {
	position: absolute;
	width: 728px;
	height: 90px;
	overflow: hidden;
	right: 0;
	top: 5px;
}
#navialue {
	height: 40px;
	background: #000000 url(/img/08/navi_palkki.png) repeat-x 0 0;
	color: #FFFFFF;
}
#otsikko {
	margin: 0; 
	padding: 0;
	border: none;
	position: absolute; 
	display: block;
	font-weight: normal;
	top: 22px;
	left: 0px;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 40px;
	max-width: 700px;
	white-space: nowrap;
}

#otsikko a {
	color: #FFFFFF;
	text-decoration: none;
}
#otsikko .otsikko {
	display: block;
	float: left;
	font-size: 26px;
	line-height: 40px;
	height: 40px;
	padding: 0px 10px 0px 60px;
	background: transparent url(/img/08/musta_50.png) repeat;
}
#otsikko .otsikko .pieni {
	font-size: 18px;
}
#otsikko .alku {
	display: block;
	float: left;
	background: transparent url(/img/08/musta_50_kulma.png) no-repeat bottom left;
	width: 30px;
	height: 40px;
	display: none;
}
#otsikko .loppu {
	display: block;
	float: left;
	background: transparent url(/img/08/musta_50_kulma2.png) no-repeat bottom left;
	width: 30px;
	height: 40px;
}









.jakaja {
	clear: both;
}




div.huomio {
/*        background-color: #FFDDDD; */
	background: transparent url(/img/08/rules_background.png) repeat 0 0;
        padding: 10px 10px 10px 30px;
        border: 1px solid #CCcccc;
        font-size: 12px;
        margin: 8px 2px 8px 2px;
        color: #AA0000;
}
div.huomio a {
        color: #AA0000;
        font-weight: bold;
}

div.huomio2 {
        background-color: #eeeecc;
        padding: 10px 10px 10px 30px;
        border: 1px solid #cccccc;
        font-size: 12px;
        margin: 8px 2px 8px 2px;
        color: #999933;
}
div.huomio2 a {
        color: #999933;
        font-weight: bold;
}

div.huomio3 {
        background-color: #eeeeee;
        padding: 10px 10px 10px 30px;
        border: 1px solid #cccccc;
        font-size: 12px;
        margin: 8px 2px 8px 2px;
        color: #999999;
}
div.huomio3 a {
        color: #999999;
        font-weight: bold;
}







/* VAIN MOOTTORIT.NET */

.vinkki input.text {
        background: url(/img/textinput_vinkki.png) no-repeat;
        width: 150px;
        height: 20px;
        border: none;
        padding: 2px;
        vertical-align: top;
        font-size: 1em;
}
.vinkki select.select {
        border-top: 1px solid #CCCCAA;
        border-left: 1px solid #CCCCAA;
        border-bottom: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        background: #FFFFFF url(/img/input_tausta.png) bottom repeat-x;
}
.vinkki input.painike {
        background: #9fd9eb url(/img/painike_vinkki.png) no-repeat;
        padding: 2px;
        width: 50px;
        height: 20px;
        border: none;
        vertical-align: top;
        font-size: 1em;
}
.vinkki input.painike:hover {
        background: #a1c9eb url(/img/painike_vinkki_sin.png) no-repeat;
        cursor: pointer;
}
.vinkki input.painike:active {
        background: #ea9cbe url(/img/painike_vinkki_pun.png) no-repeat;
        cursor: pointer;
}

.vinkki input.leveapainike {
        background: #9fd9eb url(/img/painike_vinkki_levea.png) no-repeat;
        padding: 2px;
        width: 100px;
        height: 20px;
        border: none;
        vertical-align: top;
        font-size: 1em;
}
.vinkki input.leveapainike:hover {
        background: #a1c9eb url(/img/painike_vinkki_levea_sin.png) no-repeat;
        cursor: pointer;
}
.vinkki input.leveapainike:active {
        background: #ea9cbe url(/img/painike_vinkki_levea_pun.png) no-repeat;
        cursor: pointer;
}
.vinkki {
        background: #ACDEEE;
        background: #eeeecc url(/img/kelt_liukuvari.png) repeat-x top left;
        border: 1px solid #CCCCCC;
        border-left: 1px solid #FFFFFF;
        border-top: 1px solid #FFFFFF;
        border-right: 1px solid #CCCCAA;
        border-bottom: 1px solid #CCCCAA;
        color: #666655;
        font-size: 0.9em;
        padding: 4px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        -moz-border-radius:10px;

}
.vinkki .otsikko {
        background: #3173AA;
        color: #ACDEEE;
        font-weight: bold;
        float:left;
        padding: 2px;
        -moz-border-radius:5px;
        margin-right: 10px;
}
.vinkki a {
        color: #666655;
}



img.otsikkokuva {
	display: block;
	position: absolute;
	top:0px;
	left: 5px;

}
h2.boksi {
        margin: 0;
        background: #000000;
        padding: 5px;
        height: auto;
        line-height: normal;
        color: #FFFFFF;
        font-size: 1em;
}
h3.boksi {
        margin: 0;
        background: #CCCCCC;
        padding: 3px;
        padding-left: 10px;
        height: auto;
        line-height: normal;
        color: #666666;
        font-size: 1em;
        border: none;
}
h3 {
        font-size: 20px;
        border-bottom: 3px dotted #AAAAAA;
}


.viesti {
        background: #CCFF33;
        border: 5px solid #99CC00;
        border-top-color: #eeffaa;
        border-left-color: #eeffaa;
        padding: 10px;
        margin-bottom: 10px;
	font-size: 1.2em;
}

.keskitys {
        text-align: center;
}


/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
        position:absolute;
        z-index:100;
        width:450px;
        background:#FFFFCC;
        border:1px solid #000000;
        text-align:left;
        padding:15px;
        min-height:1em;
        -moz-border-radius:10px;
}
body div#toolTip p {
        margin:0;
        padding:0;
        color:#000000;
        font:13px verdana,arial,sans-serif;
}
body div#toolTip p em {
        display:block;
        margin-top:3px;
        color:#2727c7;
        font-style:normal;
        font-weight:bold;
}
body div#toolTip p em span {
        font-weight:bold;
        color:#fff;
}



.turha {
        display: none;
}

div.relative {
        display: block;
        position: relative;
}
div.taustakulma_vasen_ala {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 5px;
        height: 5px;
        background: url(/img/taustakulma_vasen_ala.png) no-repeat;
}

div.sivunumerointi {
        text-align: center;
        font-size: 1.5em;
        background: #3173AA;
        color: #ACDEEE;
        padding: 2px;
        -moz-border-radius:5px;
        margin-left: 200px;
        margin-right: 200px;
        margin-top: 10px;
        margin-bottom: 10px;
}

div.sivunumerointi a {
        font-weight: bold;
        text-decoration: none;
        color: #FFFFFF;
}


.perussisalto {
	padding-left: 20px;
}

