/*  
Theme Name: Oma pohja
Theme URI: http://www.foxnet.fi
Description: Theme-pohjan ulkoasu
Version: 1.0
Author: Sami Keijonen
Author URI: http://www.foxnet.fi
*/

body {
	background-color: #111111;
	font-family: Tahoma;
	font-size: 12pt;
	color: #492f15;
	margin: 0;
	padding: 0;
}

#wrapper {
margin: 0 auto 0 auto;
width: 850px;
}

#nav_left {
background-image: url('images/logo.jpg');
background-repeat: no-repeat;
width: 283px;
height: 117px;
float: left;
}

#nav_right {
background-image: url('images/navigointi_tausta.jpg');
background-repeat: no-repeat;
width: 567px;
height: 117px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
margin:0px;
padding:0px;
float: left;
}

#nav_right ul.menu {
position:relative;
left:0px;
top:90px;
text-align: left;
margin: 0;
}


#nav_pic {
clear: both;
margin:0;
}

table, tr, td {
	font-family: Tahoma;
	color: #492f15;
}
#content {
	background-image: url('images/content_bg.jpg');
	background-color: #f7f0dc;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 42px 54px 70px 80px;
	clear: both;
}

#footer {
text-align: center;
padding: 10px 0 10px 0;
font-size: 11px;
}

#footer a {
color: #492f15;
font-size: 11px;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}


#nav_right ul li {
        font-size: 12px;
	list-style: none;
	display: inline;
	
}

#nav_right ul li a {
        font-size: 12px;
	padding-bottom: 1px; 
	text-decoration: none;
	color: #ba0000;
	margin-right: 7px; 
}
#nav_right li a:hover {
        font-size: 12px;
	color: #6b0000;
        border-bottom: 1px solid #000000;
}
#nav_right li a:active {
        font-size: 12px;
	color: #6b0000;
}


h1 {
	font-family: Tahoma;
	color: #492f15;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: normal;
}
h2,h3,h4,h5,h6 {
	font-family: Tahoma;
	color: #492f15;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12pt;
	line-height: normal;
}
a:link, a:active, a:visited {
	font-family: Tahoma;
	font-size: 12pt;
	color: #912214;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 12pt;
	color: #912214;
	text-decoration: none;
}

input, textarea, select {
	font-family: Tahoma;
	font-size: 12px;
	color: #492f15;
	border: solid 1px #492f15;
}
td {
 vertical-align:top; 
} 
img {
border: 0;
}