/* CSS Document */

/* KÄYTETYT VÄRIT:
   Keltainen: rgb(217,199,0)
   Vihreä: rgb(134,165,56)
   Oranssi: rgb(207,120,17)  */


body{
	background-image: url('images/kasvitausta.png');
	background-repeat: repeat-x;
	background-color: white;
	font-family: Verdana, Geneva, sans-serif;
	line-height:0.6cm;
}


.yla{
	background-image:url('images/ylakuva10.gif');
	width: 701px;
	height: 56px
}

.navitausta{
	background-image:url('images/ylakuva10.gif');
	width: 701px;
	height: 56px
}

.keski_tausta{
	background-color: white;
	vertical-align: top;
}

.alakuva{
	background-image:url('images/alakuva');
	width: 917px;
	height: 168px;
}

.navi{
	height: 257px;
}

.otsikko{
	height: 78px;
}

h2 {
	border-bottom: 2px solid rgb(134,165,56);
	font-size:16px;
}

h3 {
	border-bottom: 1px solid #db4635;
	font-size:14px;
}

/* NAVIGOINTI */

ul#menu { 
	width: 100%; 
	height: 33px; 
	font-size: 16px; 
	font-family: "Centuy Gothic", Verdana, sans-serif; 
	/*font-weight: bold; */
	list-style-type: none; 
	margin: 0 0 0 1px; 
	padding: 0; 
}

ul#menu li { 
	display: display; 
	float: left;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	margin: 8px 0 0 3px; 
}

ul#menu li a { 
	height: 33px; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	float: left; 
	/*line-height: 200%; */
	padding: 8px 10px 0; 
}

ul#menu li a:hover { 
	color: #504d4d; 
}

ul#menu li a.current { 
	color: #FFF; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 8px 10px 0; 
}


/* TEKSTITYYLIT */

.teksti {
	font-size:12px;
	color:black;
	line-height:0.6cm;
	text-align:justify;
}

.runo {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color: #1b1913;
	text-align:center;
	line-height:0.6cm;
	padding:0cm 2.2cm;
}

.sitaatti {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#1b1913;
	text-align:center;
	line-height:0.6cm;
	padding:0.5cm 0.5cm;
}

.tarkea {
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	color:red;
	line-height:0.6cm;
}

.tekstialue {
	background-image:url('images/keski_tausta.gif');
	background-repeat: repeat-y;
	width: 701px; 
	color:black;
	font-size:12px;
	line-height:0.6cm;
  	padding-left: 30px;
  	padding-right: 30px;
}

.tekstialue_etusivu {
	background-image:url('images/keski_tausta.gif');
	background-repeat: repeat-y;
	width: 701px; 
	color:black;
	padding:0.5cm;
	line-height:0.7cm;
	font-size:12px;
}

.email {
	font-size:14px;
	font-weight:bold;
	color: #db4635;
}


/* LINKKITYYLIT */

.linkit {
	text-decoration:none;
	color:black;
	line-height:0.7cm;
	letter-spacing:0.1cm;
	font-weight: bold;
}

.linkit:hover {
	text-decoration:none;
	color:rgb(133,163,58);
	letter-spacing:0.1cm;
	line-height:0.7cm;
}

.tekstilinkit {
	text-decoration:none;
	color:rgb(134,165,56);
	font-weight: bold;
	font-size:12px;
}

.tekstilinkit:hover {
	text-decoration:underline;
	color:rgb(134,165,56);
	font-weight: bold;
	font-size:12px;
}

.vanhatlinkit {
	text-decoration:line-through;
	color:rgb(134,165,56);
	font-weight: bold;
}


/* cv-TYYLIT */

.cv_linkkipalkki {
	font-size:8px;
	text-align: center;
	color:rgb(217,199,0);
	background-image:url('images/keski_tausta.gif');
	background-repeat: repeat-y;
	width: 701px;
  	padding-bottom: 20px;
}

div.cv_osa .alkuun {
	width="100%";
	float: right;
  	display: inline;
}

div.kurssit_osa {
  	padding: 20px;
  	padding-top: 0px;
  	padding-bottom: 10px;
  	line-height: 15px;
}

div.kurssit_osa .left {
  	display: block;
  	float: left;
  	width: 50%;
  	font-size: 12px;
}

div.kurssit_osa .right {
  	display: block;
  	margin-left: 30%;
  	padding-bottom: 10px;
}

div.cv_osa {
  	padding: 20px;
  	padding-top: 0px;
  	padding-bottom: 10px;
  	line-height: 20px;
}

div.cv_osa .level2 {
  	padding-top: 0px;
  	padding: 20px;
  	margin-top: -15px;
}

div.cv_osa .left { 
  	display: block;
  	float: left;
  	font-weight: bold;
  	width: 30%;
  	font-size: 12px;
}

div.cv_osa .center {
  	display: block;
  	margin-left: 30%;
}

div.cv_osa .right {
  	display: block;
  	margin-left: 30%;
  	padding-bottom: 10px;
}


/* LOMAKETYYLIT */

label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block
}

.submit input {
	margin-left: 15em;
	color: #000;
	background: rgb(146,193,3);
	border: 2px outset #d7b9c9
}

 input
{
	color: black;
	border: 1px solid rgb(207,120,17);
}

 textarea
{
	color: black;
	border: 1px solid rgb(207,120,17);
}

