/* HTML-tagit */
body { 
	margin: 0;
	padding: 0;
	background-color: #F8991C;
 	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
}

p {
	padding: 0;
	margin: 11;
	line-height: 155% !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
}

h1, h2, h3 {
	margin: 0 0 25  !important;
	padding: 0;
	line-height: 1.5em;
	border: thick;
	font-weight: bold;
}

h1 span, h2 span{
	display: none;
	margin: 0px 0px 15px;
	padding: 15px;
}

ul, li {
	list-style: none;
	padding: 0;
	font-size: 13px;
	margin: 0;
}


ul {
	border-top: 0px solid;
}

li {
	text-transform: lowercase;
	border-bottom: 1px dashed #F8991C;
	padding: 5px 7px 5px 4px;
}

input, select {
	margin: 5px;

}

/* Sivuston ulkoasun rakenne */
#content { 
	text-align: left;
	margin: 0px auto;
	background-color:white;
	padding: 0px;
}




#headercontainer {
	text-align: left;
	margin: 0px auto;
	width: 700px;
	padding: 0px;
}

#maincontainer {
  		padding-bottom: 20px;
}

#headimage {
	height: 251px;
	width: 700px;
	background-image: url(img.jpg);
}

#topbanner {
	margin-top: 0px;
	height: 91px;
	background: #ccc;
	background-image: url(banner.jpg);	
}

#downbanner {
	height: 30px;
	margin: 0;
	padding: 0px;
	background-color: #bbb;
	background-image: url(downbanner.gif);
}

#downbanner span {
	display: none;
}

#text {
	padding: 10px 0px 0px 35px;

}
/* Alalaatikko */
#footer { 
	background-color: #CEE2FF;
	height: 50px;
	width: 300px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	word-spacing: 10px;
	border: 1px solid;
}

#footer a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: Black;
}

/* Artikkelit */
.article {
  line-height: 160%;
  padding-top: 10px;
  border-top: 1px dotted #000;
}

span.title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.2em;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000099;
}


/* Artikkeleihin liittyvät muut määreet */
.date {
   float: left;
   width: 50%;
   font-weight: bold;
   font-size: 1.2em;
 }
 
.user {
   float: left;
   width: 50%;
   font-style: italic;
   text-align: right;
 }
 
.remove {
   display: block;
   margin-bottom: 20px;
 }
 
.messagetext {
   display: block;
   margin: 10px;
   padding: 10px 10px 5px 10px;
}

/* Virheilmoituslaatikko */
.info {
	display: block;
	background-color: #cc0000;
	width: 120px;
	padding: 10px;
	margin-bottom: 30px;
	color: White;
	font-weight: bold;
	text-align: left;
}

.pager {
	font-size: 15px !important;
	font-weight: bold !important;
	color: #990000 !important;
	background-color: #FFCC00 !important;
	padding: 6px !important;
}

/* Listat */
.pagelinks {
	
}
.select {
	
}
.outlinks {
	
}
/*
#linkList {	
	position: absolute; 
	top: 372px;
	right: 0px;
	width: 200px;
	color:#4C4E39;
	background-color:#e5f5f5;
}
*/


#linkList h3 {
	width: 220px;
	height: 34px;
}

 #linkList h3 span {
 	display: none;
 }
 
 
 #menu {
   font-weight: bold;
   font-size: 1.3em;
 }
 
 #menu li {
	padding: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
 }
 
a:visited {
   text-decoration: none;
   color: #cc0000;
   font-size: 13px !important;
 }
 
 .linktitle {
   font-weight: bold;
 }
 
 .linktime {
   font-size: 13px;
   font-style: italic;
 }
 
#linktitles li:hover, #menu li:hover, #otherlinks li:hover {
 background: #FCF5EB;
}

/* Linkkien väritys */
a:link{
	text-decoration: none;
	color: #990000;
	font-size: 13px !important;	/*background-image: url(nuoli.gif);
	background-repeat: no-repeat;
	background-position: left center;	*/
}
.viesti {
	background-color: #FBF1E3;
	font-size: 13px !important;
}
.front {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	line-height: 155% !important;
}
.korostus {
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 5px;
	font-weight: bold;
	font-size: 14px !important;
}
.korostuspieni {
	color: #003399;
	padding: 5px;
	font-weight: bold !important;
	font-size: 13px !important;
}

.nimimerkki {
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}
.vihrea {
	color: #009900;
}
