body {
	margin: 0px;
	font-family:  arial, 'Trebuchet MS', helvetica;
	font-size: 13px;
	color: #222222;
	line-height: 18px;
	/*letter-spacing: 0.8px;*/
	
	background: #40404A url('../kuvat/tausta.jpg') repeat-y center;
}

h1, h2, h3 {
	font-family: Trebuchet MS, Verdana, Arial;
	letter-spacing: 4px;	
	color: #5A1A1A;	 		
}

h1 {
	margin-top: 10px;
	margin-left: -20px;
	font-size: 18px;
	line-height: 17pt;
}

h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
h4 {
	font-size: 12px;
}

ul {
	line-height: 20px;
	list-style: square;
	margin-top: 5px;	
}

.palvelubox {
	width: 100%;
	/*height: 80px;*/
	padding-bottom: 8px;
}
.palvelubox img {
	margin-right: 5px; 
}

#left_content a {
	display: block;
	/*list-style: none;*/
	border-bottom: 1px dotted #AAAAAA;	
	margin-left: 0px;
	margin-right: 3px;
	padding-left: 0px;
	line-height: 19px;
	font-size: 12px;	
	
}

#left_content a:hover {
	background-color: #EAEAEA;
	color: #333377;
	text-decoration: none;
}
img {
	padding: 5px;
	border: 0px;	
}

img.border {
	padding: 1px;
	border: 7px solid #EEEEEE;
}


img.ikoni {
	padding: 0px;
	border: 0px;
}

textarea, input {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
		
}

a {
	color: #7E1616;
	text-decoration: none;	
}

#menubar a {	
  font-family:  'Trebuchet MS', arial, helvetica;

	
	margin: 5px;
	color: #7E1616;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 0px;
	padding-left: 7px; padding-right: 7px;
	letter-spacing: 2px;	
	text-decoration: none;	
}

#menubar a:hover {
	color: #AAAAAA;
	text-decoration: underline;					
	background: #ececec;
}

a:hover {
	text-decoration: underline;					
}

#container {
	position: relative;
	width: 850px;
	margin: 0 auto;
	margin-top: 0px;
	/*border: 1px solid #888888;*/
}


#header {
	height: 130px;
	width: 830px;
	padding: 5px;

	border: 0px solid red;	
}

#hakupalkki {
	position: absolute;
	top: 100px;
	right: 25px;
	
	border: 0px solid #CCCCCC;
	width: 300px;		
	height: 20px;
	
	padding: 5px;
	
	text-align: right;
}

.hakutulos {
	font-size: 12px;
	padding-left: 10px; 	
}


#menubar {
	position: relative;
	
	color: #aaaaaa;
	border: 0px dotted green;
	background-color: #ececec;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	width: 610px;	
	margin-left: 200px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 5px;	
}

#left_content {	
	position: relative;
	
	border: 0px dotted blue;	
	width: 160px;
	left: 0px;
	float: left;

	padding-left: 40px;
	padding-top: 30px;

}

#content {
	position: relative;
	float: left;
	/*border: 1px dotted black;*/
	width: 580px;	
	
	padding: 10px;
	padding-left: 30px;
	background-color: #e2e2e2;	

}


#right_content {
	position: relative;
	float: right;
	left: 0px;
	top: 0px;
	
	/*border: 1px dotted red;*/
	width: 30px;	
	margin-top: -20px;

}

#footer {
	
	border: 0px dotted #888888;
	margin-left: 200px;
	height: 50px;
	width: 620px;

	color: #888888;
	font-size: 12px;
	
}