body 
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #60759e;
	font-size: 12px; 
	padding: 10px; 
	
}

#container {
	margin:1px auto;
	padding:0;  
	width:1000px;
	background-color: white;
	overflow:hidden;     
	padding-bottom: 15px; 
	position:relative;
	border: solid 5px Silver;
	display:block;
}

#banner {
	background: #000000 url('Images/ylapalkki.gif') no-repeat;	
	margin:0;
	padding:10px;
	width:1000px;
	background-color: White;
	height: 340px; 
}

#menu {
	margin-top: 285px;
	margin-left: 100px;
	float:left;
	
}


#content {
	background-color:White; 
	
 }
 
#editoriMenu {
	 padding: 15px;
 }
 
#vasen
{
	float:left;
	width: 700px;
	padding-top:5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	
}

#oikea
{
	float:left;
	width: 180px;
	height:300px;
}


/* SIVUN ALAOSAN OSOITETIEDOT */
.alaTiedot{
	color: gray;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	display:block;
	border-right:solid 1px gray;
	font-size:12px;
	margin-top:30px;
	
}
.alaTiedot2{
	color: gray;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	display:block;
	font-size:12px;
	margin-top:30px;
}

/* OTSIKOT */

h1 {
	font-size: 17px; 
	color:  #60759e;
	font-weight: bold; 
	letter-spacing: 2px;
	display:block;
	padding:3px;
	width: 98%;
	margin-bottom:20px;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	display:block;
	background-color:#FAFAFA;
	border-bottom: dashed 1px Lightgray;

  
}
h2 {
	font-size: 16px; 
	color:  Black;
	font-weight: bold; 
}
h3{
	font-size: 14px; 
	color:  Black;
	font-weight: bold; 
}

/* LINKIT */

a{
	color: #60759e;
	font-weight: bold;
	text-decoration:underline;
}
a:hover{
	color: Black;
	font-weight: bold;
	text-decoration:underline;
}
a:selected{
	color:red;
}

/* ALASVETOVALIKKO */

li.nav a{
	 color:Black;
	 font-weight:bold;
	font-size: 12px; 
	text-decoration:none;
	background-color:White;
	z-index: 10;
	white-space:nowrap;
	
	
 }
li.nav a:hover{
	 text-decoration:underline;
	 background-color:White;
	 z-index: 10; 
	 white-space:nowrap;
 }
 
ul.nav { 
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.nav:hover{
	cursor:pointer;
	
}

li.nav.borderRight {
	border-right: solid 2px Gray;	
}
.borderLeft {
	border-left: solid 2px Gray;	
	
}

li.nav { 
	float: left;
	position: relative;
	color:Gray;
	font-weight:bold;
	font-size: 14px; 
	display:block;
	letter-spacing: 1px;
	padding-bottom:1px;
	padding-left:20px;
	padding-right:20px;
	

}



li.nav ul { 
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0.7em 0 0em 0;
	
	
}

li.nav>ul { 
	top: 10px;
	left: 0px;
	
}

li.nav:hover ul, li.nav.over ul { 
	display: block;
	
}

/* WESTERNLOGO & TOINEN KUVA */

#kuva{
	position:absolute;
	right:40px;
	top:100px;
}

#kuva2{
	position:absolute;
	right:48px;
	top:460px;
}

/*TINYMCE LOGO */
.tiny
{
	float:right;
	margin-top:30px;
	margin-right: 20px;
}

/* SEKALAISTA */

.fill70{
	width:70%;
}
	
.fill90{
	width:90%;
}
.fill{
	width:100%;
}
.fill350px{
	width: 350px;
}
.bgWhite{
	background-color: white;
}
.padding15{
	padding:15px;
}
.bold{
	font-weight:bold;
}
.top{
	vertical-align:top;
	text-align: top;
}
.right{
	text-align:right;
}

.clearBoth
{
	clear:both;
}

p {
	margin: 0px;
	padding: 0px;
}	
