

body {
	margin:0px;
	padding:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	background-color: #ece5d9;
	font-size:14px;
	
}

#reunus {
box-sizing: border-box;
width:1100px;
border: 0px solid #000000;
padding: 0px;
margin:0px auto; 
}


#ylaosa 
{
box-sizing: border-box;
width:1100px;
height:304px;
padding: 0px;

background: url(banneri-valmis.jpg) center;
background-size: contain;
background-repeat: no-repeat;
background-origin: content-box;
}


ul.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
	width: 100%;
}

li.navbar {
    float: left;
	/* width: 12%; */
}

li.navbar a {
    display: block;	
    color: black;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:30px;
	
}

span.navbar-linkki2 {
	display: block;	
    font-family: 'Montserrat', sans-serif;
	font-size:14px;
	
}

a.navbar:hover:not(.active) {
    background-color: #8e6140;
}

.navbar-active {
font-weight: bold;
}


a:link {
  color: #333300; 
  text-decoration:none;
  border-style: none;
} 

a:visited {
  color: #333300;
  text-decoration: none;
  border-style: none;
}

a:hover {
  color: #804000;
  text-decoration: none;
  border-style: none;
}

img.kuvalinkki {
  border-style: none;
}


img.otsikko {
	margin:12px 0px 0px 150px;
	padding: 0px;
}

#sivupohja {
  margin-top:3px;
  padding: 20px;
  text-align:left;
  background-color:white;
    
}

h1 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: black;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	background: #ece5d9;
}

h2 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
	margin: 0px 0px 4px 0px;
	padding: 4px 4px 4px 8px;
	background: #ecd0b9;
}

span.miniteksti {
	font-size: 12px;
}


p {
		
}
	
div.keskitetty {
	
	
}
	

.varjostettu {
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8); 
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8); 
box-shadow: 0 0 20px rgba(0,0,0,0.8);
/*	box-shadow: 0 0 20px black; */
	padding:0;
}

.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table.kaksipalstaa {
	clear: both;
	border-collapse: collapse; 
	border: 0px;
	margin: 12px auto 20px auto;	
	width: 100%;
}

table.kaksipalstaa th {
	border: 2px solid #294D22;
	background-color: #CBCC66;
	text-align: left;
	padding: 4px;
}

table.kaksipalstaa td {
	background-color: white;
	padding: 0px 24px; 
	border: 0px;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

table.kolmepalstaa {
	clear: both;
	border-collapse: collapse; 
	border: 0px;
	margin: 12px auto 20px auto;	
	width: 100%;
}

table.kolmepalstaa th {
	border: 2px solid #294D22;
	background-color: #CBCC66;
	text-align: left;
	padding: 4px;
}

table.kolmepalstaa td {
	background-color: white;
	padding: 0px 24px; 
	border: 0px;
	text-align: left;
	vertical-align: top;
	width: 33%;
}

	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table.sukutaulu {
	font-size: 12px;
	font-family: verdana, sans-serif;
	clear: both;
	border-collapse: collapse; 
	border: 2px solid #703811;
	margin: 10px auto 20px auto;	
	width: 90%;
}

table.sukutaulu th {
	font-size: 12px;
	color: black;
	font-weight: bold;
	border: 2px solid #703811;
	background-color: #ecd0b9;
	text-align: left;
	padding: 4px;
}

table.sukutaulu td {
	background-color: white;
	padding: 6px; 
	border: 2px solid #703811;
	text-align: left;
	vertical-align: middle;
}

span.sukuteksti {
	color: #703811;
	font-weight: bold;
}

span.sukumva {
	font-size: 10px;
	color: black;
	font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */	
	
	
/* Two column layout: http://matthewjamestaylor.com/blog/equal-height-columns-2-column.htm */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/* background:#ffa7a7; column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	/* background:#fff689; column 1 background colour */
}
#col1 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:46%;
	position:relative;
	left:56%;
	overflow:hidden;
}	
	
#footer {
	clear:both;
	float:left;
	width:100%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */	
	
#vasenosa {
  float: left;
  width: 150px;
  padding: 0px;
  margin-top: 470px;
}

#keskiosa {
  float: left;
  width: 500px;
  margin-top:165px;
  margin-bottom:10px;
  margin-left: 35px;
  padding: 14px;
  border: 1px solid #737324;
}


#oikeaosa {
  float: left;
  width: 170px;
  margin:0px;
  margin-top: 165px;
  padding: 0px;
}

#muut-sisalto {
  float: left;
  width: 645px;
  margin-top:165px;
  margin-bottom:10px;
  margin-left: 35px;
  padding: 14px;
  border: 1px solid #737324;
}

ul.koiralista {
	padding:3px;
	margin:0px 0px 0px 25px;
	list-style-type:none;
}

ul.koiralista li {
	padding:0px;
	margin:1px;
}

img.valiotsikko {
	margin-left: 12px;
      margin-top: 3px;
      margin-bottom: 3px;
      border-style: none;
}

div.lootateksti {
	margin: 4px;
	padding: 3px;
	background: #CBCC66;
	font-size: 11px;
	font-weight: bolder;
	color: #727323;
}

div.esittelylaatikko {
	  width: 100%;
	  margin: 10px;
	  padding: 0px;
	  border: 1px solid #737324;
}

div.lippulaatikko {
	float:left;
	width: 30px;
	margin-left:4px;
}

div.esittelyteksti {
	float:right;
	width: 120px;
	padding: 2px;
	font-size: 12px;
}

div.clear {
	clear: both;
}


ul.etusivunlinkit {
	padding:3px;
	margin:0px 0px 0px 25px;
	list-style-image: url('nuoli.gif');
	list-style-position:outside;
}

h2.uutisotsikko {
	font-size: 12px;
	font-weight: bolder;
	color: #727323;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	background: #CBCC66;
}

p.uutisteksti {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

img.uutiskuva {
	border: 1px solid #CCCC66;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}