/*  W E D E R H O R N . C O M  - - - - tyyli.css */


/* RAKENNE */

body {
    background: #FAFAFA;
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#koko {
	width: 700px;
	background: #E83838;
	margin: 0 auto;
	border: 1px solid #000;
}

div#header {
	background: url(bg.jpg) no-repeat;
	width: 700px;
	height: 200px;
}

div#menu {
	background: url(bgmenu.jpg) no-repeat #E83838;
    width: 200px;
    float: left;
	border-top: 1px solid #000;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 200px;
}

div#sisalto {
    margin-left: 200px;
    background: #C8C8C8;
	padding: 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 90%;
	line-height: 1.3;
	min-height: 216px;
}

div#footer {
    clear: both;
    text-align: center;
    background: #E83838;
	border-top: 1px solid #000;
	font-size: 70%;
	padding: 3px;
}


/* TEKSTI */

.link {
	color: #000;
	font-weight: bold;
	font-size: 95%;
	line-height: 1.6;
	margin-left: 30px;
}

.linka {
	color: #000;
	margin-left: 40px;
	font-size: 80%;
	line-height: 1.4;
}

A:link, A:visited {
	color: #000000;
}

A:hover, A:active {
	color: #2C2C2C;
}

#sisalto A:link, #sisalto A:visited {
	color: #E83838;
}

#sisalto A:hover, #sisalto A:active {
	color: #2C2C2C;
}

h1 {
	color: #E83838;
	font-size: 140%;
	border-bottom: 3px double #000;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2 {
	color: #2C2C2C;
	font-size: 110%;
	border-bottom: 1px solid #E83838;
	padding: 2px;
}

/* MUUT */

input, textarea {
	border: 1px solid #000;
	background-color: #FAFAFA;
    font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11pt;
	padding: 3px;
}

td {
	border-bottom: 1px solid #000;
	margin: 5px;
	padding: 3px;
	font-size: 9pt;
}

.keski {
	text-align: center;
}
