
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#000;
}

#wrapper { 
 margin: 20px auto;
 width: 699px;
}

#header {
 color: #333;
 background-image:url(ulkoasukuvat/logobanneri.jpg);
 background-repeat:no-repeat;
 width: 691px;
 padding: 0px;
 height: 89px;
 margin: 0px 0px 0px 0px;
 border-top: solid;
 border-top-width:4px;
 border-top-color:#333;
 border-left: solid;
 border-left-width:4px;
 border-left-color:#333;
 border-right: solid;
 border-right-width:4px;
 border-right-color:#333;
}

.majakanvalo {
 clear:both;
 margin: 0;
 padding: 0;
}
 
 
#sisalto { 
 margin: 0px;
 padding: 0px;
 width: 691px;
 float: left;
 background-image:url(ulkoasukuvat/sisaltotausta.jpg);
 background-repeat:no-repeat;
 background-position:top left;
 background-color:#000;
 min-height:449px;
 border-left: solid;
 border-left-width:4px;
 border-left-color:#333;
 border-right: solid;
 border-right-width:4px;
 border-right-color:#333;
}

#sisalto_valikko {
	color:#FFF;
	float:left;
	width: 185px;
	padding:10px;
	margin-left:14px;
	margin-top:50px;
	border:solid;
	border-width:3px;
	border-color:#333;
	background-color:#626262;
	
}


/***** Main menu *****/
ul.avmenu {
width:175px;
margin:0 0 18px 0px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:175px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#bababa;
color:#fff;
font-weight:bold;
width:175px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 10px;
text-decoration:none;
text-transform:uppercase;
}

ul.avmenu li a:hover {
background-color:#000;
color:#eaeaea;
}

ul.avmenu li.menu-current a {
background-color:#15ce1e;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

#sisalto_teksti {
	float:right;
	color:#333;
	width:414px;
	margin-right:14px;
	margin-top:50px;
	padding:10px;
	border:solid;
	border-width:3px;
	border-color:#333;
	background-color:#fff;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
}

#sisalto_teksti h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:bold;
	font-size:18px;
	line-height:25px;
	margin-bottom:10px;
	text-transform:uppercase;
}


#sisalto_teksti p {
	color:#333;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

#sisalto_teksti a {
color:#333;
text-decoration:underline;
}

#sisalto_teksti a:hover {
color:#F60;
text-decoration:underline;
}

#sisalto_teksti a:visited {
color:#333;
text-decoration:underline;
}


#sisalto_teksti ul {
list-style-type: square;
padding: 20px;
margin: 0em;
}

#sisalto_teksti ul li {
list-style-type: square;
padding-left: 0px;
}


#footer { 
 width: 691px;
 height:30px;
 clear: both;
 color: #666;
 background: #000;
 border-bottom: solid;
 border-bottom-width:4px;
 border-bottom-color:#333;
 border-left: solid;
 border-left-width:4px;
 border-left-color:#333;
 border-right: solid;
 border-right-width:4px;
 border-right-color:#333;
}

.copyright_teksti {
	color: #666;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
       line-height:30px;
}

.copyright_teksti a, a:hover, a:visited {
	color: #666;
	text-decoration:none;

.clear { clear: both; background: none; }


