/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

/* Yleiset */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #A1CC38 url(../images/bg.png) repeat-x 0 0;
	color: #333;
	font: 0.8em Arial, Helvetica, sans-serif;
	}
	
#runko {
	width: 880px;
	margin: 60px auto;
	}
	
#top {
	height: 50px;
	background: url(../images/top-bg.png) no-repeat 0 0;
	}
	
#header {
	height: 290px;
	background: url(../images/header-bg.png) no-repeat 0 0;
	}
	
#middle {
	min-height: 10em;
	height: auto;
	_height: 10em;
	background: url(../images/middle-bg.png) repeat-y 0 0;
	padding-top: 20px;
	}
	
#left_column {
	width: 380px;
	display: inline;
	float: left;
	margin-left: 50px;
	}
	
#right_column {
	width: 380px;
	display: inline;
	float: right;
	margin-right: 50px;
	}
	
br#tyhjennys {
	clear: both;
	}
	
#bottom {
	height: 50px;
	background: url(../images/bot-bg.png) no-repeat 0 0;
	}
	
/* Töölön Matkatoimisto */

h6#toolo {
	margin: 0 30px;
	padding: 0;
	height: 45px;
	width: 301px;
	background: url(../images/toolon-matkatoimisto.png) no-repeat 0 0;
	display: inline;
	float: left;
	overflow: hidden;
	text-indent: -9000px;
	}
	
/* Headerin tausta */

#header h1 {
	height: 290px;
	width: 800px;
	background: url(../images/header.jpg) no-repeat 0 0;
	margin: 0 auto;
	}
	
/* Headeriin logo */

#header h1 a {
	text-decoration: none;
	overflow: hidden;
	text-indent: -9000px;
	display: inline;
	float: right;
	height: 50px;
	width: 380px;
	background: url(../images/tilaa-netista-lomapaketti-vaivatta.png) no-repeat 0 0;
	margin: 10px 20px;
	}
	
/* Kirjaimet */

p {
	line-height: 145%;
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	line-height: 100%;
	font: 1.55em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #39F;
	}
	
p#huomio {
	background: url(../images/huomio.png) no-repeat 0 0;
	height: 56px;
	width: 262px;
	margin: 50px;
	}
	
/* Otsikot ja se huomio */

#varaa, #valmismatkat, #kaukomatkalle, p#huomio {
	overflow: hidden;
	text-indent: -9000px;
	display: inline;
	float: left;
	}
	
#varaa {
	height: 21px;
	width: 100%;
	background: url(../images/varaa.png) no-repeat 0 0;
	margin-top: 10px;
	}
	
#valmismatkat {
	height: 23px;
	width: 100%;
	background: url(../images/valmismatkat.png) no-repeat 0 0;
	margin-top: 10px;
	}
	
#kaukomatkalle {
	height: 22px;
	width: 100%;
	background: url(../images/kaukomatkalle.png) no-repeat 0 0;
	margin-top: 10px;
	}