/*
Efinkartlu.net css-tiedosto. 
Tehnyt: Tero Loisko a.k.a. Efin
Copyright (c) Efinkartlu.net
*/

/* Elementit, ilman teksti osaa */
body {
	padding: 0px;
	margin: 0px auto;
	background-color: #B26C6C;
}

#runko {
	width: 779px;
	padding: 0px;
	margin: 0px auto;
}
#logo {
	background-image: url('testi_logo.gif');
	height: 131px;
	width: 780px;
}
#navigation {
	background-image: url('navigation.gif');
	height: 35px;
	width: 780px;
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 35px;
	
	text-align: center;
	font-size: 15px;
}
#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-left: 8px;
	padding-right: 8px;
}
#navigation a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #932D2F;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
#text_area {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 2px;
	
	width: 748px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#footer {
	background-image: url('footer.gif');
	width: 780px;
	height: 25px;
	clear: right;
}

/* Teksti osan elementit sekä classit */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom: 1px dashed #6F2F2F;
	margin-top: 5px;
}
p {
	line-height: 16px;
}
span.und {
	text-decoration: underline;
}
.code {
	margin-left: 10px;
	border-left: 3px #893A3D solid;
	border-bottom: 1px #893A3D dashed;
	padding: 4px;
	background-color: #FEE2E3;
	width: 400px;
}
dt.h2, dt.h3 {
	font-weight: bold;
	margin-left: 0px;
	text-decoration: none;
}
dt.h2 {
	font-size: 14px;
}
dt {
	margin-bottom: 6px;
	margin-top: 6px;
	text-decoration: underline;
}
dd {
	line-height: 18px;
	margin-left: 30px;
}
.right_box {
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 5px;
	border: 1px solid #6F2F2F;
	padding: 5px;
	background-color: #FEE2E3;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}
.right_box span.h1 {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	border-bottom: 1px dashed #6F2F2F;
	margin-top: 6px;
	margin-bottom: 8px;
	display: block;
}
.icon {
	border: 1px solid #6F2F2F;
	padding: 3px;
	float: right;
}
#copiraitti {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
}
#mainos_1 {
	padding: 0px;
	margin: 0px auto;
	margin-top: 40px;
	width: 478px;
	height: 70px;
}

/* Kokeilu elementit
/*
#footer {
	background-image: url('footer.gif');
	width: 780px;
	height: 25px;
	clear: right;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
}
*/