/* CSS Document */

/* www.wangunojanratsutila.fi */
/* Author Sari Nousiainen, CRUST, 14.5.2007 */

* { 
	padding: 0;
	margin: 0;
}
body {
	margin-top: 0px;
	background-color: #9a9080;
	background-image: url(img/layout/bg_9a9080.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d2612;
}
h2{
	width: inherit;
	margin: 14px 0 0px 0;
	padding: 0 0 0 0;
	font-size: 100%;
	font-weight: bold;
}

p {
	margin: 3px 0 6px 0;
}
ul {
	margin: 0 0 0 30px;
}
/******* LINKKI *********/
a:link, a:visited {
	color: #875740;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
a:hover, a:active {
	color: #4d2612;
	text-decoration: none;
	font-weight: bold;
}
	
	/****** OTSAKE LINKKI *********/
	a.otsakeLink:link, a.otsakeLink:visited{
		color: #875740;
		text-decoration: none;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	a.otsakeLink:hover, a.otsakeLink:active  {
		color: #4d2612;
		text-decoration: none;
		font-weight: bold;
		background-color: #efe6cc;
	}
	
/******* main DIV *********/
#layoutLogic1 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeebe5;
	background-image: url(img/layout/bgtext_eeebe5.gif);
	width: 599px;
}

#header {
	position: relative;
	width: 599px;
}
#linkit {
	position: relative;
	width: 599px;
	text-align: left;
	background-image: url(img/layout/bg_nav_footer.jpg);
	background-repeat: repeat-x;
	margin: -2px 0 0 0;
	z-index: 30;
}

.collectContent {
	position: relative;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 0 0;	
}

.content1 {
	position: relative;
	width: 490px;
	left: 30px;
}
.content2 {
	position: relative;
	width: 460px;
	left: 60px;
}
.lohkoA {
	position: relative;
	width: 280px;
	float: left;
}
.lohkoB {
	position: relative;
	width: 190px;
	float: right;
}
#footer {
	position: relative;
	background-color: #4d2612;
	background-image: url(img/layout/bg_nav_footer.jpg);
	background-repeat: repeat-x;
	width: 599px;
	height: 24px;
}

/*********** EXTRAT *****************/

.vahvistettuTxt {
	font-weight: bold;
}
.miniTxt{
	color: #eeebe5;
	font-size: 90%;
	text-align: center;
	padding: 5px 0 0 0;
}
.microTxt {
	font-size: 70%;
	font-weight: bold;
}
	
.padding{
	padding: 8px 0 0 0;
}
	
.clear {
	clear: both;
}
	
.etusivulle {
	position: absolute;
	top: 8px;
	left: 21px;
	height: 110px;
	width: 117px;
	z-index: 30;
}

#ajankohtaistaLinkki {
	position: absolute;
	width: 126px;
	text-align: right;
	top: 25px;
	left: 451px;
}
.borderRight {
	border-right: #eeebe5 1px solid;
}
.huomio {
	color: #CC3300;
	font-weight: bold;
	font-size: 11px;
}
.otsake {
	font-weight: bold;
}
/*************************************
	LOMAKE
*************************************/
form {
	width: inherit;
}
.submitButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 0;
	padding: 3px;
	background-color: #efe6cc;
	font-size: 10px;
	color: #4d2612;
}
.submitButton:hover{
	color: #efe6cc;
	background-color: #4d2612;
}

/*********** OTSIKOT KUVANA ***********/
h1,
h1.elamyksia,
h1.hevostaitoja,
h1.equalist,
h1.ajankohtaista,
h1.wr2
{
	position: relative;
	color: #d18311;
	text-transform: uppercase;
	font-size: 120%;
	height: 18px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	
	background-position: top left;
	background-repeat: no-repeat;
	margin: 20px 0 0px -1px;
}

h1.wr2 {
	background-image: url(img/otsikot/o_wr2.gif);
}	

h1.elamyksia {
	background-image: url(img/otsikot/o_elamyksia.gif);
}
h1.hevostaitoja	{
	background-image: url(img/otsikot/o_hevostaitoja.gif);
}
h1.equalist	{
	background-image: url(img/otsikot/o_equalist.gif);
}
h1.ajankohtaista{
	background-image: url(img/otsikot/o_ajankohtaista.gif);
}	
h1 span {
	visibility: hidden;
}

